HomeSort by relevance Sort by last modified time
    Searched refs:force (Results 276 - 300 of 319) sorted by null

<<111213

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 494 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) {
496 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) {
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/v8/src/x64/
assembler-x64.h     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 554 * Force the canExecute events to be dispatched.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 139 // Force the current matched set of elements to become
750 css: function( elem, name, force, extra ) {
778 return jQuery.curCSS( elem, name, force );
781 curCSS: function( elem, name, force ) {
797 if ( !force && style && style[ name ] )
1043 // Force it by setting the zoom level
    [all...]
mootools-1.2.2-core-nc.js 47 var add = function(obj, name, method, force){
48 if (!protect || force || !obj.prototype[name]) obj.prototype[name] = method;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 183 * test whether a value is defined or not, and we don't want to force a
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 180 * test whether a value is defined or not, and we don't want to force a
  /external/chromium/chrome/browser/ui/
browser.cc     [all...]
  /external/v8/src/
profile-generator.cc     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 115 * Set this system property to true to force the view hierarchy to render
    [all...]
View.java 121 * response to user input. To force focus to a specific view, call
433 * To force a view to draw, call {@link #invalidate()}.
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 395 * list or contain windows that need to be force removed.
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 358 apps.layout({force:true});
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/libpng/
ltmain.sh 256 # fails when set -e is in force, so we need another command to
    [all...]
  /external/pcre/
ltmain.sh 411 # fails when set -e is in force, so we need another command to
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 256 # fails when set -e is in force, so we need another command to
    [all...]
  /external/protobuf/
ltmain.sh 256 # fails when set -e is in force, so we need another command to
    [all...]

Completed in 727 milliseconds

<<111213