HomeSort by relevance Sort by last modified time
    Searched refs:wanted (Results 76 - 100 of 145) sorted by null

1 2 34 5 6

  /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;
proxy_http_rewriter.c 707 int wanted = 0, current, avail; local
726 wanted = MAX_BODY_BUFFER;
728 wanted = (int)conn->body_length;
733 wanted = MAX_BODY_BUFFER;
819 wanted = MAX_BODY_BUFFER;
821 wanted = (int)conn->chunk_length;
840 if (wanted > avail)
841 wanted = avail;
843 ret = proxy_connection_receive(root, fd, wanted);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 606 if 'wanted' in args:
607 tpwanted = args['wanted']
608 del args['wanted']
641 wanted=None,
645 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
655 filterProc=filterProc,typeList=typeList,wanted=wanted,multiple=multiple)
674 raise TypeError, "Unknown value for argument 'wanted': %s" % repr(tpwanted)
693 wanted=None
    [all...]
  /external/qemu/android/skin/
region.c 807 region_operator_do( RegionOperator* o, int wanted )
830 if (wanted & FLAG_REGION_1)
838 if (wanted & FLAG_REGION_2)
846 if (wanted & FLAG_REGION_1)
851 if (wanted & FLAG_REGION_2)
881 if (wanted & FLAG_REGION_1)
889 if (wanted & FLAG_REGION_2)
897 if (wanted & FLAG_REGION_1)
903 if (wanted & FLAG_REGION_2)
910 if (wanted & FLAG_REGION_BOTH
    [all...]
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 905 uint64_t wanted = -1LLU; local
909 wanted = wanted < ns ? wanted : ns;
914 if (wanted < 10000000LLU) {
915 wanted = 10000000LLU;
918 int rate = ((wanted) / 5000000LLU) - ((wanted % 5000000LLU == 0) ? 1
924 //ALOGD("set fifo rate: %d %llu", rate, wanted);
943 (unsigned long) (wanted / 1000000LLU))
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 294 String[] wanted = { "java" + slash + "io", "java" + slash + "lang", local
350 for (int j = 0; j < wanted.length; j++) {
351 if (zeName.startsWith(wanted[j])) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 853 Float wanted = new Float(432.1235f); local
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-to-string-bad-toString.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-bad-valueOf.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-int-or-string.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-int.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
dfg-to-string-side-effect.js 25 "Tests that we do ToString conversions correctly when String.prototype.valueOf is not what we wanted."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 90 wanted = ['ok',
101 self.assertEqual(file_list.files, wanted)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 90 wanted = ['ok',
101 self.assertEqual(file_list.files, wanted)
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /ndk/build/core/
build-all.mk 17 # This script is used to build all wanted NDK binaries. It is included
  /external/e2fsprogs/misc/
fsck.c 870 int wanted = 0; local
903 wanted = 1;
909 if (wanted)
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 789 size_t wanted = buffer->mFrameCount; local
790 if (avail < wanted) {
793 avail = wanted;
  /dalvik/vm/analysis/
DexPrepare.cpp 498 ALOGE("waitpid failed: wanted %d, got %d: %s",
1531 size_t wanted = (length < sizeof(readBuf)) ? length : sizeof(readBuf); local
    [all...]
  /external/mksh/src/
check.pl 783 $why = "\tunexpected $what - wanted pattern";
848 return "first difference: line $lineno, char $char (wanted '"
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 396 public void setWantPictureCenterCallbacks(boolean wanted) {
397 mWantPictureCenterCallbacks = wanted;
    [all...]
  /external/bison/djgpp/
config.bat 27 Rem Find out if NLS is wanted or not,
28 Rem if dependency-tracking is wanted or not,
29 Rem if caching is wanted or not
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 307 // NOTE(mesch): we never so far wanted to use cloneNode(false),

Completed in 3411 milliseconds

1 2 34 5 6