/external/mksh/src/ |
Build.sh | 197 /* force a failure: expr is false */ 1294 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1314 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1328 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1340 /* force a failure: TenDRA and gcc 1.42 have false positive here */ 1349 /* force a failure: TenDRA and gcc 1.42 have false positive here * [all...] |
/external/chromium/build/ |
install-build-deps.sh | 385 --yes --download-only --force-yes --reinstall install \
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.h | 248 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
|
/external/openssl/ssl/ |
ssltest.c | 507 int force=0; local 734 force = 1; 799 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force) 829 if (number < 50 && !force) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 139 // Force the current matched set of elements to become 750 css: function( elem, name, force, extra ) { 778 return jQuery.curCSS( elem, name, force ); 781 curCSS: function( elem, name, force ) { 797 if ( !force && style && style[ name ] ) 1043 // Force it by setting the zoom level [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderText.cpp | 188 // We do have to schedule layouts, though, since a style change can force us to [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.h | 439 #define __force __attribute__((force))
|
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 737 /*package*/ native static final void applyThemeStyle(int theme, int styleRes, boolean force);
|
/libcore/luni/src/main/java/java/nio/ |
FileChannelImpl.java | 201 public void force(boolean metadata) throws IOException { method in class:FileChannelImpl
|
/ndk/ |
ndk-gdb | 238 --force) 278 echo " --force Kill existing debug session if it exists" 660 echo "ERROR: Another debug session running, Use --force to kill it."
|
/ndk/sources/host-tools/sed-4.2.1/ |
autoboot | 48 --force Attempt to bootstrap even if the sources seem 177 --force) 594 'aclocal --force -I m4' \ 595 'autoconf --force' \ 596 'autoheader --force' \ 597 'automake --add-missing --copy --force-missing';
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BlobCache.java | 579 mIndexBuffer.force();
|
/packages/apps/Mms/src/com/android/mms/util/ |
BlobCache.java | 565 mIndexBuffer.force();
|
/system/extras/ext4_utils/ |
ext4_utils.c | 47 int force = 0; variable
|
/external/chromium/net/socket/ |
client_socket_pool_base.cc | 609 void ClientSocketPoolBaseHelper::CleanupIdleSockets(bool force) { 626 if (force || j->ShouldCleanup(now, timeout)) { [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.bat | 171 rem Windows 9x way of checking the error code. It matches via brute force.
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltdl.m4 | 158 AC_MSG_WARN([not overwriting libltdl at $prefix, force with `--enable-ltdl-install'])
|
/external/v8/src/ |
profile-generator.h | 910 virtual bool ProgressReport(bool force) = 0; [all...] |
/external/v8/test/mjsunit/ |
const-redecl.js | 85 // Use a with-statement to force the system to do dynamic
|
/external/webkit/Tools/DumpRenderTree/gtk/fonts/ |
fonts.conf | 21 of the Fontconfig settings. So force Fontconfig to select our cruddy
|
/frameworks/base/core/java/android/webkit/ |
ZoomManager.java | 549 private void setZoomScale(float scale, boolean reflowText, boolean force) { 564 if (scale != mActualScale || force) { 605 // if the we need to reflow the text then force the VIEW_SIZE_CHANGED 697 // Force the titlebar fully reveal in overview mode [all...] |
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | 653 * <p>Allows the popup window to force the flag 665 * Allows the popup window to force the flag [all...] |
/frameworks/base/services/java/com/android/server/am/ |
UsageStatsService.java | 469 * 'force' is false) so it tries to be quick, without writing to 472 * @params force do an unconditional, synchronous stats flush 474 * @params forceWriteHistoryStats Force writing of historical stats. 476 private void writeStatsToFile(final boolean force, final boolean forceWriteHistoryStats) { 491 if (!force) { [all...] |
/hardware/samsung_slsi/exynos5/librotator/ |
exynos_rotator.c | 435 bool force) 446 if (force == false) {
|
/libcore/luni/src/test/java/libcore/java/nio/ |
BufferTest.java | 814 notMapped.force(); 830 mapped.force();
|