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

<<101102103104105106107108109110>>

  /external/icu4c/test/intltest/
callimts.cpp 86 //| return uprv_nextDouble(a, FALSE);
151 {"gregorian", FALSE, DEFAULT_START},
152 {"japanese", FALSE, 596937600000.0}, // 1988-12-01T00:00Z, Showa 63
153 {"buddhist", FALSE, DEFAULT_START},
154 {"roc", FALSE, DEFAULT_START},
155 {"persian", FALSE, DEFAULT_START},
156 {"islamic-civil", FALSE, DEFAULT_START},
157 //{"islamic", FALSE, DEFAULT_START}, // TODO: there is a bug in monthlength calculation
160 {"indian", FALSE, DEFAULT_START},
161 {"coptic", FALSE, DEFAULT_START}
    [all...]
  /external/quake/quake/src/QW/client/
snd_win.c 169 dsound_init = false;
170 wav_init = false;
280 primary_format_set = false;
400 shm->splitbuffer = false;
454 return false;
465 return false;
481 return false;
488 return false;
504 return false;
513 return false;
    [all...]
  /external/quake/quake/src/WinQuake/
snd_win.cpp 171 dsound_init = false;
172 wav_init = false;
282 primary_format_set = false;
402 shm->splitbuffer = false;
456 return false;
467 return false;
483 return false;
490 return false;
506 return false;
515 return false;
    [all...]
  /external/skia/src/animator/
SkMemberInfo.cpp 98 return false;
186 return false;
218 if (is_hex(r) == false || is_hex(g) == false || is_hex(b) == false)
221 if (is_hex(hex) == false) {
260 if (success == false) {
262 return false;
305 return false; // no way to convert other types to this
309 if (success == false)
    [all...]
  /external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 141 , m_apuAgentEnabled(false)
142 , m_resourceTrackingWasEnabled(false)
143 , m_attached(false)
169 ic->resourceTrackingEnabled() ? "true" : "false");
197 ic->setWindowVisible(true, false);
209 m_attached = false;
210 m_apuAgentEnabled = false;
254 "InspectorControllerDispatcher", functionName, jsonArgs, false /* is sync */, &exception);
294 ic->enableResourceTracking(false /* not sticky */, false /* no reload */)
    [all...]
  /external/webkit/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.cpp 87 , m_hasSentResponseToPlugin(false)
129 return false;
433 m_hasSentResponseToPlugin = false;
448 return false;
489 return false;
593 return false;
607 fl->setEncoding(m_response.textEncodingName(), false);
664 return false;
690 return false;
733 return false;
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
provider-element.jd 7 android:<a href="#enabled">enabled</a>=["true" | "false"]
8 android:<a href="#exported">exported</a>=["true" | "false"]
9 android:<a href="#gprmsn">grantUriPermissions</a>=["true" | "false"]
13 android:<a href="#multi">multiprocess</a>=["true" | "false"]
18 android:<a href="#sync">syncable</a>=["true" | "false"]
79 "{@code true}" if it can be, and "{@code false}" if not. The default value
89 "{@code false}", the provider is disabled; it cannot be instantiated.
94 applications &mdash; "{@code true}" if it can be, and "{@code false}" if not.
95 If "{@code false}", the provider is available only to components of the
112 "{@code true}" if permission can be granted, and "{@code false}" if not.
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/rights/
Ro.cpp 139 if (xmlAgent.generateDocumentFromXML(roStream) == false)
197 if (handleAgreement(node) == false)
199 return false;
226 if (handleAsset(node) == false)
228 return false;
237 if (handlePermission(node) == false)
239 return false;
602 return false;
617 bool hasCommonConstraint = false;
618 bool hasUnconstraint = false;
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 121 mTestWebServer.setKeepAlive(false);
186 mTestWebServer.setKeepAlive(false);
208 fail("expectPassed was false " + testEventHandler.getFailureMessage());
265 mTestWebServer.setKeepAlive(false);
280 fail("expectPassed was false " + testEventHandler.getFailureMessage());
291 mTestWebServer.setKeepAlive(false);
307 fail("expectPassed was false " + testEventHandler.getFailureMessage());
314 mTestWebServer.setKeepAlive(false);
317 redirectWebServer.setKeepAlive(false);
340 fail("expectPassed was false " + testEventHandler.getFailureMessage())
    [all...]
  /external/dbus/dbus/
dbus-connection.c 56 (connection)->have_connection_lock = FALSE; \
382 * Adds a message to the incoming message queue, returning #FALSE
398 return FALSE;
468 _dbus_pending_call_set_timeout_added_unlocked (pending, FALSE);
548 _dbus_return_val_if_fail (connection != NULL, FALSE);
682 return FALSE;
703 NULL, NULL, FALSE);
722 NULL, FALSE);
803 return FALSE;
824 NULL, NULL, FALSE);
    [all...]
dbus-sysdeps-unix.c 97 return FALSE;
113 * @returns #FALSE if error is set
128 * @returns #FALSE if error is set
530 retval = FALSE;
905 return FALSE;
911 return FALSE;
1001 return FALSE;
1008 return FALSE;
1016 return FALSE;
1049 _dbus_set_local_creds (client_fd, FALSE);
    [all...]
dbus-internals.c 53 * Aborts with an error message if the condition is false.
199 static dbus_bool_t warn_initted = FALSE;
200 static dbus_bool_t fatal_warnings = FALSE;
214 fatal_warnings = FALSE;
215 fatal_warnings_on_check_failed = FALSE;
302 static dbus_bool_t verbose_initted = FALSE;
379 need_pid = FALSE;
401 verbose_initted = FALSE;
519 return FALSE;
545 * @returns #FALSE if no memor
    [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 374 return false;
377 if (urlString.startsWith("file:///", false) && urlString.endsWith("/etc/catalog", false))
378 return false;
382 if (urlString.startsWith("http://www.w3.org/TR/xhtml", false))
383 return false;
386 if (urlString.startsWith("http://www.w3.org/Graphics/SVG", false))
387 return false;
397 return false;
467 static bool didInit = false;
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridLayer.java 87 private boolean mInAlbum = false;
103 private boolean mNoDeleteMode = false;
229 boolean feedUnchanged = false;
251 if (feed != null && feedUnchanged == false) {
254 performLayout = false;
288 if (feed != null && feedUnchanged == false) {
290 performLayout = false;
314 if (feed != null && feedUnchanged == false) {
318 performLayout = false;
330 mInAlbum = false;
1158 addSlotToSelectedItems(mInputProcessor.getCurrentFocusSlot(), false, true); local
    [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp 58 // Case folding is also done if <isCaseSensitive> is false.
140 return false;
208 return false;
216 return false;
257 , m_emitCharactersBetweenAllVisiblePositions(false)
258 , m_enterTextControls(false)
300 m_handledNode = false;
301 m_handledChildren = false;
307 m_needAnotherNewline = false;
311 m_haveEmitted = false;
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
HttpURLConnectionTest.java 547 isGetCalled = false;
548 isPutCalled = false;
603 isGetCalled = false;
604 isPutCalled = false;
611 isCacheWriteCalled = false;
616 isCacheWriteCalled = false;
622 isCacheWriteCalled = false;
628 isAbortCalled = false;
654 isGetCalled = false;
655 isPutCalled = false;
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
CodeSource.java 119 * CodeSource}, otherwise {@code false}.
128 return false;
135 return false;
138 return false;
141 return false;
149 return false;
152 return false;
329 * {@code true}, otherwise {@code false}:
389 * {@code CodeSource}, otherwise {@code false}.
399 return false;
    [all...]
  /external/bluetooth/glib/gio/
gmount.c 110 static gboolean initialized = FALSE;
300 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
320 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
376 * @error will be set to contain the errors and %FALSE will be returned.
378 * Returns: %TRUE if the mount was successfully unmounted. %FALSE otherwise.
387 g_return_val_if_fail (G_IS_MOUNT (mount), FALSE);
388 g_return_val_if_fail (G_IS_ASYNC_RESULT (result), FALSE);
394 return FALSE;
451 * @error will be set to contain the errors and %FALSE will be returned.
453 * Returns: %TRUE if the mount was successfully ejected. %FALSE otherwise
    [all...]
  /external/v8/src/
d8-posix.cc 105 // Returns false on timeout, true on data ready.
118 if (gone >= total_timeout) return false;
141 // of time, false if we still have time.
143 if (total_time == -1) return false;
150 return false;
156 return false;
197 return false;
212 return false;
248 return false;
256 return false;
    [all...]
scopes.cc 96 HashMap::Entry* p = HashMap::Lookup(name.location(), name->Hash(), false);
116 variables_(false),
127 scope_inside_with_(false),
128 scope_contains_with_(false),
129 scope_calls_eval_(false),
130 outer_scope_calls_eval_(false),
131 inner_scope_calls_eval_(false),
132 outer_scope_is_eval_scope_(false),
133 force_eager_compilation_(false),
154 scope_inside_with_(false),
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 43 generating_stub_(false),
505 b(shifted_branch_offset(L, false));
508 beq(rs, r2, shifted_branch_offset(L, false));
511 bne(rs, r2, shifted_branch_offset(L, false));
517 bne(scratch, zero_reg, shifted_branch_offset(L, false));
521 beq(scratch, zero_reg, shifted_branch_offset(L, false));
525 bne(scratch, zero_reg, shifted_branch_offset(L, false));
529 beq(scratch, zero_reg, shifted_branch_offset(L, false));
535 bne(scratch, zero_reg, shifted_branch_offset(L, false));
539 beq(scratch, zero_reg, shifted_branch_offset(L, false));
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.java 115 jjtc000 = false;
173 jjtc000 = false;
219 jjtc000 = false;
250 jjtc000 = false;
313 jjtc000 = false;
353 jjtc000 = false;
411 jjtc000 = false;
482 jjtc000 = false;
636 return false;
644 return false;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
InstalledAppDetails.java 76 private boolean mMoveInProgress = false;
77 private boolean mUpdatedSysApp = false;
79 private boolean localLOGV = false;
222 boolean dataOnly = false;
239 moveDisable = false;
247 moveDisable = false;
261 moveDisable = false;
267 mMoveAppButton.setEnabled(false);
282 enabled = false;
301 return false;
    [all...]
  /dalvik/vm/compiler/codegen/arm/
RallocUtil.c 75 cUnit->regPool->coreTemps[i].inUse = false;
78 cUnit->regPool->FPTemps[i].inUse = false;
88 regs[i].inUse = false;
89 regs[i].pair = false;
90 regs[i].live = false;
91 regs[i].dirty = false;
138 info1->dirty = false;
139 info2->dirty = false;
153 info->dirty = false;
174 p[i].live = false;
    [all...]
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTests.java 199 getTestAppFilePath(apkName), pkgName, false); local
203 getTestAppFilePath(apkName), pkgName, false); local
444 getTestAppFilePath(NO_LOC_APK), NO_LOC_PKG, false); local
473 getTestAppFilePath(NO_LOC_APK), NO_LOC_PKG, false); local
502 getTestAppFilePath(NO_LOC_APK), NO_LOC_PKG, false); local
524 getTestAppFilePath(INTERNAL_LOC_APK), INTERNAL_LOC_PKG, false); local
545 getTestAppFilePath(INTERNAL_LOC_APK), INTERNAL_LOC_PKG, false); local
566 getTestAppFilePath(AUTO_LOC_APK), AUTO_LOC_PKG, false); local
587 getTestAppFilePath(NO_LOC_APK), NO_LOC_PKG, false); local
612 getTestAppFilePath(VERSATILE_LOC_INTERNAL_APK), VERSATILE_LOC_PKG, false); local
615 getTestAppFilePath(VERSATILE_LOC_EXTERNAL_APK), VERSATILE_LOC_PKG, false); local
641 getTestAppFilePath(VERSATILE_LOC_EXTERNAL_APK), VERSATILE_LOC_PKG, false); local
645 getTestAppFilePath(VERSATILE_LOC_INTERNAL_APK), VERSATILE_LOC_PKG, false); local
667 EXTERNAL_LOC_VERSION_V1_APK), EXTERNAL_LOC_VERSION_PKG, false); local
693 UPDATE_EXTERNAL_LOC_V1_EXT_APK), UPDATE_EXTERNAL_LOC_PKG, false); local
718 UPDATE_EXT_TO_INT_LOC_V1_EXT_APK), UPDATE_EXT_TO_INT_LOC_PKG, false); local
744 EXTERNAL_LOC_VERSION_V1_APK), EXTERNAL_LOC_VERSION_PKG, false); local
770 NO_LOC_VERSION_V1_APK), NO_LOC_VERSION_PKG, false); local
796 ALL_PERMS_APK), ALL_PERMS_PKG, false); local
821 SHARED_PERMS_FL_APK), SHARED_PERMS_FL_PKG, false); local
846 SHARED_PERMS_BT_APK), SHARED_PERMS_BT_PKG, false); local
875 SHARED_PERMS_APK), SHARED_PERMS_PKG, false); local
901 SHARED_PERMS_FL_APK), SHARED_PERMS_FL_PKG, false); local
903 SHARED_PERMS_BT_APK), SHARED_PERMS_BT_PKG, false); local
907 SHARED_PERMS_APK), SHARED_PERMS_PKG, false); local
934 SHARED_PERMS_FL_APK), SHARED_PERMS_FL_PKG, false); local
964 SHARED_PERMS_FL_APK), SHARED_PERMS_FL_PKG, false); local
966 SHARED_PERMS_BT_APK), SHARED_PERMS_BT_PKG, false); local
970 SHARED_PERMS_APK), SHARED_PERMS_PKG, false); local
    [all...]

Completed in 798 milliseconds

<<101102103104105106107108109110>>