Searched defs:what (Results 1 - 25 of 72) sorted by relevance

123

/external/chromium/testing/gtest/test/
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-death-test_ex_test.cc63 virtual const char* what() const throw() { return "exceptional message"; } function in class:TestException
/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/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/iptables/include/linux/netfilter/
H A Dxt_connbytes.h23 __u8 what; /* ipt_connbytes_what */ member in struct:xt_connbytes_info
/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/oprofile/libutil++/
H A Dop_exception.cpp28 char const * op_exception::what() const throw() function in class:op_exception
/external/clang/test/Analysis/
H A Dsystem-header-simulator-cxx.h53 virtual const char *what() const throw() { function in class:std::exception
/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/openssh/contrib/
H A Dgnome-ssh-askpass2.c60 report_failed_grab (const char *what) argument
69 "on your session.", what);
189 /* At least one grab failed - ungrab what we got, and report
/external/chromium/third_party/libevent/
H A Ddevpoll.c249 int what = events[i].revents; local
255 if (what & POLLHUP)
256 what |= POLLIN | POLLOUT;
257 else if (what & POLLERR)
258 what |= POLLIN | POLLOUT;
260 if (what & POLLIN) {
265 if (what & POLLOUT) {
H A Depoll.c215 int what = events[i].events; local
223 if (what & (EPOLLHUP|EPOLLERR)) {
227 if (what & EPOLLIN) {
231 if (what & EPOLLOUT) {
H A Dpoll.c169 int what; local
172 what = pop->event_set[i].revents;
174 if (!what)
180 if (what & (POLLHUP|POLLERR))
181 what |= POLLIN|POLLOUT;
182 if (what & POLLIN) {
186 if (what & POLLOUT) {
H A Dsignal.c72 evsignal_cb(int fd, short what, void *arg) argument
H A Dbuffer.c427 evbuffer_find(struct evbuffer *buffer, const u_char *what, size_t len) argument
433 (p = memchr(search, *what, end - search)) != NULL) {
436 if (memcmp(p, what, len) == 0)
H A Devbuffer.c97 short what = EVBUFFER_READ; local
102 what |= EVBUFFER_TIMEOUT;
127 what |= EVBUFFER_ERROR;
130 what |= EVBUFFER_EOF;
160 (*bufev->errorcb)(bufev, what, bufev->cbarg);
168 short what = EVBUFFER_WRITE; local
171 what |= EVBUFFER_TIMEOUT;
186 what |= EVBUFFER_ERROR;
194 what |= EVBUFFER_EOF;
219 (*bufev->errorcb)(bufev, what, bufe
[all...]
H A Devrpc.c650 evrpc_request_timeout(int fd, short what, void *arg) argument
H A Dhttp-internal.h97 char *what; member in struct:evhttp_cb
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java84 * @param what bitset mainly defined in {@link org.w3c.dom.traversal.NodeFilter}.
86 public void setWhatToShow(int what) argument
88 m_whatToShow = what;
349 * Tell what node type to test, if not DTMFilter.SHOW_ALL.
511 * Tell what the test score is for the given node.
585 * Tell what the test score is for the given node.
/external/checkpolicy/test/
H A Ddispol.c82 /* 'what' values for this function */
88 int render_av_rule(avtab_key_t * key, avtab_datum_t * datum, uint32_t what, argument
91 if (!(what & RENDER_UNCONDITIONAL)) {
92 if (what != RENDER_CONDITIONAL && (((what & RENDER_ENABLED)
96 || ((what & RENDER_DISABLED)
104 if (!(what & RENDER_UNCONDITIONAL)) {
158 int display_avtab(avtab_t * a, uint32_t what, policydb_t * p, FILE * fp) argument
174 render_av_rule(&cur->key, &cur->datum, what, p, fp);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DAccessFlags.java294 * @param what what the flags represent (one of {@code CONV_*})
297 private static String humanHelper(int flags, int mask, int what) { argument
319 if (what == CONV_CLASS) {
326 if (what == CONV_METHOD) {
333 if (what == CONV_METHOD) {
/external/icu4c/samples/uresb/
H A Duresb.c61 void printHex(UFILE *out, const int8_t *what);
181 void printHex(UFILE *out, const int8_t *what) { argument
182 u_fprintf(out, "%02X", (uint8_t)*what);
/external/icu4c/test/intltest/
H A Duobjtest.cpp109 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; "; local
115 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
126 logln(what + tmp);
130 dataerrln("FAIL: staticID == NULL! " + what);
135 dataerrln( "FAIL: ==NULL! " + what);
140 errln("FAIL: dynamicID == NULL!" + what);
144 dataerrln("FAIL: dynamicID != staticID! " + what);
156 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
159 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
178 UnicodeString what local
[all...]
/external/iproute2/tc/
H A Dem_meta.c168 static inline int is_compatible(struct tcf_meta_val *what, argument
174 entry = lookup_meta_entry_byid(TCF_META_ID(what->kind));
/external/iptables/extensions/
H A Dlibxt_SET.c64 struct xt_set_info_v0 *info, const char *what)
68 "--%s can be specified only once", what);
72 "Unexpected `!' after --%s", what);
77 "--%s requires two args.", what);
171 const char *what)
175 "--%s can be specified only once", what);
179 "Unexpected `!' after --%s", what);
184 "--%s requires two args.", what);
63 parse_target_v0(char **argv, int invert, unsigned int *flags, struct xt_set_info_v0 *info, const char *what) argument
170 parse_target(char **argv, int invert, struct xt_set_info *info, const char *what) argument

Completed in 520 milliseconds

123