HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 1 - 25 of 1770) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/
regenerate_from_source.sh 6 # bin are normally ignored by git, but we need to force them this case.
10 svn export --force http://anonsvn.jboss.org/repos/javassist/trunk .
  /external/mesa3d/
autogen.sh 9 autoreconf --force --verbose --install || exit 1
  /external/python/cpython2/Lib/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /external/python/cpython3/Lib/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ThemeStyleSet.java 18 if (overlayedAttribute != null && (attribute == null || overlayedStyle.force)) {
26 public void apply(Style style, boolean force) {
27 OverlayedStyle styleToAdd = new OverlayedStyle(style, force);
54 boolean force; field in class:ThemeStyleSet.OverlayedStyle
56 OverlayedStyle(Style style, boolean force) {
58 this.force = force;
77 return style.toString() + (force ? " (forced)" : "");
  /external/wayland/
autogen.sh 7 autoreconf --force -v --install
  /external/wayland-protocols/freedesktop.org/
autogen.sh 7 autoreconf --force -v --install
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
fetch_macholib 2 svn export --force http://svn.red-bean.com/bob/macholib/trunk/macholib/ .
  /external/libxkbcommon/xkbcommon/
autogen.sh 9 autoreconf --verbose --install --force --warnings=all
  /hardware/intel/common/libmix/mix_audio/
autogen.sh 13 libtoolize --copy --force || exit 1
  /hardware/intel/common/libmix/mix_common/
autogen.sh 4 libtoolize --copy --force || exit 1
  /hardware/intel/common/libmix/mix_vbp/
autogen.sh 13 libtoolize --copy --force || exit 1
  /hardware/intel/common/libmix/mix_video/
autogen.sh 13 libtoolize --copy --force || exit 1
  /external/python/cpython2/Mac/scripts/
cachersrc.py 15 def handler((verbose, force), dirname, fnames):
18 if force:
34 force = 0
39 force = 1
41 os.path.walk(dir, handler, (verbose, force))
  /developers/samples/android/ui/views/EffectiveNavigation/app/
build.gradle 44 resolutionStrategy.force "com.android.support:support-annotations:$supportLibraryVersion"
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
  /external/e2fsprogs/misc/
util.h 24 extern void check_mount(const char *device, int force, const char *type);
  /external/autotest/frontend/migrations/
045_test_planner_framework.py 250 force=False)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
break20.s 15 # force some padding, to make objdump consistently report that there's some
trap20.s 16 # force some padding, to make objdump consistently report that there's some
  /developers/build/prebuilts/gradle/EmojiCompat/app/
build.gradle 41 resolutionStrategy.force "com.android.support:support-annotations:$supportLibVersion"
  /developers/build/prebuilts/gradle/EmojiCompat/kotlinApp/app/
build.gradle 54 resolutionStrategy.force "com.android.support:support-annotations:$supportLibVersion"

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>