/external/webkit/LayoutTests/fast/encoding/resources/ |
parser-tests.js | 29 var want = frame.contentWindow.document.getElementById('expected').firstChild.data; 33 if (want != have) { 39 li.appendChild(document.createTextNode(': expected ' + want + '; used ' + have));
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorSRC.cpp | 204 uint32_t want = pBuffer->frameCount * mChannelCnt * 2; local 205 pBuffer->raw = malloc(want); 207 while (mStarted && want > 0) { 262 if (todo > want) { 263 todo = want; 270 want -= todo;
|
/external/icu4c/data/translit/ |
trnsfiles.mk | 8 # Instead of changing this file [unless you want to check it back in],
|
/external/qemu/ |
loader.c | 88 size_t want, did; local 91 want = nbytes > sizeof(buf) ? sizeof(buf) : nbytes; 92 did = fread(buf, 1, want, f); 97 if (did != want) 114 size_t want, did; local 117 want = nbytes > sizeof(buf) ? sizeof(buf) : nbytes; 118 did = read(fd, buf, want); 119 if (did != want) break;
|
/sdk/build/ |
windows_sdk_tools.mk | 4 # to device which tools we want to build from the sdk.git project.
|
/bionic/linker/ |
Android.mk | 49 # hand, as we want to insert an extra step that is not supported by the build system, and 56 # we don't want crtbegin.o (because we have begin.o), so unset it
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLServerSocketTest.java | 137 public void setWantClientAuth(boolean want) {
|
/external/stlport/stlport/stl/config/ |
compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
|
/frameworks/base/core/tests/coretests/ |
Android.mk | 14 # We only want this apk build for tests. 43 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.
|
/frameworks/native/opengl/libagl/ |
matrix.h | 39 void ogles_validate_transform_impl(ogles_context_t* c, uint32_t want); 50 ogles_context_t* c, uint32_t want) 52 if (c->transforms.dirty & want) 53 ogles_validate_transform_impl(c, want);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
|
/ndk/sources/host-tools/make-3.81/ |
makefile.com | 4 $! P1 is non-empty if you want to link with the VAXCRTL library instead 63 $! Do we want to see all warnings
|
/packages/inputmethods/LatinIME/java/ |
Android.mk | 26 # We want to package libjni_latinime.so into the apk. 28 # We want to install libjni_latinime.so to the system partition if LatinIME gets installed.
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/ |
compat.h | 78 # error STLport do not support anymore the wrapper mode. If you want to use STLport \
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11wm.c | 85 SDL_Color want[256], got[256]; local 94 SDL_memcpy(want, icon->format->palette->colors, 95 nwant * sizeof want[0]); 103 want[i].r = r; 104 want[i].g = g; 105 want[i].b = b; 130 c.red = want[i].r << 8; 131 c.green = want[i].g << 8; 132 c.blue = want[i].b << 8; 137 got[c.pixel] = want[i] [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_AGET_WIDE.S | 21 @ May want to swap the order of these two branches depending on how the
|
OP_APUT_WIDE.S | 22 @ May want to swap the order of these two branches depending on how the
|
/development/testrunner/tests/ |
Android_java.mk | 17 # We only want this apk build for tests.
|
/external/astl/ |
Android.mk | 22 # We only want this apk build for tests.
|
/external/icu4c/data/misc/ |
miscfiles.mk | 8 # Instead of changing this file [unless you want to check it back in],
|
/external/icu4c/data/sprep/ |
sprepfiles.mk | 8 # Instead of changing this file [unless you want to check it back in],
|
/frameworks/base/core/tests/ConnectivityManagerTest/ |
Android.mk | 18 # We only want this apk build for tests.
|
/frameworks/base/core/tests/bandwidthtests/ |
Android.mk | 18 # We only want this apk build for tests.
|