Searched defs:STR (Results 26 - 50 of 51) sorted by relevance

123

/external/swiftshader/third_party/subzero/src/
H A DIceTimerTree.cpp42 #define STR(s) #s macro
44 IDs[TT_##tag] = STR(tag); \
45 IDsIndex[STR(tag)] = TT_##tag;
48 #undef STR macro
/external/vulkan-validation-layers/tests/
H A Dtest_common.h67 #define STR(r) \ macro
70 STR(VK_SUCCESS);
71 STR(VK_NOT_READY);
72 STR(VK_TIMEOUT);
73 STR(VK_EVENT_SET);
74 STR(VK_EVENT_RESET);
75 STR(VK_ERROR_INITIALIZATION_FAILED);
76 STR(VK_ERROR_OUT_OF_HOST_MEMORY);
77 STR(VK_ERROR_OUT_OF_DEVICE_MEMORY);
78 STR(VK_ERROR_DEVICE_LOS
83 #undef STR macro
[all...]
/external/libchrome/sandbox/linux/services/
H A Dsyscall_wrappers.cc174 #define STR(x) #x macro
175 #define XSTR(x) STR(x)
214 #undef STR macro
/external/libedit/src/
H A Dchartype.h80 #define STR(x) L ## x macro
134 #define STR(x) x macro
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_cast_main.cpp35 #define XSTR(s) STR(s)
36 #define STR(s) #s macro
/external/syslinux/gpxe/src/config/
H A Dconfig.c36 #undef STR macro
37 #define XSTR(s) STR(s)
38 #define STR(s) #s macro
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp38 ProfOStream(llvm::raw_string_ostream &STR) argument
39 : IsFDOStream(false), OS(STR), LE(STR) {}
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c861 #define STR(t) write_str(netw, #t, ssid) macro
867 STR(ssid);
878 STR(identity);
879 STR(anonymous_identity);
880 STR(password);
881 STR(ca_cert);
882 STR(ca_path);
883 STR(client_cert);
884 STR(private_key);
885 STR(private_key_passw
938 #undef STR macro
[all...]
H A Dconfig_file.c707 #define STR(t) write_str(f, #t, ssid) macro
713 STR(ssid);
726 STR(bgscan);
727 STR(autoscan);
728 STR(scan_freq);
731 STR(identity);
732 STR(anonymous_identity);
733 STR(password);
734 STR(ca_cert);
735 STR(ca_pat
866 #undef STR macro
[all...]
H A Dconfig.c1903 /* STR: Define a string variable for an ASCII string; f = field name */
1911 #define STR(f) _STR(f), NULL, NULL, NULL, 0 macro
1917 * data length. Unlike STR(), this can be used to store arbitrary binary data
1966 * into .name and for STR and INT types, the offset of the target buffer within
1969 * .param3 and .param4 can be used to mark the allowed range (length for STR
2065 { STR(id_str) },
2085 { STR(bgscan) },
2101 { STR(ht_mcs) },
2145 #undef STR macro
4313 #define STR( macro
4469 #undef STR macro
[all...]
/external/arm-neon-tests/
H A Dstm-arm-neon-ref.h50 #define STR(X) xSTR(X) macro
80 STR(VECT_VAR(result, T, W, N))); \
91 STR(VECT_VAR(result, T, W, N))); \
102 STR(VECT_VAR(result, T, W, N))); \
117 STR(T), W, N); \
158 STR(VECT_VAR(result, T, W, N))); \
206 STR(VECT_VAR(VAR, T1, W, N)), i, \
/external/fmtlib/test/
H A Dutil-test.cc445 const char STR[] = "abc"; local
446 CHECK_ARG_INFO(CSTRING, string.value, STR);
547 char STR[] = "test"; local
548 EXPECT_ARG(CSTRING, char*, STR);
549 EXPECT_ARG(CSTRING, const char*, STR);
550 EXPECT_ARG(STRING, std::string, STR);
551 EXPECT_ARG(STRING, fmt::StringRef, STR);
648 const char STR[] = "abc"; local
649 EXPECT_RESULT(CSTRING, STR);
652 const void *p = STR;
700 const char STR[] = "abc"; local
[all...]
/external/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c862 #define STR "parent: received SIGCHLD\n" macro
863 write(STDOUT_FILENO, str, strlen(STR));
/external/v8/src/arm64/
H A Dsimulator-arm64.cc3369 #define STR(a) #a macro
3370 #define XSTR(a) STR(a)
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2592 const char* STR[] = { "-2.", "-2.", "-0.", "0.", "2.", "2.", "4.", "4." }; local
2597 UnicodeString exp(STR[i]);
/external/vulkan-validation-layers/demos/
H A Dvulkaninfo.c201 #define STR(r) \ macro
204 STR(VK_SUCCESS);
205 STR(VK_NOT_READY);
206 STR(VK_TIMEOUT);
207 STR(VK_EVENT_SET);
208 STR(VK_EVENT_RESET);
209 STR(VK_ERROR_INITIALIZATION_FAILED);
210 STR(VK_ERROR_OUT_OF_HOST_MEMORY);
211 STR(VK_ERROR_OUT_OF_DEVICE_MEMORY);
212 STR(VK_ERROR_DEVICE_LOS
217 #undef STR macro
225 #define STR macro
232 #undef STR macro
240 #define STR macro
423 #undef STR macro
[all...]
/external/python/cpython2/Lib/plat-unixware7/
H A DSTROPTS.py291 STR = (ord('S')<<8) variable
292 I_NREAD = (STR|01)
293 I_PUSH = (STR|02)
294 I_POP = (STR|03)
295 I_LOOK = (STR|04)
296 I_FLUSH = (STR|05)
297 I_SRDOPT = (STR|06)
298 I_GRDOPT = (STR|07)
299 I_STR = (STR|010)
300 I_SETSIG = (STR|01
[all...]
/external/v8/src/mips/
H A Dsimulator-mips.cc343 #define STR(a) #a macro
344 #define XSTR(a) STR(a)
782 #undef STR macro
/external/v8/src/mips64/
H A Dsimulator-mips64.cc309 #define STR(a) #a macro
310 #define XSTR(a) STR(a)
715 #undef STR macro
/external/v8/src/ppc/
H A Dsimulator-ppc.cc176 #define STR(a) #a macro
177 #define XSTR(a) STR(a)
632 #undef STR macro
/external/v8/src/arm/
H A Dsimulator-arm.cc184 #define STR(a) #a macro
185 #define XSTR(a) STR(a)
553 #undef STR macro
/external/v8/src/s390/
H A Dsimulator-s390.cc176 #define STR(a) #a macro
177 #define XSTR(a) STR(a)
638 #undef STR macro
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp6786 string *STR; member in namespace:test304
6792 MU.Lock(); CHECK(STR->length() >= 4); MU.Unlock();
6797 CHECK(STR->length() >= 4); // Unprotected!
6802 MU.Lock(); CHECK(STR->length() >= 4); MU.Unlock();
6807 MU.Lock(); *STR += " + a very very long string"; MU.Unlock();
6811 STR = new string ("The String");
6817 printf("%s\n", STR->c_str());
6818 delete STR;
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h667 #define STR(a) CHOICE(str a, str a, str a) macro
1380 #define STR(a) str a macro
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...

Completed in 1427 milliseconds

123