/external/valgrind/none/tests/s390x/ |
D | icm.c | 35 #define test(what, offset) do { \ in main() argument 36 icm(&a[0+offset], 0, what); cc = get_cc(); \ in main() 37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \ in main() 38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \ in main() 39 icm(&a[3+offset+cc], 3, what); cc = get_cc(); \ in main() 40 icm(&a[4+offset+cc], 4, what); cc = get_cc(); \ in main() 41 icm(&a[5+offset+cc], 5, what); cc = get_cc(); \ in main() 42 icm(&a[6+offset+cc], 6, what); cc = get_cc(); \ in main() 43 icm(&a[7+offset+cc], 7, what); cc = get_cc(); \ in main() 44 icm(&a[8+offset+cc], 8, what); cc = get_cc(); \ in main() [all …]
|
D | srst.c | 13 register unsigned long what asm ("0") = __what; in srst3() 22 :"+d" (start), "+d" (next), "=d" (cc) :"d" (what): "cc"); in srst3() 29 register unsigned long what asm ("0") = __what; in srst2() 37 :"+d" (start), "+d" (what), "=d" (cc) :: "cc"); in srst2() 39 return (char *) what; in srst2()
|
/external/vboot_reference/tests/ |
D | tpm_bootmode_tests.c | 63 char what[128]; in BootStateTest() local 83 snprintf(what, sizeof(what), in BootStateTest() 87 kBootStateSHA1Digests[index], what); in BootStateTest() 90 snprintf(what, sizeof(what), in BootStateTest() 93 TEST_PTR_EQ(last_in[1], NULL, what); in BootStateTest() 102 snprintf(what, sizeof(what), in BootStateTest() 106 kBootStateSHA1Digests[index], what); in BootStateTest() 109 snprintf(what, sizeof(what), in BootStateTest() 112 TEST_PTR_EQ(last_in[1], NULL, what); in BootStateTest() 121 snprintf(what, sizeof(what), in BootStateTest() [all …]
|
D | run_preamble_tests.sh | 36 what="verify" 39 what="reject" 43 echo -n "${what} fw_${d}_${r}.vblock with root_${rr}.vbpubk ... " 64 what="verify" 67 what="reject" 71 echo -n "${what} kern_${d}_${r}.vblock with root_${rr}.vbpubk ... "
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowHandler.java | 66 public Message obtainMessage(int what) { in obtainMessage() argument 67 return obtainMessage(what, null); in obtainMessage() 71 public Message obtainMessage(int what, Object obj) { in obtainMessage() argument 72 return obtainMessage(what, 0, 0, obj); in obtainMessage() 76 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() argument 77 return obtainMessage(what, arg1, arg2, null); in obtainMessage() 81 public Message obtainMessage(int what, int arg1, int arg2, Object obj) { in obtainMessage() argument 83 message.what = what; in obtainMessage() 121 public final boolean sendEmptyMessage(int what) { in sendEmptyMessage() argument 122 return sendEmptyMessageDelayed(what, 0L); in sendEmptyMessage() [all …]
|
D | ShadowMessage.java | 55 message.what = m.what; in copyFrom() 72 public static Message obtain(Handler h, int what) { in obtain() argument 74 m.what = what; in obtain() 79 public static Message obtain(Handler h, int what, Object obj) { in obtain() argument 80 Message m = obtain(h, what); in obtain() 86 public static Message obtain(Handler h, int what, int arg1, int arg2) { in obtain() argument 87 Message m = obtain(h, what); in obtain() 94 public static Message obtain(Handler h, int what, int arg1, int arg2, Object obj) { in obtain() argument 95 Message m = obtain(h, what, arg1, arg2); in obtain()
|
D | ShadowSpannableString.java | 28 public void setSpan(Object what, int start, int end, int flags) { in setSpan() argument 29 spans.put(what, new SpanHolder(start, end, flags) ); in setSpan() 33 public void removeSpan(Object what) { in removeSpan() argument 34 spans.remove(what); in removeSpan() 56 public int getSpanStart(Object what) { in getSpanStart() argument 57 SpanHolder spanHolder = spans.get(what); in getSpanStart() 66 public int getSpanEnd(Object what) { in getSpanEnd() argument 67 SpanHolder spanHolder = spans.get(what); in getSpanEnd()
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | MessageTest.java | 56 m.what = 24; in testCopyFrom() 65 assertThat(m2.what, equalTo(m.what)); in testCopyFrom() 86 int what = 10; in testObtainWithHandlerAndWhat() local 87 Message m = Message.obtain(h, what); in testObtainWithHandlerAndWhat() 90 assertThat(m.what, equalTo(what)); in testObtainWithHandlerAndWhat() 97 int what = 10; in testObtainWithHandlerWhatAndObject() local 99 Message m = Message.obtain(h, what, obj); in testObtainWithHandlerWhatAndObject() 102 assertThat(m.what, equalTo(what)); in testObtainWithHandlerWhatAndObject() 110 int what = 2; in testObtainWithHandlerWhatAndTwoArgs() local 113 Message m = Message.obtain(h, what, arg1, arg2); in testObtainWithHandlerWhatAndTwoArgs() [all …]
|
/external/libcxx/test/std/re/re.badexp/ |
D | regex_error.pass.cpp | 29 … assert(e.what() == std::string("The expression contained an invalid collating element name.")); in main() 34 … assert(e.what() == std::string("The expression contained an invalid character class name.")); in main() 39 … assert(e.what() == std::string("The expression contained an invalid escaped character, or a " in main() 45 assert(e.what() == std::string("The expression contained an invalid back reference.")); in main() 50 assert(e.what() == std::string("The expression contained mismatched [ and ].")); in main() 55 assert(e.what() == std::string("The expression contained mismatched ( and ).")); in main() 60 assert(e.what() == std::string("The expression contained mismatched { and }.")); in main() 65 … assert(e.what() == std::string("The expression contained an invalid range in a {} expression.")); in main() 70 assert(e.what() == std::string("The expression contained an invalid character range, " in main() 76 … assert(e.what() == std::string("There was insufficient memory to convert the expression into " in main() [all …]
|
/external/clang/test/SemaObjC/ |
D | default-synthesize-1.m | 12 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing pr… property 16 //@synthesize howMany, what; 22 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is syn… property 26 //@synthesize howMany, what; 33 - (NSString*) what { method 42 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synt… property 46 //@synthesize howMany, what; 53 // - (NSString*) what 65 @property (retain) NSString* what; property 69 //@synthesize howMany, what; // REM: Redundant anyway [all …]
|
D | default-synthesize.m | 9 @property (retain) NSString* what; property 14 @synthesize howMany, what; 21 @property (nonatomic, retain) NSString* what; property 26 @synthesize howMany, what; 34 - (NSString*) what { method in objc_default_synthesize_properties 35 return self.what; 43 @property (nonatomic, retain) NSString* what; property 48 @synthesize howMany, what; 56 // - (NSString*) what 58 if (self.what != value) { [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 417 const struct buf_2d *const what = &x->plane[0].src; in vp9_pattern_search() local 431 bestsad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 447 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 458 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 490 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 501 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 528 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 539 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 566 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() 577 thissad = vfp->sdf(what->buf, what->stride, in vp9_pattern_search() [all …]
|
/external/clang/test/SemaCXX/ |
D | __try.cpp | 19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() 20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() 21 ~Exception() {free(what); } in ~Exception() 22 const char* msg() const {return what; } in msg() 24 const char* what; member in Exception
|
/external/icu/icu4c/source/layout/ |
D | OpenTypeUtilities.cpp | 208 …eReference(const char *f, int l, const char *msg, const LETableReference *what, const void *ptr, s… in _debug_LETableReference() argument 211 fprintf(stderr, "%s:%d: LETableReference@0x%p: ", f, l, what); in _debug_LETableReference() 215 for(int depth=0;depth<10&&(what!=NULL);depth++) { in _debug_LETableReference() 219 if(!what->isValid()) { in _debug_LETableReference() 222 …stderr, "@%p: tag (%s) font (0x%p), [0x%p+0x%lx]\n", what, letagToStr(what->getTag(), tagbuf), wha… in _debug_LETableReference() 223 what->getAlias(), what->getLength()); in _debug_LETableReference() 225 what = what->getParent(); in _debug_LETableReference()
|
/external/libcxx/test/std/diagnostics/std.exceptions/range.error/ |
D | range_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/length.error/ |
D | length_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/underflow.error/ |
D | underflow_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/domain.error/ |
D | domain_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/logic.error/ |
D | logic_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/invalid.argument/ |
D | invalid_argument.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/out.of.range/ |
D | out_of_range.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/overflow.error/ |
D | overflow_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/libcxx/test/std/diagnostics/std.exceptions/runtime.error/ |
D | runtime_error.pass.cpp | 27 assert(std::strcmp(e.what(), msg) == 0); in main() 29 assert(std::strcmp(e2.what(), msg) == 0); in main() 31 assert(std::strcmp(e2.what(), msg) == 0); in main() 36 assert(e.what() == msg); in main() 38 assert(e2.what() == msg); in main() 40 assert(e2.what() == msg); in main()
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | wizard.rb | 350 def find( tree, what ) argument 351 case what 352 when Integer then find_token_type( tree, what ) 353 when String then find_pattern( tree, what ) 354 when Symbol then find_token_type( tree, @token_scheme[ what ] ) 371 def visit( tree, what = nil, &block ) argument 372 block_given? or return enum_for( :visit, tree, what ) 373 Symbol === what and what = @token_scheme[ what ] 374 case what 376 when Integer then visit_type( tree, nil, what, &block ) [all …]
|
/external/libcxx/test/std/thread/futures/futures.future_error/ |
D | what.pass.cpp | 33 assert(std::strcmp(f.what(), "The associated promise has been destructed prior " in main() 38 assert(std::strcmp(f.what(), "The future has already been retrieved from " in main() 43 assert(std::strcmp(f.what(), "The state of the promise has already been set.") == 0); in main() 47 assert(std::strcmp(f.what(), "Operation not permitted on an object without " in main()
|