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

1 2

  /external/python/cpython2/PC/os2emx/
dllentry.c 7 #define REF(s) extern void s(); void *____ref_##s = &s;
10 REF(Py_Main);
  /external/deqp/framework/qphelper/
gen_release_info.py 40 REF = 1
47 m = re.search(r'^ref:\s+([^\s]+)', src)
49 return (REF, m.group(1))
59 assert type == REF
  /external/vixl/test/aarch64/
test-trace-aarch64.cc     [all...]
  /libcore/ojluni/src/main/java/java/sql/
Types.java 240 * <code>REF</code>.
243 public final static int REF = 2006;
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 57 REF("/data/misc/profiles/ref/" + APPLICATION_PACKAGE);
141 The tests below test the remaining combinations of the "ref" (reference) and
143 into the "ref" profile when it differs enough; as of 2016-05-10, "differs
148 may make it to "ref" later. While the profile is being processed by
149 profile_assistant, it may only be available in "ref".
161 assertTrue("ref profile should have been created by the compiler",
162 doesFileExist(ProfileLocation.REF.getPath()));
168 EnumSet.of(ProfileLocation.REF));
170 // previous odex was compiled before the ref profile was in place, eve
    [all...]
  /external/lzma/C/
Ppmd7.c 22 #define REF(ptr) (ptr)
24 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
27 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
29 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref))
123 p->FreeList[indx] = REF(node);
307 p->MinContext->Stats = REF(p->FoundState);
407 c1->Suffix = REF(c);
408 SetSuccessor(ps[--numPs], REF(c1));
467 SetSuccessor(p->FoundState, REF(p->MinContext));
    [all...]
  /external/skia/src/sksl/
SkSLIRGenerator.cpp 613 #define REF(var) std::unique_ptr<Expression>(\
616 new FieldAccess(REF(var), idx, FieldAccess::kAnonymousInterfaceBlock_OwnerKind))
617 #define POS std::unique_ptr<Expression>(new FieldAccess(REF(fSkPerVertex), 0, \
621 REF(fRTAdjust))
1581 FunctionReference* ref = (FunctionReference*) functionValue.get(); local
    [all...]
  /external/skqp/src/sksl/
SkSLIRGenerator.cpp 614 #define REF(var) std::unique_ptr<Expression>(\
617 new FieldAccess(REF(var), idx, FieldAccess::kAnonymousInterfaceBlock_OwnerKind))
618 #define POS std::unique_ptr<Expression>(new FieldAccess(REF(fSkPerVertex), 0, \
622 REF(fRTAdjust))
1580 FunctionReference* ref = (FunctionReference*) functionValue.get(); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
linker.c     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 317 milliseconds

1 2