/external/gtest/src/ |
Android.mk | 38 # BUILD_WITH_ASTL could be undefined, force it to false.
|
/external/kernel-headers/original/linux/mtd/ |
partitions.h | 32 * For example, to force a read-only partition, simply adding
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_dns_tuneables.h | 54 //for test-- to force AO implementation
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_QWin.h | 80 bool lockScreen(bool force=false);
|
/external/qemu/distrib/ |
update-audio.sh | 4 # we use a prebuilt package because we don't want to force the installation of the ALSA / EsounD / Whatever
|
/external/skia/src/gl/ |
SkGLTextCache.h | 28 // call this to force us to ignore the texture name in our destructor
|
/external/skia/tests/ |
PathTest.cpp | 80 // now force p to not be a rect
|
/external/stlport/stlport/stl/config/ |
_dm.h | 11 * operator fails of course so we are force to use mutable key for this compiler.
|
/external/v8/test/mjsunit/ |
object-literal-gc.js | 47 // Force normalization of the properties.
|
/external/v8/test/mjsunit/regress/ |
regress-1493017.js | 42 // Force a global GC. This will collect the maps starting from C and
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/ |
switch-001.js | 51 result = "fail: version 130 should force strict equality";
|
/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.html | 31 // The only way to force SQLite to obtain an exclusive lock is to change more
|
/external/webkit/WebCore/loader/ |
ThreadableLoader.h | 62 bool forcePreflight; // If AccessControl is used, whether to force a preflight.
|
/external/webkit/WebCore/svg/ |
SVGStyledElement.h | 60 // Centralized place to force a manual style resolution. Hacky but needed for now.
|
/external/webkit/WebKit/qt/tests/benchmarks/painting/ |
tst_painting.cpp | 96 /* force a layout */
|
/external/webkit/WebKit/qt/tests/qgraphicswebview/ |
tst_qgraphicswebview.cpp | 68 // Force a webview deletion during the load.
|
/external/webkit/WebKitTools/Scripts/ |
update-webkit-chromium | 55 system($gclientPath, "sync", "--force") == 0 or die $!;
|
/frameworks/base/core/java/android/accounts/ |
AccountAuthenticatorResponse.java | 47 result.keySet(); // force it to be unparcelled
|
/frameworks/base/services/java/com/android/server/status/ |
DateView.java | 64 // makes the large background bitmap not force us to full width
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
AsmGeneratorTest.java | 71 null, // methods to force override
|
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
Android.mk | 73 # To force sizeof(enum) = 4
|
driver_ti.h | 74 int force_merge_flag; /* Force scan results merge */
|
/packages/apps/Phone/src/com/android/phone/ |
GetPin2Screen.java | 46 * Reflect the changes in the layout that force the user to open
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestEditor.java | 163 initUiRootNode(false /*force*/); 329 * @param force if true, a new UiManifestNode is recreated even if it already exists. 332 protected void initUiRootNode(boolean force) { 334 if (mUiManifestNode != null && force == false) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/ |
PostActivityCreationAction.java | 61 newType.createMethod(methodContent, null /* sibling*/, false /* force */,
|