/third_party/python/Tools/stringbench/ |
D | stringbench.py | 76 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/ |
D | utf8-pointer.c | 111 #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/ |
D | unicode.h | 54 #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/ |
D | unicode.h | 54 #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/ |
D | asoundrc.txt | 33 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/ |
D | spirv_extensions.c | 65 #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/ |
D | arm_bitreversal2.S | 104 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/ |
D | gl3cTextureSizePromotion.cpp | 39 #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), 1241 …STR(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/ |
D | config_winreg.c | 880 #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 …]
|
D | config_file.c | 662 #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/ |
D | config_winreg.c | 869 #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 …]
|
D | config_file.c | 746 #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/ |
D | t_5_027.cpp | 20 #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)
|
D | t_1_033.cpp | 14 #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"
|
D | t_5_025.cpp | 23 #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"
|
D | t_5_005.cpp | 20 %: define STR(a) %: a macro 21 STR(abc) //R "abc" 25 STR(<:) //R "<:"
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | literals.hpp | 198 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/ |
D | icudata.rc | 30 #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/ |
D | icudata.rc | 30 #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/ |
D | icudata.rc | 30 #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/ |
D | msgfmt.py | 101 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/ |
D | test_calling_conv_main.cpp | 75 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/ |
D | openat02.c | 59 #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()
|
D | openat02_child.c | 23 #define STR "abc" macro 38 ret = write(fd, STR, sizeof(STR) - 1); in main()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 1057 #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 …]
|