/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 223 // the view is declared with allowMultiple="false" so we 278 if (bridge.restart() == false) { 404 currentClient.getDebuggerListenPort()) == false) { 424 mDebugAction.setEnabled(false); 467 mHprofAction.setEnabled(data.hasPendingHprofDump() == false); 470 mHprofAction.setEnabled(false); 486 mTracingAction.setEnabled(false); 500 mDebugAction.setEnabled(false); 501 mKillAppAction.setEnabled(false); 502 mGcAction.setEnabled(false); [all...] |
/external/bluetooth/glib/glib/ |
goption.c | 227 context->ignore_unknown = FALSE; 251 free_changes_list (context, FALSE); 252 free_pending_nulls (context, FALSE); 268 * @help_enabled: %TRUE to enable <option>--help</option>, %FALSE to disable it 301 g_return_val_if_fail (context != NULL, FALSE); 309 * @ignore_unknown: %TRUE to ignore unknown options, %FALSE to produce 345 g_return_val_if_fail (context != NULL, FALSE); 546 return FALSE; 562 return FALSE; 575 * <literal>g_option_context_get_help (context, FALSE, NULL)</literal> [all...] |
/external/webkit/WebCore/editing/ |
SelectionController.cpp | 71 , m_lastChangeWasHorizontalExtension(false) 73 , m_isCaretBlinkingSuspended(false) 108 m_lastChangeWasHorizontalExtension = false; 169 return false; 175 return false; 196 bool clearRenderTreeSelection = false; 197 bool clearDOMTreeSelection = false; 229 setSelection(VisibleSelection(), false, false); local 568 trialSelectionController.modify(alter, dir, granularity, false); 985 view->repaintRectangleInViewAndCompositedLayers(caretRepaintRect(), false); local [all...] |
/frameworks/base/services/java/com/android/server/status/ |
StatusBarPolicy.java | 114 private boolean mBatteryShowLowOnEndCall = false; 316 private boolean mIsWifiConnected = false; 451 service.setIconVisibility(mDataIcon, false); 456 service.setIconVisibility(mWifiIcon, false); 463 service.setIconVisibility(mTTYModeIcon, false); 469 service.setIconVisibility(mCdmaRoamingIndicatorIcon, false); 479 mBluetoothEnabled = false; 481 mBluetoothA2dpConnected = false; 492 service.setIconVisibility(mGpsIcon, false); 499 service.setIconVisibility(mAlarmClockIcon, false); [all...] |
/external/dbus/bus/ |
dispatch.c | 60 return FALSE; 101 return FALSE; 123 return FALSE; 383 return FALSE; 427 bus_test_run_clients_loop (FALSE); 439 bus_test_run_bus_loop (context, FALSE); 440 bus_test_run_clients_loop (FALSE); 605 d->failed = FALSE; 653 socd.failed = FALSE; 716 nmd.failed = FALSE; [all...] |
/external/webkit/WebKitTools/android/webkitmerge/ |
webkitmerge.cpp | 61 } while(false) 65 Options() : emitGitCommands(false), emitPerforceCommands(false), 67 removeEmptyDirs(true), removeSVNDirs(true), debug(false), 68 execute(false), verbose(false), cleared(false) 77 mergeMake = copyOther = mergeCore = removeEmptyDirs = removeSVNDirs = false; 135 return false; 139 return false; [all...] |
/frameworks/policies/base/phone/com/android/internal/policy/impl/ |
KeyguardViewMediator.java | 83 * false, this will override all other conditions for turning on the keyguard. 96 private final static boolean DEBUG = false && Config.LOGD; 148 private boolean mShowLockIcon = false; 196 * false caused us to hide the keyguard, so that we need to reshow it once 199 private boolean mNeedToReshowWhenReenabled = false; 203 private boolean mShowing = false; 206 private boolean mHidden = false; 230 private boolean mKeyboardOpen = false; 232 private boolean mScreenOn = false; 246 private boolean mWaitingUntilKeyguardVisible = false; [all...] |
/dalvik/libcore/xml/src/main/java/org/w3c/dom/ |
DOMConfiguration.java | 53 * <code>false</code>. Parameters set to <code>false</code>: "entities", " 59 * <code>false</code></dt> 68 * <dt><code>false</code></dt> 83 * <dt><code>false</code></dt> 92 * <dt><code>false</code></dt> 104 * <code>false</code> has no effect and no schema-normalization will happen. 110 * <code>false</code></dt> 119 * <dt><code>false</code></dt> 133 * <code>false</code></dt [all...] |
/external/icu4c/i18n/ |
plurrule.cpp | 202 return false; 227 return FALSE; 231 return FALSE; 236 sameList = FALSE; 241 return FALSE; 245 sameList = FALSE; 250 return FALSE; 254 return FALSE; 257 sameList = FALSE; 263 return FALSE; [all...] |
/external/webkit/WebCore/dom/ |
xml_expat_tokenizer.cpp | 262 , m_currentNodeIsReferenced(false) 263 , m_sawError(false) 264 , m_sawXSLTransform(false) 265 , m_sawFirstElement(false) 266 , m_parserPaused(false) 267 , m_requestingScript(false) 268 , m_finishCalled(false) 272 , m_parsingFragment(false) 283 , m_sawError(false) 284 , m_sawXSLTransform(false) [all...] |
/external/webkit/WebCore/rendering/ |
RenderTheme.cpp | 229 return false; 232 return false; 248 return false; 344 return false; 376 return false; 382 return false; 412 return false; 419 return false; 421 FloatPoint localPoint = o->absoluteToLocal(absPoint, false, true); // respect transforms 615 return false; [all...] |
/external/opencore/protocols/http_parcom/src/ |
http_parser.cpp | 142 if ((iContentInfo = OSCL_NEW(HTTPContentInfoInternal, ())) == NULL) return false; 143 if ((iParserInput = HTTPParserInput::create()) == NULL) return false; 144 if ((iHeader = HTTPParserHeaderObject::create(iContentInfo)) == NULL) return false; 215 if (!parseContentType(contentTypeValue)) return false; 350 if ((len -= 20) <= 8) return false; 368 if ((len -= 8) <= 0) return false; 376 if (len <= 0) return false; 431 if (!iBoundaryBuffer) return false; 432 if (!aBoundaryString) return false; 443 isFinalBoundary = false; [all...] |
/external/bluetooth/glib/gio/ |
gfile.c | 321 * these cases this call will return %FALSE, but g_file_get_path() 333 g_return_val_if_fail (G_IS_FILE (file), FALSE); 351 * given URI scheme, %FALSE if URI scheme is %NULL, 360 g_return_val_if_fail (G_IS_FILE (file), FALSE); 361 g_return_val_if_fail (uri_scheme != NULL, FALSE); 576 * %FALSE if either is not a #GFile. 584 g_return_val_if_fail (G_IS_FILE (file1), FALSE); 585 g_return_val_if_fail (G_IS_FILE (file2), FALSE); 588 return FALSE; 692 * sometimes return %FALSE even if @file is inside a @prefix (from a [all...] |
/external/webkit/WebCore/page/ |
FrameView.cpp | 123 , m_isTransparent(false) 129 , m_wasScrolledByUser(false) 130 , m_inProgrammaticScroll(false) 134 , m_setNeedsLayoutWasDeferred(false) 169 setHasHorizontalScrollbar(false); // Remove native scrollbars now before we lose the connection to the HostWindow. 170 setHasVerticalScrollbar(false); 186 m_useSlowRepaints = false; 187 m_isOverlapped = false; 188 m_contentIsOpaque = false; 193 m_delayedLayout = false; [all...] |
/external/webkit/WebKit/gtk/webkit/ |
webkitwebview.cpp | 211 return FALSE; 216 return FALSE; 229 return FALSE; 240 return FALSE; 244 return FALSE; 252 return FALSE; 277 return FALSE; 282 int rightAligned = FALSE; 290 return FALSE; 332 PlatformMouseEvent event(location, global, NoButton, MouseEventPressed, 0, false, false, false, false, gtk_get_current_event_time()) [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AndroidDebugBridge.java | 80 private boolean mStarted = false; 169 * <li>Mode 2: <var>clientSupport</var> == <code>false</code>.<br>The library only monitors 272 * <code>forceNewBridge</code> is set to false. 282 forceNewBridge == false) { 367 if (sBridgeListeners.contains(listener) == false) { 401 if (sDeviceListeners.contains(listener) == false) { 427 if (sClientListeners.contains(listener) == false) { 473 return false; 495 return false; 546 mVersionCheck = false; [all...] |
/frameworks/base/services/java/com/android/server/ |
WindowManagerService.java | 140 static final boolean DEBUG = false; 141 static final boolean DEBUG_FOCUS = false; 142 static final boolean DEBUG_ANIM = false; 143 static final boolean DEBUG_LAYOUT = false; 144 static final boolean DEBUG_RESIZE = false; 145 static final boolean DEBUG_LAYERS = false; 146 static final boolean DEBUG_INPUT = false; 147 static final boolean DEBUG_INPUT_METHOD = false; 148 static final boolean DEBUG_VISIBILITY = false; 149 static final boolean DEBUG_WINDOW_MOVEMENT = false; 10776 mPowerManager.userActivity(SystemClock.uptimeMillis(), false, local [all...] |
/bootable/recovery/edify/ |
README | 22 - When used as a boolean, the empty string is "false" and all other 74 if something() then "yes" endif # if something() is false, 75 # evaluates to false 78 # condition() is false
|
/build/core/ |
executable.mk | 18 LOCAL_PRELINK_MODULE := false
|
/cts/tests/res/drawable/ |
statelistdrawable.xml | 20 <item android:state_enabled="false" android:drawable="@drawable/testimage"/>
|
/cts/tests/res/layout/ |
expandablelistview_layout.xml | 21 android:drawSelectorOnTop="false" />
|
imagebutton_test.xml | 21 android:soundEffectsEnabled="false"
|
/cts/tests/res/values/ |
bools.xml | 20 <bool name="falseRes">false</bool>
|
/cts/tests/res/xml/ |
drawable_test.xml | 18 <drawable xmlns:android="http://schemas.android.com/apk/res/android" android:visible="false">
|
selector_missing_selector_attrs.xml | 23 android:state_pressed="false" />
|