Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_print.py9 print(sep='')
10 print(sep='x')
13 print(1, sep='')
15 print(1, sep='', end='')
16 print(1, 2, sep='')
18 print(1, 2, sep='', end='')
/AliOS-Things-master/components/py_engine/tests/extmod/
A Duasyncio_wait_for.py60 sep = "-" * 10
64 print(sep)
71 print(sep)
78 print(sep)
85 print(sep)
89 print(sep)
98 print(sep)
105 print(sep)
112 print(sep)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffdump.c722 fprintf(fd, bytefmt, sep, *data++), sep = " "; in PrintData()
730 fprintf(fd, bytefmt, sep, *data++), sep = " "; in PrintData()
738 fprintf(fd, shortfmt, sep, *wp++), sep = " "; in PrintData()
744 fprintf(fd, sshortfmt, sep, *wp++), sep = " "; in PrintData()
751 sep = " "; in PrintData()
758 fprintf(fd, slongfmt, sep, (long) *lp++), sep = " "; in PrintData()
768 sep = " "; in PrintData()
793 sep = " "; in PrintData()
807 sep = " "; in PrintData()
815 fprintf(fd, floatfmt, sep, *fp++), sep = " "; in PrintData()
[all …]
A Dtiffcmp.c595 char* sep; in CheckShortArrayTag() local
601 sep = ""; in CheckShortArrayTag()
603 printf("%s%u", sep, a1[i]), sep = ","; in CheckShortArrayTag()
605 sep = ""; in CheckShortArrayTag()
607 printf("%s%u", sep, a2[i]), sep = ","; in CheckShortArrayTag()
A Dtiffcrop.c1942 sep = strpbrk(opt_ptr, ":-"); in process_command_opts()
1943 if (!sep) in process_command_opts()
1947 *sep = '\0'; in process_command_opts()
2025 sep = strpbrk(optarg, ",:"); in process_command_opts()
2026 if (sep) in process_command_opts()
2028 *sep = '\0'; in process_command_opts()
2030 page->rows = atoi(sep +1); in process_command_opts()
2118 char *sep; in update_output_file() local
2140 if ((sep = strstr(exportname, ".tif")) || (sep = strstr(exportname, ".TIF"))) in update_output_file()
2142 strncpy (export_ext, sep, 5); in update_output_file()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dmkg3states.c349 char* sep; in WriteTable() local
354 sep = "\n"; in WriteTable()
357 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace); in WriteTable()
359 sep = ",\n"; in WriteTable()
361 sep = ","; in WriteTable()
365 sep = "\n "; in WriteTable()
368 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace); in WriteTable()
370 sep = ",\n "; in WriteTable()
372 sep = ","; in WriteTable()
A Dtif_print.c239 char *sep; in TIFFPrintDirectory() local
253 sep = " "; in TIFFPrintDirectory()
256 sep = "/"; in TIFFPrintDirectory()
260 sep = "/"; in TIFFPrintDirectory()
369 sep = ""; in TIFFPrintDirectory()
373 fprintf(fd, "%sunspecified", sep); in TIFFPrintDirectory()
382 fprintf(fd, "%s%u (0x%x)", sep, in TIFFPrintDirectory()
386 sep = ", "; in TIFFPrintDirectory()
395 sep = ""; in TIFFPrintDirectory()
401 fputs(sep, fd); in TIFFPrintDirectory()
[all …]
A Dtif_fax3.c1283 const char* sep = " "; in Fax3PrintDir() local
1287 fprintf(fd, "%suncompressed data", sep); in Fax3PrintDir()
1292 fprintf(fd, "%s2-d encoding", sep); in Fax3PrintDir()
1293 sep = "+"; in Fax3PrintDir()
1296 fprintf(fd, "%sEOL padding", sep); in Fax3PrintDir()
1297 sep = "+"; in Fax3PrintDir()
1300 fprintf(fd, "%suncompressed data", sep); in Fax3PrintDir()
/AliOS-Things-master/components/oss/src/model/
A DTagging.cc25 std::string sep; in toQueryParameters() local
33 ss << sep << UrlEncode(tag.Key()); in toQueryParameters()
35 ss << sep << UrlEncode(tag.Key()) << "=" << UrlEncode(tag.Value()); in toQueryParameters()
37 sep = "&"; in toQueryParameters()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dexample_util.c92 const char sep[] = " \t\r\n\f\v"; in ExUtilInitCommandLineArguments() local
109 for (cur = strtok((char*)args->argv_data_.bytes, sep); in ExUtilInitCommandLineArguments()
111 cur = strtok(NULL, sep)) { in ExUtilInitCommandLineArguments()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodubinascii.c39 const char *sep = NULL; in mod_binascii_hexlify() local
54 sep = mp_obj_str_get_str(args[1]); in mod_binascii_hexlify()
69 if (sep != NULL && i != 0) { in mod_binascii_hexlify()
70 *out++ = *sep; in mod_binascii_hexlify()
/AliOS-Things-master/components/ble_host/bt_host/host/
A Davdtp.c275 lsep->sep.id = bt_avdtp_seid++; in bt_avdtp_register_sep()
276 lsep->sep.inuse = 0U; in bt_avdtp_register_sep()
277 lsep->sep.media_type = media_type; in bt_avdtp_register_sep()
278 lsep->sep.tsep = role; in bt_avdtp_register_sep()
A Davdtp_internal.h166 struct bt_avdtp_seid_lsep *sep);
/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c75 unsigned char sep[1]; in mbedtls_hmac_drbg_update_ret() local
79 for( sep[0] = 0; sep[0] < rounds; sep[0]++ ) in mbedtls_hmac_drbg_update_ret()
88 sep, 1 ) ) != 0 ) in mbedtls_hmac_drbg_update_ret()
A Dx509_crt.c1410 const char *sep = ""; in x509_info_subject_alt_name() local
1423 *p++ = sep[i]; in x509_info_subject_alt_name()
1427 sep = ", "; in x509_info_subject_alt_name()
1451 const char sep = '\0'; in x509_info_subject_alt_name2() local
1472 *p++ = sep; in x509_info_subject_alt_name2()
1502 *p++ = sep; in x509_info_subject_alt_name2()
1525 sep = ", "; \
1538 const char *sep = ""; in x509_info_cert_type() local
1565 const char *sep = ""; in x509_info_key_usage() local
1591 const char *sep = ""; in x509_info_ext_key_usage() local
[all …]
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Davdtp.h36 struct bt_avdtp_seid_info sep; member
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dutils.py63 filename = output_dir + os.sep + filename
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstr.c506 mp_obj_t sep = mp_const_none; in mp_obj_str_split() local
508 sep = args[1]; in mp_obj_str_split()
518 if (sep == mp_const_none) { in mp_obj_str_split()
548 if (mp_obj_get_type(sep) != self_type) { in mp_obj_str_split()
549 bad_implicit_conversion(sep); in mp_obj_str_split()
553 const char *sep_str = mp_obj_str_get_data(sep, &sep_len); in mp_obj_str_split()
639 mp_obj_t sep = args[1]; in str_rsplit() local
654 if (sep == mp_const_none) { in str_rsplit()
658 const char *sep_str = mp_obj_str_get_data(sep, &sep_len); in str_rsplit()
1775 GET_STR_DATA_LEN(arg, sep, sep_len); in str_partitioner()
[all …]
A Dmodbuiltins.c423 mp_obj_t sep = u.args[ARG_sep].u_obj; in mp_builtin_print() local
425 const char *sep_data = mp_obj_str_get_data(sep, &u.len[0]); in mp_builtin_print()
/AliOS-Things-master/components/amp/jslib/src/
A Devents.js83 var sep = '\nEmitted \'error\' event at:\n';
93 err.stack = err.stack + sep + ownStack.join('\n');
/AliOS-Things-master/components/amp/libjs/lib/
A Devents.js83 var sep = '\nEmitted \'error\' event at:\n';
93 err.stack = err.stack + sep + ownStack.join('\n');
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/cmake/
A Dbazel_to_cmake.py267 package_prefix = bazel_package_relative_dir.replace(os.path.sep, '_')
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drun-test262.c137 char *str_append(char **pp, const char *sep, const char *str) { in str_append() argument
142 len = strlen(p) + strlen(sep); in str_append()
147 strcat(res, sep); in str_append()
A Dquickjs.c2501 int i, c, sep; in JS_DumpString() local
2509 putchar(sep); in JS_DumpString()
2527 putchar(sep); in JS_DumpString()
10065 int sep, is_neg; in js_atof2() local
10109 sep = 256; in js_atof2()
10160 if (*p == sep) in js_atof2()
19952 int sep; member
20199 s->token.u.str.sep = c; in js_parse_template_part()
20243 if (c == sep) in js_parse_string()
20326 token->u.str.sep = c; in js_parse_string()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngvalid.c244 static const char sep[] = ": "; variable
1018 pos = safecat(buffer, bufsize, pos, sep); in store_message()
1027 pos = safecat(buffer, bufsize, pos, sep); in store_message()
1039 pos = safecat(buffer, bufsize, pos, sep); in store_message()

Completed in 176 milliseconds

12