Home
last modified time | relevance | path

Searched refs:STR (Results 1 – 25 of 188) sorted by relevance

12345678

/third_party/python/Tools/stringbench/
Dstringbench.py76 def in_test_quick_match_single_character(STR): argument
77 s1 = STR("A" * 1000)
78 s2 = STR("A")
83 def in_test_no_match_single_character(STR): argument
84 s1 = STR("A" * 1000)
85 s2 = STR("B")
91 def in_test_quick_match_two_characters(STR): argument
92 s1 = STR("AB" * 1000)
93 s2 = STR("AB")
98 def in_test_no_match_two_character(STR): argument
[all …]
/third_party/glib/glib/tests/
Dutf8-pointer.c111 #define TEST_SET(STR) \ in test_find() argument
113 p = STR + (str_size - 1); \ in test_find()
115 q = g_utf8_find_prev_char (STR, p); \ in test_find()
116 g_assert (q == STR + 12); \ in test_find()
117 q = g_utf8_find_prev_char (STR, q); \ in test_find()
118 g_assert (q == STR + 11); \ in test_find()
119 q = g_utf8_find_prev_char (STR, q); \ in test_find()
120 g_assert (q == STR + 8); \ in test_find()
121 q = g_utf8_find_prev_char (STR, q); \ in test_find()
122 g_assert (q == STR + 7); \ in test_find()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode.h54 #define TO_W_CHAR(STR) (L##STR) argument
58 #define WPRINTF(STR, ...) wprintf(TO_W_CHAR(STR), __VA_ARGS__) argument
59 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__) argument
62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
63 #define WSTRRCHR(FILENAME, STR) wcsrchr((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
64 #define WSNPRINTF(A, B, STR, ...) _snwprintf(A, B, TO_W_CHAR(STR), __VA_ARGS__) argument
81 #define TO_W_CHAR(STR) (STR) argument
85 #define WPRINTF(STR, ...) printf(STR, __VA_ARGS__) argument
86 #define WFPRINTF(STDERR, STR, ...) fprintf(STDERR, STR, __VA_ARGS__) argument
89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) argument
[all …]
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h54 #define TO_W_CHAR(STR) (L##STR) argument
58 #define WPRINTF(STR, ...) wprintf(TO_W_CHAR(STR), __VA_ARGS__) argument
59 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__) argument
62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
63 #define WSTRRCHR(FILENAME, STR) wcsrchr((const W_CHAR*)FILENAME, TO_W_CHAR(STR)) argument
64 #define WSNPRINTF(A, B, STR, ...) _snwprintf(A, B, TO_W_CHAR(STR), __VA_ARGS__) argument
81 #define TO_W_CHAR(STR) (STR) argument
85 #define WPRINTF(STR, ...) printf(STR, __VA_ARGS__) argument
86 #define WFPRINTF(STDERR, STR, ...) fprintf(STDERR, STR, __VA_ARGS__) argument
89 #define WSTRCMP(FILENAME, STR) strcmp(FILENAME, STR) argument
[all …]
/third_party/alsa-lib/doc/
Dasoundrc.txt33 host STR # host where the server is located (if map to local address
35 [socket STR] # PF_LOCAL socket name to listen/connect
41 [lib STR] # Library file (default libasound.so)
42 [open STR] # Open function (default _snd_pcm_NAME_open)
44 [filename STR] # Configuration file specification
45 name STR # PCM name specification
51 [lib STR] # Library file (default libasound.so)
52 [open STR] # Open function (default _snd_pcm_scope_NAME_open)
57 type STR # Scope type
63 pcm STR # PCM name
[all …]
/third_party/mesa3d/src/mesa/main/
Dspirv_extensions.c65 #define STR(x) case x: return #x; in _mesa_spirv_extensions_to_string() macro
67 STR(SPV_KHR_16bit_storage); in _mesa_spirv_extensions_to_string()
68 STR(SPV_KHR_device_group); in _mesa_spirv_extensions_to_string()
69 STR(SPV_KHR_multiview); in _mesa_spirv_extensions_to_string()
70 STR(SPV_KHR_shader_ballot); in _mesa_spirv_extensions_to_string()
71 STR(SPV_KHR_shader_draw_parameters); in _mesa_spirv_extensions_to_string()
72 STR(SPV_KHR_storage_buffer_storage_class); in _mesa_spirv_extensions_to_string()
73 STR(SPV_KHR_subgroup_vote); in _mesa_spirv_extensions_to_string()
74 STR(SPV_KHR_variable_pointers); in _mesa_spirv_extensions_to_string()
75 STR(SPV_AMD_gcn_shader); in _mesa_spirv_extensions_to_string()
[all …]
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_bitreversal2.S104 STR r5,[r6,#0]
105 STR r4,[r2,#0]
108 STR r5,[r6,#4]
109 STR r4,[r2,#4]
131 STR r5,[r6,#0]
132 STR r4,[r2,#0]
163 STR r6,[r9,#0]
164 STR r7,[r8,#0]
165 STR r5,[r12,#0]
166 STR r4,[r2,#0]
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSizePromotion.cpp39 #define _STR(s) STR(s)
40 #define STR(s) #s macro
1240 STR(GL_TEXTURE_1D), STR(GL_TEXTURE_2D), STR(GL_TEXTURE_1D_ARRAY), STR(GL_TEXTURE_RECTANGLE),
1241STR(GL_TEXTURE_2D_ARRAY), STR(GL_TEXTURE_3D), STR(GL_TEXTURE_2D_MULTISAMPLE), STR(GL_TEXTURE_2D_MU…
1253 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R8, STR(GL_R8), false, true, 8, 0, 0, 0, 0, 0,
1255 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R8_SNORM, STR(GL_R8_SNORM), false, true, 8, 0, 0, …
1257 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R16, STR(GL_R16), false, true, 16, 0, 0, 0, 0, 0,
1259 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R16_SNORM, STR(GL_R16_SNORM), false, true, 16, 0, …
1261 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG8, STR(GL_RG8), false, true, 8, 8, 0, 0, 0, 0,
1263 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG8_SNORM, STR(GL_RG8_SNORM), false, true, 8, 8, 0…
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig_winreg.c880 #define STR(t) write_str(netw, #t, ssid) in wpa_config_write_network() macro
886 STR(ssid); in wpa_config_write_network()
890 STR(sae_password); in wpa_config_write_network()
891 STR(sae_password_id); in wpa_config_write_network()
899 STR(identity); in wpa_config_write_network()
900 STR(anonymous_identity); in wpa_config_write_network()
901 STR(imsi_identity); in wpa_config_write_network()
902 STR(password); in wpa_config_write_network()
903 STR(ca_cert); in wpa_config_write_network()
904 STR(ca_path); in wpa_config_write_network()
[all …]
Dconfig_file.c662 #define STR(t) write_str(f, #t, ssid) in wpa_config_write_network() macro
668 STR(ssid); in wpa_config_write_network()
676 STR(sae_password); in wpa_config_write_network()
677 STR(sae_password_id); in wpa_config_write_network()
686 STR(bgscan); in wpa_config_write_network()
687 STR(autoscan); in wpa_config_write_network()
688 STR(scan_freq); in wpa_config_write_network()
691 STR(identity); in wpa_config_write_network()
692 STR(anonymous_identity); in wpa_config_write_network()
693 STR(imsi_identity); in wpa_config_write_network()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig_winreg.c869 #define STR(t) write_str(netw, #t, ssid) in wpa_config_write_network() macro
875 STR(ssid); in wpa_config_write_network()
879 STR(sae_password); in wpa_config_write_network()
880 STR(sae_password_id); in wpa_config_write_network()
888 STR(identity); in wpa_config_write_network()
889 STR(anonymous_identity); in wpa_config_write_network()
890 STR(imsi_identity); in wpa_config_write_network()
891 STR(password); in wpa_config_write_network()
892 STR(ca_cert); in wpa_config_write_network()
893 STR(ca_path); in wpa_config_write_network()
[all …]
Dconfig_file.c746 #define STR(t) write_str(f, #t, ssid) in wpa_config_write_network() macro
752 STR(ssid); in wpa_config_write_network()
760 STR(sae_password); in wpa_config_write_network()
761 STR(sae_password_id); in wpa_config_write_network()
769 STR(bgscan); in wpa_config_write_network()
770 STR(autoscan); in wpa_config_write_network()
771 STR(scan_freq); in wpa_config_write_network()
774 STR(identity); in wpa_config_write_network()
775 STR(anonymous_identity); in wpa_config_write_network()
776 STR(imsi_identity); in wpa_config_write_network()
[all …]
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_027.cpp20 #define STR(a) # a macro
21 STR(a+b) //R "a+b"
25 STR( ab /* comment */ +
31 STR( '"' + "' \"") //R "'\"' + \"' \\\"\""
35 STR( "ab\
41 #define XSTR(a) STR(a)
Dt_1_033.cpp14 #define STR(...) #__VA_ARGS__ macro
17 STR(1, 2, 3) //R "1, 2, 3"
18 STR(1,2,3) //R "1,2,3"
19 STR(1 , 2 , 3) //R "1 , 2 , 3"
20 STR( 1 , 2 , 3 ) //R "1 , 2 , 3"
Dt_5_025.cpp23 #define STR(a) STR1(a) macro
28 STR(12E+EXP) //R "12E+EXP"
32 STR(.2e-EXP) //R ".2e-EXP"
37 STR(12+EXP) //R "12+1"
Dt_5_005.cpp20 %: define STR(a) %: a macro
21 STR(abc) //R "abc"
25 STR(<:) //R "<:"
/third_party/boost/boost/multiprecision/cpp_int/
Dliterals.hpp198 template <char l1, char l2, char... STR>
203 typedef typename pack_values<STR...>::type packed_type;
236 template <char... STR>
237 …precision::literals::detail::signed_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::number_type… in operator ""_cppi()
239 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type… in operator ""_cppi()
240 …precision::literals::detail::signed_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::backend_typ… in operator ""_cppi()
243 template <char... STR>
244 …ecision::literals::detail::unsigned_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::number_type… in operator ""_cppui()
246 …typedef typename boost::multiprecision::literals::detail::make_packed_value_from_str<STR...>::type… in operator ""_cppui()
247 …ecision::literals::detail::unsigned_cpp_int_literal_result_type<(sizeof...(STR)) - 2>::backend_typ… in operator ""_cppui()
[all …]
/third_party/skia/third_party/externals/icu/source/data/misc/
Dicudata.rc30 #define STR(s) #s
31 #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0"
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
Dicudata.rc30 #define STR(s) #s
31 #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0"
/third_party/icu/icu4c/source/data/misc/
Dicudata.rc30 #define STR(s) #s
31 #define CommaVersionString(a, b, c, d) STR(a) ", " STR(b) ", " STR(c) ", " STR(d) "\0"
/third_party/python/Tools/i18n/
Dmsgfmt.py101 STR = 2
132 if l[0] == '#' and section == STR:
144 if section == STR:
150 if section == STR:
173 section = STR
197 elif section == STR:
205 if section == STR:
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp75 STR(caller), \ in testCaller()
76 STR(callee), \ in testCaller()
87 STR(caller), STR(callee), argc, \ in testCaller()
135 {STR(caller), \ in testCallee()
136 STR(callee), \ in testCallee()
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c59 #define STR "abcdefg" macro
129 SAFE_WRITE(cleanup, 1, TEST_RETURN, STR, sizeof(STR) - 1); in testfunc_append()
133 if (file_offset > (off_t)(sizeof(STR) - 1)) in testfunc_append()
205 SAFE_WRITE(cleanup, 1, fd, STR, sizeof(STR) - 1); in testfunc_largefile()
Dopenat02_child.c23 #define STR "abc" macro
38 ret = write(fd, STR, sizeof(STR) - 1); in main()
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c1057 #define STR(str) (str), strlen(str) in Def_ModuleInit() macro
1062 zend_declare_class_constant_long(gpb_type_type, STR("DOUBLE"), 1); in Def_ModuleInit()
1063 zend_declare_class_constant_long(gpb_type_type, STR("FLOAT"), 2); in Def_ModuleInit()
1064 zend_declare_class_constant_long(gpb_type_type, STR("INT64"), 3); in Def_ModuleInit()
1065 zend_declare_class_constant_long(gpb_type_type, STR("UINT64"), 4); in Def_ModuleInit()
1066 zend_declare_class_constant_long(gpb_type_type, STR("INT32"), 5); in Def_ModuleInit()
1067 zend_declare_class_constant_long(gpb_type_type, STR("FIXED64"), 6); in Def_ModuleInit()
1068 zend_declare_class_constant_long(gpb_type_type, STR("FIXED32"), 7); in Def_ModuleInit()
1069 zend_declare_class_constant_long(gpb_type_type, STR("BOOL"), 8); in Def_ModuleInit()
1070 zend_declare_class_constant_long(gpb_type_type, STR("STRING"), 9); in Def_ModuleInit()
[all …]

12345678