/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;
|
/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/chromium_org/third_party/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/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_org/tools/json_schema_compiler/ |
cpp_util.py | 75 PropertyType.REF,
|
cpp_type_generator.py | 78 If REF types from different namespaces are referenced, will resolve 88 if type_.property_type == PropertyType.REF: 185 """Follows $ref link of types to resolve the concrete type a ref refers to. 187 If the property passed in is not of type PropertyType.REF, it will be 190 if type_.property_type != PropertyType.REF: 233 if type_.property_type == PropertyType.REF:
|
model_test.py | 55 self.assertEquals(model.PropertyType.REF,
|
model.py | 138 elif '$ref' in json: 139 self.property_type = PropertyType.REF 140 self.ref_type = json['$ref'] 162 if '$ref' in type_json: 163 return type_json['$ref'] 296 '$ref' not in json and 387 REF = _PropertyTypeInfo(False, "ref")
|
dart_generator.py | 657 if type_.property_type is PropertyType.REF: 682 if type_.property_type is PropertyType.REF: 691 objects (PropertyType.REF types). 722 if prop_type is PropertyType.REF:
|
h_generator.py | 62 # $ref types from other files to be used as required params. This requires 129 if (prop.type_ == PropertyType.REF and
|
/external/lzma/C/ |
Ppmd7.c | 20 #define REF(ptr) (ptr)
22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base))
25 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
27 #define CTX(ref) ((CPpmd7_Context *)Ppmd7_GetContext(p, ref))
121 p->FreeList[indx] = REF(node);
305 p->MinContext->Stats = REF(p->FoundState);
405 c1->Suffix = REF(c);
406 SetSuccessor(ps[--numPs], REF(c1));
465 SetSuccessor(p->FoundState, REF(p->MinContext)); [all...] |
/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:__anon5334::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); \
|
/external/lzma/CPP/ |
Build.mak | 65 LFLAGS = $(LFLAGS) -nologo -OPT:REF -OPT:ICF
|
/external/chromium_org/url/ |
url_parse_unittest.cc | 62 const char* ref; member in struct:url_parse::__anon17005::URLParseCase 94 const char* ref; member in struct:url_parse::__anon17005::FileSystemURLParseCase 179 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18}, 180 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19}, 182 {"http://u:p@h:8/p?", Parsed::REF, true, 17}, 183 {"http://u:p@h:8/p?q", Parsed::REF, true, 18}, 197 {"", Parsed::REF, true, 0}, 222 // Input Scheme Usrname Passwd Host Port Path Query Ref 296 // Use the first question mark for the query and the ref. 334 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref)) [all...] |
url_canon_relative.cc | 109 if (url_parsed.ref.is_valid() && 110 url_parsed.CountCharactersBefore(url_parse::Parsed::REF, true) == 263 // the input is a relative path or less (qyuery or ref). 277 url_parse::Component path, query, ref; local 282 &ref); 331 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref); 347 CanonicalizeRef(relative_url, ref, output, &out_parsed->ref); 358 if (ref.is_valid()) [all...] |
/external/chromium_org/url/third_party/mozilla/ |
url_parse.h | 94 REF, 116 // Note that this can get a little funny for the port, query, and ref 136 // *REF: 20 20 163 // ref delimiter (if any). Length will be -1 if unspecified. This includes 179 Component ref; member in struct:url_parse::Parsed
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url.cc | 143 // query or ref. 465 // Parameter must be present either in the query or the ref. 468 url.query() : url.ref()); 722 search_term_key_location_ = url_parse::Parsed::REF; 729 std::string ref_key = FindSearchTermsKey(url.ref()); 734 url_parse::Parsed::REF : url_parse::Parsed::QUERY; [all...] |