HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 201 - 225 of 319) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/utils/
common.h 425 #define __force __attribute__((force))
  /frameworks/base/core/java/android/content/res/
AssetManager.java 731 /*package*/ native static final void applyThemeStyle(int theme, int styleRes, boolean force);
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 202 public void force(boolean metadata) throws IOException { method in class:FileChannelImpl
  /ndk/
ndk-gdb 195 --force)
235 echo " --force Kill existing debug session if it exists"
596 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 565 mIndexBuffer.force();
  /packages/apps/Settings/src/com/android/settings/
SoundSettings.java 273 private void updateState(boolean force) {
  /external/chromium/net/socket/
client_socket_pool_base.cc 609 void ClientSocketPoolBaseHelper::CleanupIdleSockets(bool force) {
626 if (force || j->ShouldCleanup(now, timeout)) {
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 1198 int force = ctx->base.enc.tbd; local
    [all...]
  /external/v8/src/
profile-generator.h 907 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 541 private void setZoomScale(float scale, boolean reflowText, boolean force) {
556 if (scale != mActualScale || force) {
597 // if the we need to reflow the text then force the VIEW_SIZE_CHANGED
703 // Force the titlebar fully reveal in overview mode
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 651 * <p>Allows the popup window to force the flag
663 * Allows the popup window to force the flag
    [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 510 boolean bindWallpaperComponentLocked(ComponentName componentName, boolean force, boolean fromUser) {
514 if (!force) {
    [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...]
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldFileChannelTest.java 150 writeOnlyFileChannel.force(true);
158 writeOnlyFileChannel.force(false);
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]
  /external/chromium/chrome/browser/ui/
browser.h     [all...]
  /external/elfutils/libelf-po/
Makefile 323 force:
  /external/elfutils/po/
Makefile 354 force:
  /external/kernel-headers/original/linux/
hid.h 695 extern int hidinput_connect(struct hid_device *hid, unsigned int force);
  /external/libpng/
CHANGES     [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 417 # followed by punctuation at a non-word-break. Close the quotes by brute force:
622 # escape sequences. This is useful if you want to force a "dumb"
712 to force non-smart punctuation. It does so by transforming the escape
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm     [all...]

Completed in 5789 milliseconds

1 2 3 4 5 6 7 891011>>