Home
last modified time | relevance | path

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

12345678910>>...17

/external/mesa3d/src/gallium/frontends/clover/core/
Derror.hpp61 error(cl_int code, std::string what = "") : in error()
75 invalid_build_options_error(const std::string &what = "") : in invalid_build_options_error()
81 build_error(const std::string &what = "") : in build_error()
91 invalid_object_error(std::string what = "") : in invalid_object_error()
98 invalid_object_error(std::string what = "") : in invalid_object_error()
105 invalid_object_error(std::string what = "") : in invalid_object_error()
112 invalid_object_error(std::string what = "") : in invalid_object_error()
119 invalid_object_error(std::string what = "") : in invalid_object_error()
126 invalid_object_error(std::string what = "") : in invalid_object_error()
133 invalid_object_error(std::string what = "") : in invalid_object_error()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DHandlerWrapper.java42 boolean hasMessages(int what); in hasMessages()
45 Message obtainMessage(int what); in obtainMessage()
48 Message obtainMessage(int what, @Nullable Object obj); in obtainMessage()
51 Message obtainMessage(int what, int arg1, int arg2); in obtainMessage()
54 Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj); in obtainMessage()
60 boolean sendEmptyMessage(int what); in sendEmptyMessage()
63 boolean sendEmptyMessageDelayed(int what, int delayMs); in sendEmptyMessageDelayed()
66 boolean sendEmptyMessageAtTime(int what, long uptimeMs); in sendEmptyMessageAtTime()
69 void removeMessages(int what); in removeMessages()
DSystemHandlerWrapper.java47 public boolean hasMessages(int what) { in hasMessages()
52 public Message obtainMessage(int what) { in obtainMessage()
57 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage()
62 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
68 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage()
79 public boolean sendEmptyMessage(int what) { in sendEmptyMessage()
84 public boolean sendEmptyMessageDelayed(int what, int delayMs) { in sendEmptyMessageDelayed()
89 public boolean sendEmptyMessageAtTime(int what, long uptimeMs) { in sendEmptyMessageAtTime()
94 public void removeMessages(int what) { in removeMessages()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DHandlerWrapper.java42 boolean hasMessages(int what); in hasMessages()
45 Message obtainMessage(int what); in obtainMessage()
48 Message obtainMessage(int what, @Nullable Object obj); in obtainMessage()
51 Message obtainMessage(int what, int arg1, int arg2); in obtainMessage()
54 Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj); in obtainMessage()
60 boolean sendEmptyMessage(int what); in sendEmptyMessage()
63 boolean sendEmptyMessageDelayed(int what, int delayMs); in sendEmptyMessageDelayed()
66 boolean sendEmptyMessageAtTime(int what, long uptimeMs); in sendEmptyMessageAtTime()
69 void removeMessages(int what); in removeMessages()
DSystemHandlerWrapper.java47 public boolean hasMessages(int what) { in hasMessages()
52 public Message obtainMessage(int what) { in obtainMessage()
57 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage()
62 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
68 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage()
79 public boolean sendEmptyMessage(int what) { in sendEmptyMessage()
84 public boolean sendEmptyMessageDelayed(int what, int delayMs) { in sendEmptyMessageDelayed()
89 public boolean sendEmptyMessageAtTime(int what, long uptimeMs) { in sendEmptyMessageAtTime()
94 public void removeMessages(int what) { in removeMessages()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DHandlerWrapper.java33 Message obtainMessage(int what); in obtainMessage()
36 Message obtainMessage(int what, @Nullable Object obj); in obtainMessage()
39 Message obtainMessage(int what, int arg1, int arg2); in obtainMessage()
42 Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj); in obtainMessage()
45 boolean sendEmptyMessage(int what); in sendEmptyMessage()
48 boolean sendEmptyMessageAtTime(int what, long uptimeMs); in sendEmptyMessageAtTime()
51 void removeMessages(int what); in removeMessages()
DSystemHandlerWrapper.java37 public Message obtainMessage(int what) { in obtainMessage()
42 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage()
47 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
52 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage()
57 public boolean sendEmptyMessage(int what) { in sendEmptyMessage()
62 public boolean sendEmptyMessageAtTime(int what, long uptimeMs) { in sendEmptyMessageAtTime()
67 public void removeMessages(int what) { in removeMessages()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeClock.java187 private synchronized void removePendingHandlerMessages(ClockHandler handler, int what) { in removePendingHandlerMessages()
208 private synchronized boolean hasPendingMessage(ClockHandler handler, int what) { in hasPendingMessage()
282 private final int what; field in FakeClock.HandlerMessage
290 int what, in HandlerMessage()
349 public boolean hasMessages(int what) { in hasMessages()
354 public Message obtainMessage(int what) { in obtainMessage()
359 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage()
364 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
369 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage()
390 public boolean sendEmptyMessage(int what) { in sendEmptyMessage()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeClock.java187 private synchronized void removePendingHandlerMessages(ClockHandler handler, int what) { in removePendingHandlerMessages()
208 private synchronized boolean hasPendingMessage(ClockHandler handler, int what) { in hasPendingMessage()
282 private final int what; field in FakeClock.HandlerMessage
290 int what, in HandlerMessage()
349 public boolean hasMessages(int what) { in hasMessages()
354 public Message obtainMessage(int what) { in obtainMessage()
359 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage()
364 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
369 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage()
390 public boolean sendEmptyMessage(int what) { in sendEmptyMessage()
[all …]
/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
51 bad_alloc::what() const _NOEXCEPT in what() function in std::bad_alloc
67 bad_array_new_length::what() const _NOEXCEPT in what() function in std::bad_array_new_length
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
/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/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DFakeClock.java190 public Message obtainMessage(int what) { in obtainMessage()
195 public Message obtainMessage(int what, @Nullable Object obj) { in obtainMessage()
200 public Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage()
205 public Message obtainMessage(int what, int arg1, int arg2, @Nullable Object obj) { in obtainMessage()
210 public boolean sendEmptyMessage(int what) { in sendEmptyMessage()
215 public boolean sendEmptyMessageAtTime(int what, long uptimeMs) { in sendEmptyMessageAtTime()
220 public void removeMessages(int what) { in removeMessages()
/external/libcxx/src/
Dany.cpp13 const char* bad_any_cast::what() const _NOEXCEPT { in what() function in std::bad_any_cast
31 const char* bad_any_cast::what() const _NOEXCEPT { in what() function in bad_any_cast
/external/libchrome/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-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStatusBarManager.java19 protected void disable(int what) { in disable()
24 protected void disable2(int what) { in disable2()
/external/python/pybind11/tests/
Dtest_exceptions.cpp16 const char * what() const noexcept override {return message.c_str();} in what() function in MyException
25 const char * what() const noexcept override {return message.c_str();} in what() function in MyException2
34 virtual const char * what() const noexcept {return message.c_str();} in what() function in MyException3
51 const char * what() const noexcept override {return message.c_str();} in what() function in MyException4
60 explicit MyException5(const std::string &what) : std::logic_error(what) {} in MyException5()
/external/rust/cxx/src/
Dexception.rs7 pub(crate) what: Box<str>, field
20 pub fn what(&self) -> &str { in what() method
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLegacyMessageTest.java97 int what = 10; in testObtainWithHandlerAndWhat() local
108 int what = 10; in testObtainWithHandlerWhatAndObject() local
121 int what = 2; in testObtainWithHandlerWhatAndTwoArgs() local
135 int what = 2; in testObtainWithHandlerWhatTwoArgsAndObj() local
/external/libevent/
Dbufferevent_async.c105 be_async_run_eventcb(struct bufferevent *bev, short what, int options) in be_async_run_eventcb()
109 be_async_trigger_nolock(struct bufferevent *bev, short what, int options) in be_async_trigger_nolock()
345 be_async_enable(struct bufferevent *buf, short what) in be_async_enable()
373 be_async_disable(struct bufferevent *bev, short what) in be_async_disable()
426 be_async_flush(struct bufferevent *bev, short what, in be_async_flush()
466 short what = BEV_EVENT_READING; in read_complete() local
505 short what = BEV_EVENT_WRITING; in write_complete() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowMessageTest.java93 int what = 10; in testObtainWithHandlerAndWhat() local
104 int what = 10; in testObtainWithHandlerWhatAndObject() local
117 int what = 2; in testObtainWithHandlerWhatAndTwoArgs() local
131 int what = 2; in testObtainWithHandlerWhatTwoArgsAndObj() local
/external/flac/oss-fuzz/fuzzing/
Dexception.hpp27 virtual const char* what(void) const throw() { in what() function in fuzzing::exception::LogicException
38 virtual const char* what(void) const throw() { in what() function in fuzzing::exception::TargetException

12345678910>>...17