HomeSort by relevance Sort by last modified time
    Searched defs:Name (Results 1 - 25 of 2613) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Basic/
Attributes.cpp 9 StringRef Name = Attr->getName();
10 // Normalize the attribute name, __foo__ becomes foo.
11 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
12 Name = Name.substr(2, Name.size() - 4);
  /external/flatbuffers/tests/MyGame/Example/
Any.php 20 public static function Name($e)
Color.php 18 public static function Name($e)
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.php 18 public static function Name($e)
  /external/flatbuffers/tests/union_vector/
Character.php 24 public static function Name($e)
  /external/llvm/unittests/MC/
TargetRegistry.cpp 30 StringRef Name = T.getName();
37 if (Name != "cpp") {
38 Triple::ArchType Arch = Triple::getArchTypeForLLVMName(Name);
  /external/lzma/CPP/7zip/UI/Common/
Property.h 10 UString Name;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
GrammarRuleAttribute.cs 18 * 3. The name of the author may not be used to endorse or promote products
42 public GrammarRuleAttribute(string name) {
43 this._name = name;
46 public string Name {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 18 * 3. The name of the author may not be used to endorse or promote products
44 public GrammarRuleAttribute(string name)
46 this._name = name;
49 public string Name
  /external/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
TypeName.h 17 /// We provide a function which tries to compute the (demangled) name of a type
30 StringRef Name = __PRETTY_FUNCTION__;
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!")
    [all...]
  /art/cmdline/
cmdline_type_parser.h 55 // Runtime type name of T, so that we can print more useful error messages.
56 static const char* Name() { assert(false); return "UnspecializedType"; }

Completed in 1610 milliseconds

1 2 3 4 5 6 7 8 91011>>