Home
last modified time | relevance | path

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

12345678910

/external/mesa3d/src/gallium/state_trackers/clover/core/
Derror.hpp56 error(cl_int code, std::string what = "") : in error()
70 invalid_build_options_error(const std::string &what = "") : in invalid_build_options_error()
76 build_error(const std::string &what = "") : in build_error()
86 invalid_object_error(std::string what = "") : in invalid_object_error()
93 invalid_object_error(std::string what = "") : in invalid_object_error()
100 invalid_object_error(std::string what = "") : in invalid_object_error()
107 invalid_object_error(std::string what = "") : in invalid_object_error()
114 invalid_object_error(std::string what = "") : in invalid_object_error()
121 invalid_object_error(std::string what = "") : in invalid_object_error()
128 invalid_object_error(std::string what = "") : in invalid_object_error()
[all …]
/external/robolectric/v1/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/libcxx/src/
Dany.cpp14 const char* bad_any_cast::what() const _NOEXCEPT { in what() function in std::bad_any_cast
20 const char* bad_any_cast::what() const _NOEXCEPT { in what() function in bad_any_cast
Dvariant.cpp14 const char* bad_variant_access::what() const noexcept { in what() function in std::bad_variant_access
Doptional.cpp18 const char* bad_optional_access::what() const _NOEXCEPT { in what() function in std::bad_optional_access
Dstdexcept.cpp54 logic_error::what() const _NOEXCEPT in what() function in std::logic_error
88 runtime_error::what() const _NOEXCEPT in what() function in std::runtime_error
/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
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
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
/external/libcxxabi/src/
Dstdlib_exception.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
Dstdlib_typeinfo.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
Dstdlib_stdexcept.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.cpp193 bad_alloc::what() const _NOEXCEPT in what() function in std::bad_alloc
209 bad_array_new_length::what() const _NOEXCEPT in what() function in std::bad_array_new_length
238 bad_array_length::what() const _NOEXCEPT in what() function in std::bad_array_length
/external/libmojo/base/android/java/src/org/chromium/base/
DPathService.java21 public static void override(int what, String path) { in override()
25 private static native void nativeOverride(int what, String path); in nativeOverride()
/external/robolectric/v1/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/mockito/src/main/java/org/mockito/internal/util/
DConsoleMockitoLogger.java12 public void log(Object what) { in log()
DMockitoLogger.java9 void log(Object what); in log()
/external/chromium-trace/catapult/devil/devil/android/sdk/
Daapt.py32 def Dump(what, apk, assets=None): argument
/external/libese/libese-sysdeps/include/ese/
Dsysdeps.h35 #define _static_assert(what, why) { while (!(1 / (!!(what)))); } argument
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Daapt.py32 def Dump(what, apk, assets=None): argument
/external/openssh/regress/
Dmodpipe.c45 enum { MOD_XOR, MOD_AND_OR } what; member
53 char what[16+1]; in parse_modification() local
/external/javasqlite/src/main/java/SQLite/
DAuthorizer.java22 public int authorize(int what, String arg1, String arg2, String arg3, in authorize()
/external/libevent/
Dbufferevent.c66 bufferevent_suspend_read(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_suspend_read()
78 bufferevent_unsuspend_read(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_unsuspend_read()
90 bufferevent_suspend_write(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_suspend_write()
102 bufferevent_unsuspend_write(struct bufferevent *bufev, bufferevent_suspend_flags what) in bufferevent_unsuspend_write()
155 short what = bufev_private->eventcb_pending; in bufferevent_run_deferred_callbacks_locked() local
199 short what = bufev_private->eventcb_pending; in bufferevent_run_deferred_callbacks_unlocked() local
254 _bufferevent_run_eventcb(struct bufferevent *bufev, short what) in _bufferevent_run_eventcb()

12345678910