/frameworks/base/core/java/android/os/ |
IPowerManager.aidl | 28 void userActivityWithForce(long when, boolean noChangeLights, boolean force);
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ActivityManagerTest.java | 60 // TODO: Force an activity into an error state - then see if we can catch it here? 66 // TODO force another process into an error condition. How? 79 // TODO: Force an activity into an ANR state - then see if we can catch it here? 85 // TODO: force an application into an ANR state
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuEditor.java | 114 initUiRootNode(false /*force*/); 144 * @param force if true, a new UiRootNode is recreated even if it already exists. 147 protected void initUiRootNode(boolean force) { 149 if (mUiRootNode == null || force) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/ |
ResourcesEditor.java | 117 initUiRootNode(false /*force*/); 143 * @param force if true, a new UiRootNode is recreated even if it already exists. 146 protected void initUiRootNode(boolean force) { 148 if (mUiResourcesNode == null || force) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/ |
XmlEditor.java | 155 initUiRootNode(false /*force*/); 164 * @param force if true, a new UiRootNode is recreated even if it already exists. 167 protected void initUiRootNode(boolean force) { 169 if (mUiRootNode == null || force) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
ProjectMock.java | 82 public void delete(boolean deleteContent, boolean force, IProgressMonitor monitor) 135 public void move(IProjectDescription description, boolean force, IProgressMonitor monitor) 240 public void copy(IPath destination, boolean force, IProgressMonitor monitor) 250 public void copy(IProjectDescription description, boolean force, IProgressMonitor monitor) 268 public void delete(boolean force, IProgressMonitor monitor) throws CoreException { 407 public void move(IPath destination, boolean force, IProgressMonitor monitor) 422 public void move(IProjectDescription description, boolean force, boolean keepHistory,
|
/external/opencore/tools_v2/build/make/ |
sdkinfo_nr.mk | 94 sdkinfo_target_prereq := FORCE 128 sdkinfo_target_prereq := $(sdkinfo_version_file) FORCE 172 $(sdkinfo_version_file): FORCE 186 $(sdkinfo_version_file): FORCE 197 $(sdkinfo_version_file): FORCE
|
prog.mk | 16 # The point of this dependency is to force object rebuilds when the 18 $(FORCED_OBJS): FORCE
|
/external/webkit/WebKitTools/Scripts/ |
svn-unapply | 80 my $force = 0; 84 "force!" => \$force, 89 print STDERR basename($0) . " [-h|--help] [--force] patch1 [patch2 ...]\n"; 231 unapplyPatch($patch, $fullPath, ["--force"]); 281 my $optionalArgs = {options => $options, ensureForce => $force, shouldReverse => 1};
|
/hardware/ril/include/telephony/ |
ril_cdma_sms.h | 47 RIL_CDMA_SMS_DIGIT_MODE_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 53 RIL_CDMA_SMS_NUMBER_MODE_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 74 RIL_CDMA_SMS_NUMBER_TYPE_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 94 RIL_CDMA_SMS_NUMBER_PLAN_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 122 RIL_CDMA_SMS_SUBADDRESS_TYPE_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 149 RIL_CDMA_SMS_ERROR_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 235 RIL_CDMA_SMS_UDH_ID_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 267 RIL_CDMA_SMS_GW_MSG_WAITING_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 277 RIL_CDMA_SMS_GW_MSG_WAITING_KIND_MAX32 = 0x10000000 /* Force constant ENUM size in structures */ 311 RIL_CDMA_SMS_UDH_ALIGNMENT_MAX32 = 0x10000000 /* Force constant ENUM size in structures * [all...] |
/bionic/libc/include/ |
regex.h | 95 #define REG_LARGE 01000 /* force large representation */ 96 #define REG_BACKR 02000 /* force use of backref code */
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XNodeSetForDOM.java | 66 // JKESS 20020514: Longer-term solution is to force 80 // JKESS 20020514: Longer-term solution is to force
|
/external/kernel-headers/original/linux/ |
compiler.h | 10 # define __force __attribute__((force)) 104 * as well as force them to be emitted to the assembly file.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_4/Regress/ |
function-002.js | 73 // force a function decompilation 86 // force a function decompilation
|
/external/webkit/WebCore/platform/ |
SharedBuffer.h | 83 // Calling this function will force internal segmented buffers 92 // Calling this function will force internal segmented buffers
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
regex.h | 95 #define REG_LARGE 01000 /* force large representation */ 96 #define REG_BACKR 02000 /* force use of backref code */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
regex.h | 95 #define REG_LARGE 01000 /* force large representation */ 96 #define REG_BACKR 02000 /* force use of backref code */
|
/ndk/docs/ |
NDK-BUILD.TXT | 31 ndk-build -B --> force a complete rebuild. 33 ndk-build -B V=1 --> force a complete rebuild and display build
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarUpgradeReceiver.java | 35 * if it doesn't exist, or open it and force any necessary upgrades. 62 // Ask for a reference to the database to force the helper to either
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsUpgradeReceiver.java | 34 * if it doesn't exist, or open it and force any necessary upgrades. 61 // Ask for a reference to the database to force the helper to either
|
/sdk/anttasks/src/com/android/ant/ |
AaptExecLoopTask.java | 46 * <tr><td>-f</td><td>force</td><td>attribute (boolean)</td></tr> 108 * Sets the value of the "force" attribute. 109 * @param force the value. 111 public void setForce(boolean force) { 112 mForce = force; 254 // the files (R.java and manifest.java)? This would force to replace 309 // force flag 353 // if the project contains libraries, force auto-add-overlay
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
ISettingsPage.java | 38 * Setting to force using http:// instead of https:// connections.
42 public static final String KEY_FORCE_HTTP = "sdkman.force.http"; //$NON-NLS-1$
|
/frameworks/base/services/java/com/android/server/ |
MountService.java | 142 boolean force; field in class:MountService.UnmountCallBack 144 UnmountCallBack(String path, boolean force) { 147 this.force = force; 159 UmsEnableCallBack(String path, String method, boolean force) { 160 super(path, force); 228 if (!ucb.force) { 718 * If force is not set, we do not unmount if there are 720 * If force is set, all the processes holding references need to be 726 private int doUnmountVolume(String path, boolean force) { [all...] |
/dalvik/vm/arch/generic/ |
Hints.c | 54 /* No hints for generic target - force argument walk at run-time */
|
/development/samples/ApiDemos/res/layout/ |
linear_layout_7.xml | 19 Some columns force their height to match the parent.
|