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

1 2 34 5 6

  /external/qemu/util/
osdep.c 504 int wanted = vsnprintf( *sptr = NULL, 0, fmt, argv ); local
505 if( (wanted > 0) && ((*sptr = malloc( 1 + wanted )) != NULL) )
508 return wanted;
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 145 static FontFakery computeFakery(FontStyle wanted, FontStyle actual) {
149 int wantedWeight = wanted.getWeight();
151 bool isFakeItalic = wanted.getItalic() && !actual.getItalic();
  /external/e2fsprogs/lib/ext2fs/
fileio.c 227 unsigned int wanted, unsigned int *got)
238 while ((file->pos < EXT2_I_SIZE(&file->inode)) && (wanted > 0)) {
248 if (c > wanted)
249 c = wanted;
258 wanted -= c;
  /external/qemu/proxy/
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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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."
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 267 int setPedQuaternionRate(int64_t wanted);
270 int set6AxisQuaternionRate(int64_t wanted);
273 int setQuaternionRate(int64_t 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 
  /bionic/libc/bionic/
getentropy_linux.c 264 size_t wanted = len - i; local
265 ssize_t ret = read(fd, (char *)buf + i, wanted);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 285 EGLint attribute, EGLint wanted, EGLConfig* outConfig) {
297 if (wanted == value) {
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.c 357 int wanted, i; local
368 wanted = ci->nresults;
371 for (i = wanted; i != 0 && firstResult < L->top; i--)
376 return (wanted - LUA_MULTRET); /* 0 iff wanted == LUA_MULTRET */
  /external/libpcap/msdos/
pkt_rx1.s 85 cli ; no distraction wanted !
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1166 milliseconds

1 2 34 5 6