/external/chromium/base/ |
rand_util_posix.cc | 49 bool success = file_util::ReadFromFD(urandom_fd, local 52 CHECK(success);
|
/external/chromium/base/test/ |
test_file_util_posix.cc | 51 bool success = true; 63 success = false; 66 while (success && !current.empty()) { 82 success = false; 86 success = EvictFileFromSystemCache(target_path); 87 DCHECK(success); 91 success = false; 102 return success;
|
/external/chromium/chrome/browser/extensions/ |
execute_code_in_tab_function.h | 29 void OnExecuteCodeFinished(int request_id, bool success, 34 void DidLoadFile(bool success, const std::string& data); 37 // true on success. If true is returned, this does an AddRef.
|
/external/chromium/chrome/browser/net/ |
url_request_mock_link_doctor_job.cc | 17 bool success = PathService::Get(chrome::DIR_TEST_DATA, &test_dir); local 18 DCHECK(success);
|
/external/icu4c/layout/ |
GlyphSubstLookupProc.h | 37 LEErrorCode& success); 42 const LEFontInstance *fontInstance, LEErrorCode& success) const;
|
HanLayoutEngine.h | 42 * @param success - set to an error code if the operation fails 51 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTablem, LEErrorCode &success); 93 * @param success - set to an error code if the operation fails 100 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
MPreFixups.cpp | 43 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success) 45 if (LE_FAILURE(success)) { 66 LEErrorCode success = LE_NO_ERROR; local 76 success = LE_MEMORY_ALLOCATION_ERROR; 84 indexSave[i] = glyphStorage.getCharIndex(mpreIndex + i, success); //charIndices[mpreIndex + i]; 89 le_int32 charIndex = glyphStorage.getCharIndex(mpreLimit + i, success); 92 glyphStorage.setCharIndex(mpreIndex + i, charIndex, success); 97 glyphStorage.setCharIndex(mpreDest, indexSave[i], success);
|
HangulLayoutEngine.cpp | 187 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success) 188 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, gsubTable, success) 196 le_int32 typoFlags, LEErrorCode &success) 197 : OpenTypeLayoutEngine(fontInstance, scriptCode, korLanguageCode, typoFlags, success) 210 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) 212 if (LE_FAILURE(success)) { 217 success = LE_ILLEGAL_ARGUMENT_ERROR; 226 success = LE_MEMORY_ALLOCATION_ERROR; 230 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success); 231 glyphStorage.allocateAuxData(success); [all...] |
ExtensionSubtables.h | 31 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const;
|
MPreFixups.h | 32 void apply(LEGlyphStorage &glyphStorage, LEErrorCode& success);
|
MultipleSubstSubtables.cpp | 17 le_uint32 MultipleSubstitutionSubtable::process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter) const 19 if (LE_FAILURE(success)) { 69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success); 70 if (LE_FAILURE(success)) {
|
MultipleSubstSubtables.h | 34 le_uint32 process(GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
|
SubstitutionLookups.h | 39 LEErrorCode& success);
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodeinsertbefore15.js | 89 var success; 112 success = false; 117 success = (typeof(ex.code) != 'undefined' && ex.code == 7); 119 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_1",success); 124 success = false; 129 success = (typeof(ex.code) != 'undefined' && ex.code == 7); 131 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_2",success); 136 success = false; 141 success = (typeof(ex.code) != 'undefined' && ex.code == 7); 143 assertTrue("throw_NO_MODIFICATION_ALLOWED_ERR_3",success); [all...] |
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.h | 23 int success); 41 int success)
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SimPhoneBookTest.java | 71 boolean success = simPhoneBook.updateAdnRecordsInEfByIndex(IccConstants.EF_ADN, 75 assertTrue(success); 79 success = simPhoneBook.updateAdnRecordsInEfBySearch(IccConstants.EF_ADN, 84 assertTrue(success); 89 success = simPhoneBook.updateAdnRecordsInEfBySearch(IccConstants.EF_ADN, 94 assertTrue(success); 98 success = simPhoneBook.updateAdnRecordsInEfByIndex(IccConstants.EF_ADN, 103 assertTrue(success);
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
Prefix.java | 134 boolean success = false; 138 success = (ex.code == DOMException.NAMESPACE_ERR); 140 assertTrue("throw_NAMESPACE_ERR", success); 152 boolean success = false; 156 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 158 assertTrue("throw_INVALID_CHARACTER_ERR", success); 170 boolean success = false; 174 success = (ex.code == DOMException.NAMESPACE_ERR); 176 assertTrue("throw_NAMESPACE_ERR", success); 204 // boolean success = false [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/ |
imageburner_ui.h | 43 virtual void OnDownloadStarted(bool success) = 0; 77 void DownloadStarted(bool success, const GURL& url); 93 virtual void OnImageDirCreated(bool success, ImageBurnTaskProxy* task) = 0; 94 virtual void OnImageUrlCreated(GURL* image_url, bool success) = 0; 108 virtual void OnDownloadStarted(bool success) OVERRIDE; 200 virtual void OnImageDirCreated(bool success, ImageBurnTaskProxy* task) 202 virtual void OnImageUrlCreated(GURL* image_url, bool success) OVERRIDE; 205 virtual void OnDownloadStarted(bool success) OVERRIDE; 209 void OnImageDirCreatedOnUIThread(bool success); 212 void UnzipComplete(bool success); [all...] |
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 253 They are all non-zero so that they can be used as `success' 1032 int success = 0; local 1056 success = gnu_special (work, &mangled, &decl); 1058 if (!success) 1060 success = demangle_prefix (work, &mangled, &decl); 1062 if (success && (*mangled != '\0')) 1064 success = demangle_signature (work, &mangled, &decl); 1081 demangled = mop_up (work, &decl, success); 1220 mop_up (struct work_stuff *work, string *declp, int success) 1275 int success = 1; local 1590 int success = 1; local 1650 int success; local 1706 int success; local 1843 int success = 1; local 1956 int success = 0; local 2396 int success = 0; local 2448 int success = 0; local 2502 int success = 0; local 2600 int success = 1; local 2809 int success = 1; local 3059 int success = 1; local 3143 int success = 1; local 3402 int success; local 3711 int success = 1; local [all...] |
/external/chromium/base/i18n/ |
icu_string_conversions_unittest.cc | 111 bool success; member in struct:base::__anon2188 251 bool success = CodepageToWide(kConvertCodepageCases[i].encoded, local 255 EXPECT_EQ(kConvertCodepageCases[i].success, success); 262 if (success && 266 success = WideToCodepage(wide, kConvertCodepageCases[i].codepage_name, 268 EXPECT_EQ(kConvertCodepageCases[i].success, success); 318 bool success = CodepageToUTF16(kConvertCodepageCases[i].encoded, local 327 EXPECT_EQ(kConvertCodepageCases[i].success, success) 370 bool success = ConvertToUtf8AndNormalize( local [all...] |
/dalvik/tests/067-preemptive-unpark/src/ |
Main.java | 32 if (test.success) { 83 public volatile boolean success = false; field in class:Main.ParkTester 100 success = false; 103 success = true;
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
WaitingThread.java | 154 boolean success = false; 157 success = this.cond.awaitUntil(deadline); 160 success = true; 167 return success;
|
/external/chromium/chrome/browser/chromeos/cros/ |
speech_synthesis_library.h | 16 typedef void(*InitStatusCallback)(bool success);
|
/external/chromium/chrome/browser/chromeos/ |
google_update_chromeos.cc | 51 bool success = false; local 59 success = chromeos::Update(&result); 67 success = chromeos::CheckForUpdate(&result); 100 &GoogleUpdate::ReportResults, final, success
|
/external/skia/tests/ |
ParsePathTest.cpp | 9 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); local 10 REPORTER_ASSERT(reporter, success); 37 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); local 38 REPORTER_ASSERT(reporter, success);
|