/external/chromium/third_party/libjingle/overrides/talk/base/ |
constructormagic.h | 7 // but we want to use the version from Chromium.
|
/external/clang/test/Preprocessor/ |
expr_usual_conversions.c | 10 // Shifts don't want the usual conversions: PR2279
|
/external/dbus/test/data/invalid-messages/ |
array-of-nil.message | 23 ## we want it to fail because of type nil, not because the length is no good
|
/external/icu4c/layout/ |
MPreFixups.h | 21 // Might want to make this a private member...
|
/external/iptables/extensions/ |
libxt_CHECKSUM.man | 8 but don't want to disable checksum offload in your device.
|
/external/javassist/sample/rmi/ |
start.html | 13 <p>If you don't want to use a web browser, do as follows:
|
/external/llvm/cmake/modules/ |
AddLLVMDefinitions.cmake | 8 # We don't want no semicolons on LLVM_DEFINITIONS:
|
/frameworks/base/core/tests/bluetoothtests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/frameworks/base/core/tests/notificationtests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/frameworks/base/services/camera/tests/CameraServiceTest/ |
Android.mk | 25 # chance to fix this test, we don't want to break normal builds.
|
/frameworks/base/services/tests/servicestests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/frameworks/base/tests/ImfTest/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Calendar/tests/ |
Android.mk | 6 # We only want this apk build for tests.
|
/packages/apps/Contacts/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Gallery/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Gallery2/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Music/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Settings/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/providers/ApplicationsProvider/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/providers/ContactsProvider/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/sdk/build/ |
windows_sdk_tools.mk | 4 # to device which tools we want to build from the sdk.git project.
|
/external/valgrind/main/exp-ptrcheck/tests/ |
syscall.c | 10 // Therefore, if I don't want the write errors to be merged, I have to 43 // error (read) (will fail due to -1, as we want -- don't want any
|
/frameworks/base/core/jni/android/graphics/ |
RtlProperties.h | 48 // Define if we want to use Harfbuzz (1) or not (0) 51 // Define if we want (1) to have Advances debug values or not (0) 54 // Define if we want (1) to have Glyphs debug values or not (0)
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidDeflateTest.java | 136 int want = -1, got; local 140 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; 142 deflater.setInput(inBuf, inPosn, want); 144 inCount -= want; 145 inPosn += want; 157 //System.out.println("Compressed " + want + ", output " + compCount); 175 int want = -1, got; local 179 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; 181 inflater.setInput(inBuf, inPosn, want); 183 inCount -= want; [all...] |
/sdk/chimpchat/src/com/android/chimpchat/core/ |
By.java | 26 * @param id The string id of the object you want 35 * @param windowId the windowId of the object you want to select. 36 * @param accessibilityId the accessibility id of the object you want to select
|