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

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug446.go 22 // Use a function call to force generating code.
issue16948.go 33 sink = p // force p (in caller) heap allocated
  /prebuilts/go/linux-x86/test/fixedbugs/
bug446.go 22 // Use a function call to force generating code.
issue16948.go 33 sink = p // force p (in caller) heap allocated
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java 82 delegateInitUiRootNode(false /*force*/);
89 public void delegateInitUiRootNode(boolean force) {
91 if (getUiRootNode() == null || force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 88 delegateInitUiRootNode(false /*force*/);
95 * @param force if true, a new UiRootNode is recreated even if it already exists.
98 public void delegateInitUiRootNode(boolean force) {
100 if (getUiRootNode() == null || force) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java 97 delegateInitUiRootNode(false /*force*/);
122 * @param force if true, a new UiRootNode is recreated even if it already exists.
125 public void delegateInitUiRootNode(boolean force) {
127 if (getUiRootNode() == null || force) {
  /system/extras/ext4_utils/include/ext4_utils/
ext4_utils.h 50 extern int force;
53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
archv8m-cmse-msr-base.d 4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
archv8m-cmse-msr-main.d 4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
archv8m-main-dsp-4.d 4 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
tcompat2.d 2 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
thumbv6.d 3 #objdump: -dr --prefix-addresses --show-raw-insn -M force-thumb
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
libfdt_env.h 60 #define __force __attribute__((force))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install_scripts.py 22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
  /external/dtc/libfdt/
libfdt_env.h 61 #define FDT_FORCE __attribute__((force))
  /external/google-tv-pairing-protocol/cpp/
autogen.sh 40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp
  /external/kmod/
autogen.sh 10 autoreconf --force --install --symlink
bootstrap 10 autoreconf --force --install --symlink
  /external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/
PR20855_tuple_ref_binding_diagnostics.fail.cpp 77 #error force failure
78 // expected-error@-1 {{force failure}}
  /external/libmtp/
autogen.sh 20 $LIBTOOLIZE --copy --force || fail
  /external/libpng/
autogen.sh 8 # missing. They are instantiated with autoreconf --force --install.
168 # Everything must be initialized, so use --force
169 if autoreconf --warnings=all --force --install
  /external/python/cpython2/Lib/distutils/command/
install_scripts.py 22 ('force', 'f', "force installation (overwrite existing files)"),
26 boolean_options = ['force', 'skip-build']
31 self.force = 0
39 ('force', 'force'),
  /external/python/cpython3/Lib/distutils/command/
install_scripts.py 21 ('force', 'f', "force installation (overwrite existing files)"),
25 boolean_options = ['force', 'skip-build']
29 self.force = 0
37 ('force', 'force'),
  /external/shflags/bin/
gen_test_results.sh 35 DEFINE_boolean force false 'force overwrite' f

Completed in 746 milliseconds

1 2 3 4 5 6 78 91011>>