HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 2401 - 2425 of 46739) sorted by null

<<919293949596979899100>>

  /external/skia/tools/
list_gms.cpp 10 #include <string>
16 std::vector<std::string> gms;
19 gms.push_back(std::string(gm->getName()));
22 for (const std::string& gm : gms) {
list_gpu_unit_tests.cpp 10 #include <string>
16 std::vector<std::string> tests;
20 tests.push_back(std::string(test.name));
24 for (const std::string& test : tests) {
  /external/skqp/tools/
list_gms.cpp 10 #include <string>
16 std::vector<std::string> gms;
19 gms.push_back(std::string(gm->getName()));
22 for (const std::string& gm : gms) {
list_gpu_unit_tests.cpp 10 #include <string>
16 std::vector<std::string> tests;
20 tests.push_back(std::string(test.name));
24 for (const std::string& test : tests) {
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 25 import string
38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Macro.h 20 #include <string>
35 typedef std::vector<std::string> Parameters;
47 std::string name;
52 typedef std::map<std::string, std::shared_ptr<Macro>> MacroSet;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DynamicLibrary.h 17 #include <string>
65 std::string *errMsg = 0);
73 std::string *ErrMsg = 0) {
82 /// @throws std::string on error.
87 static void *SearchForAddressOfSymbol(const std::string &symbolName) {
Regex.h 17 #include <string>
33 /// null string after any newline in the string in addition to its normal
34 /// function, and the $ anchor matches the null string before any
35 /// newline in the string in addition to its normal function.
47 bool isValid(std::string &Error);
54 /// matches - Match the regex against a given \arg String.
57 /// with references to the matched group expressions (inside \arg String),
61 bool match(StringRef String, SmallVectorImpl<StringRef> *Matches = 0);
64 /// \arg String with the \arg Repl string. Backreferences like "\0" in th
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUSubtarget.h 19 #include <string>
56 SPUSubtarget(const std::string &TT, const std::string &CPU,
57 const std::string &FS);
59 /// ParseSubtargetFeatures - Parses features string setting specified
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/TargetInfo/
CppBackendTargetInfo.cpp 17 static unsigned CppBackend_TripleMatchQuality(const std::string &TT) {
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSubtarget.cpp 26 SystemZSubtarget::SystemZSubtarget(const std::string &TT,
27 const std::string &CPU,
28 const std::string &FS):
30 std::string CPUName = CPU;
34 // Parse features string.
  /external/swiftshader/third_party/stlport-cpp11-extension/
string 20 // This file extends stlport's <string> implementation to provide support for:
27 // Include the original stlport <string> header.
28 #include <stlport/string>
35 std::string to_string(const T& val) {
  /external/syslinux/com32/gpllib/disk/
error.c 11 #include <string.h>
  /external/syslinux/com32/lib/
calloc.c 6 #include <string.h>
fputs.c 10 #include <string.h>
mempcpy.c 5 #include <string.h>
perror.c 7 #include <string.h>
strchr.c 5 #include <string.h>
strlen.c 5 #include <string.h>
strncat.c 5 #include <string.h>
strnlen.c 5 #include <string.h>
strrchr.c 5 #include <string.h>
strstr.c 5 #include <string.h>
strtok.c 5 #include <string.h>
  /external/syslinux/dos/
strchr.c 5 #include <string.h>

Completed in 883 milliseconds

<<919293949596979899100>>