/external/chromium_org/net/quic/ |
quic_packet_generator.h | 196 // construction in the creator. When |force| is false, it relies on the 200 void MaybeSendFecPacketAndCloseGroup(bool force);
|
/external/chromium_org/remoting/host/installer/linux/ |
build-deb.sh | 118 --force-distribution \
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLFramebuffer.h | 123 void drawBuffersIfNecessary(bool force);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
svn-apply | 92 my $force = 0; 98 "force!" => \$force 102 print STDERR basename($0) . " [-h|--help] [--force] [-m|--merge] [-r|--reviewer name] patch1 [patch2 ...]\n"; 127 my $preparedPatchHash = prepareParsedPatch($force, @diffHashRefs); 205 my $optionalArgs = {options => $options, ensureForce => $force}; 354 applyPatch($patch, $fullPath, ["--force"]) if $patch; 459 open SVN, "svn rm --force '$escapedPath' |" or die "svn rm --force '$escapedPath' failed!"; 473 system("git", "rm", "--force", "--ignore-unmatch", $path) == 0 or die "Failed to git rm --force --ignore-unmatch $path." [all...] |
/external/chromium_org/third_party/cython/src/Cython/Build/Tests/ |
TestInline.py | 12 test_kwds = dict(force=True, quiet=True)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
PerformanceResultsElement.java | 181 public void updateBuild(String buildName, boolean force, File dataDir, IProgressMonitor monitor) { 185 getPerformanceResults().updateBuild(buildName, force, dataDir, monitor); 188 public void updateBuilds(String[] builds, boolean force, File dataDir, IProgressMonitor monitor) { 192 getPerformanceResults().updateBuilds(builds, force, dataDir, monitor);
|
/external/liblzf/ |
lzf.c | 63 static int force = 0; variable 72 {"force", 0, 0, 'f'}, 82 "-f --force force overwrite of output file\n" 90 "-f force overwrite of output file\n" 320 if (force) 488 force = 1; 510 if (!force) 514 fprintf (stderr, "%s: compressed data not read from a terminal. Use -f to force decompression.\n", imagename); 519 fprintf (stderr, "%s: compressed data not written to a terminal. Use -f to force compression.\n", imagename) [all...] |
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
DynamicLoaderPOSIXDYLD.h | 40 CreateInstance(lldb_private::Process *process, bool force);
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.h | 33 CreateInstance (bool force, const lldb_private::ArchSpec *arch);
|
/external/lldb/tools/debugserver/source/ |
DNBArch.h | 66 virtual kern_return_t GetRegisterState (int set, bool force) = 0;
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_QWin.h | 80 bool lockScreen(bool force=false);
|
/frameworks/av/media/libstagefright/include/ |
NuCachedSource2.h | 132 bool ignoreLowWaterThreshold = false, bool force = false);
|
TimedEventQueue.h | 151 void releaseWakeLock_l(bool force = false);
|
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 156 public abstract void force(boolean metadata) throws IOException; method in class:FileChannel [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_data.py | 24 ('force', 'f', "force installation (overwrite existing files)"), 27 boolean_options = ['force'] 33 self.force = 0 41 ('force', 'force'),
|
build_clib.py | 41 ('force', 'f', 47 boolean_options = ['debug', 'force'] 66 self.force = 0 81 ('force', 'force')) 103 force=self.force)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 39 # By specifying -static we force ld to link against the import libraries, 109 def __init__ (self, verbose=0, dry_run=0, force=0): 111 UnixCCompiler.__init__ (self, verbose, dry_run, force) 336 force=0): 338 CygwinCCompiler.__init__ (self, verbose, dry_run, force)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_data.py | 24 ('force', 'f', "force installation (overwrite existing files)"), 27 boolean_options = ['force'] 33 self.force = 0 41 ('force', 'force'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 39 # By specifying -static we force ld to link against the import libraries, 109 def __init__ (self, verbose=0, dry_run=0, force=0): 111 UnixCCompiler.__init__ (self, verbose, dry_run, force) 336 force=0): 338 CygwinCCompiler.__init__ (self, verbose, dry_run, force)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMTokenList.cpp | 137 bool DOMTokenList::toggle(const AtomicString& token, bool force, ExceptionState& exceptionState) 142 if (force) 147 return force;
|
/external/e2fsprogs/misc/ |
e2undo.c | 122 int c,force = 0; local 145 force = 1; 187 if (!force && check_filesystem(tdb, channel)) {
|
util.c | 138 void check_mount(const char *device, int force, const char *type) 152 if (force >= 2) { 164 if (force >= 2) {
|
/external/iproute2/tc/ |
tc.c | 40 int force = 0; variable 213 " tc [-force]\n" 215 " tc [-force] -batch filename\n" 282 if (!force) 322 } else if (matches(argv[1], "-force") == 0) { 323 ++force;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-annotate.c | 37 bool force, use_tui, use_stdio, use_gtk; member in struct:perf_annotate 193 ann->force, false, &ann->tool); 295 OPT_BOOLEAN('f', "force", &annotate.force, "don't complain, do it"),
|
/external/oprofile/libabi/ |
opimport.cpp | 37 bool force; member in namespace:__anon12118 45 popt::option(force, "force", 'f', "force conversion, even if identical") 191 if (!force && current_abi == input_abi) {
|