/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | property.hpp | 82 operator=(const std::string &v); 182 property_string::operator=(const std::string &v) { in operator =()
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | trap.cc | 4 #include <string> 15 auto message = wasm::Name::make(std::string("callback abort"));
|
H A D | reflect.cc | 4 #include <string> 68 out << "\"" << std::string(name.get(), name.size()) << "\"";
|
/third_party/node/src/ |
H A D | module_wrap.h | 7 #include <string> 105 std::unordered_map<std::string, v8::Global<v8::Promise>> resolve_cache_;
|
/third_party/node/src/quic/ |
H A D | data.h | 108 std::string ToString() const; 131 std::string reason_;
|
/third_party/node/test/fixtures/wpt/encoding/ |
H A D | textdecoder-streaming.any.js | 6 var string = '\x00123ABCabc\x80\xFF\u0100\u1000\uFFFD\uD800\uDC00\uDBFF\uDFFF'; variable 39 assert_equals(out, string);
|
/third_party/ltp/testcases/kernel/mem/mtest07/ |
H A D | shm_test.c | 50 #include <string.h> /* required by strncpy() */ 60 void noprintf(char *string, ...) in noprintf() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | expression.h | 179 struct string *string; member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-liveness-map.h | 8 #include <string> 178 V8_EXPORT_PRIVATE std::string ToString(const BytecodeLivenessState& liveness);
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-assembler-inl.h | 59 void BaselineAssembler::RecordComment(const char* string) { in RecordComment() argument 61 __ RecordComment(string); in RecordComment()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.h | 138 void SetString(Handle<String> string, Isolate* isolate); 139 void SetString(Handle<String> string, LocalIsolate* isolate);
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | mod.rs | 116 Ok(string) => Ok(string), in read_to_string()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | mod.rs | 116 Ok(string) => Ok(string), in read_to_string()
|
/third_party/qrcodegen/cpp/ |
H A D | qrcodegen.hpp | 29 #include <string> 99 * byte mode. All input byte vectors are acceptable. Any text string 106 * Returns a segment representing the given string of decimal digits encoded in numeric mode. 112 * Returns a segment representing the given text string encoded in alphanumeric mode. 120 * Returns a list of zero or more segments to represent the given text string. The result 136 * Tests whether the given string can be encoded as a segment in numeric mode. 137 * A string is encodable iff each character is in the range 0 to 9. 143 * Tests whether the given string can be encoded as a segment in alphanumeric mode. 144 * A string is encodable iff each character is in the following set: 0 to 9, A to Z 213 * each character value maps to the index in the string [all...] |
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | mod.rs | 116 Ok(string) => Ok(string), in read_to_string()
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | mod.rs | 116 Ok(string) => Ok(string), in read_to_string()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_wrapper.cpp | 110 const std::string &shaderSource, in GlslangCompileToSpirv() 180 std::string readableSpirv; in GlslangCompileToSpirv()
|
H A D | FunctionLookup.cpp | 80 std::string newName(functionName); in GetMangledName() 110 std::string newName(functionName); in GetMangledNames()
|
H A D | OutputGLSLBase.h | 38 std::string getCommonLayoutQualifiers(TIntermSymbol *variable); 39 std::string getMemoryQualifiers(const TType &type);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.h | 15 #include <string> 117 std::vector<std::string> mExtensions;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | DisplayGLX.h | 12 #include <string> 95 WorkerContext *createWorkerContext(std::string *infoLog);
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | tga_utils.cpp | 13 #include <string> 50 bool LoadTGAImageFromFile(const std::string &path, TGAImage *image) in LoadTGAImageFromFile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LowerEmuTLS.cpp | 89 std::string EmuTlsVarName = ("__emutls_v." + GV->getName()).str(); in addEmuTlsVar() 140 std::string EmuTlsTmplName = ("__emutls_t." + GV->getName()).str(); in addEmuTlsVar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 60 const std::string err_str = sys::StrError(); in initialize() 71 const std::string err_str = sys::StrError(); in ~OProfileJITEventListener()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | Caching.cpp | 75 std::string EntryPath; in localCache() 79 sys::fs::TempFile TempFile, std::string EntryPath, in localCache()
|