Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 725) sorted by relevance

12345678910>>...29

/AliOS-Things-master/components/SDL2/build-scripts/
A Dmkinstalldirs41 --version)
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode";
/AliOS-Things-master/components/SDL2/src/gfx/
A Dmkinstalldirs41 --version)
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode";
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dmkinstalldirs41 --version)
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode";
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Dmkinstalldirs41 --version)
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
99 for d in ./-m ./-p ./--version "./$dirmode";
/AliOS-Things-master/components/py_engine/engine/tools/autobuild/
A Dremove_old_firmware.py34 dir, board, date, version = m.groups()
37 if (date, version) not in boards[board]:
38 boards[board][(date, version)] = []
39 boards[board][(date, version)].append(file)
44 filelist = [(date, version, files) for (date, version), files in board.items()]
47 for date, version, files in filelist:
48 if keep and version == keep[-1]:
53 keep.append(version)
/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvprop.c54 FT_Fixed version; member
161 if ( GXV_PROP_DATA( version ) == 0x00010000UL ) in gxv_prop_property_validate()
177 if ( GXV_PROP_DATA( version ) == 0x00010000UL || in gxv_prop_property_validate()
178 GXV_PROP_DATA( version ) == 0x00020000UL ) in gxv_prop_property_validate()
268 FT_Fixed version; in gxv_prop_validate() local
281 version = FT_NEXT_ULONG( p ); in gxv_prop_validate()
285 GXV_TRACE(( " version 0x%08x\n", version )); in gxv_prop_validate()
290 if ( version != 0x00010000UL && in gxv_prop_validate()
291 version != 0x00020000UL && in gxv_prop_validate()
292 version != 0x00030000UL ) in gxv_prop_validate()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/system/
A Dmodule_system.c31 char version[AMP_VERSION_LENGTH] = {0}; in native_system_version() local
32 amp_version_get(version); in native_system_version()
34 duk_push_string(ctx, version); in native_system_version()
40 const char *version = amp_jsapp_version_get(); in native_system_app_version() local
41 if (strlen(version) == 0) in native_system_app_version()
42 version = "null"; in native_system_app_version()
43 duk_push_string(ctx, version); in native_system_app_version()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dop_resolver.cc31 int version = opcode->version(); in GetRegistrationFromOpCode() local
42 *registration = op_resolver.FindOp(builtin_code, version); in GetRegistrationFromOpCode()
49 EnumNameBuiltinOperator(builtin_code), version); in GetRegistrationFromOpCode()
59 *registration = op_resolver.FindOp(name, version); in GetRegistrationFromOpCode()
/AliOS-Things-master/components/py_engine/external/amp_utils/
A Damp_utils.c117 int py_version_get(char *version) in py_version_get() argument
121 …aos_snprintf(version, AMP_VERSION_LENGTH, amp_version_fmt, AMP_VERSION_NUMBER, AMP_GIT_COMMIT, AMP… in py_version_get()
126 int py_app_version_get(char *version) in py_app_version_get() argument
129 aos_snprintf(version, 64, amp_version_fmt, AMP_VERSION_NUMBER); in py_app_version_get()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Droaservicerequest_ut.cc10 const string version = "1.0"; in TEST() local
12 RoaServiceRequest roa(product, version); in TEST()
13 EXPECT_TRUE(roa.version() == version); in TEST()
A Drpcservicerequest_ut.cc11 const string version = "1.0"; in TEST() local
13 RpcServiceRequest rpc(product, version, action); in TEST()
17 EXPECT_TRUE(rpc.version() == version); in TEST()
A Drpcserviceclient_ut.cc33 mockServiceRequest(const std::string &product, const std::string &version): in mockServiceRequest() argument
34 ServiceRequest(product, version){} in mockServiceRequest()
60 const string version = "1.0"; in TEST() local
64 RpcServiceRequest req(product, version, action); in TEST()
92 const string version = "1.0"; in TEST() local
105 RpcServiceRequest rpc_req(product, version, action); in TEST()
119 const string version = "1.0"; in TEST() local
132 RpcServiceRequest rpc_req(product, version, action); in TEST()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/system/
A Dmodule_system.c25 const char *version = aos_kernel_version_get(); in native_module_versions() local
27 JS_SetPropertyStr(ctx, t, "module", JS_NewStringLen(ctx, version, strlen(version))); in native_module_versions()
34 const char *version = aos_system_version_get(); in native_system_version() local
36 return JS_NewStringLen(ctx, version, strlen(version)); in native_system_version()
42 const char *version = aos_userjs_version_get(); in native_system_userjs_version() local
44 return JS_NewStringLen(ctx, version, strlen(version)); in native_system_userjs_version()
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.h155 int64_t version; member
165 int64_t version; member
192 int64_t version; member
288 uint64_t version; member
308 uint64_t version; member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS1 - 1/14/2019: version 1.0.2
9 - 11/2/2018: version 1.0.1
21 - 4/2/2018: version 1.0.0
31 - 11/24/2017: version 0.6.1
44 - 1/26/2017: version 0.6.0
116 - 3/3/15: version 0.4.3
131 - 7/24/14: version 0.4.1
157 - 6/13/13: version 0.3.1
163 - 3/20/13: version 0.3.0
183 - 8/3/12: version 0.2.0
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-config.in14 version="@PNGLIB_VERSION@"
48 --version print version information
65 --version)
66 echo ${version}
/AliOS-Things-master/components/SDL2/src/image/
A DMakefile.am39 version.rc \
56 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -Wl,version.o
58 libSDL2_image_la_DEPENDENCIES = version.o
63 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTConnectServer.c30 int MQTTPacket_checkVersion(MQTTString* protocol, int version) in MQTTPacket_checkVersion() argument
34 if (version == 3 && memcmp(protocol->lenstring.data, "MQIsdp", in MQTTPacket_checkVersion()
37 else if (version == 4 && memcmp(protocol->lenstring.data, "MQTT", in MQTTPacket_checkVersion()
59 int version; in MQTTDeserialize_connect() local
73 version = (int)readChar(&curdata); /* Protocol version */ in MQTTDeserialize_connect()
77 if (MQTTPacket_checkVersion(&Protocol, version)) in MQTTDeserialize_connect()
/AliOS-Things-master/components/jsoncpp/
A Dmeson.build5 # Note: version must be updated in three places when doing a release. This
7 # correct version.
9 # 2. /include/json/version.h
12 version : '1.9.4',
30 'include/json/version.h',
60 version : meson.project_version(),
69 version : meson.project_version())
/AliOS-Things-master/components/linkkit/dev_model/
A Ddm_fota.c37 char version[128] = { 0 }; in _dm_fota_send_new_config_to_user() local
40 IOT_OTA_Ioctl(ota_handle, IOT_OTAG_VERSION, version, 128); in _dm_fota_send_new_config_to_user()
42 message_len = strlen(fota_new_config_fmt) + strlen(version) + 1; in _dm_fota_send_new_config_to_user()
49 HAL_Snprintf(message, message_len, fota_new_config_fmt, version); in _dm_fota_send_new_config_to_user()
202 int dm_fota_request_image(const char *version, int buffer_len) in dm_fota_request_image() argument
208 if (NULL == version || buffer_len <= 0) { in dm_fota_request_image()
225 memcpy(version_str, version, buffer_len); in dm_fota_request_image()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c57 extern void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]);
59 void aos_get_version_hex(unsigned char version[VERSION_NUM_SIZE]) in aos_get_version_hex()
69 version[j] = res; in aos_get_version_hex()
72 version[3] = 0x00; in aos_get_version_hex()
171 char version[IOTX_FIRMWARE_VERSION_LEN + 1] = { 0 }; in iotx_report_firmware_version() local
183 ret = HAL_GetFirmwareVersion(version); in iotx_report_firmware_version()
203 iotx_report_id(), version); in iotx_report_firmware_version()
/AliOS-Things-master/components/ota/hal/
A Dota_hal_fs_plat.c50 OTA_WEAK int ota_jsapp_version_get(char *version, char *file_path) in ota_jsapp_version_get() argument
58 if ((version != NULL) && (file_path != NULL)) { in ota_jsapp_version_get()
63 strcpy(version, "0.0.0"); in ota_jsapp_version_get()
76 version[i++] = pos[0]; in ota_jsapp_version_get()
79 version[i] = 0; in ota_jsapp_version_get()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DSigner.cc21 Signer::Signer(Type type, const std::string &name, const std::string &version) in Signer() argument
22 : type_(type), name_(name), version_(version) {} in Signer()
30 std::string Signer::version() const { return version_; } in version() function in AlibabaCloud::Signer
/AliOS-Things-master/components/oss/src/auth/
A DSigner.cc21 Signer::Signer(Type type, const std::string & name, const std::string & version) : in Signer() argument
24 version_(version) in Signer()
42 std::string Signer::version() const in version() function in Signer
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_xinput.c77 DWORD version = 0; in WIN_LoadXInputDLL() local
89 version = (1 << 16) | 4; in WIN_LoadXInputDLL()
92 version = (1 << 16) | 3; in WIN_LoadXInputDLL()
107 SDL_XInputVersion = version; in WIN_LoadXInputDLL()

Completed in 36 milliseconds

12345678910>>...29