/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator-inl.h | 11 #include "src/strings/string-hasher-inl.h" 55 uint32_t HeapSnapshotJSONSerializer::StringHash(const void* string) { in StringHash() argument 56 const char* s = reinterpret_cast<const char*>(string); in StringHash()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-break-iterator.h | 13 #include <string> 41 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-segmenter.h | 12 #include <string> 44 V8_EXPORT_PRIVATE static const std::set<std::string>& GetAvailableLocales();
|
H A D | js-segments.h | 36 Isolate* isolate, Handle<JSSegmenter> segmenter, Handle<String> string); 45 icu::BreakIterator* break_iterator, const icu::UnicodeString& string,
|
/third_party/node/deps/v8/src/strings/ |
H A D | uri.h | 39 // ES6 section B.2.1.1 escape (string) 40 static MaybeHandle<String> Escape(Isolate* isolate, Handle<String> string); 42 // ES6 section B.2.1.2 unescape (string) 43 static MaybeHandle<String> Unescape(Isolate* isolate, Handle<String> string);
|
/third_party/pulseaudio/src/ |
H A D | depmod.py | 18 import sys, os, string namespace 70 print "%s: %s" % (fn, string.join(dependencies[fn], " "))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawTestCaseUtil.hpp | 59 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, typename Instance::TestSpec testSpec) in InstanceFactory() 66 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, typename Instance::TestSpec testSpec, const Support& support) in InstanceFactory()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | Token.h | 11 #include <string> 94 std::string text;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ImageFunctionHLSL.h | 34 const std::set<std::string> &getUsedImage2DFunctionNames() const in getUsedImage2DFunctionNames() 91 std::set<std::string> mUsedImage2DFunctionNames;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLPlatformImpl.h | 38 std::string profile; 39 std::string name;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | FunctionsWGL.h | 28 std::vector<std::string> extensions; 29 bool hasExtension(const std::string &ext) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.cpp | 35 std::string *ErrStr) { in create() 38 std::string Msg; in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 44 std::string ErrMsg; in createTargetMachine() 60 const std::vector<std::string> &FeatureVec) { in addFeatures()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Error.cpp | 27 std::string message(int ev) const override; 35 std::string _object_error_category::message(int EV) const { in message()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureFilterAnisotropicTests.hpp | 77 void generateTokens(GLenum target, std::string& refTexCoordType, std::string& refSamplerType);
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsPosixTestProcess.hpp | 33 #include <string> 98 std::string m_logFileName;
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.hpp | 50 TestResultParseError (const std::string& message) : ParseError(message) {} in TestResultParseError() 111 std::string m_curNumValue;
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_execution_limitations.cpp | 44 std::string reason; in ValidateExecutionLimitations() 57 std::string reason; in ValidateExecutionLimitations()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_no_contraction_decoration_test.cpp | 28 std::string shader = R"( in TEST() 125 std::string after_transformation = R"( in TEST()
|
H A D | transformation_add_relaxed_decoration_test.cpp | 27 std::string shader = R"( in TEST() 101 std::string after_transformation = R"( in TEST()
|
H A D | transformation_add_type_boolean_test.cpp | 26 std::string shader = R"( in TEST() 69 std::string after_transformation = R"( in TEST()
|
H A D | transformation_add_type_function_test.cpp | 26 std::string shader = R"( in TEST() 101 std::string after_transformation = R"( in TEST()
|
H A D | transformation_invert_comparison_operator_test.cpp | 27 std::string shader = R"( in TEST() 89 std::string expected = R"( in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/ |
H A D | switch_case_fallthrough.cpp | 16 #include <string> 61 const std::string text = R"( in TEST_F()
|
H A D | unreachable_for_post.cpp | 16 #include <string> 44 const std::string text = R"( in TEST_F()
|