/external/v8/src/profiler/ |
strings-storage.h | 24 const char* GetName(Name* name); 26 const char* GetFunctionName(Name* name); 27 const char* GetFunctionName(const char* name);
|
/external/v8/src/ |
transitions.h | 39 static void Insert(Handle<Map> map, Handle<Name> name, Handle<Map> target, 42 static Map* SearchTransition(Map* map, PropertyKind kind, Name* name, 45 Handle<Name> name, 47 if (Map* transition = SearchTransition(*map, kind, *name, attributes)) { 53 static Map* SearchSpecial(Map* map, Symbol* name); 55 static Handle<Map> FindTransitionToField(Handle<Map> map, Handle<Name> name); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 6 from ..fixer_util import Call, Name 26 return Call(Name(u"eval"), [new], prefix=node.prefix)
|
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_xreadlines.py | 8 from ..fixer_util import Name 23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
|
fix_zip.py | 12 from ..fixer_util import Name, Call, in_special_context 33 new = Call(Name(u"list"), [new])
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 6 from ..fixer_util import Call, Name 26 return Call(Name(u"eval"), [new], prefix=node.prefix)
|
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_xreadlines.py | 8 from ..fixer_util import Name 23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
|
fix_zip.py | 12 from ..fixer_util import Name, Call, in_special_context 33 new = Call(Name(u"list"), [new])
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_input.py | 6 from ..fixer_util import Call, Name 26 return Call(Name(u"eval"), [new], prefix=node.prefix)
|
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_xreadlines.py | 8 from ..fixer_util import Name 23 no_call.replace(Name(u"__iter__", prefix=no_call.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_input.py | 6 from ..fixer_util import Call, Name 26 return Call(Name(u"eval"), [new], prefix=node.prefix)
|
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_xreadlines.py | 8 from ..fixer_util import Name 23 no_call.replace(Name(u"__iter__", prefix=no_call.prefix))
|
fix_zip.py | 12 from ..fixer_util import Name, Call, in_special_context 33 new = Call(Name(u"list"), [new])
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
sections-2.d | 6 Idx Name.*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/ |
section-exclude.d | 2 #name: section exclude 9 Idx Name *Size *VMA *LMA *File off *Algn
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
reloc.d | 2 #name: reloc 5 Offset Info Type Sym\. Value Symbol's Name \+ Addend 10 Offset Info Type Sym\. Value Symbol's Name \+ Addend
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/ |
default_layout.d | 8 Idx Name Size VMA LMA File off Algn
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/ |
internal1.d | 6 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
protected0.d | 7 +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
|
protected1.d | 6 +Num: +Value +Size Type +Bind +Vis +Ndx +Name
|