Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 79) sorted by relevance

1234

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/sts/model/
A DAssumeRoleRequest.cc32 return std::stoi(parameter("DurationSeconds")); in durationSeconds()
35 std::string AssumeRoleRequest::policy() const { return parameter("Policy"); } in policy()
37 std::string AssumeRoleRequest::roleArn() const { return parameter("RoleArn"); } in roleArn()
40 return parameter("RoleSessionName"); in roleSessionName()
/AliOS-Things-master/components/SDL2/src/image/Xcode/
A Dpackage35 echo ${prog}: dest-dir parameter already set to ${destDir}.
49 echo ${prog}: root-dir parameter already set to ${rootDir}.
64 echo ${prog}: resource-dir parameter already set to ${resDir}.
97 echo ${prog}: info-file parameter already set to ${info}.
107 echo ${prog}: tiff-file parameter already set to ${tiff}.
117 echo ${prog}: unrecognized parameter: $argv[1]
130 echo ${prog}: missing root-dir parameter.
134 echo ${prog}: missing info-file parameter.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dservicerequest_ut.cc27 using ServiceRequest::parameter;
51 EXPECT_TRUE(sr1.parameter("k1") == "v1"); in TEST()
53 EXPECT_TRUE(sr1.parameter("kx") == "vx"); in TEST()
61 EXPECT_TRUE(sr1.parameter("kcore1") == "vcore1"); in TEST()
65 EXPECT_TRUE(sr1.parameter("ka") == "va"); in TEST()
A Droaserviceclient_ut.cc37 using ServiceRequest::parameter;
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/location/model/
A DDescribeEndpointsRequest.cc28 return parameter("ServiceCode"); in serviceCode()
35 std::string DescribeEndpointsRequest::id() const { return parameter("Id"); } in id()
41 std::string DescribeEndpointsRequest::type() const { return parameter("Type"); } in type()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DRoaServiceClient.cc116 if (msg.parameter("Accept").empty()) { in buildHttpRequest()
119 request.setHeader("Accept", msg.parameter("Accept")); in buildHttpRequest()
126 if (msg.parameter("Content-Type").empty()) { in buildHttpRequest()
129 request.setHeader("Content-Type", msg.parameter("Content-Type")); in buildHttpRequest()
135 if (msg.parameter("Content-Type").empty()) { in buildHttpRequest()
A DRpcServiceRequest.cc32 return parameter("Action"); in actionName()
A DServiceRequest.cc92 ServiceRequest::parameter(const ParameterNameType &name) const { in parameter() function in AlibabaCloud::ServiceRequest
102 return parameter(name); in coreParameter()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A DREADME.examples5 calculation and justification of ENOUGH parameter in inftrees.h
22 - illustrates the use of the Z_BLOCK flush parameter for inflate()
27 - illustrates the use of the Z_BLOCK flush parameter for inflate()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngerror.c310 int parameter = 0; in png_formatted_warning() local
315 while (valid_parameters[parameter] != parameter_char && in png_formatted_warning()
316 valid_parameters[parameter] != '\0') in png_formatted_warning()
317 ++parameter; in png_formatted_warning()
320 if (parameter < PNG_WARNING_PARAMETER_COUNT) in png_formatted_warning()
323 png_const_charp parm = p[parameter]; in png_formatted_warning()
324 png_const_charp pend = p[parameter] + (sizeof p[parameter]); in png_formatted_warning()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A DCHANGELOG818 - Support parameter APIs.
917 - Update parameter.
946 - DescribeCursor add parameter.
1052 - SyncDtsStatus API add TaskId parameter.
1296 - Add PicUrl parameter for picture related API.
2850 - Added setting of crop_mode parameter.
2944 1, Add InstanceId parameter to api CreateDisk
3089 2, Add gray parameter in CreateDisk
3150 1, cloudwf: update bool type parameter
3311 1, Add a parameter to RemoveInstances.
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DRoaServiceRequest.h28 using ServiceRequest::parameter;
A DServiceRequest.h67 ParameterValueType parameter(const ParameterNameType &name) const;
/AliOS-Things-master/components/SDL2/acinclude/
A Dltoptions.m4115 put the `dlopen' option into LT_INIT's first parameter.])
151 put the `win32-dll' option into LT_INIT's first parameter.])
307 the `fast-install' option into LT_INIT's first parameter.])
314 the `disable-fast-install' option into LT_INIT's first parameter.])
362 put the `pic-only' option into LT_INIT's first parameter.])
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dltoptions.m4115 put the `dlopen' option into LT_INIT's first parameter.])
151 put the `win32-dll' option into LT_INIT's first parameter.])
307 the `fast-install' option into LT_INIT's first parameter.])
314 the `disable-fast-install' option into LT_INIT's first parameter.])
347 put the `pic-only' option into LT_INIT's first parameter.])
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A DMakefile21 CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dltoptions.m4117 put the 'dlopen' option into LT_INIT's first parameter.])
153 put the 'win32-dll' option into LT_INIT's first parameter.])
309 the 'fast-install' option into LT_INIT's first parameter.])
316 the 'disable-fast-install' option into LT_INIT's first parameter.])
415 put the 'pic-only' option into LT_INIT's first parameter.])
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dltoptions.m4117 put the 'dlopen' option into LT_INIT's first parameter.])
153 put the 'win32-dll' option into LT_INIT's first parameter.])
309 the 'fast-install' option into LT_INIT's first parameter.])
316 the 'disable-fast-install' option into LT_INIT's first parameter.])
415 put the 'pic-only' option into LT_INIT's first parameter.])
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dltoptions.m4117 put the 'dlopen' option into LT_INIT's first parameter.])
153 put the 'win32-dll' option into LT_INIT's first parameter.])
309 the 'fast-install' option into LT_INIT's first parameter.])
316 the 'disable-fast-install' option into LT_INIT's first parameter.])
415 put the 'pic-only' option into LT_INIT's first parameter.])
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dcoderules.txt70 Note the set of parentheses surrounding the parameter list.
77 explicit casts on actual parameters whenever the actual parameter type is not
78 identical to the formal parameter. Beware of implicit conversions to "int".
A Dmaktjpeg.st18 .C[-w-par] ; no "parameter xxxx unused"
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dextrawarn.mk24 warning-1 := -Wextra -Wunused -Wno-unused-parameter
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DMakefile70 CFLAGS += -Wunused -Wno-unused-parameter
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/
A Dbtstack.mk70 BTSTACK_WARNING_CFLAGS = -Wno-old-style-definition -Wno-unused-variable -Wno-unused-parameter -Wno-…
/AliOS-Things-master/components/trace/Config/
A DSYSVIEW_AliOSThings.txt6 # Types for parameter formatters

Completed in 30 milliseconds

1234