HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 251 - 275 of 742) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/
android_hardware_UsbDeviceConnection.cpp 109 int interfaceID, jboolean force)
118 if (ret && force && errno == EBUSY) {
  /frameworks/base/libs/hwui/
Caches.h 211 void bindPositionVertexPointer(bool force, GLvoid* vertices, GLsizei stride = gMeshStride);
217 void bindTexCoordsVertexPointer(bool force, GLvoid* vertices, GLsizei stride = gMeshStride);
  /frameworks/base/services/java/com/android/server/wifi/
WifiNotificationController.java 200 * @param force {@code true} to force notification to be shown/not-shown,
205 private void setNotificationVisible(boolean visible, int numNetworks, boolean force,
215 if (!visible && !mNotificationShown && !force) {
  /frameworks/support/v4/java/android/support/v4/view/
PagerTabStrip.java 276 void updateTextPositions(int position, float positionOffset, boolean force) {
285 super.updateTextPositions(position, positionOffset, force);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
MappedByteBufferTest.java 124 * @tests {@link java.nio.MappedByteBuffer#force()}
133 mmbRead.force();
142 "Invoking force() should have no effect when this buffer was not mapped in read/write mode",
152 mmbReadWrite.force();
159 // Invoking force() will change the buffer
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 149 public void loadCategoryLookPanel(boolean force) {
150 if (!force && mCurrentSelected == LOOKS) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 45 force=0):
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 45 force=0):
47 UnixCCompiler.__init__ (self, verbose, dry_run, force)
  /external/chromium_org/ui/base/x/
events_x.cc 123 // Force is normalized to [0, 1].
681 double force = 0.0; local
682 force = GetTouchParamFromXEvent(native_event,
686 // Force is normalized to fall into [0, 1]
688 deviceid, ui::DeviceDataManager::DT_TOUCH_PRESSURE, &force))
689 force = 0.0;
690 return force;
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 178 void force(int rx, unsigned domain);
272 /// Force register rx into domain.
273 void ExeDepsFix::force(int rx, unsigned domain) { function in class:ExeDepsFix
283 // force the new value into domain. This costs a domain crossing.
394 // We are already collapsed, but predecessor is not. Force him.
405 force(rx, pdv->getFirstDomain());
517 force(rx, domain);
520 // Kill all defs and force them.
527 force(rx, domain);
565 // If the collapsed operands force a single domain, propagate the collapse
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 351 final boolean force; field in class:MountService.UnmountCallBack
355 UnmountCallBack(String path, boolean force, boolean removeEncryption) {
358 this.force = force;
371 UmsEnableCallBack(String path, String method, boolean force) {
372 super(path, force, false);
441 if (!ucb.force) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 348 private String[] read(boolean local, String buildName, String[][] configs, boolean force, File dataDir, String taskName, SubMonitor subMonitor) {
410 if (local || (buildName == null && force)) {
434 componentResults.updateBuild(buildName, scenarios, force, dataDir, subMonitor.newChild(1), timeGuess);
483 // if one local files is missing then force a full DB read!
484 // TODO moderate this to force the DB read only for the missing file...
805 * @param force Force the update from the database, even if the build is
812 public String[] updateBuilds(String[] builds, boolean force, File dataDir, IProgressMonitor monitor) {
838 read(false, builds[i], null, force, dataDir, taskName, subMonitor.newChild(1000));
849 * @param force Force the update from the database, even if the build i
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 144 point.force);
298 point->force = event.force();
  /external/linux-tools-perf/
builtin-report.c 46 static bool force, use_tui, use_stdio; variable
269 session = perf_session__new(input_name, O_RDONLY, force, false, &event_ops);
428 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 347 // (device connected,phone state, force use, a2dp output...)
361 bool force = false,
380 status_t checkAndSetVolume(int stream, int index, audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
383 void applyStreamVolumes(audio_io_handle_t output, audio_devices_t device, int delayMs = 0, bool force = false);
424 // changes: connected device, phone state, force use...
439 // changed: connected device, phone state, force use, output start, output stop..
445 // changed: connected device, phone state, force use...
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 72 void Close(bool force);
  /external/chromium_org/chrome/browser/ui/
browser_window.h 113 // Called to force the zoom state to for the active tab to be recalculated.
151 virtual void UpdateReloadStopState(bool is_loading, bool force) = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 81 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
immersive_mode_controller_ash.h 113 void SetForceHideTabIndicatorsForTest(bool force);
  /external/chromium_org/chrome/test/base/
test_browser_window.h 72 virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE {}
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DatabaseQueryView.js 67 * @param {boolean} force
70 completions: function(proxyElement, wordRange, force, completionsReadyCallback)
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.h 50 // Force current memtable contents to be compacted.
95 Status MakeRoomForWrite(bool force /* compact even if there is room? */)
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 75 void Close(bool force);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
mesadef.py 65 print '; needed to force the Mesa OPENGL32.DLL to export the'

Completed in 5909 milliseconds

<<11121314151617181920>>