/external/llvm/test/DebugInfo/SystemZ/ |
D | eh_frame_personality.ll | 3 …machineinstrs -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck -check-prefix=CHECK-REF %s 36 ; CHECK-REF: .cfi_personality 155, DW.ref.__gxx_personality_v0 37 ; CHECK-REF: .cfi_lsda 27, .Lexception0 38 ; CHECK-REF: .hidden DW.ref.__gxx_personality_v0 39 ; CHECK-REF: .weak DW.ref.__gxx_personality_v0 40 ; CHECK-REF: .section .data.DW.ref.__gxx_personality_v0,"aGw",@progbits,DW.ref.__gxx_personality_v0… 41 ; CHECK-REF-NEXT: .align 8 42 ; CHECK-REF-NEXT: .type DW.ref.__gxx_personality_v0,@object 43 ; CHECK-REF-NEXT: .size DW.ref.__gxx_personality_v0, 8 44 ; CHECK-REF-NEXT: DW.ref.__gxx_personality_v0: [all …]
|
/external/valgrind/main/auxprogs/ |
D | 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
|
D | 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
|
/external/skia/src/gpu/ |
D | GrStencil.h | 369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ argument 371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), \ 390 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ argument 392 (FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), (WRITE_MASK), \
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrStencil.h | 369 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ argument 371 (FAIL_OP),(FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), \ 390 PASS_OP, FAIL_OP, FUNC, MASK, REF, WRITE_MASK) \ argument 392 (FAIL_OP), (FUNC), (FUNC), (MASK), (MASK), (REF), (REF), (WRITE_MASK), \
|
/external/markdown/tests/extensions-x-abbr/ |
D | abbr.txt | 1 An ABBR: "REF". 4 *[REF]: Reference
|
/external/lzma/C/ |
D | Ppmd7.c | 20 #define REF(ptr) (ptr) macro 22 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro 25 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr)) 121 p->FreeList[indx] = REF(node); in InsertNode() 305 p->MinContext->Stats = REF(p->FoundState); in RestartModel() 405 c1->Suffix = REF(c); in CreateSuccessors() 406 SetSuccessor(ps[--numPs], REF(c1)); in CreateSuccessors() 465 SetSuccessor(p->FoundState, REF(p->MinContext)); in UpdateModel() 470 successor = REF(p->Text); in UpdateModel() 487 fSuccessor = REF(cs); in UpdateModel() [all …]
|
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 20 #define VERIFY_MATRIX(CODE,REF) { \ argument 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/chromium_org/tools/json_schema_compiler/ |
D | cpp_type_generator.py | 78 if type_.property_type == PropertyType.REF: 187 if type_.property_type != PropertyType.REF: 230 if type_.property_type == PropertyType.REF:
|
D | cpp_util.py | 82 PropertyType.REF,
|
D | dart_generator.py | 658 if type_.property_type is PropertyType.REF: 683 if type_.property_type is PropertyType.REF: 723 if prop_type is PropertyType.REF:
|
D | model_test.py | 73 self.assertEquals(model.PropertyType.REF,
|
D | model.py | 198 self.property_type = PropertyType.REF 474 REF = _PropertyTypeInfo(False, "ref") variable in PropertyType
|
D | cc_generator.py | 167 t.property_type == PropertyType.REF or 500 if type_.item_type.property_type == PropertyType.REF: 548 if type_.property_type == PropertyType.REF:
|
/external/chromium_org/build/internal/ |
D | release_defaults.gypi | 12 # Eliminate Unreferenced Data (/OPT:REF).
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | reference_resolver.py | 76 if prop.name in name and prop.type_.property_type == PropertyType.REF: 137 if prop.name in name and prop.type_.property_type == PropertyType.REF:
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
D | force-symbol-reference.gyp | 25 '/OPT:REF',
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TypesTest.java | 55 assertEquals(REF, 2006); in testPublicStatics()
|
/external/chromium_org/url/ |
D | url_parse_unittest.cc | 179 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18}, in TEST() 180 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19}, in TEST() 182 {"http://u:p@h:8/p?", Parsed::REF, true, 17}, in TEST() 183 {"http://u:p@h:8/p?q", Parsed::REF, true, 18}, in TEST() 197 {"", Parsed::REF, true, 0}, in TEST()
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 254 REFilter REF(Regex); in FilterOut() local 255 filterInPlace(REF, Multilibs); in FilterOut()
|
/external/lzma/CPP/ |
D | Build.mak | 65 LFLAGS = $(LFLAGS) -nologo -OPT:REF -OPT:ICF
|
/external/chromium_org/url/third_party/mozilla/ |
D | url_parse.h | 94 REF, enumerator
|
D | url_parse.cc | 735 return CountCharactersBefore(REF, false); in Length() 790 if (type == REF && !include_delimiter) in CountCharactersBefore()
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 221 to Section 4.1 of [VORBIS-SPEC-REF]. 355 [VORBIS-SPEC-REF]. The length value is stored as a network byte 371 Specification [VORBIS-SPEC-REF]. 458 specification [VORBIS-SPEC-REF] requires the presence of a comment 515 specification [VORBIS-SPEC-REF], the Identification and the Setup 538 [VORBIS-SPEC-REF]: Identification, Comment, Setup. 726 in the Vorbis I Specification [VORBIS-SPEC-REF]. 1337 [VORBIS-SPEC-REF] "Ogg Vorbis I specification: Codec setup and
|
/external/chromium_org/components/search_engines/ |
D | template_url.cc | 775 search_term_key_location_ = url::Parsed::REF; in ParseHostAndSearchTermKey() 787 query_key.empty() ? url::Parsed::REF : url::Parsed::QUERY; in ParseHostAndSearchTermKey() 1358 (search_term_component == url::Parsed::REF) ? url.ref() : url.query()); in ReplaceSearchTermsInURL() 1363 if (search_term_component == url::Parsed::REF) in ReplaceSearchTermsInURL()
|