HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 126 - 150 of 913) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/base/
httpserver.cc 67 HttpServer::Close(int connection_id, bool force) {
69 connection->InitiateClose(force);
74 HttpServer::CloseAll(bool force) {
87 (*it)->InitiateClose(force);
163 HttpServer::Connection::InitiateClose(bool force) {
165 if (!signalling_ && (force || !request_in_progress)) {
198 // Force a close
  /system/vold/
CommandListener.cpp 150 ((argc == 4 && strcmp(argv[3], "force")) &&
152 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume unmount <path> [force|force_and_revert]", false);
156 bool force = false; local
158 if (argc >= 4 && !strcmp(argv[3], "force")) {
159 force = true;
161 force = true;
164 rc = vm->unmountVolume(argv[2], force, revert);
396 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: asec destroy <container-id> [force]", false);
399 bool force = false; local
400 if (argc > 3 && !strcmp(argv[3], "force")) {
422 bool force = false; local
506 bool force = false; local
    [all...]
  /external/chromium_org/extensions/browser/
content_hash_fetcher.cc 56 bool force,
74 bool force() { return force_; } function in class:extensions::ContentHashFetcherJob
161 bool force,
167 force_(force),
430 void ContentHashFetcher::DoFetch(const Extension* extension, bool force) {
437 if (!force || found->second->force()) {
441 // Kill the existing non-force job, so we can start a new one below.
461 force,
492 job->force(),
    [all...]
  /external/chromium_org/ppapi/generators/
idl_outfile.py 138 def TestFile(name, stringlist, force, update):
148 out = IDLOutFile(filename, force)
152 # We wait for flush to force the timestamp to change
180 errors += TestFile(filename, stringlist, force=True, update=True)
183 errors += TestFile(filename, stringlist, force=False, update=False)
186 errors += TestFile(filename, stringlist + ['X'], force=False, update=True)
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.h 262 ReadGPR (bool force);
265 ReadFPU (bool force);
268 ReadEXC (bool force);
271 ReadDBG (bool force);
315 ReadRegisterSet (uint32_t set, bool force);
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.h 56 virtual kern_return_t GetRegisterState (int set, bool force);
220 kern_return_t GetGPRState (bool force);
221 kern_return_t GetVFPState (bool force);
222 kern_return_t GetEXCState (bool force);
223 kern_return_t GetDBGState (bool force);
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.h 45 virtual kern_return_t GetRegisterState (int set, bool force);
204 kern_return_t GetGPRState (bool force);
205 kern_return_t GetFPUState (bool force);
206 kern_return_t GetEXCState (bool force);
207 kern_return_t GetDBGState (bool force);
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.h 44 virtual kern_return_t GetRegisterState (int set, bool force);
211 kern_return_t GetGPRState (bool force);
212 kern_return_t GetFPUState (bool force);
213 kern_return_t GetEXCState (bool force);
214 kern_return_t GetDBGState (bool force);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 208 private void updateState(boolean force) {
215 if (force || mOriginalConnectionState != newState) {
244 updateCallCapabilities(force);
256 void updateCallCapabilities(boolean force) {
258 if (force || getCallCapabilities() != newCallCapabilities) {
  /external/chromium_org/tools/python/google/
httpd_utils.py 114 httpd.StopServer(force=True)
153 def StopServer(self, force=False):
154 """If we started an httpd.exe process, or if force is True, call
159 if force or self._http_server_proc:
  /external/iproute2/ip/
ip.c 34 int force = 0; variable
45 " ip [ -force ] -batch filename\n"
136 if (!force)
221 } else if (matches(opt, "-force") == 0) {
222 ++force;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 47 compileall.compile_dir(self.directory, force=False, quiet=True)
65 compileall.compile_file(self.source_path, force=False, quiet=True)
69 compileall.compile_dir(self.directory, force=False, quiet=True)
  /external/chromium_org/build/android/gyp/util/
md5_check.py 11 force=False):
18 If force is True, the function will be called regardless of whether the
29 if force or md5_checker.IsStale():
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 134 // button state. |force| is set if the update is due to changing
137 - (void)setIsLoading:(BOOL)isLoading force:(BOOL)force;
  /external/chromium_org/sdch/open-vcdiff/
autogen.sh 51 "$ACLOCAL" --force -I m4 -I gflags/m4 --output=aclocal.m4.tmp
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextFragment.cpp 88 void RenderTextFragment::setText(PassRefPtr<StringImpl> text, bool force)
90 RenderText::setText(text, force);
  /external/chromium_org/tools/telemetry/telemetry/core/
tab.py 191 def ClearCache(self, force):
195 force: Iff true, navigates to about:blank which destroys the previous
208 if force:
  /external/chromium_org/ui/webui/resources/js/
assert.js 12 * test whether a value is defined or not, and we don't want to force a
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 54 force-reload)
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
  /external/lldb/source/Plugins/DynamicLoader/Static/
DynamicLoaderStatic.cpp 27 DynamicLoaderStatic::CreateInstance (Process* process, bool force)
29 bool create = force;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp 72 // Invalidate all registers in our register context. We don't set "force" to
80 const bool force = false; local
83 reg_ctx_sp->InvalidateIfNeeded (force);
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
LocApiRpc.h 92 enableData(int enable, boolean force);
104 setAPN(char* apn, int len, boolean force);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
SearchBaseUrlHelper.java 70 * (c) if the caller forces an update by setting the "force" parameter.
72 * @param force if true, then the URL is reset whether or not it has
75 public void maybeUpdateBaseUrlSetting(boolean force) {
79 if (force || lastUpdateTime == -1 ||
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothAdapter.java 141 void startScanning(boolean force) {
144 if (!force) {

Completed in 1185 milliseconds

1 2 3 4 56 7 8 91011>>