Searched defs:Name (Results 1 - 25 of 1086) sorted by relevance

1234567891011>>

/external/flatbuffers/tests/MyGame/Example/
H A DAny.php20 public static function Name($e) function
H A DColor.php18 public static function Name($e) function
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DEnumInNestedNS.php18 public static function Name($e) function
/external/flatbuffers/tests/union_vector/
H A DCharacter.php24 public static function Name($e) function
/external/llvm/include/llvm/IR/
H A DAutoUpgrade.h73 inline bool mayBeOldLoopAttachmentTag(StringRef Name) { argument
74 return Name.startswith("llvm.vectorizer.");
/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.cpp21 StringRef Name)
22 : M(new Module(Name, Context)) {
20 ModuleBuilder(LLVMContext &Context, StringRef Triple, StringRef Name) argument
/external/llvm/unittests/MC/
H A DTargetRegistry.cpp30 StringRef Name = T.getName(); local
37 if (Name != "cpp") {
38 Triple::ArchType Arch = Triple::getArchTypeForLLVMName(Name);
/external/lzma/CPP/7zip/UI/Common/
H A DProperty.h10 UString Name; member in struct:CProperty
/external/python/cpython2/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_parrot.py2 from lib2to3.fixer_util import Name namespace
13 name.replace(Name("cheese", name.prefix))
/external/python/cpython3/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_parrot.py2 from lib2to3.fixer_util import Name namespace
13 name.replace(Name("cheese", name.prefix))
/external/clang/lib/Frontend/
H A DLangStandards.cpp31 const LangStandard *LangStandard::getLangStandardForName(StringRef Name) { argument
32 Kind K = llvm::StringSwitch<Kind>(Name)
/external/llvm/include/llvm/Support/
H A DTypeName.h30 StringRef Name = __PRETTY_FUNCTION__; local
33 Name = Name.substr(Name.find(Key));
34 assert(!Name.empty() && "Unable to find the template parameter!");
35 Name = Name.drop_front(Key.size());
37 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
38 return Name
[all...]
/external/llvm/lib/ExecutionEngine/Orc/
H A DNullResolver.cpp17 RuntimeDyld::SymbolInfo NullResolver::findSymbol(const std::string &Name) { argument
22 NullResolver::findSymbolInLogicalDylib(const std::string &Name) { argument
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_funcattrs.py6 from ..fixer_util import Name namespace
20 attr.replace(Name((u"__%s__" % attr.value[5:]),
H A Dfix_getcwdu.py8 from ..fixer_util import Name namespace
19 name.replace(Name(u"getcwd", prefix=name.prefix))
H A Dfix_raw_input.py6 from ..fixer_util import Name namespace
17 name.replace(Name(u"input", prefix=name.prefix))
H A Dfix_standarderror.py8 from ..fixer_util import Name namespace
18 return Name(u"Exception", prefix=node.prefix)
H A Dfix_xreadlines.py8 from ..fixer_util import Name namespace
23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_funcattrs.py6 from ..fixer_util import Name namespace
20 attr.replace(Name(("__%s__" % attr.value[5:]),
H A Dfix_getcwdu.py8 from ..fixer_util import Name namespace
19 name.replace(Name("getcwd", prefix=name.prefix))
H A Dfix_nonzero.py6 from ..fixer_util import Name namespace
20 new = Name("__bool__", prefix=name.prefix)
H A Dfix_raw_input.py6 from ..fixer_util import Name namespace
17 name.replace(Name("input", prefix=name.prefix))
H A Dfix_standarderror.py8 from ..fixer_util import Name namespace
18 return Name("Exception", prefix=node.prefix)
H A Dfix_xreadlines.py8 from ..fixer_util import Name namespace
23 no_call.replace(Name("__iter__", prefix=no_call.prefix))
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DGrammarRuleAttribute.cs46 public string Name { property in class:Antlr.Runtime.GrammarRuleAttribute

Completed in 1854 milliseconds

1234567891011>>