HomeSort by relevance Sort by last modified time
    Searched defs:Name (Results 51 - 75 of 676) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_has_key.py 36 from ..fixer_util import Name, parenthesize
96 n_op = Name(u"in", prefix=u" ")
98 n_not = Name(u"not", prefix=u" ")
fix_input.py 6 from ..fixer_util import Call, Name
26 return Call(Name(u"eval"), [new], prefix=node.prefix)
fix_intern.py 11 from ..fixer_util import Name, Attr, touch_import
39 Attr(Name(u"sys"), Name(u"intern")) +
fix_types.py 25 from ..fixer_util import Name
52 _pats = ["power< 'types' trailer< '.' name='%s' > >" % t for t in _TYPE_MAPPING]
59 new_value = unicode(_TYPE_MAPPING.get(results["name"].value))
61 return Name(new_value, prefix=node.prefix)
fix_zip.py 12 from ..fixer_util import Name, Call, in_special_context
33 new = Call(Name(u"list"), [new])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_callable.py 11 from lib2to3.fixer_util import Call, Name, String, Attr, touch_import
36 args.extend(Attr(Name(u'collections'), Name(u'Callable')))
37 return Call(Name(u'isinstance'), args, prefix=node.prefix)
fix_exec.py 15 from ..fixer_util import Comma, Name, Call
40 return Call(Name(u"exec"), args, prefix=node.prefix)
fix_filter.py 19 from ..fixer_util import Name, Call, ListComp, in_special_context
31 (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
64 new = ListComp(Name(u"_f"),
65 Name(u"_f"),
67 Name(u"_f"))
74 new = Call(Name(u"list"), [new])
fix_has_key.py 36 from ..fixer_util import Name, parenthesize
96 n_op = Name(u"in", prefix=u" ")
98 n_not = Name(u"not", prefix=u" ")
fix_input.py 6 from ..fixer_util import Call, Name
26 return Call(Name(u"eval"), [new], prefix=node.prefix)
fix_intern.py 11 from ..fixer_util import Name, Attr, touch_import
39 Attr(Name(u"sys"), Name(u"intern")) +
fix_types.py 25 from ..fixer_util import Name
52 _pats = ["power< 'types' trailer< '.' name='%s' > >" % t for t in _TYPE_MAPPING]
59 new_value = unicode(_TYPE_MAPPING.get(results["name"].value))
61 return Name(new_value, prefix=node.prefix)
fix_zip.py 12 from ..fixer_util import Name, Call, in_special_context
33 new = Call(Name(u"list"), [new])
  /system/extras/simpleperf/
command.h 27 Command(const std::string& name, const std::string& short_help_string,
29 : name_(name), short_help_string_(short_help_string), long_help_string_(long_help_string) {
37 const std::string& Name() const {
  /art/cmdline/
memory_representation.h 49 static const char* Name() {
  /external/clang/include/clang/Lex/
Pragma.h 52 /// name (e.g. "pack") and the HandlePragma method is invoked when a pragma with
60 std::string Name;
62 explicit PragmaHandler(StringRef name) : Name(name) {}
66 StringRef getName() const { return Name; }
90 /// Handlers - This is a map of the handlers in this namespace with their name
95 explicit PragmaNamespace(StringRef Name) : PragmaHandler(Name) {}
99 /// specified name. If not, return the handler for the null name if i
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerOptInfo.h 24 StringRef Name;
29 CheckerOptInfo(StringRef name, bool enable)
30 : Name(name), Enable(enable), Claimed(false) { }
32 StringRef getName() const { return Name; }
  /external/clang/lib/Frontend/Rewrite/
HTMLPrint.cpp 69 const char* Name;
71 // there is no entry. Fall back to the memory buffer for a name in those
74 Name = Entry->getName();
76 Name = R.getSourceMgr().getBuffer(FID)->getBufferIdentifier();
79 html::AddHeaderFooterInternalBuiltinCSS(R, FID, Name);
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 106 StringRef Name = C.getCalleeName(CE);
107 if (Name.empty())
111 llvm::StringSwitch<SubChecker>(Name)
119 (this->*SC)(C, CE, Name);
  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 33 << "\"" << Tag.getValueAsString("Name") << "\", "
66 std::string Name = Tag.getValueAsString("Name");
69 Matches.push_back(StringMatcher::StringPair(Name, Return));
73 << " StringRef Name) {\n";
74 StringMatcher("Name", Matches, OS).Emit();
114 << "# define COMMENT_COMMAND(NAME)\n"
120 std::string MangledName = MangleName(Tag.getValueAsString("Name"));
  /external/compiler-rt/lib/profile/
InstrProfiling.h 36 const char *const Name;
63 * Writes to the file with the last name given to \a __llvm_profile_set_filename(),
75 * \c Name is not copied, so it must remain valid. Passing NULL resets the
78 void __llvm_profile_set_filename(const char *Name);
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 37 : FunctionPass(ID), Name(GraphName) {}
44 ViewGraph(Graph, Name, IsSimple, Title);
55 std::string Name;
64 : FunctionPass(ID), Name(GraphName) {}
68 std::string Filename = Name + "." + F.getName().str() + ".dot";
92 std::string Name;
101 : ModulePass(ID), Name(GraphName) {}
107 ViewGraph(Graph, Name, IsSimple, Title);
118 std::string Name;
127 : ModulePass(ID), Name(GraphName) {
    [all...]
  /external/llvm/include/llvm/IR/
Comdat.h 27 // This is a Name X SelectionKind pair. The reason for having this be an
28 // independent object instead of just adding the name and the SelectionKind
30 // name but different SelectionKind. This structure makes that unrepresentable.
51 Comdat(SelectionKind SK, StringMapEntry<Comdat> *Name);
55 StringMapEntry<Comdat> *Name;
  /external/llvm/include/llvm/Transforms/Utils/
ASanStackFrameLayout.h 30 const char *Name; // Name of the variable that will be displayed by asan
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolFunc.cpp 41 std::string Name = Child->getName();
42 if (SeenNames.find(Name) != SeenNames.end())
45 SeenNames.insert(Name);

Completed in 127 milliseconds

1 23 4 5 6 7 8 91011>>