Home
last modified time | relevance | path

Searched defs:Names (Results 1 – 25 of 96) sorted by relevance

1234

/external/libunwind/doc/
Dlibunwind-ia64.tex73 \subsection{Frame-register Macros}
103 \subsection{Normal Register Macros}
157 \subsection{Convenience Macros}
/external/guice/core/src/com/google/inject/name/
DNames.java30 public class Names { class
32 private Names() {} in Names() method in Names
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableCollection.h37 std::vector<StringRef> Names; variable
/external/libcxx/benchmarks/
Dstring.bench.cpp62 static constexpr const char* Names[] = {"Empty", "Small", "Large", "Huge"}; member
67 static constexpr const char* Names[] = {"Opaque", "Transparent"}; member
72 static constexpr const char* Names[] = {"Control", "ChangeFirst", member
220 static constexpr const char* Names[] = {"Eq", "Less", "Compare"}; member
266 static constexpr const char* Names[] = {"Shallow", "Deep"}; member
271 static constexpr const char* Names[] = {"Hot", "Cold"}; member
Dordered_set.bench.cpp27 static constexpr const char* Names[] = {"Hit", "Miss"}; member
34 static constexpr const char* Names[] = {"Ordered", "Random"}; member
Dfunction.bench.cpp33 static constexpr const char* Names[] = {"Null", member
46 static constexpr const char* Names[] = {"Opaque", "Transparent"}; member
Dalgorithms.bench.cpp19 static constexpr const char* Names[] = {"uint32", "string"}; member
35 static constexpr const char* Names[] = {"Random", "Ascending", member
/external/llvm/unittests/Support/
DTypeNameTest.cpp23 TEST(TypeNameTest, Names) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTypeNameTest.cpp23 TEST(TypeNameTest, Names) { in TEST() argument
/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.h40 std::unordered_set<std::string> Names; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DLegacyAPIInteropTest.cpp78 auto LookupFlags = [&](const SymbolNameSet &Names) { in TEST()
91 JITSymbolResolver::LookupSet Names{StringRef("foo")}; in TEST() local
DCoreAPIsTest.cpp188 SymbolNameSet Names({Foo, Bar, Baz}); in TEST_F() local
483 SymbolNameSet Names({Foo}); in TEST_F() local
544 V.setFallbackDefinitionGenerator([&](VSO &W, const SymbolNameSet &Names) { in TEST_F()
564 SymbolNameSet Names({Foo, Bar}); in TEST_F() local
633 SymbolNameSet Names({Foo, Bar}); in TEST_F() local
/external/clang/lib/Basic/
DTargetInfo.cpp366 ArrayRef<const char *> Names = getGCCRegNames(); in isValidGCCRegisterName() local
409 ArrayRef<const char *> Names = getGCCRegNames(); in getNormalizedGCCRegisterName() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp154 SymbolNameSet Names; in run() local
216 operator()(VSO &V, const SymbolNameSet &Names) { in operator ()()
DCore.cpp163 SymbolNameSet Names, bool WaitUntilReady, in legacyLookup()
1237 SymbolFlagsMap VSO::lookupFlags(const SymbolNameSet &Names) { in lookupFlags()
1255 const SymbolNameSet &Names) { in lookupFlagsImpl()
1352 SymbolNameSet Names) { in legacyLookup()
1655 Expected<SymbolMap> lookup(const VSOList &VSOs, SymbolNameSet Names) { in lookup()
1667 SymbolNameSet Names({Name}); in lookup() local
/external/google-styleguide/
Dobjcguide.md707 #### Common Variable Names
722 #### Instance Variables
733 #### Constants
/external/python/cpython2/Demo/rpc/
Drnusersclient.py46 def Names(self): member in PartialRnusersClient
/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h438 std::vector<std::string> Names; variable
/external/cldr/tools/java/org/unicode/cldr/util/props/
DICUPropertyFactory.java525 public static class Names { class in ICUPropertyFactory
529 public Names(int base, String[] names) { in Names() method in ICUPropertyFactory.Names
/external/syzkaller/pkg/compiler/
Dtypes.go16 Names []string member
40 Names []string member
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetFeatureInfo.cpp85 std::vector<std::string> Names; in emitNameTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h499 std::vector<std::string> Names; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp284 static void filterByName(const StringSet<> &Names, in filterByName()
352 static void filterByAccelName(ArrayRef<std::string> Names, DWARFContext &DICtx, in filterByAccelName()
408 StringSet<> Names; in dumpObjectFile() local
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.cpp567 auto Names = getSrcAndDstElememntTypeName(BIC); in isSamplerInitializer() local
578 auto Names = getSrcAndDstElememntTypeName(BIC); in isPipeStorageInitializer() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.h196 enum class InputFileType { PDBFile, PDBStream, DBIStream, Names, ModuleStream }; enumerator

1234