HomeSort by relevance Sort by last modified time
    Searched refs:REF (Results 1 - 25 of 27) 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/main/auxprogs/
gsl16test 93 rm -f out-REF
94 (cd gsl-1.6-patched && for f in $ALL_TESTS ; do ./$f ; done) &> out-REF
102 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
103 echo -n " Native passes: " && (grep PASS: out-REF | wc -l)
107 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
108 (echo -n " Native passes: " && (grep PASS: out-REF | wc -l)) >> summary.txt
gsl19test 96 rm -f out-REF
98 do GSL_TEST_VERBOSE=1 ./$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
  /libcore/luni/src/main/java/java/sql/
Types.java 146 * The type code that identifies the SQL type {@code REF}.
148 public static final int REF = 2006;
  /external/webkit/LayoutTests/fast/url/script-tests/
trivial-segments.js 4 // [URL, [SCHEME, HOST, PORT, PATH, QUERY, REF]]
segments-from-data-url.js 4 // [URL, [SCHEME, HOST, PORT, PATH, QUERY, REF]]
segments.js 4 // [URL, [SCHEME, HOST, PORT, PATH, QUERY, REF]]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 89 REF=`mktemp $TMPDIR/pfXXXXXX` || exit 1
90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF"
96 REF=$TEMPD/pf$$
278 for file in $TEMP $REF ; do
383 if cmp -s $REF $TEMP ; then
493 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF"
545 " $TEMP > $REF
547 if $MAIL_AGENT < $REF; then
554 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF"
555 mv $REF $BA
    [all...]
  /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; }
369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \
371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), \
390 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>'
  /external/chromium/googleurl/src/
url_parse.h 119 REF,
137 // Note that this can get a little funny for the port, query, and ref
157 // *REF: 20 20
200 Component ref; member in struct:url_parse::Parsed
url_parse_unittest.cc 84 const char* ref; member in struct:__anon4869::URLParseCase
190 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18},
191 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19},
193 {"http://u:p@h:8/p?", Parsed::REF, true, 17},
194 {"http://u:p@h:8/p?q", Parsed::REF, true, 18},
208 {"", Parsed::REF, true, 0},
233 // Input Scheme Usrname Passwd Host Port Path Query Ref
307 // Use the first question mark for the query and the ref.
345 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref));
    [all...]
url_parse.cc 181 Component* ref) {
182 // path = [/]<segment1>/<segment2>/<...>/<segmentN>;<param>?<query>#<ref>
188 ref->reset();
219 // Ref fragment: from the # to the end of the path.
222 *ref = MakeRange(ref_separator + 1, path_end);
225 ref->reset();
229 // of the path or the ref fragment).
310 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
347 parsed->ref.reset();
390 parsed->ref.reset()
    [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); \
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 769 milliseconds

1 2