/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/ |
bcel-findbugs-6.0.jar | |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 113 #pragma mark global Attribute Scopes
|
/external/clang/lib/CodeGen/ |
CodeGenPGO.cpp | 727 // Turn on InlineHint attribute for hot functions. 729 Fn->addFnAttr(llvm::Attribute::InlineHint); 731 // Turn on Cold attribute for cold functions. 733 Fn->addFnAttr(llvm::Attribute::Cold);
|
ItaniumCXXABI.cpp | [all...] |
/external/jarjar/lib/ |
asm-4.0.jar | |
/external/llvm/lib/Bitcode/Writer/ |
ValueEnumerator.cpp | 689 Attribute.push_back(PAL); 690 Entry = Attribute.size(); 693 // Do lookups for all attribute groups.
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 78 if (Fn->hasFnAttribute(Attribute::StackAlignment)) 86 if (!Fn->hasFnAttribute(Attribute::OptimizeForSize)) [all...] |
PrologEpilogInserter.cpp | 193 if (!F->hasFnAttribute(Attribute::Naked)) 208 if (!F->hasFnAttribute(Attribute::Naked)) [all...] |
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyPEI.cpp | 208 if (!F->hasFnAttribute(Attribute::Naked)) 223 if (!F->hasFnAttribute(Attribute::Naked)) [all...] |
/external/llvm/lib/Transforms/IPO/ |
SampleProfile.cpp | 607 /// SampleProfileGlobalHotThreshold), apply the InlineHint attribute for the 611 /// SampleProfileGlobalColdThreshold), apply the Cold attribute for the inliner 620 /// \returns True if either attribute was applied to \p F. 632 F.addFnAttr(llvm::Attribute::InlineHint); 647 F.addFnAttr(llvm::Attribute::Cold); [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
asm-3.3.jar | |
/libcore/ojluni/src/main/java/java/text/ |
DecimalFormat.java | 479 android.icu.text.NumberFormat.Field attribute; 481 attribute = android.icu.text.NumberFormat.Field.INTEGER; 483 attribute = android.icu.text.NumberFormat.Field.FRACTION; 485 attribute = android.icu.text.NumberFormat.Field.DECIMAL_SEPARATOR; 487 attribute = android.icu.text.NumberFormat.Field.EXPONENT_SYMBOL; 489 attribute = android.icu.text.NumberFormat.Field.EXPONENT_SIGN; 491 attribute = android.icu.text.NumberFormat.Field.EXPONENT; 493 attribute = android.icu.text.NumberFormat.Field.GROUPING_SEPARATOR; 495 attribute = android.icu.text.NumberFormat.Field.CURRENCY; 497 attribute = android.icu.text.NumberFormat.Field.PERCENT [all...] |
/prebuilts/devtools/tools/lib/ |
asm-4.0.jar | |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
Python-ast.h | 287 } Attribute; 496 #define Attribute(a0, a1, a2, a3, a4, a5) _Py_Attribute(a0, a1, a2, a3, a4, a5)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
inspect.py | 84 An object passing this test has a __get__ attribute but not a __set__ 85 attribute, but beyond that the set of attributes varies. __name__ is 91 im_func attribute (etc) when an object passes ismethod().""" 101 Data descriptors have both a __get__ and a __set__ attribute. Examples are 261 Attribute = namedtuple('Attribute', 'name kind defining_class object') 264 """Return list of attribute-descriptor tuples. 271 1. The kind of attribute this is, one of these strings: 278 2. The class which defined this attribute (a class). 327 result.append(Attribute(name, kind, homecls, obj) [all...] |
/prebuilts/gdb/linux-x86/include/python2.7/ |
Python-ast.h | 287 } Attribute; 496 #define Attribute(a0, a1, a2, a3, a4, a5) _Py_Attribute(a0, a1, a2, a3, a4, a5)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
inspect.py | 84 An object passing this test has a __get__ attribute but not a __set__ 85 attribute, but beyond that the set of attributes varies. __name__ is 91 im_func attribute (etc) when an object passes ismethod().""" 101 Data descriptors have both a __get__ and a __set__ attribute. Examples are 261 Attribute = namedtuple('Attribute', 'name kind defining_class object') 264 """Return list of attribute-descriptor tuples. 271 1. The kind of attribute this is, one of these strings: 278 2. The class which defined this attribute (a class). 327 result.append(Attribute(name, kind, homecls, obj) [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python-ast.h | 287 } Attribute; 496 #define Attribute(a0, a1, a2, a3, a4, a5) _Py_Attribute(a0, a1, a2, a3, a4, a5)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 84 An object passing this test has a __get__ attribute but not a __set__ 85 attribute, but beyond that the set of attributes varies. __name__ is 91 im_func attribute (etc) when an object passes ismethod().""" 101 Data descriptors have both a __get__ and a __set__ attribute. Examples are 261 Attribute = namedtuple('Attribute', 'name kind defining_class object') 264 """Return list of attribute-descriptor tuples. 271 1. The kind of attribute this is, one of these strings: 278 2. The class which defined this attribute (a class). 327 result.append(Attribute(name, kind, homecls, obj) [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python-ast.h | 287 } Attribute; 496 #define Attribute(a0, a1, a2, a3, a4, a5) _Py_Attribute(a0, a1, a2, a3, a4, a5)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 84 An object passing this test has a __get__ attribute but not a __set__ 85 attribute, but beyond that the set of attributes varies. __name__ is 91 im_func attribute (etc) when an object passes ismethod().""" 101 Data descriptors have both a __get__ and a __set__ attribute. Examples are 261 Attribute = namedtuple('Attribute', 'name kind defining_class object') 264 """Return list of attribute-descriptor tuples. 271 1. The kind of attribute this is, one of these strings: 278 2. The class which defined this attribute (a class). 327 result.append(Attribute(name, kind, homecls, obj) [all...] |
/prebuilts/tools/common/asm-tools/ |
asm-3.3.1.jar | |
asm-4.0.jar | |
/prebuilts/tools/common/m2/repository/asm/asm/3.3/ |
asm-3.3.jar | |
/prebuilts/tools/common/m2/repository/asm/asm/3.3.1/ |
asm-3.3.1.jar | |