/external/icu4c/i18n/ |
dangical.h | 45 * @param success Indicates the status of DangiCalendar object construction. 49 DangiCalendar(const Locale& aLocale, UErrorCode &success);
|
/external/icu4c/layout/ |
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/skia/bench/ |
ImageDecodeBench.cpp | 63 SkDEBUGCODE(bool success =) SkImageDecoder::DecodeStream(&fStream, &bm); 65 if (!success) { 70 SkDEBUGCODE(success =) fStream.rewind(); 72 if (!success) {
|
SkipZeroesBench.cpp | 78 SkDEBUGCODE(bool success =) fDecoder->decode(&fStream, &bm, 81 if (!success) { 86 SkDEBUGCODE(success =) fStream.rewind(); 88 if (!success) {
|
/external/skia/tests/ |
GpuBitmapCopyTest.cpp | 40 * @param success True if the copy succeeded. 46 const bool success, const SkBitmap& src, const SkBitmap& dst, 48 if (success) { 150 bool success = src.deepCopyTo(&dst, gPairs[j].fConfig); local 152 if (success != expected) { 156 boolStr(success)); 161 if (success != canSucceed) { 165 gConfigName[i], gConfigName[j], boolStr(success), 170 TestIndividualCopy(reporter, gPairs[j].fConfig, success, src, dst); 175 success = subset.copyTo(&subsetCopy, gPairs[j].fConfig) [all...] |
ParsePathTest.cpp | 16 bool success = SkParsePath::FromSVGString(str.c_str(), &path2); local 17 REPORTER_ASSERT(reporter, success); 44 bool success = SkParsePath::FromSVGString(gRec[i].fStr, &path); local 45 REPORTER_ASSERT(reporter, success);
|
/frameworks/compile/slang/ |
slang_utils.cpp | 30 if (EC != llvm::errc::success) {
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragSource.java | 44 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragSource.java | 44 void onDropCompleted(View target, DragObject d, boolean isFlingToDelete, boolean success);
|
/external/chromium_org/chrome/installer/test/ |
pe_image_resources.cc | 16 // an instance of type |T|. Returns true on success. 32 bool success = true; local 52 for (; success && scan != end; ++scan) { 59 success = false; 69 success = false; 79 success = EnumResourcesWorker(image, tree_base, tree_size, 96 success = false; 102 return success;
|
/frameworks/base/keystore/tests/src/android/security/ |
KeyPairGeneratorSpecTest.java | 95 } catch (IllegalArgumentException success) { 104 } catch (IllegalArgumentException success) { 113 } catch (IllegalArgumentException success) { 122 } catch (IllegalArgumentException success) { 131 } catch (IllegalArgumentException success) { 140 } catch (IllegalArgumentException success) { 149 } catch (IllegalArgumentException success) {
|
/external/chromium_org/chrome/common/ |
service_process_util_posix.cc | 86 bool* success) { 89 *success = base::MessageLoopForIO::current()->WatchFileDescriptor( 95 if (!*success) { 108 *success = sigaction(SIGTERM, &action, &old_action_) == 0; 109 if (!*success) { 122 *success = WatchExecutable(); 123 if (!*success) { 182 bool success = false; local 188 &success)); 190 return success; [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip.cc | 73 bool success = true; local 75 success = AddFileToZip(zip_file, path); 83 return success; 140 bool success = true; local 150 success = false; 160 return success; 186 bool success = true; local 193 success = false; 200 success = false; 203 return success; [all...] |
/external/chromium_org/remoting/base/ |
auto_thread_unittest.cc | 22 void SetFlagTask(bool* success) { 23 *success = true; 28 bool* success) { 29 task_runner->PostTask(FROM_HERE, base::Bind(&SetFlagTask, success)); 116 bool success = false; local 117 task_runner->PostTask(FROM_HERE, base::Bind(&SetFlagTask, &success)); 122 EXPECT_TRUE(success); 135 bool success = false; local 137 base::Bind(&PostSetFlagTask, task_runner2, &success)); 143 EXPECT_TRUE(success); [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
gregocal.h | 76 * UErrorCode success = U_ZERO_ERROR; 79 * if (ids == 0 || ids->count(success) == 0) { 87 * SimpleTimeZone* pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids->unext(NULL, success))); 95 * Calendar* calendar = new GregorianCalendar( pdt, success ); 98 * cout << "ERA: " << calendar->get( UCAL_ERA, success ) << endl; 99 * cout << "YEAR: " << calendar->get( UCAL_YEAR, success ) << endl; 100 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl; 101 * cout << "WEEK_OF_YEAR: " << calendar->get( UCAL_WEEK_OF_YEAR, success ) << endl; 102 * cout << "WEEK_OF_MONTH: " << calendar->get( UCAL_WEEK_OF_MONTH, success ) << endl; 103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl [all...] |
/external/chromium_org/third_party/zlib/google/ |
zip.cc | 73 bool success = true; local 75 success = AddFileToZip(zip_file, path); 83 return success; 140 bool success = true; local 150 success = false; 160 return success; 186 bool success = true; local 193 success = false; 200 success = false; 203 return success; [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 76 * UErrorCode success = U_ZERO_ERROR; 79 * if (ids == 0 || ids->count(success) == 0) { 87 * SimpleTimeZone* pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids->unext(NULL, success))); 95 * Calendar* calendar = new GregorianCalendar( pdt, success ); 98 * cout << "ERA: " << calendar->get( UCAL_ERA, success ) << endl; 99 * cout << "YEAR: " << calendar->get( UCAL_YEAR, success ) << endl; 100 * cout << "MONTH: " << calendar->get( UCAL_MONTH, success ) << endl; 101 * cout << "WEEK_OF_YEAR: " << calendar->get( UCAL_WEEK_OF_YEAR, success ) << endl; 102 * cout << "WEEK_OF_MONTH: " << calendar->get( UCAL_WEEK_OF_MONTH, success ) << endl; 103 * cout << "DATE: " << calendar->get( UCAL_DATE, success ) << endl [all...] |
/external/openssh/ |
dns.c | 44 "success", /* 0 ERRSET_SUCCESS */ 80 int success = 0; local 99 success = 1; 104 success = 0; 107 return success; 117 int success = 0; local 134 success = 1; 137 return success; 292 int success = 0; local 309 success = 1 [all...] |
/external/icu4c/samples/layout/ |
ScriptCompositeFontInstance.cpp | 63 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const 65 if (LE_FAILURE(success)) { 70 success = LE_ILLEGAL_ARGUMENT_ERROR; 74 const LEFontInstance *result = fFontMap->getScriptFont(script, success); 76 if (LE_FAILURE(success)) {
|
/external/chromium_org/content/renderer/ |
date_time_formatter.cc | 107 UErrorCode success = U_ZERO_ERROR; local 115 icu::GregorianCalendar calendar(success); 116 if (success <= U_ZERO_ERROR) { 133 icu::SimpleDateFormat formatter(*pattern_, success); 135 formatter.format(calendar, formatted_time, NULL, success); 139 if (success <= U_ZERO_ERROR) 142 LOG(WARNING) << "Calendar not created: error " << success; 174 // garbage if success <= U_ZERO_ERROR so the output is sanitized here. 177 UErrorCode success = U_ZERO_ERROR; local 178 int result = calendar->get(value, success); 193 UErrorCode success = U_ZERO_ERROR; local [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementSetAttributeNS.java | 138 boolean success = false; 143 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); 145 assertTrue("elementsetattributens04", success); 159 boolean success = false; 163 success = (ex.code == DOMException.NAMESPACE_ERR); 165 assertTrue("elementsetattributens05", success); 176 boolean success = false; 181 success = (ex.code == DOMException.NAMESPACE_ERR); 183 assertTrue("elementsetattributens08_Err1", success); 187 boolean success = false [all...] |