HomeSort by relevance Sort by last modified time
    Searched full:false (Results 2551 - 2575 of 15335) sorted by null

<<101102103104105106107108109110>>

  /frameworks/base/core/java/android/view/
ViewRoot.java 72 private static final boolean DBG = false;
73 private static final boolean SHOW_FPS = false;
75 private static final boolean LOCAL_LOGV = false ? Config.LOGD : Config.LOGV;
77 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV;
78 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV;
79 private static final boolean DEBUG_INPUT_RESIZE = false || LOCAL_LOGV;
80 private static final boolean DEBUG_ORIENTATION = false || LOCAL_LOGV;
81 private static final boolean DEBUG_TRACKBALL = false || LOCAL_LOGV;
82 private static final boolean DEBUG_IMF = false || LOCAL_LOGV;
83 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV
    [all...]
  /frameworks/base/core/java/android/webkit/
FileLoader.java 114 return false;
123 return false;
160 return false;
166 return false;
176 return false;
180 return false;
HttpAuthHandler.java 82 assert(loader.isSynchronous() == false);
120 return false;
126 mRequestInFlight = false;
179 return false;
218 boolean processNext = false;
256 assert(mRequestInFlight == false);
JWebCoreJavaBridge.java 87 mHasInstantTimer = false;
134 mHasDeferredTimers = false;
143 mTimerPaused = false;
145 mHasDeferredTimers = false;
249 mHasInstantTimer = false;
250 mHasDeferredTimers = false;
  /frameworks/base/libs/rs/
rsLocklessFifo.cpp 46 return false;
52 return false;
55 mInShutdown = false;
211 return false;
218 return false;
263 mSet = false;
  /frameworks/base/libs/utils/
FileMap.cpp 87 * Returns "false" on failure.
110 return false;
127 return false;
148 return false;
177 return false;
211 assert(false);
  /frameworks/base/media/libdrm/mobile2/include/rights/
Ro.h 96 * @return true/false to indicate result.
128 * @return true/false to indicate the result.
135 * @return true/false to indicate the result.
142 * @return true/false to indicate the result.
149 * @return true/false to indicate the result.
156 * @return true/false to indicate the result.
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 48 private boolean useLowLevel = false;
53 private boolean delayResponse = false;
118 expects[i] = false;
119 notExpecting[i] = false;
120 eventsReceived[i] = false;
132 expects[TEST_REQUEST_SENT] = false;
210 expects[TEST_STATUS] = false;
225 expects[TEST_HEADERS] = false;
303 return false;
317 return false;
    [all...]
  /ndk/build/gmsl/
gmsl 47 # Standard definitions for true and false. true is any non-empty
48 # string, false is an empty string. These are intended for use with
52 false :=
57 # Returns: Returns the opposite of the arg. (true -> false, false -> true)
59 not = $(if $1,$(false),$(true))
  /packages/apps/Email/res/values/
arrays.xml 33 <string-array name="account_settings_check_frequency_values" translatable="false">
54 <string-array name="account_settings_check_frequency_values_push" translatable="false">
76 <string-array name="account_settings_mail_window_values" translatable="false">
95 <string-array translatable="false" name="account_settings_vibrate_when_values">
103 <string-array name="mailbox_display_names" translatable="false">
124 <array name="mailbox_display_icons" translatable="false">
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncParser.java 95 boolean moreAvailable = false;
96 boolean newSyncKey = false;
98 mLooping = false;
104 boolean mailboxUpdated = false;
119 mAdapter.setSyncKey("0", false);
169 boolean abortSyncs = false;
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
AndFileFilter.java 29 * list return <code>true</code>. Otherwise, it returns <code>false</code>.
31 * <code>false</code>.
118 return false;
123 return false;
134 return false;
139 return false;
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaService.java 52 private static final AtomicBoolean sSyncPending = new AtomicBoolean(false);
108 if (!sSyncPending.compareAndSet(false, true)) {
109 return false;
116 sSyncPending.set(false);
140 if (extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)) {
196 return false;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyToggle.java 49 if (oldStateId == stateId) return false;
83 return false;
177 return false;
187 return false;
199 return false;
238 if (null == rootState) return false;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 71 top.setLayout(new GridLayout(1, false));
75 targetGroup.setLayout(new GridLayout(1, false));
82 libraryGroup.setLayout(new GridLayout(1, false));
100 g.setLayout(new GridLayout(1, false));
118 if (mProject.isOpen() == false) {
135 boolean mustSaveProp = false;
  /external/bluetooth/glib/gio/
goutputstream.c 250 * If there is an error during the operation FALSE is returned and @error
254 * Return value: %TRUE on success, %FALSE if there was an error
267 g_return_val_if_fail (G_IS_OUTPUT_STREAM (stream), FALSE);
268 g_return_val_if_fail (buffer != NULL, FALSE);
279 return FALSE;
309 * Return value: %TRUE on success, %FALSE on error
319 g_return_val_if_fail (G_IS_OUTPUT_STREAM (stream), FALSE);
322 return FALSE;
413 res = FALSE;
423 res = FALSE;
    [all...]
gfileenumerator.c 231 enumerator->priv->pending = FALSE;
252 * Return value: #TRUE on success or #FALSE on error.
261 g_return_val_if_fail (G_IS_FILE_ENUMERATOR (enumerator), FALSE);
262 g_return_val_if_fail (enumerator != NULL, FALSE);
273 return FALSE;
281 enumerator->priv->pending = FALSE;
297 enumerator->priv->pending = FALSE;
431 enumerator->priv->pending = FALSE;
505 * return %FALSE. If the file enumerator had pending operation when the close
507 * return %FALSE. If @cancellable was not %NULL, then the operation may have been
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 73 return false;
78 , m_artificiallyInflatedBounds(false)
85 updateClippingLayers(false, false);
86 updateForegroundLayer(false);
87 updateMaskLayer(false);
163 m_artificiallyInflatedBounds = false;
193 bool layerConfigChanged = false;
402 bool layersChanged = false;
442 bool layerChanged = false;
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 59 private static final boolean localLOGV = false;
116 * Sets mSuppressSelectionChanged = false. This is used to set it to false
121 mSuppressSelectionChanged = false;
127 * When fling runnable runs, it resets this to false. Any method along the
217 * while the items are being flinged. If false, only the final selected item
230 * If false, the item will become selected (and re-centered). If true, the
336 layout(0, false);
337 mInLayout = false;
362 mFlingRunnable.endFling(false);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 81 private boolean mUseShuffleOrder = false;
82 private boolean mSlideShowLoop = false;
194 mZoomButtonsController.setVisible(false);
214 mZoomButtonsController.setVisible(false);
250 mZoomButtonsController.setVisible(false);
273 mZoomButtonsController.setAutoDismissed(false);
305 return false;
316 // the "up" event if we return false for the "down" event.
332 if (mPaused) return false;
342 if (mPaused) return false;
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSession.java 53 mNeedRestartAdbServer = false;
54 mADBServerRestartedMode = false;
59 mTestStop = false;
83 mADBServerRestartedMode = false;
89 * @return If in ADB server restarted mode, return true; else, return false.
120 * (HostConfig.getMaxTestCount() <= 0), this method always returns false.
391 mNeedRestartAdbServer = false;
420 mNeedRestartAdbServer = false;
470 * @return If all tests have been run, return true; else, return false.
476 return false;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 196 m_elemContext.m_startTagOpen = false;
234 // so we set m_cdataTagOpen to false to remember this.
235 m_cdataTagOpen = false;
377 addAttributeAlways(XMLNS_URI, name, name,"CDATA",uri, false);
389 addAttributeAlways(XMLNS_URI, prefix, name,"CDATA",uri, false );
519 m_needToCallStartDocument = false;
525 m_elemContext.m_startTagOpen = false;
569 startPrefixMapping(prefix,uri,false);
609 return false;
620 * closed the CDATA and set m_cdataTagOpen to false
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
XML11Char.java 191 * That is, this method will return false for the same set as
192 * isXML11Valid, except it also reports false for "control characters".
296 return false;
304 return false;
309 return false;
319 return false;
323 return false;
346 return false;
354 return false;
359 return false;
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
ImportNode.java 127 aNode = doc.importNode(newAttr, false);
164 aNode = doc.importNode(cDataSec, false);
192 aNode = doc.importNode(comment, false);
251 aNode = doc.importNode(element, false);
308 // aNode = doc.importNode(element, false);
335 aNode = doc.importNode(docFrag, false);
365 // entity1 = (Entity) doc.importNode(entity2, false);
401 aNode = doc.importNode(entRef, false);
485 // aNode = (Notation) doc.importNode(notation, false);
516 aNode = (ProcessingInstruction) doc.importNode(pi, false);
    [all...]
  /external/bluetooth/bluez/audio/
gsta2dpsink.c 276 self->sink_is_in_bin = FALSE;
416 return FALSE;
448 return FALSE;
454 return FALSE;
468 return FALSE;
489 return FALSE;
494 return FALSE;
521 return FALSE;
525 return FALSE;
528 return FALSE;
    [all...]

Completed in 376 milliseconds

<<101102103104105106107108109110>>