Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 1415) sorted by relevance

12345678910>>...57

/external/valgrind/none/tests/s390x/
Dicm.c35 #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 …]
Dsrst.c13 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/
Dtpm_bootmode_tests.c63 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 …]
Drun_preamble_tests.sh36 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/
DShadowHandler.java66 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 …]
DShadowMessage.java55 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()
DShadowSpannableString.java28 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/
DMessageTest.java56 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/
Dregex_error.pass.cpp29 … 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/
Ddefault-synthesize-1.m12 @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 …]
Ddefault-synthesize.m9 @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/
Dvp9_mcomp.c417 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.cpp19 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/
DOpenTypeUtilities.cpp208 …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/
Drange_error.pass.cpp27 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/
Dlength_error.pass.cpp27 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/
Dunderflow_error.pass.cpp27 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/
Ddomain_error.pass.cpp27 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/
Dlogic_error.pass.cpp27 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/
Dinvalid_argument.pass.cpp27 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/
Dout_of_range.pass.cpp27 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/
Doverflow_error.pass.cpp27 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/
Druntime_error.pass.cpp27 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/
Dwizard.rb350 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/
Dwhat.pass.cpp33 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()

12345678910>>...57