/external/chromium_org/ui/events/gestures/ |
motion_event_aura.cc | 48 point_data.pressure = touch.force();
|
/external/chromium_org/ui/events/ozone/ |
events_ozone.cc | 127 return event->force();
|
/external/e2fsprogs/misc/ |
badblocks.c | 74 static int force; /* force check of mounted device */ variable 992 if (force) { 1005 if (force) 1087 force++; [all...] |
mke2fs.c | 92 static int force; variable 1113 if (!force) { [all...] |
/external/lldb/include/lldb/Expression/ |
ClangExpressionVariable.h | 244 TransferAddress (bool force = false);
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
DynamicLoaderDarwinKernel.h | 48 CreateInstance (lldb_private::Process *process, bool force);
|
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
DynamicLoaderMacOSXDYLD.h | 47 CreateInstance (lldb_private::Process *process, bool force);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationClient.h | 237 GetHostInfo (bool force = false);
|
ProcessGDBRemote.h | 289 BuildDynamicRegisterInfo (bool force);
|
/external/lldb/tools/debugserver/source/ |
RNBRemote.h | 132 bool InitializeRegisters (bool force = false);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_vm_protos.h | 577 * We also force all voices to mute quickly. 592 * - force all voices to update their envelope states to mute 596 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force); [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_vm_protos.h | 577 * We also force all voices to mute quickly. 592 * - force all voices to update their envelope states to mute 596 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force); [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_vm_protos.h | 577 * We also force all voices to mute quickly. 592 * - force all voices to update their envelope states to mute 596 void VMReset (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_BOOL force); [all...] |
/frameworks/av/services/audiopolicy/ |
AudioPolicyManager.h | 589 // (device connected,phone state, force use, a2dp output...) 603 bool force = false, 612 bool force = false, 639 int delayMs = 0, bool force = false); 642 void applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false); [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 183 // do not force device change on duplicated output because if device is 0, it will 184 // also force a device 0 for the two outputs it is duplicated to which may override 314 bool force = false; local 319 // force routing command to audio hardware when starting a call 321 force = true; 328 // force routing command to audio hardware when exiting a call 330 force = true; 337 // force routing command to audio hardware when switching between telephony and VoIP 339 force = true; 350 // force routing command to audio hardware when ending cal 764 bool force = false; local [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
LocApiRpc.cpp | 538 LocApiRpc::setAPN(char* apn, int len, boolean force) 542 if (force || memcmp(apnLastSet, apn, size)) { 642 LocApiRpc::enableData(int enable, boolean force) 645 if (force || dataEnableLastSet != enable) { [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 88 ('force', 'f', 102 boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user'] 125 self.force = None 140 ('force', 'force'), 311 force=self.force) 464 if not (self.force or newer_group(depends, ext_path, 'newer')): [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 88 ('force', 'f', 102 boolean_options = ['inplace', 'debug', 'force', 'swig-cpp', 'user'] 125 self.force = None 140 ('force', 'force'), 311 force=self.force) 464 if not (self.force or newer_group(depends, ext_path, 'newer')): [all...] |
/external/libogg/src/ |
framing.c | 369 /* Conditionally flush a page; force==0 will only flush nominal-size 370 pages, force==1 forces us to flush a page regardless of page size 372 static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force){ 411 force=1; 421 if(vals==255)force=1; 424 if(!force) return(0); 526 int force=0; local 531 force=1; 533 return(ogg_stream_flush_i(os,og,force)); [all...] |
/external/chromium_org/third_party/pexpect/ |
pexpect.py | 695 def close(self, force=True): 699 behavior with files. Set force to True if you want to make sure that 709 if not self.terminate(force): [all...] |
/external/chromium_org/v8/tools/push-to-trunk/ |
test_scripts.py | 677 def _PushToTrunk(self, force=False, manual=False): 735 if not force: 772 if not force: 803 if force: args.append("-f") 824 self._PushToTrunk(force=True) [all...] |
/external/lldb/test/pexpect-2.4/ |
pexpect.py | 657 def close (self, force=True): # File-like object. 661 behavior with files. Set force to True if you want to make sure that 670 if not self.terminate(force): [all...] |
/external/svox/pico/lib/ |
picospho.c | 219 force, /* in forced state */ member in struct:spho_subobj 263 spho->force = 0; 580 /* for the time being, we force to use POS so we can transduce all fsts in a row without reconsulting the items */ [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
performanceui.jar | |
/external/zlib/src/contrib/pascal/ |
example.pas | 204 c_stream.avail_out := 1; { force small buffers } 250 d_stream.avail_out := 1; (* force small buffers *) 389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
|