/external/clang/test/CXX/class.access/ |
p4.cpp | 123 A local; // expected-error {{variable of type 'test3::A' has private destructor}} local 317 class Local {
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 47 * All data manipulation takes place in local variables. Each parameter gets its 48 * own local by default; access these using {@link #getParameter 50 * parameter; it's available as {@link #getThis getThis()}. Allocate a new local 52 * with {@link #loadConstant loadConstant()}. Copy a value from one local to 55 * <p>Every local variable has a fixed type. This is either a primitive type (of 57 * the types they operate on. Not all operations are local on all types; 62 * #op(UnaryOp,Local,Local) op(UnaryOp, Local, Local)}. Transform two value [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
ResolveInfo.h | 25 * - Binding - Global, Local, Weak 70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding }; 188 // shouldForceLocal - check if this symbol should be forced to local 266 * visibility|Local|Com|Def|Dyn|Weak|
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
InvokableTest.java | 452 class Local {} 453 Constructor<?> constructor = Local.class.getDeclaredConstructors() [0]; 464 class Local {} 465 Constructor<?> constructor = Local.class.getDeclaredConstructors() [0]; 475 * This class demonstrates a bug in getParameters() when the local class is inside static 480 class Local { 482 Local(LocalClassWithSeeminglyHiddenThisInStaticInitializer outer) {} 484 Constructor<?> constructor = Local.class.getDeclaredConstructors() [0];
|
TypeTokenTest.java | 94 class Local<T> {} 95 TypeToken<Local<String>> type = new TypeToken<Local<String>>() {}; 96 assertEquals(Types.newParameterizedType(Local.class, String.class), 98 assertEquals(new Local<String>() {}.getClass().getGenericSuperclass(), type.getType()); 106 class Local<T> {} 107 TypeToken<Local<String>> type = new TypeToken<Local<String>>() {}; 108 assertEquals(Types.newParameterizedType(Local.class, String.class), 110 assertEquals(new Local<String>() {}.getClass().getGenericSuperclass(), type.getType()) [all...] |
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyInfoImpl.h | 317 /// Is this a local edge within the loop, an exit from the loop, or a 320 enum DistType { Local, Exit, Backedge }; 324 Weight() : Type(Local), Amount(0) {} 345 add(Node, Amount, Weight::Local); 390 /// edge is local/exit/backedge is in the context of LoopHead. Otherwise, 391 /// every edge should be a local edge (since all the loops are packaged up). 516 /// During the block frequency algorithm, the local graphs are defined in a 681 /// - Each successor is categorized as \a Weight::Local, a local edge [all...] |
/external/llvm/lib/MC/ |
ELFObjectWriter.cpp | 147 // This holds the symbol table index of the last local symbol. 653 // allows us to omit some local symbols from the symbol table. [all...] |
/external/v8/src/ |
d8.js | 85 Local: 1, [all...] |
mirror-debugger.js | 195 Local: 1, [all...] |
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBTypes.h | 255 Local,
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 123 unsigned Local : 1; /**< optimize as subroutine local variable? */ 192 * GLOBAL/LOCAL/PRIVATE/INPUT compute memory spaces. 556 * register that follows. The register can be now fetched into local storage
|
/external/v8/include/ |
v8.h | 102 template <class T> class Local; 185 * There are two types of handles: local and persistent handles. 186 * Local handles are light-weight and transient and typically used in 187 * local operations. They are managed by HandleScopes. Persistent 303 template<class F> friend class Local; 329 * that return objects from within v8 return them in local handles. They 330 * are created within HandleScopes, and all local handles allocated within a 332 * is not necessary to explicitly deallocate local handles. 334 template <class T> class Local : public Handle<T> { 336 V8_INLINE Local(); [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/prebuilts/tools/common/cglib/ |
cglib-2.2.3.jar | |
cglib-nodep-2.2.3.jar | |
/prebuilts/devtools/tools/lib/ |
cglib-nodep-3.1.jar | |
/prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.1_3/ |
cglib-nodep-2.1_3.jar | |
/prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/ |
cglib-nodep-2.2.2.jar | |
/prebuilts/tools/common/m2/repository/cglib/cglib-nodep/3.1/ |
cglib-nodep-3.1.jar | |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/external/vogar/lib/ |
mockito-all-1.8.5.jar | |
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/ |
dexmaker-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/ |
mockito-all-1.9.5.jar | |