Home
last modified time | relevance | path

Searched defs:STR (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/python/Tools/stringbench/
Dstringbench.py76 def in_test_quick_match_single_character(STR): argument
83 def in_test_no_match_single_character(STR): argument
91 def in_test_quick_match_two_characters(STR): argument
98 def in_test_no_match_two_character(STR): argument
105 def in_test_slow_match_two_characters(STR): argument
113 def in_test_slow_match_100_characters(STR): argument
126 def re_test_slow_match_100_characters(STR): argument
141 def find_test_quick_match_single_character(STR): argument
149 def find_test_no_match_single_character(STR): argument
158 def find_test_quick_match_two_characters(STR): argument
[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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_constants_test.cpp86 #define GOOD_SHADER_10(STR) \ argument
88 #define GOOD_KERNEL_10(STR) \ argument
289 #define BAD_SHADER_10(STR, NAME) \ argument
/third_party/spirv-tools/test/val/
Dval_constants_test.cpp86 #define GOOD_SHADER_10(STR) \ argument
88 #define GOOD_KERNEL_10(STR) \ argument
289 #define BAD_SHADER_10(STR, NAME) \ argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_constants_test.cpp86 #define GOOD_SHADER_10(STR) \ argument
88 #define GOOD_KERNEL_10(STR) \ argument
289 #define BAD_SHADER_10(STR, NAME) \ argument
/third_party/gettext/gettext-tools/tests/
Dxgettext-perl-39 print gettext <<STR heredoc
Dxgettext-perl-29 print gettext <<STR heredoc
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_004.cpp25 #define STR(x) #x macro
Dt_5_005.cpp20 %: define STR(a) %: a macro
Dt_1_033.cpp14 #define STR(...) #__VA_ARGS__ macro
Dt_5_003.cpp18 #define STR(x) #x macro
Dt_5_025.cpp23 #define STR(a) STR1(a) macro
Dt_5_027.cpp20 #define STR(a) # a macro
Dt_6_057.cpp19 #define STR(s) # s macro
Dt_1_034.cpp16 #define STR(...) #__VA_ARGS__ macro
Dt_5_021.cpp41 #define STR(n1, n2) "n1:n2" macro
Dt_5_028.cpp27 #define STR(a) # a macro
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandler.h61 #define JERRYX_PROPERTY_STRING(NAME, STR) \ argument
63 #define JERRYX_PROPERTY_STRING_SZ(NAME, STR, SIZE) \ argument
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat02_child.c23 #define STR "abc" macro
/third_party/musl/src/passwd/
Dputspent.c5 #define STR(s) ((s) ? (s) : "") macro
/third_party/iowow/src/tmpl/
Diwcfg.h36 #define STR(x) STR_HELPER(x) macro
/third_party/iowow/src/
Diwcfg.h36 #define STR(x) STR_HELPER(x) macro
/third_party/mesa3d/src/mesa/main/
Dspirv_extensions.c65 #define STR(x) case x: return #x; in _mesa_spirv_extensions_to_string() macro
/third_party/ltp/testcases/kernel/security/dirtyc0w/
Ddirtyc0w.c41 #define STR "this is not a test\n" macro

1234