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

<<61626364656667686970>>

  /packages/apps/Phone/src/com/android/phone/
SpecialCharSequenceMgr.java 41 private static final boolean DBG = false;
95 return false;
122 return false;
144 return false;
155 return false;
173 return false;
196 return false;
212 return false;
226 .setCancelable(false)
240 .setCancelable(false)
    [all...]
  /sdk/screenshot/src/com/android/screenshot/
Screenshot.java 38 boolean device = false;
39 boolean emulator = false;
42 boolean landscape = false;
55 printAndExit("-d conflicts with -e and -s", false /* terminate */);
60 printAndExit("-e conflicts with -d and -s", false /* terminate */);
66 printAndExit("Missing serial number after -s", false /* terminate */);
70 printAndExit("-s conflicts with -d and -e", false /* terminate */);
82 printAndExit("Too many arguments!", false /* terminate */);
110 AndroidDebugBridge.init(false /* debugger support */);
120 while (bridge.hasInitialDeviceList() == false) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 262 protected boolean mExactMatchMode = false;
327 private boolean mEnableAutoDeleteSpace = false;
381 private boolean mAutoCaps = false;
393 private boolean mHasContinuedPrediction = false;
449 mAutoHideMode = false;
503 mExactMatchMode = false;
548 mHasStartedTextSelection = false;
552 mHasContinuedPrediction = false;
562 updateViewStatus(mTargetLayer, false, true);
672 mExactMatchMode = false;
    [all...]
  /external/dbus/dbus/
dbus-transport-socket.c 156 needed = FALSE;
220 need_read_watch = FALSE;
249 *oom = FALSE;
275 ; /* do nothing, just return FALSE below */
283 return FALSE;
292 return FALSE;
306 return FALSE;
332 return FALSE;
352 transport->send_credentials_pending = FALSE;
368 transport->receive_credentials_pending = FALSE;
    [all...]
dbus-signature.c 71 real_iter->finished = FALSE;
72 real_iter->in_array = FALSE;
155 * struct, the next value in an array. Returns #FALSE at the end of the
159 * @returns FALSE if nothing more to read at or below this level
167 return FALSE;
175 return FALSE;
186 return FALSE;
198 * a non-container (i.e. if dbus_type_is_container() returns #FALSE
214 real_sub_iter->in_array = FALSE;
228 * @returns #TRUE if signature is valid or #FALSE if an error is se
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 86 static private final boolean DEBUG = false;
113 boolean mIsCreating = false;
126 updateWindow(false);
135 updateWindow(false);
139 boolean mRequestedVisible = false;
140 boolean mWindowVisibility = false;
141 boolean mViewVisibility = false;
147 boolean mHaveFrame = false;
148 boolean mDestroyReportNeeded = false;
149 boolean mNewSurfaceNeeded = false;
    [all...]
  /frameworks/base/services/java/com/android/server/am/
HistoryRecord.java 193 frontOfTask = false;
194 launchFailed = false;
195 haveState = false;
196 stopped = false;
197 delayedResume = false;
198 finishing = false;
199 configDestroy = false;
200 keysPaused = false;
201 inHistory = false;
202 persistent = false;
    [all...]
  /ndk/build/gmsl/
gmsl-tests 62 $(call test_assert,$(call not,$(true)),$(false))
63 $(call test_assert,$(call not,$(false)),$(true))
68 $(call test_assert,$(call or,$(true),$(false)),$(true))
69 $(call test_assert,$(call or,$(false),$(true)),$(true))
70 $(call test_assert,$(call or,$(false),$(false)),$(false))
75 $(call test_assert,$(call and,$(true),$(false)),$(false))
76 $(call test_assert,$(call and,$(false),$(true)),$(false)
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.c 278 return FALSE;
304 *free_return = FALSE;
346 *free_return = FALSE;
720 return FALSE;
727 return FALSE;
734 return FALSE;
746 is_user = FALSE;
775 return FALSE;
795 parent_info->writable = FALSE;
796 parent_info->is_sticky = FALSE;
    [all...]
gvolume.c 126 static gboolean initialized = FALSE;
281 * Returns: %TRUE if the @volume can be mounted. %FALSE otherwise.
288 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
293 return FALSE;
304 * Returns: %TRUE if the @volume can be ejected. %FALSE otherwise.
311 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
316 return FALSE;
334 g_return_val_if_fail (G_IS_VOLUME (volume), FALSE);
339 return FALSE;
391 * @error will be set to contain the errors and %FALSE will be returned
    [all...]
  /external/skia/src/animator/
SkScriptTokenizer.cpp 117 fBranchPopAllowed(true), fConstExpression(true), fOperandInUse(false)
171 if (value.isConstant() == false) {
214 bool reverseOperands = false;
215 bool negateResult = false;
221 if (lastPush == false) // unary plus, don't push an operator
331 return false; // too many parameters passed
343 if (handleUnbox(value) == false)
344 return false;
356 if (success == false) {
362 return false;
    [all...]
  /external/webkit/WebCore/editing/
Editor.cpp 197 return false;
200 return false;
207 return false;
230 return false;
238 addToKillRing(selectedRange().get(), false);
260 setStartNewKillRingSequence(false);
277 replaceSelectionWithText(text, false, canSmartReplaceWithPasteboard(pasteboard));
286 replaceSelectionWithFragment(fragment, false, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
297 return false;
331 return false;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/kxml2/io/
KXmlSerializer.java 59 pending = false;
177 check(false);
184 //return false;
190 : false;
195 return getPrefix(namespace, false, create);
250 pending = false;
282 check(false);
288 String defined = getPrefix(namespace, true, false);
328 pending = false;
332 unicode = false;
    [all...]
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 99 return false;
137 return false;
162 return false;
178 return false;
195 return false;
218 return false;
235 return false;
245 return false;
262 return false;
278 return false;
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvdl_config_file.cpp 47 , iDisableHeadRequest(false)
130 return false;
144 return false;
152 return false;
162 return false;
177 return false;
188 return false;
198 return false;
208 return false;
218 return false;
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tsc_command.cpp 323 pModeElement->option_of_h223ModeParameters = false;
324 pModeElement->option_of_v76ModeParameters = false;
325 pModeElement->option_of_h2250ModeParameters = false;
326 pModeElement->option_of_genericModeParameters = false;
335 pVideoMode->h263VideoMode->unrestrictedVector = false;
336 pVideoMode->h263VideoMode->arithmeticCoding = false;
337 pVideoMode->h263VideoMode->advancedPrediction = false;
338 pVideoMode->h263VideoMode->pbFrames = false;
339 pVideoMode->h263VideoMode->option_of_errorCompensation = false;
340 pVideoMode->h263VideoMode->option_of_enhancementLayerInfo = false;
    [all...]
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue.cpp 99 Q_ASSERT(false);
209 false.
218 otherwise returns false.
232 otherwise returns false.
241 otherwise returns false.
252 otherwise returns false.
263 otherwise returns false.
274 otherwise returns false.
285 otherwise returns false.
296 returns false
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
WebKitWebSourceGStreamer.cpp 163 FALSE,
232 gst_app_src_set_emit_signals(priv->appsrc, FALSE);
324 priv->paused = FALSE;
343 priv->seekable = FALSE;
357 return false;
393 priv->resourceHandle = ResourceHandle::create(request, priv->client, 0, false, false, false);
396 return false;
475 return FALSE;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 81 static final boolean DEBUG = false;
82 static final boolean TRACE = false;
391 mConfigurationChanging = false;
427 mRefreshKeyboardRequired = false;
431 mKeyboardSwitcher.makeKeyboards(false);
438 mPasswordText = false;
448 mAfterVoiceInput = false;
449 mImmediatelyAfterVoiceInput = false;
450 mShowingVoiceSuggestions = false;
451 mImmediatelyAfterVoiceSuggestions = false;
    [all...]
LatinKeyboardView.java 125 boolean result = false;
133 if (action == MotionEvent.ACTION_UP) mDisableDisambiguation = false;
134 return false;
140 mDroppingEvents = false;
141 mDisableDisambiguation = false;
176 mDroppingEvents = false;
177 // Let the up event get processed as well, result = false
228 mFirstEvent = false;
283 return false;
285 if (((LatinKeyboard) getKeyboard()).getExtension() == 0) return false;
    [all...]
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindow.java 87 private final static boolean SWEEP_OPEN_MENU = false;
161 mKeycodeCallTimeoutActive = false;
172 private boolean mKeycodeCallTimeoutActive = false;
181 mKeycodeCameraTimeoutActive = false;
188 private boolean mKeycodeCameraTimeoutActive = false;
313 * returns false.
316 // Already prepared (isPrepared will be reset to false later)
322 closePanel(mPreparedPanel, false);
332 // Init the panel state's menu--return false if init failed
335 return false;
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
HugeEnumSet.java 138 return false;
144 return false;
154 boolean changed = false;
199 return false;
227 return false;
239 return false;
255 return false;
269 return false;
275 return false;
281 return false;
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 28 #ifndef FALSE
29 #define FALSE (BOOL) 0
66 BOOL alpha = FALSE;
76 raw = FALSE;
144 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
212 return FALSE;
216 return FALSE;
223 return FALSE; /* out of memory */
229 return FALSE; /* out of memory */
235 return FALSE;
    [all...]
  /external/opencore/baselibs/media_data_structures/src/
access_unit_impl.cpp 123 // Otherwise it returns false when errors such as state corruption are detected.
130 boundaryReached = false;
137 return false;
145 return false;
161 return false;
178 return false;
191 return false;
206 return false;
224 return false;
232 // else return false;
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.cpp 38 if (!ProtocolContainer::createProtocolObjects()) return false;
51 !iUserAgentField || !iDownloadSource) return false;
118 if (pCmd == NULL) return false;
158 downloadComplete = false;
164 LOGINFODATAPATH((0, "ProgressiveStreamingContainer::updateDownloadControl, send data ready event to parser node, downloadComplete=false"));
273 bool bFound = false;
312 if (!iDataStream) return false;
327 LOGINFODATAPATH((0, "progressiveStreamingControl::requestResumeNotification() IN, iPlaybackUnderflow=%d, iRequestResumeNotification=%d, iDownloadComplete=%d, will manually set iDownloadComplete=false",
330 iDownloadComplete = aDownloadComplete = false;
331 iSendDownloadCompleteNotification = false;
    [all...]

Completed in 858 milliseconds

<<61626364656667686970>>