Home
last modified time | relevance | path

Searched refs:convert_string (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/basic/
Dtest_basic_parameter_types.cpp65 char convert_string[1024]; in test_parameter_types_long() local
79 convert_string[0] = '\0'; in test_parameter_types_long()
115 sprintf(convert_string, "convert_float%s", in test_parameter_types_long()
120 sprintf(convert_string, " "); in test_parameter_types_long()
126 convert_string, convert_string); in test_parameter_types_long()
216 char convert_string[1024]; in test_parameter_types() local
242 convert_string[0] = '\0'; in test_parameter_types()
278 sprintf(convert_string, "convert_float%s", in test_parameter_types()
283 sprintf(convert_string, " "); in test_parameter_types()
291 size_strings[size_to_test], convert_string, convert_string, in test_parameter_types()
[all …]
/external/libcxx/utils/libcxx/
Dutil.py33 def convert_string(bytes): function
92 out = convert_string(out)
93 err = convert_string(err)
229 out = convert_string(out)
230 err = convert_string(err)
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/
Dstrerror_converter.h41 return convert_string(writer, new_conv); in convert_strerror()
62 return convert_string(writer, new_conv); in convert_strerror()
Dptr_converter.h28 return convert_string(writer, new_conv); in convert_pointer()
Dconverter.cpp57 return convert_string(writer, to_conv); in convert()
Dstring_converter.h23 LIBC_INLINE int convert_string(Writer *writer, const FormatSection &to_conv) { in convert_string() function
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/
Dstrerror_converter.h41 return convert_string(writer, new_conv); in convert_strerror()
62 return convert_string(writer, new_conv); in convert_strerror()
Dptr_converter.h28 return convert_string(writer, new_conv); in convert_pointer()
Dstring_converter.h23 LIBC_INLINE int convert_string(Writer *writer, const FormatSection &to_conv) { in convert_string() function
Dconverter.cpp57 return convert_string(writer, to_conv); in convert()
/external/llvm-libc/src/stdio/printf_core/
Dstrerror_converter.h43 return convert_string(writer, new_conv); in convert_strerror()
64 return convert_string(writer, new_conv); in convert_strerror()
Dptr_converter.h30 return convert_string(writer, new_conv); in convert_pointer()
Dstring_converter.h24 LIBC_INLINE int convert_string(Writer<write_mode> *writer, in convert_string() function
/external/flac/src/share/utf8/
Dutf8.c167 static int convert_string(const char *fromcode, const char *tocode, in convert_string() function
194 return convert_string(current_charset(), "UTF-8", from, to, '#'); in utf8_encode()
199 return convert_string("UTF-8", current_charset(), from, to, '?'); in utf8_decode()
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/scanf_core/
Dconverter.cpp38 return convert_string(reader, to_conv); in convert()
41 return convert_string(reader, to_conv); in convert()
Dstring_converter.h21 int convert_string(Reader *reader, const FormatSection &to_conv);
Dstring_converter.cpp22 int convert_string(Reader *reader, const FormatSection &to_conv) { in convert_string() function
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/scanf_core/
Dconverter.cpp38 return convert_string(reader, to_conv); in convert()
41 return convert_string(reader, to_conv); in convert()
Dstring_converter.h21 int convert_string(Reader *reader, const FormatSection &to_conv);
Dstring_converter.cpp22 int convert_string(Reader *reader, const FormatSection &to_conv) { in convert_string() function
/external/llvm-libc/src/stdio/scanf_core/
Dconverter.h44 return convert_string(reader, to_conv); in convert()
47 return convert_string(reader, to_conv); in convert()
Dstring_converter.h24 int convert_string(Reader<T> *reader, const FormatSection &to_conv) { in convert_string() function
/external/llvm/utils/lit/lit/
Dutil.py20 def convert_string(bytes): function
72 return convert_string(out)
223 out = convert_string(out)
224 err = convert_string(err)
/external/bcc/scripts/
Dgit-clang-format262 return convert_string(stdout.strip())
305 line = convert_string(line)
447 return convert_string(stdout).rstrip('\r\n')
535 stdout = convert_string(stdout)
536 stderr = convert_string(stderr)
571 def convert_string(bytes_input): function
/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c535 static char *convert_string(char *instring, size_t *sizep) in convert_string() function
602 if (arg1) arg1 = convert_string(arg1,&arg1len); in main()
603 if (arg2) arg2 = convert_string(arg2,&arg2len); in main()
608 arg2 = convert_string(argv[4],&arg2len); in main()
610 arg1 = convert_string(argv[3],&arg1len); in main()

12