HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 551 - 575 of 938) sorted by null

<<21222324252627282930>>

  /ndk/tests/
run-tests.sh 169 echo " --platform=<name> Force API level for testing; platform=<android-x>"
472 # Force all tests to run at one API level
595 run $ADB_CMD -s "$DEVICE" shell am force-stop $COMPILER_PKGNAME
627 run $ADB_CMD -s "$DEVICE" shell am force-stop $COMPILER_PKGNAME
630 run $ADB_CMD -s "$DEVICE" shell am force-stop $COMPILER_PKGNAME
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 511 * @param force save even if the fields are not valid, if the app is
515 private boolean validateAndSave(boolean force) {
521 if (getErrorMsg() != null && !force) {
533 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 195 // We do have to schedule layouts, though, since a style change can force us to
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1023 void X86_64Assembler::rex(bool force, bool w, Register* r, Register* x, Register* b) {
1029 uint8_t rex = force ? 0x40 : 0;
1050 void X86_64Assembler::rex_reg_mem(bool force, bool w, Register* dst, const Address& mem) {
1057 if (force) {
1072 void rex_mem_reg(bool force, bool w, Address* mem, Register* src);
    [all...]
  /external/blktrace/
blkparse.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 676 bool coalesceValues(Value *, Value *, bool force);
759 GCRA::coalesceValues(Value *dst, Value *src, bool force)
764 if (!force && val->reg.data.id >= 0) {
772 if (!force)
776 if (!force && dst->reg.size != src->reg.size)
780 if (force) {
797 if (!force && nRep->livei.overlaps(nVal->livei))
    [all...]
  /external/dnsmasq/src/
rfc2131.c 293 int force = 0; local
298 force = 1;
303 force = 1;
329 if (context_new || force)
511 /* Always force update, since the client has no way to do it itself. */
1849 int force = 0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 676 bool coalesceValues(Value *, Value *, bool force);
759 GCRA::coalesceValues(Value *dst, Value *src, bool force)
764 if (!force && val->reg.data.id >= 0) {
772 if (!force)
776 if (!force && dst->reg.size != src->reg.size)
780 if (force) {
797 if (!force && nRep->livei.overlaps(nVal->livei))
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler.cc     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 667 def cythonize(module_list, exclude=[], nthreads=0, aliases=None, quiet=False, force=False,
759 if force or c_timestamp < dep_timestamp:
765 if not force and hasattr(options, 'cache'):
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 512 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
542 --force-enable-?*|--force-disable-?*)
543 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'`
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
539 --force-enable-?*|--force-disable-?*)
540 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'`
    [all...]
  /external/lldb/source/Target/
Thread.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 163 boolean forceNewConfig; // force re-create with new config next time
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchain
539 --force-enable-?*|--force-disable-?*)
540 eval `echo "$opt" | sed 's/--force-/action=/;s/-/ option=/;s/-/_/g'`
    [all...]
  /external/chromium_org/ash/touch/
touch_hud_debug.cc 107 pressure(touch.force()),
  /external/chromium_org/build/
get_syzygy_binaries.py 314 option_parser.add_option('--force', action='store_true', default=False,
315 help='Force an installation even if the binaries are up to date.')
413 if options.force:
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 128 // events (such as changing enabling/disabling Aero on Win) can force a need
299 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 427 // Force binaries to be installed/updated.
705 const bool force = cmd_line.HasSwitch(installer::switches::kForceUninstall); local
713 cmd_line, remove_all, force, **it);
1045 bool force = local
    [all...]
  /external/chromium_org/components/search_engines/
template_url.h 697 // Resets the keyword if IsGoogleSearchURLWithReplaceableKeyword() or |force|.
698 // The |force| parameter is useful when the existing keyword is known to be
702 bool force);
  /external/chromium_org/content/browser/renderer_host/input/
web_input_event_util.cc 232 touch.force = event.GetPressure(pointer_index);
  /external/chromium_org/third_party/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/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 120 void SetStartTimestamp(uint32_t timestamp, bool force);

Completed in 3142 milliseconds

<<21222324252627282930>>