Searched refs:what (Results 1 - 25 of 207) sorted by relevance

123456789

/external/icu4c/common/
H A Dlocalsvc.h18 * @param what service-specific string identifying the specific user hook
22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
/external/clang/test/SemaCXX/
H A D__try.cpp19 Exception(const char* s = "Unknown"){what = strdup(s); }
20 Exception(const Exception& e ){what = strdup(e.what); }
21 ~Exception() {free(what); }
22 const char* msg() const {return what; }
24 const char* what; member in class:Exception
/external/valgrind/main/none/tests/s390x/
H A Dicm.c35 #define test(what, offset) do { \
36 icm(&a[0+offset], 0, what); cc = get_cc(); \
37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \
38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \
39 icm(&a[3+offset+cc], 3, what); cc = get_cc(); \
40 icm(&a[4+offset+cc], 4, what); cc = get_cc(); \
41 icm(&a[5+offset+cc], 5, what); cc = get_cc(); \
42 icm(&a[6+offset+cc], 6, what); cc = get_cc(); \
43 icm(&a[7+offset+cc], 7, what); cc = get_cc(); \
44 icm(&a[8+offset+cc], 8, what); c
[all...]
H A Dsrst.c13 register unsigned long what asm ("0") = __what;
22 :"+d" (start), "+d" (next), "=d" (cc) :"d" (what): "cc");
29 register unsigned long what asm ("0") = __what;
37 :"+d" (start), "+d" (what), "=d" (cc) :: "cc");
39 return (char *) what;
/external/javasqlite/src/main/java/SQLite/
H A DAuthorizer.java12 * @param what integer indicating type of access
22 public int authorize(int what, String arg1, String arg2, String arg3, argument
/external/stlport/test/unit/
H A Dexception_test.cpp25 CPPUNIT_TEST(what);
44 void what();
69 void ExceptionTest::what() function in class:ExceptionTest
75 CPPUNIT_CHECK( strcmp( err.what(), "message" ) == 0 );
143 CPPUNIT_ASSERT( foo == e.what() );
146 CPPUNIT_ASSERT(foo == clone.what() );
156 CPPUNIT_ASSERT( foo == e.what() );
159 CPPUNIT_ASSERT(foo == clone.what() );
170 CPPUNIT_ASSERT(msg == e.what() );
173 CPPUNIT_ASSERT(msg == clone.what() );
[all...]
/external/kernel-headers/original/linux/netfilter/
H A Dxt_connbytes.h22 u_int8_t what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
/external/chromium/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
74 Fail(e.what());
H A Dgtest-death-test_ex_test.cc63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
/external/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
74 Fail(e.what());
H A Dgtest-death-test_ex_test.cc63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
/external/protobuf/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
74 Fail(e.what());
/external/clang/test/Analysis/inlining/
H A Dstl.cpp22 const char *x = e.what();
/external/iptables/include/linux/netfilter/
H A Dxt_connbytes.h23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
/external/dbus/dbus/
H A Ddbus-marshal-validate.h156 #define DECLARE_DBUS_NAME_CHECK(what)
157 #define DEFINE_DBUS_NAME_CHECK(what)
164 #define DECLARE_DBUS_NAME_CHECK(what) \
165 dbus_bool_t _dbus_check_is_valid_##what (const char *name)
169 #define DEFINE_DBUS_NAME_CHECK(what) \
171 _dbus_check_is_valid_##what (const char *name) \
179 return _dbus_validate_##what (&str, 0, \
/external/clang/test/CodeGenCXX/
H A Dweak-external.cpp42 virtual const char* what() const _NOEXCEPT;
59 virtual const char* what() const _NOEXCEPT;
/external/webkit/Source/WebCore/platform/haiku/
H A DPlatformMouseEventHaiku.cpp45 if (message->what == B_MOUSE_UP)
59 switch (message->what) {
/external/oprofile/libutil++/
H A Dop_exception.cpp28 char const * op_exception::what() const throw() function in class:op_exception
H A Dop_exception.h8 * in your code except at top level, derive what you want
33 char const * what() const throw();
/external/stlport/stlport/stl/
H A D_exception.h166 virtual const char* what() const _STLP_NOTHROW;
170 virtual const char* what() const _STLP_NOTHROW {return "class exception";}
180 const char* what() const _STLP_NOTHROW;
184 const char* what() const _STLP_NOTHROW {return "class bad_exception";}
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivityHandler.java68 if (message.what == R.id.auto_focus) {
71 // continuous AF. It does seem to hunt a bit, but I'm not sure what else to do.
75 } else if (message.what == R.id.restart_preview) {
78 } else if (message.what == R.id.decode_succeeded) {
85 } else if (message.what == R.id.decode_failed) {
89 } else if (message.what == R.id.return_scan_result) {
93 } else if (message.what == R.id.launch_product_query) {
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginEventHandlerCarbon.mm47 carbonEvent->what = nullEvent;
93 carbonEvent->what = nullEvent;
126 event.what = updateEvt;
141 event.what = ::mouseDown;
154 event.what = ::mouseUp;
172 event.what = NPEventType_AdjustCursorEvent;
185 event.what = NPEventType_AdjustCursorEvent;
202 event.what = NPEventType_AdjustCursorEvent;
221 event.what = ::keyDown;
244 // Only send keyUp events after we receive the TSM callback because this is what plu
[all...]
/external/oprofile/libregex/tests/
H A Dregex_test.cpp84 cerr << "bad_regex " << e.what() << endl;
88 cerr << "exception: " << e.what() << endl;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp36 <what>Invalid read of size 2</what>
64 <what>Invalid read of size 2</what>
/external/stlport/src/
H A Dlocale.cpp61 string what = "Unable to find facet"; local
62 what += " in ";
63 what += name.empty() ? "system" : name.c_str();
64 what += " locale";
65 _STLP_THROW(runtime_error(what.c_str()));
70 string what; local
73 what = "No platform localization support for ";
74 what += facet;
75 what += " facet category, unable to create facet for ";
76 what
[all...]

Completed in 2615 milliseconds

123456789