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

1 2

  /frameworks/native/include/ui/
ANativeObjectBase.h 57 template <typename NATIVE_TYPE, typename TYPE, typename REF>
58 class ANativeObjectBase : public NATIVE_TYPE, public REF
61 // Disambiguate between the incStrong in REF and NATIVE_TYPE
63 REF::incStrong(id);
66 REF::decStrong(id);
70 typedef ANativeObjectBase<NATIVE_TYPE, TYPE, REF> BASE;
71 ANativeObjectBase() : NATIVE_TYPE(), REF() {
  /external/valgrind/auxprogs/
gsl16test 98 rm -f out-REF
99 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF
107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
108 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
113 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
gsl19test 101 rm -f out-REF
103 do GSL_TEST_VERBOSE=1 ./$f ; done) &> out-REF
112 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
113 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
117 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
118 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
  /prebuilts/misc/common/swig/include/2.0.11/php/
phppointers.i 2 %typemap(in) TYPE *REF ($*1_ltype tmp),
3 TYPE &REF ($*1_ltype tmp)
16 %typemap(argout) TYPE *REF,
17 TYPE &REF
  /libcore/ojluni/src/main/java/java/sql/
Types.java 240 * <code>REF</code>.
243 public final static int REF = 2006;
  /external/deqp/framework/qphelper/
gen_release_info.py 20 REF = 1
27 m = re.search(r'^ref:\s+([^\s]+)', src)
29 return (REF, m.group(1))
39 assert type == REF
  /external/skia/src/gpu/
GrStencil.h 20 * modify these bits. GrDrawTarget will ignore ref, mask, and writemask bits
39 * Stencil test passes if (ref & mask) FUNC (stencil & mask) is true
64 kNonZeroIfInClip_StencilFunc, // this one forces the ref to be 0
123 2*sizeof(uint16_t) + // ref values
193 void setFuncRef(Face f, unsigned short ref) { fFuncRefs[f] = ref; }
373 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
375 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), \
394 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 55 assertEquals(REF, 2006);
  /external/markdown/markdown/extensions/
abbr.py 11 ... Some text with an ABBR and a REF. Ignore REFERENCE and ref.
14 ... *[REF]: Abbreviation Reference
17 u'<p>Some text with an <abbr title="Abbreviation">ABBR</abbr> and a <abbr title="Abbreviation Reference">REF</abbr>. Ignore REFERENCE and ref.</p>'
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 49 REF("/data/misc/profiles/ref/" + APPLICATION_PACKAGE);
132 The tests below test the remaining combinations of the "ref" (reference) and
134 into the "ref" profile when it differs enough; as of 2016-05-10, "differs
139 may make it to "ref" later. While the profile is being processed by
140 profile_assistant, it may only be available in "ref".
159 assertTrue("ref profile should have been created by the compiler",
160 mDevice.doesFileExist(ProfileLocation.REF.getPath()));
166 Set<ProfileLocation> profileLocations = EnumSet.of(ProfileLocation.REF);
172 // 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/eigen/unsupported/test/
openglsupport.cpp 20 #define VERIFY_MATRIX(CODE,REF) { \
25 if(!(REF).cast<float>().isApprox(m)) { \
26 std::cerr << "Expected:\n" << ((REF).cast<float>()) << "\n" << "got\n" << m << "\n\n"; \
28 VERIFY_IS_APPROX((REF).cast<float>(), m); \
  /external/lzma/CPP/
Build.mak 67 LFLAGS = $(LFLAGS) -nologo -OPT:REF -OPT:ICF
  /toolchain/binutils/binutils-2.25/bfd/
linker.c     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/modula3/
modula3.swg 290 %typemap(m3rawrettype) SWIGTYPE "UNTRACED REF $1_basetype"
297 %typemap(m3rawtype) const SWIGTYPE [] "UNTRACED REF ARRAY INTEGER OF $1_basetype"
298 %typemap(m3rawtype) SWIGTYPE [] "UNTRACED REF ARRAY INTEGER OF $1_basetype"
303 %typemap(m3rawrettype) const SWIGTYPE [] "UNTRACED REF ARRAY INTEGER OF $1_basetype"
304 %typemap(m3rawrettype) SWIGTYPE [] "UNTRACED REF ARRAY INTEGER OF $1_basetype"
311 %typemap(m3wraprettype) SWIGTYPE [] "REF ARRAY OF $1_basetype"
314 %typemap(m3rawtype) const SWIGTYPE * "UNTRACED REF $1_basetype"
315 %typemap(m3rawtype) SWIGTYPE * "UNTRACED REF $1_basetype"
320 %typemap(m3rawrettype) const SWIGTYPE * "UNTRACED REF $1_basetype"
321 %typemap(m3rawrettype) SWIGTYPE * "UNTRACED REF $1_basetype
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
persistence.hpp 281 @see @ref filestorage.cpp
415 @param fmt Specification of each array element, see @ref format_spec "format specification"
466 REF = 4, //!< integer of size size_t. Typically used for storing complex dynamic structures where some elements reference the others
559 @param fmt Specification of each array element. See @ref format_spec "format specification"
623 @param fmt Specification of each array element. See @ref format_spec "format specification"
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 310 RTYPE_ENTRY (REF),
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 554 milliseconds

1 2