/frameworks/base/core/tests/coretests/src/com/android/internal/net/ |
DomainNameValidatorTest.java | 59 checkMatch("12", new StubX509Certificate("cn=imap2.g.com"), "imap.g.com", false); 60 checkMatch("13", new StubX509Certificate("cn=sub.imap.g.com"), "imap.g.com", false); 66 , "imap.g.com", false); 69 , "imap.g.com", false); 85 , "1.2.3.5", false); 120 , "g.com", false); 130 , "2.33.44.1", false); 148 checkMatchDns("15", "a.b.c.d", "*.*.c.d", false); 149 checkMatchDns("16", "a.b.c.d", "*.c.d", false); 152 checkMatchDns("22", "imap2.google.com", "imap.google.com", false); [all...] |
/frameworks/base/media/libstagefright/id3/ |
ID3.cpp | 34 : mIsValid(false), 66 return false; 87 return false; 91 return false; 95 return false; 102 return false; 109 return false; 115 return false; 120 return false; 123 return false; [all...] |
/external/webkit/WebCore/loader/appcache/ |
ApplicationCacheStorage.cpp | 96 openDatabase(false); 156 static bool hasLoadedHashes = false; 165 openDatabase(false); 529 return false; 535 return false; 550 return false; 556 return false; 566 return false; 586 return false; 599 return false; [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
itunesilstatom.cpp | 44 _success = false; 58 _success = false; 78 _success = false; 110 _success = false; 123 _success = false; 142 _success = false; 195 _success = false; 209 _success = false; 218 _success = false; 237 _success = false; [all...] |
/external/dbus/dbus/ |
dbus-marshal-validate.c | 427 validity = validate_body_helper (&sub, byte_order, FALSE, p, end, &p); 543 validity = validate_body_helper (&sub, byte_order, FALSE, p, end, &p); 724 return FALSE; 727 return FALSE; 733 return FALSE; 742 return FALSE; /* no empty path components allowed */ 749 return FALSE; 757 return FALSE; /* trailing slash not allowed unless the string is "/" */ 790 return FALSE; 793 return FALSE; [all...] |
/external/opencore/oscl/oscl/osclmemory/src/ |
oscl_mem_mempool.cpp | 28 iCheckNextAvailableFreeChunk(false), iObserver(NULL), 31 iEnableNullPtrReturn(false) 151 iCheckNextAvailableFreeChunk = false; 172 iCheckNextAvailableFreeChunk = false; 261 iCheckNextAvailable(false), 265 iCheckFreeMemoryAvailable(false), 270 iEnableNullPtrReturn(false) 349 bool emptybufferfound = false; 458 if (validateblock(aPtr) == false) 481 iCheckNextAvailable = false; [all...] |
/packages/inputmethods/PinyinIME/jni/share/ |
spellingtrie.cpp | 116 return false; 134 return false; 139 return false; 146 return false; 163 return false; 168 return false; 173 return false; 276 return false; 289 return false; 303 return false; [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TextToSpeech.java | 154 public static final int USE_DEFAULTS = 0; // false 387 private boolean mStarted = false; 438 mStarted = false; 460 mStarted = false; 528 mStarted = false; 534 mStarted = false; 540 mStarted = false; 575 mStarted = false; 581 mStarted = false; 587 mStarted = false; [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
PinyinIME.java | 191 mGestureListenerSkb = new OnGestureListener(false); 233 resetToIdleState(false); 249 if (ImeState.STATE_BYPASS == mImeState) return false; 258 resetToIdleState(false); 271 return false; 316 return false; 330 return false; 356 mCandidatesContainer.pageBackward(false, true); 362 mCandidatesContainer.pageForward(false, true); 369 resetToIdleState(false); [all...] |
/external/bluetooth/bluez/gdbus/ |
object.c | 66 complete = FALSE; 183 data->introspect = g_string_free(gstr, FALSE); 263 method->name) == FALSE) 267 method->signature) == FALSE) 368 (void *) &data) == FALSE) 397 return FALSE; 404 return FALSE; 416 return FALSE; 434 return FALSE; 439 return FALSE; [all...] |
/external/guava/src/com/google/common/base/ |
Predicates.java | 58 * Returns a predicate that always evaluates to {@code false}. 86 * evaluates to {@code false}. 95 * order, and evaluation will be "short-circuited" as soon as a false 109 * order, and evaluation will be "short-circuited" as soon as a false 122 * order, and evaluation will be "short-circuited" as soon as a false 138 * false}. 152 * false}. 184 * is {@code null} this predicate evaluates to {@code false}. 241 return false; 267 return false; [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset6.h | 110 bool aUseFileHandle = false, 111 bool aMultipleSeekToEndOfClipEnable = false) 123 , iSeekAfterEOSEnable(false) 126 , oLiveSession(false) 127 , iProtocolRollOver(false) 128 , iProtocolRollOverWithUnknownURLType(false) 129 , iPlayListURL(false) 133 , iErrorCodeTest(false) 135 , iUseFileHandle(false) 136 , iPauseDenied(false) [all...] |
/external/opencore/nodes/common/include/ |
pvmf_source_context_data.h | 62 iPreviewMode = false; 102 return false; 187 return false; 264 return false; 270 //false if keep downloading a partial downloading file 353 return false; 359 //false if keep downloading a partial downloading file 454 return false; 535 return false; 559 iCommonDataContextValid = false; [all...] |
/external/stlport/stlport/stl/ |
_limits.h | 76 _STLP_STATIC_CONSTANT(bool, is_specialized = false); 77 _STLP_STATIC_CONSTANT(bool, is_signed = false); 78 _STLP_STATIC_CONSTANT(bool, is_integer = false); 79 _STLP_STATIC_CONSTANT(bool, is_exact = false); 80 _STLP_STATIC_CONSTANT(bool, has_infinity = false); 81 _STLP_STATIC_CONSTANT(bool, has_quiet_NaN = false); 82 _STLP_STATIC_CONSTANT(bool, has_signaling_NaN = false); 83 _STLP_STATIC_CONSTANT(bool, has_denorm_loss = false); 84 _STLP_STATIC_CONSTANT(bool, is_iec559 = false); 85 _STLP_STATIC_CONSTANT(bool, is_bounded = false); [all...] |
/external/svox/pico/lib/ |
picokdt.h | 118 picoos_uint8 set; /* TRUE if class set, FALSE otherwise */ 203 10 special grapheme existence flag (TRUE/FALSE) 208 returns: TRUE if okay, FALSE otherwise 218 returns: TRUE if okay, FALSE otherwise 224 returns: TRUE if okay, FALSE otherwise 245 or an already unambiguous POS (FALSE) 246 returns: TRUE if okay, FALSE otherwise 257 returns: TRUE if okay, FALSE otherwise 264 returns: TRUE if okay, FALSE otherwise 283 12 primary stress flag (TRUE/FALSE) [all...] |
/external/webkit/JavaScriptCore/wrec/ |
WRECParser.cpp | 199 return false; 221 return false; 241 return false; 247 return false; 257 return false; 263 return false; 270 return false; 276 bool invert = false; 289 return false; 310 return false; [all...] |
/external/webkit/WebCore/page/ |
SecurityOrigin.cpp | 86 , m_universalAccess(false) 87 , m_domainWasSetInDOM(false) 169 return false; 180 return false; 212 return false; 221 return false; 225 return false; 239 return false; 245 return false; 254 return false; [all...] |
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
EventAnalyzer.java | 122 printAndExit("Too many arguments!", false /* terminate */); 133 if (outputParent == null || outputParent.isDirectory() == false) { 135 false /* terminate */); 175 if (mParser.init(tagFile) == false) { 178 if (mParser.init(mAlternateTagFile) == false) { 180 false /* terminate*/); 183 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); 208 if (mParser.init(tagFile) == false) { 211 if (mParser.init(mAlternateTagFile) == false) { 213 false /* terminate*/) [all...] |
/external/dbus/bus/ |
signals.c | 263 return FALSE; 282 return FALSE; 301 return FALSE; 320 return FALSE; 339 return FALSE; 359 return FALSE; 378 return FALSE; 448 return FALSE; 455 return FALSE; 585 return FALSE; [all...] |
/external/webkit/WebCore/html/ |
HTMLMediaElement.cpp | 105 , m_playing(false) 107 , m_processingLoad(false) 108 , m_delayingTheLoadEvent(false) 109 , m_haveFiredLoadedData(false) 112 , m_muted(false) 114 , m_seeking(false) 115 , m_sentStalledEvent(false) 116 , m_sentEndEvent(false) 117 , m_pausedInternal(false) 119 , m_isFullscreen(false) [all...] |
/development/host/windows/usb/api/ |
adb_api.h | 32 #define false 0
macro 243 @return true on success, false on error. If false is returned
259 @return true on success, false on error. If false is returned GetLastError()
305 @return true on success, false on failure. If false is returned
326 @return true on success, false on failure. If false is returned
341 @return true on success, false on failure. If false is returned [all...] |
/external/skia/src/animator/ |
SkAnimatorScript.cpp | 33 { SkType_Boolean, "false|true" }, 92 if (success == false || result->fType != type) { 94 return false; 133 return false; 143 if (SK_LITERAL_STR_EQUAL("eval", function, len) == false) 144 return false; 146 return false; 164 return false; 172 if (success == false) { 176 if (parent == false) [all...] |
/external/webkit/WebCore/dom/ |
XMLTokenizerQt.cpp | 84 , m_wroteText(false) 86 , m_sawError(false) 87 , m_sawXSLTransform(false) 88 , m_sawFirstElement(false) 89 , m_isXHTMLDocument(false) 91 , m_isXHTMLMPDocument(false) 92 , m_hasDocTypeDeclaration(false) 94 , m_parserPaused(false) 95 , m_requestingScript(false) 96 , m_finishCalled(false) [all...] |
/frameworks/base/core/jni/ |
android_text_format_Time.cpp | 78 return false; 182 t.format2445(buf, false); 388 return false; 399 bool thrown = false; 401 jboolean inUtc = false; 407 return false; 415 if (thrown) return false; 422 if (thrown) return false; 428 if (thrown) return false; 433 if (!check_char(env, s, 8, 'T')) return false; [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AdbHelper.java | 54 // ioSuccess = okay = timeout = false; 82 adbChan.configureBlocking(false); 91 if (write(adbChan, req) == false) 94 AdbResponse resp = readAdbResponse(adbChan, false); 122 adbChan.configureBlocking(false); 131 if (write(adbChan, req) == false) 134 AdbResponse resp = readAdbResponse(adbChan, false /* readDiagString */); 206 if (read(chan, reply) == false) { 215 resp.okay = false; 222 if (read(chan, lenBuf) == false) { [all...] |