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

1 2 3 45 6 7 8 91011>>

  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-buildid-cache.c 83 static int build_id_cache__fprintf_missing(const char *filename, bool force, FILE *fp)
86 force, false, NULL);
128 bool force = false; local
142 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
200 ret = build_id_cache__fprintf_missing(missing_filename, force, stdout);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 43 ('force', 'f', "force installation (overwrite existing files)"),
52 boolean_options = ['force', 'compile', 'skip-build']
59 self.force = 0
71 ('force', 'force'),
137 force=self.force, prefix=install_root,
141 force=self.force, prefix=install_root
    [all...]
install_headers.py 11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_lib.py 43 ('force', 'f', "force installation (overwrite existing files)"),
52 boolean_options = ['force', 'compile', 'skip-build']
59 self.force = 0
71 ('force', 'force'),
137 force=self.force, prefix=install_root,
141 force=self.force, prefix=install_root
    [all...]
install_headers.py 11 # XXX force is never used
18 ('force', 'f',
19 "force installation (overwrite existing files)"),
22 boolean_options = ['force']
26 self.force = 0
32 ('force', 'force'))
  /external/e2fsprogs/resize/
main.c 150 static void bigalloc_check(ext2_filsys fs, int force)
152 if (!force && EXT2_HAS_RO_COMPAT_FEATURE(fs->super,
156 "your own risk! Use the force option "
169 int force = 0; local
208 force = 1;
334 if (!force && ((fs->super->s_state & EXT2_ERROR_FS) ||
399 if (!force && new_size < min_size) {
430 if (!force && (new_size > max_size)) {
443 bigalloc_check(fs, force);
446 if (!force && ((fs->super->s_lastcheck < fs->super->s_mtime) |
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Makefile 76 sub-make: force
226 ep_version.h: force
268 TRACEEVENT-CFLAGS: force
275 tags: force
280 TAGS: force
304 PHONY += force
305 force:
  /external/chromium_org/components/policy/core/common/
async_policy_loader.cc 41 void AsyncPolicyLoader::Reload(bool force) {
47 if (!force && !IsSafeToReload(now, &delay)) {
55 if (!force && !IsSafeToReload(now, &delay)) {
109 false /* force */),
  /external/lldb/include/lldb/
lldb-private-interfaces.h 21 typedef DynamicLoader* (*DynamicLoaderCreateInstance) (Process* process, bool force);
28 typedef OperatingSystem* (*OperatingSystemCreateInstance) (Process *process, bool force);
30 typedef Platform* (*PlatformCreateInstance) (bool force, const ArchSpec *arch);
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 87 * @param force true to disconnect kernel driver if necessary
90 public boolean claimInterface(UsbInterface intf, boolean force) {
91 return native_claim_interface(intf.getId(), force);
256 private native boolean native_claim_interface(int interfaceID, boolean force);
  /frameworks/base/include/storage/
IMountService.h 43 const String16& mountPoint, const bool force, const bool removeEncryption) = 0;
56 unmountSecureContainer(const String16& id, const bool force) = 0;
68 virtual void unmountObb(const String16& filename, const bool force,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 20 self.assertTrue(not cmd.force)
25 self.assertTrue(cmd.force)
49 force=1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_scripts.py 20 self.assertTrue(not cmd.force)
25 self.assertTrue(cmd.force)
49 force=1,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 192 boolean force; field in class:BuildsView.UpdateBuildAction
194 UpdateBuildAction(boolean force) {
196 this.force = force;
236 BuildsView.this.updateBuilds(monitor, this.force);
248 UpdateAllBuildsAction(boolean force) {
249 super(force);
258 BuildsView.this.updateAllBuilds(monitor, this.force);
467 // this.forceUpdateBuild.setText("Force Update");
474 // this.forceUpdateAllBuilds.setText("Force Update all")
    [all...]
  /external/chromium_org/extensions/browser/
content_hash_fetcher.h 51 // Explicitly ask to fetch hashes for |extension|. If |force| is true,
54 void DoFetch(const Extension* extension, bool force);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 80 my $force = 0;
84 "force!" => \$force,
89 print STDERR basename($0) . " [-h|--help] [--force] patch1 [patch2 ...]\n";
106 my $preparedPatchHash = prepareParsedPatch($force, @diffHashRefs);
209 unapplyPatch($patch, $fullPath, ["--force"]) if $patch;
262 my $optionalArgs = {options => $options, ensureForce => $force, shouldReverse => 1};
  /external/clang/test/SemaCXX/
linkage.cpp 63 void force() { test(A()); } function in namespace:test3
91 // Force the above function to be emitted by codegen.
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_i386.h 214 ReadGPR (bool force);
217 ReadFPU (bool force);
220 ReadEXC (bool force);
251 ReadRegisterSet (uint32_t set, bool force);
RegisterContextDarwin_x86_64.h 218 ReadGPR (bool force);
221 ReadFPU (bool force);
224 ReadEXC (bool force);
255 ReadRegisterSet (uint32_t set, bool force);
  /frameworks/base/libs/hwui/
AssetAtlas.cpp 68 // Texture ID changed, force-set to defaults to sync the wrapper & GL
101 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) {
102 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
106 bool force = false, GLenum renderTarget = GL_TEXTURE_2D) {
107 mDelegate->setFilterMinMag(min, mag, bindTexture, force, renderTarget);
  /external/chromium_org/chrome/browser/ui/
browser_command_controller.h 63 void LoadingStateChanged(bool is_loading, bool force);
155 // |force| is true if the button should change its icon immediately.
156 void UpdateReloadStopState(bool is_loading, bool force);
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache.h 35 bool force,
94 bool force,
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
setup.c 19 void ui__refresh_dimensions(bool force)
21 if (force || ui__need_resize) {
  /external/lldb/source/Expression/
ClangExpressionVariable.cpp 126 ClangExpressionVariable::TransferAddress (bool force)
134 if (force || (m_frozen_sp->GetLiveAddress() == LLDB_INVALID_ADDRESS))
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 64 PlatformMacOSX::CreateInstance (bool force, const ArchSpec *arch)
70 bool create = force;

Completed in 432 milliseconds

1 2 3 45 6 7 8 91011>>