Home
last modified time | relevance | path

Searched defs:what (Results 1 – 25 of 191) sorted by relevance

12345678

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowHandler.java66 public Message obtainMessage(int what) { in obtainMessage()
71 public Message obtainMessage(int what, Object obj) { in obtainMessage()
76 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
81 public Message obtainMessage(int what, int arg1, int arg2, Object obj) { in obtainMessage()
121 public final boolean sendEmptyMessage(int what) { in sendEmptyMessage()
126 public final boolean sendEmptyMessageDelayed(int what, long delayMillis) { in sendEmptyMessageDelayed()
159 public final boolean hasMessages(int what) { in hasMessages()
169 public final boolean hasMessages(int what, Object object) { in hasMessages()
180 public final void removeMessages(int what) { in removeMessages()
185 public final void removeMessages(int what, Object object) { in removeMessages()
DShadowSpannableString.java28 public void setSpan(Object what, int start, int end, int flags) { in setSpan()
33 public void removeSpan(Object what) { in removeSpan()
56 public int getSpanStart(Object what) { in getSpanStart()
66 public int getSpanEnd(Object what) { in getSpanEnd()
DShadowMessage.java72 public static Message obtain(Handler h, int what) { in obtain()
79 public static Message obtain(Handler h, int what, Object obj) { in obtain()
86 public static Message obtain(Handler h, int what, int arg1, int arg2) { in obtain()
94 public static Message obtain(Handler h, int what, int arg1, int arg2, Object obj) { in obtain()
/external/clang/test/SemaObjC/
Ddefault-synthesize-1.m12 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing pr… property
22 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is syn… property
33 - (NSString*) what { method
42 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synt… property
65 @property (retain) NSString* what; property
78 - (NSString*) what { method
Ddefault-synthesize.m9 @property (retain) NSString* what; property
21 @property (nonatomic, retain) NSString* what; property
34 - (NSString*) what { method in objc_default_synthesize_properties
43 @property (nonatomic, retain) NSString* what; property
66 @property (retain) NSString* what; property
81 - (NSString*) what { method in objc_default_synthesize_properties
Dbad-property-synthesis-crash.m5 @property (nonatomic, retain) NSString* what; // expected-error {{unknown type name 'NSString'}} \ property
20 - (NSString*) what { // expected-error {{expected a type}} method
/external/libcxxabi/src/
Dexception.cpp23 const char* exception::what() const _NOEXCEPT in what() function in std::exception
34 const char* bad_exception::what() const _NOEXCEPT in what() function in std::bad_exception
Dtypeinfo.cpp32 bad_cast::what() const _NOEXCEPT in what() function in std::bad_cast
48 bad_typeid::what() const _NOEXCEPT in what() function in std::bad_typeid
Dstdexcept.cpp26 logic_error::what() const _NOEXCEPT in what() function in std::logic_error
34 runtime_error::what() const _NOEXCEPT in what() function in std::runtime_error
Dcxa_new_delete.cpp212 bad_alloc::what() const _NOEXCEPT in what() function in std::bad_alloc
228 bad_array_new_length::what() const _NOEXCEPT in what() function in std::bad_array_new_length
257 bad_array_length::what() const _NOEXCEPT in what() function in std::bad_array_length
/external/chromium_org/chrome/browser/drive/
Devent_logger.cc13 int id, logging::LogSeverity severity, const std::string& what) in Event()
29 const std::string& what) { in LogRawString()
38 std::string what; in Log() local
/external/chromium_org/base/android/java/src/org/chromium/base/
DPathService.java19 public static void override(int what, String path) { in override()
23 private static native void nativeOverride(int what, String path); in nativeOverride()
/external/libcxx/src/
Dtypeinfo.cpp40 std::bad_cast::what() const _NOEXCEPT in what() function in std::bad_cast
50 std::bad_typeid::what() const _NOEXCEPT in what() function in std::bad_typeid
Dnew.cpp188 bad_alloc::what() const _NOEXCEPT in what() function in std::bad_alloc
206 bad_array_length::what() const _NOEXCEPT in what() function in std::bad_array_length
220 bad_array_new_length::what() const _NOEXCEPT in what() function in std::bad_array_new_length
Dstdexcept.cpp56 logic_error::what() const _NOEXCEPT in what() function in std::logic_error
90 runtime_error::what() const _NOEXCEPT in what() function in std::runtime_error
Dexception.cpp132 const char* exception::what() const _NOEXCEPT in what() function in std::exception
145 const char* bad_exception::what() const _NOEXCEPT in what() function in std::bad_exception
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DMessageTest.java86 int what = 10; in testObtainWithHandlerAndWhat() local
97 int what = 10; in testObtainWithHandlerWhatAndObject() local
110 int what = 2; in testObtainWithHandlerWhatAndTwoArgs() local
124 int what = 2; in testObtainWithHandlerWhatTwoArgsAndObj() local
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DScanning.pxd47 cdef bint expect(self, what, message = *) except -2 argument
48 cdef expect_keyword(self, what, message = *) argument
49 cdef expected(self, what, message = *) argument
/external/chromium_org/third_party/libevent/test/
Dregress_http.c163 const char *what = "This is funny"; in http_readcb() local
207 http_errorcb(struct bufferevent *bev, short what, void *arg) in http_errorcb()
295 http_complete_write(int fd, short what, void *arg) in http_complete_write()
383 http_delay_reply(int fd, short what, void *arg) in http_delay_reply()
503 const char *what = "This is funny"; in http_request_done() local
585 const char *what = "DISPATCHER_TEST"; in http_dispatcher_test_done() local
761 const char *what = "This is funny"; in http_postrequest_done() local
797 const char *what = "400 Bad Request"; in http_failure_readcb() local
865 close_detect_launch(int fd, short what, void *arg) in close_detect_launch()
1140 http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) in http_chunked_errorcb()
/external/elfutils/0.153/libdwfl/
Dgzip.c62 # define Z(what) LZMA_##what argument
74 # define Z(what) BZ_##what argument
86 # define Z(what) Z_##what argument
/external/mockito/src/org/mockito/internal/util/
DConsoleMockitoLogger.java12 public void log(Object what) { in log()
DMockitoLogger.java9 void log(Object what); in log()
/external/pcre/dist/
Dpcre_config.c70 pcre_config(int what, void *where) in pcre_config()
/external/chromium_org/tools/gn/
Dfunction_get_path_info.cc42 What what, in GetOnePathInfo()
198 What what; in RunGetPathInfo() local
/external/chromium_org/v8/test/webkit/
Dpolymorphic-construct.js40 function construct(what) { argument

12345678