HomeSort by relevance Sort by last modified time
    Searched defs:what (Results 76 - 100 of 518) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cn_proc.h 46 enum what { enum in struct:proc_event
61 } what; member in struct:proc_event
  /system/core/libutils/include/utils/
Looper.h 51 Message() : what(0) { }
52 Message(int w) : what(w) { }
55 int what; member in struct:android::Message
386 void removeMessages(const sp<MessageHandler>& handler, int what);
  /toolchain/binutils/binutils-2.27/gas/
hash.c 449 char *what ();
482 p = hash_find (h, name = what ("symbol"));
496 printf ("s say what %% of table is used\n");
501 p = hash_insert (h, name = what ("symbol"), value = what ("value"));
509 p = hash_jam (h, name = what ("symbol"), value = what ("value"));
521 p = hash_replace (h, name = what ("symbol"), value = what ("value"));
533 p = hash_delete (h, name = what ("symbol"))
543 what (description) function
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
DigitsKeyListenerTest.java 107 Object what = new Object(); local
109 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT);
113 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what));
114 assertEquals(0, filtered.getSpanStart(what));
115 assertEquals("123".length(), filtered.getSpanEnd(what));
186 Object what = new Object(); local
188 spannableSource.setSpan(what, 0, spannableSource.length(), Spanned.SPAN_POINT_POINT);
192 assertEquals(Spanned.SPAN_POINT_POINT, filtered.getSpanFlags(what));
193 assertEquals(0, filtered.getSpanStart(what));
194 assertEquals("5123".length(), filtered.getSpanEnd(what));
269 Object what = new Object(); local
355 Object what = new Object(); local
469 Object what = new Object(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldebug.c 183 ar->what = "C";
190 ar->what = (ar->linedefined == 0) ? "main" : "Lua";
215 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar,
218 for (; *what; what++) {
219 switch (*what) {
266 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) {
272 if (*what == '>') {
276 what++; /* skip the '>' */
285 status = auxgetinfo(L, what, ar, cl, ci)
320 const char *what = getobjname(p, pc, c, name); \/* search for 'c' *\/ local
    [all...]
lauxlib.c 86 else if (*ar->what == 'm') /* main? */
88 else if (*ar->what == 'C') {
234 #define inspectstat(stat,what) \
236 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
240 #define inspectstat(stat,what) /* no op */
248 const char *what = "exit"; /* type of termination */ local
252 inspectstat(stat, what); /* interpret result */
253 if (*what == 'e' && stat == 0) /* successful termination? */
257 lua_pushstring(L, what);
259 return 3; /* return true/nil,what,code */
    [all...]
  /external/curl/lib/vtls/
cyassl.c 47 /* To determine what functions are available we rely on one or both of:
821 int what; local
866 what = Curl_socket_check(readfd, CURL_SOCKET_BAD, writefd,
868 if(what < 0) {
873 else if(0 == what) {
mbedtls.c 882 int what; local
926 what = Curl_socket_check(readfd, CURL_SOCKET_BAD, writefd,
928 if(what < 0) {
933 else if(0 == what) {
polarssl.c 740 int what; local
785 what = Curl_socket_check(readfd, CURL_SOCKET_BAD, writefd,
787 if(what < 0) {
792 else if(0 == what) {
  /external/elfutils/tests/
varlocs.c 50 print_die (Dwarf_Die *die, const char *what, int indent)
56 dwarf_dieoffset (die), what, name, entrypc);
59 dwarf_dieoffset (die), what, name);
635 const char *what = tag == DW_TAG_variable ? "variable" : "parameter"; local
636 print_die (&child, what, 2);
  /external/libevent/
http-internal.h 114 char *what; member in struct:evhttp_cb
bufferevent.c 67 bufferevent_suspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what)
74 bufev_private->read_suspended |= what;
79 bufferevent_unsuspend_read_(struct bufferevent *bufev, bufferevent_suspend_flags what)
84 bufev_private->read_suspended &= ~what;
91 bufferevent_suspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what)
98 bufev_private->write_suspended |= what;
103 bufferevent_unsuspend_write_(struct bufferevent *bufev, bufferevent_suspend_flags what)
108 bufev_private->write_suspended &= ~what;
156 short what = bufev_private->eventcb_pending; local
161 bufev->errorcb(bufev, what, bufev->cbarg)
200 short what = bufev_private->eventcb_pending; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 110 const uint8_t *const what = x->plane[0].src.buf; local
133 best_sad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride);
196 fn_ptr->sdx4df(what, what_stride, (const uint8_t **)&v_blocka[0],
  /external/protobuf/src/google/protobuf/stubs/
common.cc 457 const char* FatalException::what() const throw() { function in class:google::protobuf::FatalException
  /external/syslinux/com32/lua/src/
ldebug.c 183 ar->what = "C";
190 ar->what = (ar->linedefined == 0) ? "main" : "Lua";
215 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar,
218 for (; *what; what++) {
219 switch (*what) {
266 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) {
272 if (*what == '>') {
276 what++; /* skip the '>' */
285 status = auxgetinfo(L, what, ar, cl, ci)
320 const char *what = getobjname(p, pc, c, name); \/* search for 'c' *\/ local
    [all...]
lauxlib.c 86 else if (*ar->what == 'm') /* main? */
88 else if (*ar->what == 'C') {
234 #define inspectstat(stat,what) \
236 else if (WIFSIGNALED(stat)) { stat = WTERMSIG(stat); what = "signal"; }
240 #define inspectstat(stat,what) /* no op */
248 const char *what = "exit"; /* type of termination */ local
252 inspectstat(stat, what); /* interpret result */
253 if (*what == 'e' && stat == 0) /* successful termination? */
257 lua_pushstring(L, what);
259 return 3; /* return true/nil,what,code *
    [all...]
  /external/valgrind/exp-sgcheck/
pc_common.c 101 /* What kind of error it is. */
322 emit( " <what>Invalid %s of size %ld</what>\n",
362 emit( " <what>Invalid %s of size %ld</what>\n",
396 emit( " <what>%s %s of size %ld</what>\n",
478 emit( " <what>Invalid arguments to %s</what>\n",
548 const HChar* what; local
    [all...]
  /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/
Transport.java 104 * @param what The message type.
108 public boolean sendMessage(int service, int what, ByteBuffer content) {
110 checkMessageId(what);
123 mOutputBuffer.putShort((short)what);
203 private void dispatchMessageReceived(int service, int what, ByteBuffer content) {
209 callback.onMessageReceived(service, what, content);
211 mLogger.log("Discarding message " + what
222 private static void checkMessageId(int what) {
223 if (what < 0 || what > 0xffff)
258 final int what = buffer.getShort() & 0xffff; local
    [all...]
  /frameworks/native/libs/gui/include/gui/
LayerState.h 70 : what(0),
92 uint32_t what; member in struct:android::layer_state_t
151 uint32_t what; member in struct:android::DisplayState
  /frameworks/native/opengl/libagl/
light.cpp 522 GLfixed* what; local
526 what = light.ambient.v;
529 what = light.diffuse.v;
532 what = light.specular.v;
557 what[0] = params[0];
558 what[1] = params[1];
559 what[2] = params[2];
560 what[3] = params[3];
765 GLfixed* what=0; local
768 case GL_AMBIENT: what = c->lighting.front.ambient.v; break
805 GLfixed* what=0; local
    [all...]
  /system/core/libpixelflinger/
pixelflinger.cpp 402 uint16_t* what = 0; local
407 what = &c->activeTMU->s_wrap;
413 what = &c->activeTMU->t_wrap;
420 what = &c->activeTMU->min_filter;
426 what = &c->activeTMU->min_filter;
433 what = &c->activeTMU->mag_filter;
438 if (!what) {
443 if (*what != param) {
444 *what = param;
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 294 LUA_API int (lua_gc) (lua_State *L, int what, int data);
383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
403 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ member in struct:lua_Debug
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 734 * Get a {@link org.w3c.dom.traversal.NodeFilter} bit set that tells what
739 * @return {@link org.w3c.dom.traversal.NodeFilter} bit set that tells what
878 int what = getWhatToShow(startOpPos); local
880 if(0x00000500 == what)
    [all...]
  /external/curl/lib/
cookie.c 400 char what[MAX_NAME]; local
418 /* we have a <what>=<this> pair or a stand-alone word here */
419 name[0] = what[0] = 0; /* init the buffers */
422 name, what)) {
429 size_t len = strlen(what);
462 /* Strip off trailing whitespace from the 'what' */
463 while(len && ISBLANK(what[len-1])) {
464 what[len-1] = 0;
468 /* Skip leading whitespace from the 'what' */
469 whatptr = what;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 849 unsigned char *what = (*(b->base_src) + b->src); local
884 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride) +
916 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
949 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
959 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
990 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1000 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1028 unsigned char *what = (*(b->base_src) + b->src); local
1140 unsigned char *what = (*(b->base_src) + b->src); local
1287 unsigned char *what = (*(b->base_src) + b->src); local
1373 unsigned char *what = (*(b->base_src) + b->src); local
1492 unsigned char *what = (*(b->base_src) + b->src); local
1646 unsigned char *what = (*(b->base_src) + b->src); local
1724 unsigned char *what = (*(b->base_src) + b->src); local
    [all...]

Completed in 576 milliseconds

1 2 34 5 6 7 8 91011>>