HomeSort by relevance Sort by last modified time
    Searched full:force (Results 101 - 125 of 1867) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dropbear/libtommath/
bn_mp_radix_size.c 56 /* force temp to positive */
  /external/e2fsprogs/misc/
uuidgen.1.in 36 is possible to force the generation of one of these two
  /external/iproute2/tc/
README.last 34 architecture problems, which force us to use artificial
  /external/stlport/test/eh/
test_algobase.cpp 92 // force alignment
  /external/stlport/test/unit/
mvctor_test.h 46 //force reallocation
  /external/v8/test/mjsunit/regress/
regress-990205.js 29 // Force eager compilation of x through the use of eval. The break
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.html 12 // Force GC.
  /external/webkit/WebCore/manual-tests/
array-out-of-memory.html 13 // In order to force arr[target] to be stored in the vector, rather than the sparse map, we need ensure the vector is sufficiently densely populated.
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
applypatch.py 42 self._tool.scm().apply_patch(state["patch"], force=self._options.non_interactive)
  /frameworks/base/services/java/com/android/server/am/
AppWaitingForDebuggerDialog.java 52 setButton("Force Close", mHandler.obtainMessage(1, app));
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 25 // Force a redraw of the page
  /hardware/broadcom/wlan/bcm4329/src/include/
hndsoc.h 165 #define CCS_FORCEALP 0x00000001 /* force ALP request */
166 #define CCS_FORCEHT 0x00000002 /* force HT request */
167 #define CCS_FORCEILP 0x00000004 /* force ILP request */
170 #define CCS_FORCEHWREQOFF 0x00000020 /* Force HW Clock Request Off */
  /ndk/samples/bitmap-plasma/src/com/example/plasma/
Plasma.java 62 // force a redraw, with a different time-based pattern.
  /packages/apps/Email/src/org/apache/commons/io/
FileDeleteStrategy.java 27 * directories if they are empty, or maybe to force deletion.
46 public static final FileDeleteStrategy FORCE = new ForceFileDeleteStrategy();
131 * Force file deletion strategy.
136 super("Force");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
alias.h 48 /* This alias set can be used to force a memory to conflict with all
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
EclipseUiHelper.java 45 * @param activate True to force activate (i.e. takes focus), false to just make visible (i.e.
  /external/bluetooth/glib/tests/refcount/
closures.c 183 g_thread_yield(); /* force context switch */
201 g_thread_yield(); /* force context switch */
267 g_thread_yield(); /* force context switch */
  /external/stlport/src/
num_put.cpp 50 // of group unlimited: we force condition (groupsize <= 0))
95 // of group unlimited: we force condition (groupsize <= 0))
167 // Force instantiation of num_put<>
  /external/v8/test/mjsunit/
substr.js 71 /x/.exec(x); // Try to force a flatten.
89 /x/.exec(x); // Try to force a flatten.
102 // Keep creating strings to to force allocation failure on substring creation.
  /external/webkit/JavaScriptCore/wtf/
StringHashFunctions.h 56 // Force "avalanching" of final 127 bits
96 // Force "avalanching" of final 127 bits
137 // Force "avalanching" of final 127 bits.
  /external/webkit/WebKitTools/Scripts/
split-file-by-class 76 system("svn rm --force $classname.h") if (-r "$classname.h");
86 system("svn rm --force $classname.h") if (-r "$classname.h");
89 system("svn rm --force $classname.cpp") if (-r "$classname.cpp");
svn-apply 98 my $force = 0;
104 "force!" => \$force
108 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n";
237 my $optionalArgs = {options => $options, ensureForce => $force};
336 die unless $force;
373 applyPatch($patch, $fullPath, ["--force"]);
476 open SVN, "svn rm --force '$path' |" or die "svn rm --force '$path' failed!";
484 system("git", "rm", "--force", $path) == 0 or die "Failed to git rm --force $path."
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 98 * to the phone minus the force of gravity.
110 * minus the force of gravity (-9.81 m/s^2).</li>
115 * device (+A m/s^2) minus the force of gravity (-9.81 m/s^2).</li>
  /external/opencore/tools_v2/build/make/
android_make_extras.mk 86 Android_$1.mk: FORCE
124 $1: FORCE
189 modulelevel_android_mk_clean: FORCE
192 toplevel_android_mk_clean: FORCE
230 $(ANDROID_MAKE_NAMES): FORCE
264 $(LOCAL_PATH)_android_mk_clean: FORCE
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 180 // by current state (device connected, phone state, force use, a2dp output...)
189 void setOutputDevice(audio_io_handle_t output, uint32_t device, bool force = false, int delayMs = 0);
198 status_t checkAndSetVolume(int stream, int index, audio_io_handle_t output, uint32_t device, int delayMs = 0, bool force = false);
221 // changed: connected device, phone state, force use...
230 // changed: connected device, phone state, force use, output start, output stop..
235 // changed: connected device, phone state, force use...

Completed in 353 milliseconds

1 2 3 45 6 7 8 91011>>