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

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/foundation/
AWakeLock.cpp 79 void AWakeLock::release(bool force) {
83 if (force) {
84 // Force wakelock release below by setting reference count to 1.
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressDialog.java 89 * @param force If true, dismiss the dialog right away.
91 public void dismiss(boolean force) {
92 if (force) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 55 SyntheticInspectorTouchPoint(unsigned id, State state, const blink::IntPoint& screenPos, const blink::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
63 m_force = force;
208 double rotationAngle, force; local
228 if (!pointObj->getNumber("force", &force))
229 force = 1.0f;
263 SyntheticInspectorTouchPoint point(id++, convertedState, globalPoint, convertedPoint, radiusX, radiusY, rotationAngle, force);
  /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
  /external/chromium_org/ui/events/ozone/evdev/
touch_event_converter_evdev_unittest.cc 185 EXPECT_FLOAT_EQ(.5f, event->force());
232 EXPECT_FLOAT_EQ(2.f / 3.f, event->force());
246 EXPECT_FLOAT_EQ(2.f / 3.f, event->force());
283 EXPECT_FLOAT_EQ(.5f, event->force());
334 EXPECT_FLOAT_EQ(.5f, ev0->force());
343 EXPECT_FLOAT_EQ(.5f, ev1->force());
361 EXPECT_FLOAT_EQ(.5f, ev1->force());
379 EXPECT_FLOAT_EQ(.5f, ev0->force());
398 EXPECT_FLOAT_EQ(.5f, ev0->force());
406 EXPECT_FLOAT_EQ(.5f, ev1->force());
    [all...]
  /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
172 bool force,
178 force_(force),
437 void ContentHashFetcher::DoFetch(const Extension* extension, bool force) {
443 if (!force || found->second->force()) {
447 // Kill the existing non-force job, so we can start a new one below.
467 force,
493 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 206 private void updateState(boolean force) {
213 if (force || mOriginalConnectionState != newState) {
242 updateCallCapabilities(force);
254 void updateCallCapabilities(boolean force) {
256 if (force || getConnectionCapabilities() != newCallCapabilities) {
  /external/chromium_org/third_party/cython/src/Cython/Build/
BuildExecutable.py 94 def build(input_file, compiler_args=(), force=False):
102 if not force and os.path.abspath(exe_file) == os.path.abspath(input_file):
104 if (not force and os.path.exists(exe_file) and os.path.exists(input_file)
  /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;
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 119 // See the definition of force parameter in Theme.applyStyle().
120 boolean force = false;
122 force = true;
128 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle(style, 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)
  /frameworks/webview/chromium/tools/
merge_to_android.py 155 force=False):
166 force: True: merge anyways using the SHAs from repo.prop; False: bail out if
204 if force:
205 logging.debug('Merging the SHA in repo.prop anyways (due to --force)')
209 if not force and project_shas_mismatch:
213 'with --force to continue.')
243 def _MergeWithRepoProp(repo_prop_file, target_branch, force):
246 This does NOT merge (unless forced with force=True) the pinned
256 force: ignores the aforementioned check and merged anyways.
284 force)
    [all...]
  /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/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/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 54 force-reload)
74 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"

Completed in 1472 milliseconds

1 2 3 4 56 7 8 91011>>