HomeSort by relevance Sort by last modified time
    Searched refs:wanted (Results 1 - 25 of 49) sorted by null

1 2

  /dalvik/tests/052-verifier-fun/src/
Main.java 19 static Object[] arrayCheck1(int wanted) {
26 switch (wanted) {
33 static Object arrayCheck1b(int wanted) {
42 switch (wanted) {
50 static Object[] arrayCheck2(int wanted) {
59 switch (wanted) {
67 static Object[] arrayCheck3(int wanted) {
74 switch (wanted) {
  /external/webkit/Tools/Scripts/
do-file-rename 46 find(\&wanted, "Source/JavaScriptCore");
47 find(\&wanted, "Source/JavaScriptGlue");
48 find(\&wanted, "Source/WebCore");
49 find(\&wanted, "WebKit");
50 find(\&wanted, "Source/WebKit2");
52 sub wanted subroutine
do-webcore-rename 72 find(\&wanted, "Source/JavaScriptCore");
73 find(\&wanted, "Source/JavaScriptGlue");
74 find(\&wanted, "Source/WebCore");
75 find(\&wanted, "Source/WebKit");
76 find(\&wanted, "Source/WebKit2");
77 find(\&wanted, "Tools/DumpRenderTree");
79 sub wanted subroutine
find-extra-includes 34 find(\&wanted, @ARGV ? @ARGV : ".");
39 sub wanted subroutine
make-script-test-wrappers 84 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, $templateDirectory);
138 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, @paths);
report-include-statistics 34 find(\&wanted, @ARGV ? @ARGV : ".");
40 sub wanted subroutine
update-webkit-dependency 114 sub wanted subroutine
127 File::Find::find(\&wanted, "$tmpAbsDir/$file");
update-webkit-support-libs 79 sub wanted subroutine
92 File::Find::find(\&wanted, "$tmpAbsDir/$file");
  /external/qemu/android/
looper-qemu.c 130 unsigned wanted; member in struct:QLoopIo
148 io->wanted = 0;
194 qloopio_modify(QLoopIo* io, unsigned wanted)
197 if (wanted == io->wanted)
202 if (io->ready && (io->ready & wanted) == 0) {
207 IOHandler* fd_read = (wanted & LOOP_IO_READ) ? qloopio_handleRead : NULL;
208 IOHandler* fd_write = (wanted & LOOP_IO_WRITE) ? qloopio_handleWrite : NULL;
210 io->wanted = wanted;
    [all...]
looper-generic.c 150 unsigned wanted; member in struct:GLoopIo
160 /* used to indicate that the set of wanted flags has changed */
162 gloopio_modify(GLoopIo* io, unsigned wanted)
165 if (io->wanted == wanted)
170 if (io->ready != 0 && (io->ready & wanted) == 0) {
173 io->ready &= wanted;
174 glooper_modifyFd(io->looper, io->fd, io->wanted, wanted);
175 io->wanted = wanted
    [all...]
  /external/qemu/
osdep.c 194 int wanted = vsnprintf( *sptr = NULL, 0, fmt, argv ); local
195 if( (wanted > 0) && ((*sptr = malloc( 1 + wanted )) != NULL) )
198 return wanted;
  /external/bison/m4/
dmalloc.m4 9 [AC_MSG_CHECKING([if malloc debugging is wanted])
  /device/moto/stingray/sensors/
AkmSensor.cpp 155 uint64_t wanted = -1LLU;
159 wanted = wanted < ns ? wanted : ns;
162 short delay = int64_t(wanted) / 1000000;
  /external/ppp/pppd/plugins/pppoatm/
ans.c 41 static int ans(const char *text,int wanted,void *result,int res_len)
50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0)
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len)
88 switch (wanted) {
  /system/core/adb/
sysdeps_win32.c 1285 int wanted; \/* wanted event flags *\/ member in struct:EventHookRec_
    [all...]
  /external/e2fsprogs/lib/ext2fs/
fileio.c 209 unsigned int wanted, unsigned int *got)
220 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) {
230 if (c > wanted)
231 c = wanted;
240 wanted -= c;
  /external/qemu/telephony/
sysdeps_posix.c 91 int wanted; member in struct:SysChannelRec_
115 channel->wanted = 0;
131 channel->wanted = 0;
204 int adds = events & ~channel->wanted;
205 int removes = channel->wanted & ~events;
207 channel->wanted = events;
  /external/quake/quake/src/QW/
qwcl.spec.sh 33 wanted to, but couldn't due to the play being unsatisfactory, John Carmack
qwsv.spec.sh 33 wanted to, but couldn't due to the play being unsatisfactory, John Carmack
  /development/tools/emulator/system/qemud/
qemud.c 324 int wanted; /* events we are monitoring */ member in struct:__anon1379
398 ev.events = hook->wanted;
422 hook->wanted = 0;
465 if (events & ~hook->wanted) {
468 hook->wanted |= events;
469 ev.events = hook->wanted;
490 if (events & hook->wanted) {
493 hook->wanted &= ~events;
494 ev.events = hook->wanted;
554 ev.events = hook->wanted;
1104 int wanted = HEADER_SIZE - inpos; local
1128 int wanted = s->in_datalen - inpos; local
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 117 find({ wanted => \&ProcessFile, follow => 1 }, '.');
  /external/qemu/proxy/
proxy_int.h 141 /* try to read 'wanted' bytes into conn->str from a socket
150 proxy_connection_receive( ProxyConnection* conn, int fd, int wanted );
proxy_common.c 159 proxy_connection_receive( ProxyConnection* conn, int fd, int wanted )
165 while (wanted > 0) {
168 stralloc_readyplus( str, wanted );
169 n = socket_recv(fd, str->s + str->n, wanted);
189 wanted -= n;
  /sdk/emulator/qemud/
qemud.c 324 int wanted; /* events we are monitoring */ member in struct:__anon30291
398 ev.events = hook->wanted;
422 hook->wanted = 0;
465 if (events & ~hook->wanted) {
468 hook->wanted |= events;
469 ev.events = hook->wanted;
490 if (events & hook->wanted) {
493 hook->wanted &= ~events;
494 ev.events = hook->wanted;
554 ev.events = hook->wanted;
1104 int wanted = HEADER_SIZE - inpos; local
1128 int wanted = s->in_datalen - inpos; local
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 127 unsigned char wanted; member in struct:Pipe
918 if ((pipe->wanted & PIPE_WAKE_READ) == 0) {
919 pipe->wanted |= PIPE_WAKE_READ;
920 pipe->funcs->wakeOn(pipe->opaque, pipe->wanted);
927 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) {
928 pipe->wanted |= PIPE_WAKE_WRITE;
929 pipe->funcs->wakeOn(pipe->opaque, pipe->wanted);
984 DR("%s: channel=0x%x wanted=%d", __FUNCTION__,
985 pipe->channel, pipe->wanted);
986 dev->wakes = pipe->wanted;
    [all...]

Completed in 4333 milliseconds

1 2