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

12

/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/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/iptables/extensions/
H A Dlibipt_SET.c58 struct ipt_set_info *info, const char *what)
62 "--%s can be specified only once", what);
66 "Unexpected `!' after --%s", what);
71 "--%s requires two args.", what);
57 parse_target(char **argv, int invert, unsigned int *flags, struct ipt_set_info *info, const char *what) argument
/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
H A Devent.c416 event_loopexit_cb(int fd, short what, void *arg) argument
899 /* Now remember what the new time turned out to be. */
/external/bluetooth/glib/gio/win32/
H A Dgwinhttpvfs.c319 const char *what)
324 "%s failed: %s", what, emsg);
332 const char *what)
339 _g_winhttp_set_error (error, GetLastError (), what);
354 _g_winhttp_set_error (error, GetLastError (), what);
369 _g_winhttp_set_error (error, GetLastError (), what);
406 what, status_code, status_text ? status_text : L"");
317 _g_winhttp_set_error(GError **error, DWORD error_code, const char *what) argument
329 _g_winhttp_response(GWinHttpVfs *vfs, HINTERNET request, GError **error, const char *what) argument
/external/chromium/third_party/icu/source/test/intltest/
H A Duobjtest.cpp55 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; "; local
61 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
72 logln(what + tmp);
76 dataerrln("FAIL: staticID == NULL! " + what);
81 dataerrln( "FAIL: ==NULL! " + what);
86 errln("FAIL: dynamicID == NULL!" + what);
90 dataerrln("FAIL: dynamicID != staticID! " + what);
102 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
105 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
431 * ... so that's what
[all...]
/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.cpp56 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; "; local
62 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
73 logln(what + tmp);
77 dataerrln("FAIL: staticID == NULL! " + what);
82 dataerrln( "FAIL: ==NULL! " + what);
87 errln("FAIL: dynamicID == NULL!" + what);
91 dataerrln("FAIL: dynamicID != staticID! " + what);
103 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
106 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
434 * ... so that's what
[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/
H A Dip6tables-restore.c88 static int add_argv(char *what) { argument
89 DEBUGP("add_argv: %s\n", what);
90 if (what && ((newargc + 1) < sizeof(newargv)/sizeof(char *))) {
91 newargv[newargc] = strdup(what);
H A Diptables-restore.c85 static int add_argv(char *what) { argument
86 DEBUGP("add_argv: %s\n", what);
87 if (what && ((newargc + 1) < sizeof(newargv)/sizeof(char *))) {
88 newargv[newargc] = strdup(what);
/external/netperf/
H A Dnetcpu_kstat10.c100 print_unexpected_statistic_warning(char *who, char *what, char *why) argument
109 what);
115 what);
163 /* might want to tell people about what we are skipping.
235 /* might want to tell people about what we are skipping.
339 /* tests tell up what the elapsed time should be. */
371 that is what we will attempt to do here. raj 2005-01-28
373 of course, we also have to wonder what we should do if there is
528 /* and finally, what is our CPU utilization? */
/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...]
/external/bison/src/
H A Dsymtab.c108 redeclaration (symbol* s, const char *what, location first, location second) argument
110 complain_at (second, _("%s redeclaration for %s"), what, s->tag);
/external/chromium/third_party/libevent/test/
H A Dregress_http.c163 const char *what = "This is funny"; local
168 (const unsigned char*) what, strlen(what)) != NULL) {
207 http_errorcb(struct bufferevent *bev, short what, void *arg) argument
295 http_complete_write(int fd, short what, void *arg) argument
383 http_delay_reply(int fd, short what, void *arg) argument
503 const char *what = "This is funny"; local
515 if (EVBUFFER_LENGTH(req->input_buffer) != strlen(what)) {
520 if (memcmp(EVBUFFER_DATA(req->input_buffer), what, strlen(what)) !
585 const char *what = "DISPATCHER_TEST"; local
761 const char *what = "This is funny"; local
797 const char *what = "400 Bad Request"; local
865 close_detect_launch(int fd, short what, void *arg) argument
1140 http_chunked_errorcb(struct bufferevent *bev, short what, void *arg) argument
[all...]
/external/icu4c/tools/genrb/
H A Dderb.c66 static void printHex(FILE *out, UConverter *converter, uint8_t what);
461 static void printHex(FILE *out, UConverter *converter, uint8_t what) { argument
465 hex[0] = map[what >> 4];
466 hex[1] = map[what & 0xf];
/external/chromium/third_party/icu/source/tools/genrb/
H A Dderb.c66 static void printHex(FILE *out, UConverter *converter, uint8_t what);
461 static void printHex(FILE *out, UConverter *converter, uint8_t what) { argument
465 hex[0] = map[what >> 4];
466 hex[1] = map[what & 0xf];

Completed in 215 milliseconds

12