Home
last modified time | relevance | path

Searched refs:Names (Results 1 – 25 of 249) sorted by relevance

12345678910

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRangeSpec.cpp91 D->Names.insert(Token); in record()
123 if (!Includes.Names.empty() || !Excludes.Names.empty()) in init()
135 if (Excludes.Names.find(Name) != Excludes.Names.end()) in match()
143 if (Includes.Names.find(Name) != Includes.Names.end()) in match()
DIceRangeSpec.h40 std::unordered_set<std::string> Names; member
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_function_decl_test.cc51 std::string Names(std::vector<std::string> ids) { in Names() function
98 parser(test::Assemble(Preamble() + Names({"main"}) + CommonTypes() + R"( in TEST_F()
113 Names({"main"}) + BuiltinPosition() + R"( in TEST_F()
142 )" + Names({"main"}) + CommonTypes() + in TEST_F()
160 )" + Names({"main"}) + CommonTypes() + in TEST_F()
180 )" + Names({"main"}) + CommonTypes() + in TEST_F()
203 )" + Names({"main"}) + CommonTypes() + in TEST_F()
343 auto p = parser(test::Assemble(Preamble() + Names({"another_function"}) + in TEST_F()
361 Names({"root", "branch", "leaf", "leaf_result", "branch_result"}) + in TEST_F()
405 test::Assemble(Preamble() + Names({"ret_float"}) + CommonTypes() + R"( in TEST_F()
[all …]
Dfunction_decl_test.cc38 std::string Names(std::vector<std::string> ids) { in Names() function
106 test::Assemble(Preamble() + Names({"a", "b", "c"}) + CommonTypes() + R"( in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp20 Names.resize(Records.size()); in TypeTableCollection()
47 if (Names[I].data() == nullptr) { in getTypeName()
49 Names[I] = Result; in getTypeName()
51 return Names[I]; in getTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h132 std::initializer_list<SymbolStringPtr> Names,
134 Symbols.reserve(Names.size());
135 for (auto &Name : Names)
142 const SymbolNameSet &Names,
144 Symbols.reserve(Names.size());
145 for (const auto &Name : Names)
154 ArrayRef<SymbolStringPtr> Names,
156 Symbols.reserve(Names.size());
157 for (const auto &Name : Names)
250 SymbolNameVector Names; in getSymbolNames() local
[all …]
DLazyEmittingLayer.h138 const GlobalValue* addGlobalValue(StringMap<const GlobalValue*> &Names, in addGlobalValue() argument
160 Names[MangledName] = &GV; in addGlobalValue()
/third_party/node/deps/v8/src/codegen/
Dregister-base.h77 static constexpr const char* Names[] = {LIST(DEFINE_REGISTER_NAMES_NAME)}; \
78 STATIC_ASSERT(arraysize(Names) == RegType::kNumRegisters); \
79 return reg.is_valid() ? Names[reg.code()] : "invalid"; \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h2297 PODSmallVector<Node *, 32> Names; member
2355 Names.clear(); in reset()
2379 assert(FromPosition <= Names.size()); in popTrailingNodeArray()
2381 makeNodeArray(Names.begin() + (long)FromPosition, Names.end()); in popTrailingNodeArray()
2382 Names.dropBack(FromPosition); in popTrailingNodeArray()
2616 size_t BindingsBegin = Names.size(); in parseUnqualifiedName()
2621 Names.push_back(Binding); in parseUnqualifiedName()
2656 size_t ParamsBegin = Names.size(); in parseUnnamedTypeName()
2662 Names.push_back(T); in parseUnnamedTypeName()
2696 Names.push_back(P); in parseUnnamedTypeName()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp269 BinaryStreamReader Names(NamesBuffer); in getFileName() local
274 Names.setOffset(FileOffset); in getFileName()
276 if (auto EC = Names.readCString(Name)) in getFileName()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.h130 UStringVector Names; member
162 Names.Clear(); in Clear()
185 Names.ReserveDown(); in ReserveDown()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/
DCONTRIBUTORS10 # Names should be added to this file only after verifying that
24 # Names should be added to this file like so:
DAUTHORS5 # Names should be added to this file as one of
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp257 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames()
258 Names.resize(pImpl->CustomMDKindNames.size()); in getMDKindNames()
261 Names[I->second] = I->first(); in getMDKindNames()
/third_party/skia/third_party/externals/angle2/doc/
DCodingStandard.md43 #### File Names
51 #### Directory Names
55 #### Variable Names
69 * {DEV} Enum Names: use strongly typed class enums when possible. Use CamelCase for class enum memb…
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dnaming.txt18 Names of identifiers should generally be written with full words, as a
91 == Type Names
130 === Extending Structure Names
172 == Enumerant Names
210 == Command Names
354 === Function Pointer Type Names
368 == Function Parameter and Struct/Union Member Names
475 === Extension Type Names
491 === Extension Enumerant Names
520 === Extension Function Names
/third_party/mbedtls/tests/suites/
Dtest_suite_x509write.data165 X509 String to Names #1
168 X509 String to Names #2
171 X509 String to Names #3 (Name precisely 255 bytes)
174 X509 String to Names #4 (Name larger than 255 bytes)
177 X509 String to Names #5 (Escape non-allowed characters)
180 X509 String to Names #6 (Escape at end)
/third_party/skia/third_party/externals/oboe/
DAUTHORS5 # Names should be added to this file as:
DCONTRIBUTORS9 # Names should be added to this file as:
/third_party/skia/third_party/externals/swiftshader/
DAUTHORS.txt4 # Names should be added to this file as:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableCollection.h36 std::vector<StringRef> Names; variable
/third_party/googletest/googletest/cmake/
Dlibgtest.la.in7 # Names of this library.
/third_party/icu/vendor/double-conversion/upstream/
DAUTHORS2 # to the double-conversion project. Names should be added to the
/third_party/node/tools/gyp/
DAUTHORS1 # Names should be added to this file like so:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
DAUTHORS1 # Names should be added to this file like so:

12345678910