Home
last modified time | relevance | path

Searched refs:STR (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/python/Tools/stringbench/
H A Dstringbench.py76 def in_test_quick_match_single_character(STR):
77 s1 = STR("A" * 1000)
78 s2 = STR("A")
83 def in_test_no_match_single_character(STR):
84 s1 = STR("A" * 1000)
85 s2 = STR("B")
91 def in_test_quick_match_two_characters(STR):
92 s1 = STR("AB" * 1000)
93 s2 = STR("AB")
98 def in_test_no_match_two_character(STR)
[all...]
/third_party/lame/libmp3lame/
H A Dversion.c60 STR(LAME_MAJOR_VERSION) "." STR(LAME_MINOR_VERSION) " " in get_lame_version()
61 "(alpha " STR(LAME_PATCH_VERSION) ", " __DATE__ " " __TIME__ ")"; in get_lame_version()
64 STR(LAME_MAJOR_VERSION) "." STR(LAME_MINOR_VERSION) " " in get_lame_version()
65 "(beta " STR(LAME_PATCH_VERSION) ", " __DATE__ ")"; in get_lame_version()
68 STR(LAME_MAJOR_VERSION) "." STR(LAME_MINOR_VERSION) "." STR(LAME_PATCH_VERSION); in get_lame_version()
71 STR(LAME_MAJOR_VERSIO in get_lame_version()
[all...]
H A Dversion.h29 #ifndef STR
31 # define STR(x) __STR(x) macro
51 #define LAME_PATCH_LEVEL_STRING " alpha " STR(LAME_PATCH_VERSION)
54 #define LAME_PATCH_LEVEL_STRING " beta " STR(LAME_PATCH_VERSION)
58 #define LAME_PATCH_LEVEL_STRING " release " STR(LAME_PATCH_VERSION)
64 # define LAME_VERSION_STRING STR(LAME_MAJOR_VERSION) "." STR(LAME_MINOR_VERSION) LAME_PATCH_LEVEL_STRING
/third_party/skia/third_party/externals/libwebp/examples/
H A Dunicode.h54 #define TO_W_CHAR(STR) (L##STR)
58 #define WPRINTF(STR, ...) wprintf(TO_W_CHAR(STR), __VA_ARGS__)
59 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__)
62 #define WSTRCMP(FILENAME, STR) wcscmp((const W_CHAR*)FILENAME, TO_W_CHAR(STR))
63 #define WSTRRCHR(FILENAME, STR) wcsrchr((const W_CHAR*)FILENAME, TO_W_CHAR(STR))
[all...]
/third_party/mesa3d/src/mesa/main/
H A 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_shade in _mesa_spirv_extensions_to_string()
79 #undef STR _mesa_spirv_extensions_to_string() macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A 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_pat in wpa_config_write_network()
951 #undef STR wpa_config_write_network() macro
[all...]
H A 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_identit in wpa_config_write_network()
933 #undef STR wpa_config_write_network() macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A 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_pat in wpa_config_write_network()
966 #undef STR wpa_config_write_network() macro
[all...]
H A Dconfig_file.c701 #define STR(t) write_str(f, #t, ssid) in wpa_config_write_network() macro
707 STR(ssid); in wpa_config_write_network()
715 STR(sae_password); in wpa_config_write_network()
716 STR(sae_password_id); in wpa_config_write_network()
724 STR(wapi_psk); in wpa_config_write_network()
727 STR(wapi_user_sel_cert); in wpa_config_write_network()
728 STR(wapi_ca_cert); in wpa_config_write_network()
737 STR(bgscan); in wpa_config_write_network()
738 STR(autoscan); in wpa_config_write_network()
739 STR(scan_fre in wpa_config_write_network()
936 #undef STR wpa_config_write_network() macro
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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),
1241 STR(GL_TEXTURE_2D_ARRAY), STR(GL_TEXTURE_3D), STR(GL_TEXTURE_2D_MULTISAMPLE), STR(GL_TEXTURE_2D_MULTISAMPLE_ARRA
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A 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("STRIN in Def_ModuleInit()
1080 #undef STR Def_ModuleInit() macro
[all...]
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat02.c59 #define STR "abcdefg" macro
129 SAFE_WRITE(cleanup, SAFE_WRITE_ALL, TEST_RETURN, STR, sizeof(STR) - 1); in testfunc_append()
133 if (file_offset > (off_t)(sizeof(STR) - 1)) in testfunc_append()
199 SAFE_WRITE(cleanup, SAFE_WRITE_ALL, fd, STR, sizeof(STR) - 1); in testfunc_largefile()
H A Dopenat02_child.c23 #define STR "abc" macro
38 ret = write(fd, STR, sizeof(STR) - 1); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A 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()
H A Dmem_intrin_main.cpp14 #define XSTR(s) STR(s)
15 #define STR(s) #s macro
31 STR(test_func), init_val, len, llc_result, sz_result); \ in testVariableLen()
53 STR(test_func), init_val, NBYTES, llc_result, sz_result); \ in testFixedLen()
/third_party/python/Tools/i18n/
H A 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/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dhandler.h61 #define JERRYX_PROPERTY_STRING(NAME, STR) \
62 (jerryx_property_entry) { NAME, jerry_create_string_from_utf8 ((const jerry_char_t *) STR) }
63 #define JERRYX_PROPERTY_STRING_SZ(NAME, STR, SIZE) \
64 (jerryx_property_entry) { NAME, jerry_create_string_sz_from_utf8 ((const jerry_char_t *) STR, SIZE) }
/third_party/ltp/testcases/kernel/syscalls/splice/
H A Dsplice03.c39 #define STR "abcdefghigklmnopqrstuvwxyz" macro
67 SAFE_FILE_PRINTF(TEST_FILE, STR); in setup()
76 SAFE_WRITE(SAFE_WRITE_ALL, pipes[1], STR, sizeof(STR) - 1); in setup()
/third_party/musl/src/passwd/
H A Dputspent.c5 #define STR(s) ((s) ? (s) : "") macro
10 STR(sp->sp_namp), STR(sp->sp_pwdp), NUM(sp->sp_lstchg), in putspent()
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc14 struct STR { struct
15 STR(const char* S): C(strdup(S)) {} in STR() function
16 ~STR() { free(C); } in ~STR()
17 STR(STR&& O): C(O.C) { O.C = 0; } in STR() function
240 void call(const char* pass, STR&& __k) { in call()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_constants_test.cpp86 #define GOOD_SHADER_10(STR) \
87 { SPV_ENV_UNIVERSAL_1_0, kShaderPreamble kBasicTypes STR, true, "" }
88 #define GOOD_KERNEL_10(STR) \
89 { SPV_ENV_UNIVERSAL_1_0, kKernelPreamble kBasicTypes STR, true, "" }
289 #define BAD_SHADER_10(STR, NAME) \
291 SPV_ENV_UNIVERSAL_1_0, kShaderPreamble kBasicTypes STR, false, \
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_constants_test.cpp86 #define GOOD_SHADER_10(STR) \
87 { SPV_ENV_UNIVERSAL_1_0, kShaderPreamble kBasicTypes STR, true, "" }
88 #define GOOD_KERNEL_10(STR) \
89 { SPV_ENV_UNIVERSAL_1_0, kKernelPreamble kBasicTypes STR, true, "" }
289 #define BAD_SHADER_10(STR, NAME) \
291 SPV_ENV_UNIVERSAL_1_0, kShaderPreamble kBasicTypes STR, false, \
/third_party/spirv-tools/test/val/
H A Dval_constants_test.cpp86 #define GOOD_SHADER_10(STR) \
87 { SPV_ENV_UNIVERSAL_1_0, kShaderPreamble kBasicTypes STR, true, "" }
88 #define GOOD_KERNEL_10(STR) \
89 { SPV_ENV_UNIVERSAL_1_0, kKernelPreamble kBasicTypes STR, true, "" }
289 #define BAD_SHADER_10(STR, NAME) \
291 SPV_ENV_UNIVERSAL_1_0, kShaderPreamble kBasicTypes STR, false, \
/third_party/ltp/testcases/kernel/security/dirtyc0w/
H A Ddirtyc0w.c41 #define STR "this is not a test\n" macro
65 SAFE_WRITE(SAFE_WRITE_ALL, fd, STR, sizeof(STR)-1); in dirtyc0w_test()
/third_party/ltp/testcases/kernel/syscalls/tee/
H A Dtee02.c29 #define STR "abcdefghigklmnopqrstuvwxyz" macro
49 SAFE_WRITE(SAFE_WRITE_ALL, pipes[1], STR, sizeof(STR) - 1); in setup()

Completed in 14 milliseconds

1234