Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/llvm-project/libcxxabi/src/
Dstdlib_exception.cpp21 const char* exception::what() const _NOEXCEPT in what() function in std::exception
32 const char* bad_exception::what() const _NOEXCEPT in what() function in std::bad_exception
49 bad_alloc::what() const _NOEXCEPT in what() function in std::bad_alloc
65 bad_array_new_length::what() const _NOEXCEPT in what() function in std::bad_array_new_length
Dstdlib_typeinfo.cpp31 bad_cast::what() const _NOEXCEPT in what() function in std::bad_cast
47 bad_typeid::what() const _NOEXCEPT in what() function in std::bad_typeid
Dstdlib_stdexcept.cpp25 logic_error::what() const _NOEXCEPT in what() function in std::logic_error
33 runtime_error::what() const _NOEXCEPT in what() function in std::runtime_error
/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/llvm-project/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/llvm-project/libcxx/src/
Dany.cpp12 const char* bad_any_cast::what() const _NOEXCEPT { in what() function in std::bad_any_cast
30 const char* bad_any_cast::what() const _NOEXCEPT { in what() function in bad_any_cast
/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/rust/cxx/src/
Dexception.rs7 pub(crate) what: Box<str>, field
19 pub fn what(&self) -> &str { in what() method
/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/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
/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/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

12345678910>>...16