Home
last modified time | relevance | path

Searched refs:wanted (Results 1 – 25 of 86) sorted by relevance

1234

/external/webkit/WebKitTools/Scripts/
Ddo-webcore-rename45 find(\&wanted, "JavaScriptCore");
46 find(\&wanted, "JavaScriptGlue");
47 find(\&wanted, "WebCore");
48 find(\&wanted, "WebKit");
50 sub wanted subroutine
Ddo-file-rename45 find(\&wanted, "JavaScriptCore");
46 find(\&wanted, "JavaScriptGlue");
47 find(\&wanted, "WebCore");
48 find(\&wanted, "WebKit");
50 sub wanted subroutine
Dfind-extra-includes34 find(\&wanted, @ARGV ? @ARGV : ".");
39 sub wanted subroutine
Dupdate-webkit-support-libs78 sub wanted subroutine
91 File::Find::find(\&wanted, "$tmpDir/$file");
Dreport-include-statistics34 find(\&wanted, @ARGV ? @ARGV : ".");
40 sub wanted subroutine
Dupdate-webkit-auxiliary-libs86 sub wanted subroutine
99 File::Find::find(\&wanted, "$tmpDir/$file");
Dmake-js-test-wrappers76 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, "resources");
156 find({ preprocess => \&directoryFilter, wanted => $fileFilter }, @paths);
Drun-webkit-tests418 find({ preprocess => $directoryFilter, wanted => $fileFilter }, $fullPath);
422 …find({ preprocess => $directoryFilter, wanted => $fileFilter }, $platformPath) if (-d $platformPat…
429 find({ preprocess => $directoryFilter, wanted => $fileFilter }, $testDirectory);
432 find({ preprocess => $directoryFilter, wanted => $fileFilter }, $level);
1380 find({ preprocess => $addIgnoredDirectories, wanted => sub {} }, $path);
/external/ppp/pppd/plugins/pppoatm/
Dans.c41 static int ans(const char *text,int wanted,void *result,int res_len) in ans() argument
50 if ((answer_len = res_search(text,C_IN,wanted,answer,MAX_ANSWER)) < 0) in ans()
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER; in ans()
86 if (GET16(data-10) != wanted || GET16(data-8) != C_IN || !--data_len) in ans()
88 switch (wanted) { in ans()
/external/e2fsprogs/lib/ext2fs/
Dfileio.c209 unsigned int wanted, unsigned int *got) in ext2fs_file_read() argument
220 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) { in ext2fs_file_read()
230 if (c > wanted) in ext2fs_file_read()
231 c = wanted; in ext2fs_file_read()
240 wanted -= c; in ext2fs_file_read()
/external/qemu/android/skin/
Dregion.c807 region_operator_do( RegionOperator* o, int wanted ) in region_operator_do() argument
830 if (wanted & FLAG_REGION_1) in region_operator_do()
838 if (wanted & FLAG_REGION_2) in region_operator_do()
846 if (wanted & FLAG_REGION_1) in region_operator_do()
851 if (wanted & FLAG_REGION_2) in region_operator_do()
881 if (wanted & FLAG_REGION_1) in region_operator_do()
889 if (wanted & FLAG_REGION_2) in region_operator_do()
897 if (wanted & FLAG_REGION_1) in region_operator_do()
903 if (wanted & FLAG_REGION_2) in region_operator_do()
910 if (wanted & FLAG_REGION_BOTH) in region_operator_do()
[all …]
/external/qemu/telephony/
Dsysdeps_posix.c91 int wanted; member
115 channel->wanted = 0; in sys_channel_alloc()
131 channel->wanted = 0; in sys_channel_free()
204 int adds = events & ~channel->wanted; in sys_channel_on()
205 int removes = channel->wanted & ~events; in sys_channel_on()
207 channel->wanted = events; in sys_channel_on()
/external/qemu/proxy/
Dproxy_http_rewriter.c698 int wanted = 0, current, avail; in rewrite_connection_read_body() local
717 wanted = MAX_BODY_BUFFER; in rewrite_connection_read_body()
719 wanted = (int)conn->body_length; in rewrite_connection_read_body()
724 wanted = MAX_BODY_BUFFER; in rewrite_connection_read_body()
781 wanted = MAX_BODY_BUFFER; in rewrite_connection_read_body()
783 wanted = (int)conn->chunk_length; in rewrite_connection_read_body()
802 if (wanted > avail) in rewrite_connection_read_body()
803 wanted = avail; in rewrite_connection_read_body()
805 ret = proxy_connection_receive(root, fd, wanted); in rewrite_connection_read_body()
Dproxy_common.c158 proxy_connection_receive( ProxyConnection* conn, int fd, int wanted ) in proxy_connection_receive() argument
164 while (wanted > 0) { in proxy_connection_receive()
167 stralloc_readyplus( str, wanted ); in proxy_connection_receive()
168 n = socket_recv(fd, str->s + str->n, wanted); in proxy_connection_receive()
188 wanted -= n; in proxy_connection_receive()
Dproxy_int.h150 proxy_connection_receive( ProxyConnection* conn, int fd, int wanted );
/external/bison/m4/
Ddmalloc.m49 [AC_MSG_CHECKING([if malloc debugging is wanted])
/external/webkit/WebCore/html/
DHTMLDocument.idl41 // FIXME: This should eventually be available (if they are wanted) for all languages.
/external/e2fsprogs/misc/
Dfsck.c859 int wanted = 0; in ignore() local
892 wanted = 1; in ignore()
898 if (wanted) in ignore()
/external/elfutils/
Dconfig.h.in20 /* Define to 32 or 64 if a specific implementation is wanted. */
Dconfigure.ac102 [Define to 32 or 64 if a specific implementation is wanted.])
/external/bison/djgpp/
Dconfig.bat28 Rem Find out if NLS is wanted or not,
29 Rem if dependency-tracking is wanted or not,
30 Rem if caching is wanted or not
/external/webkit/WebKitTools/iExploder/
DREADME.txt108 I wanted to make sure that FireFox had as many bugs fixed in it as possible
/external/freetype/
DNOTICE159 future and wanted additions to the library and distribution.
/external/elfutils/libdw/
DChangeLog133 returning if this is wanted.
/external/icu4c/samples/ufortune/resources/
Droot.txt182 She just wanted to make a comparison.",

1234