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

1 2 3

  /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");
  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 29 size_t InMemoryWrapperInput::Read(uint8_t* buffer, size_t wanted) {
36 while (found < wanted) {
file_wrapper_input.cpp 35 size_t FileWrapperInput::Read(uint8_t* buffer, size_t wanted) {
36 size_t found = fread((char*) buffer, 1, wanted, _file);
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
in_memory_wrapper_input.h 34 virtual size_t Read(uint8_t* buffer, size_t wanted);
wrapper_input.h 36 virtual size_t Read(uint8_t* buffer, size_t wanted) = 0;
  /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/hw/
goldfish_pipe.c 138 unsigned char wanted; member in struct:Pipe
235 qemu_put_byte(file, (int)pipe->wanted);
275 pipe->wanted = qemu_get_byte(file);
1054 if ((pipe->wanted & PIPE_WAKE_READ) == 0) {
1055 pipe->wanted |= PIPE_WAKE_READ;
1056 pipe->funcs->wakeOn(pipe->opaque, pipe->wanted);
1063 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) {
1064 pipe->wanted |= PIPE_WAKE_WRITE;
1065 pipe->funcs->wakeOn(pipe->opaque, pipe->wanted);
1120 DR("%s: channel=0x%x wanted=%d", __FUNCTION__
    [all...]
  /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

Completed in 385 milliseconds

1 2 3