/external/chromium_org/chrome/browser/chromeos/contacts/ |
contact_database.h | 38 typedef base::Callback<void(bool success)> InitCallback; 39 typedef base::Callback<void(bool success)> SaveCallback; 40 typedef base::Callback<void(bool success, 103 void RunInitCallback(InitCallback callback, const bool* success); 104 void RunSaveCallback(SaveCallback callback, const bool* success); 106 const bool* success, 110 // Initializes the database in |database_dir| and updates |success|. 111 void InitFromTaskRunner(const base::FilePath& database_dir, bool* success); 113 // Saves data to disk and updates |success|. 118 bool* success); [all...] |
/external/chromium_org/v8/test/webkit/ |
duplicate-param-gc-crash.js | 50 var test1Closure = test1(["success"]); 52 var extra = test1("success"); 56 shouldBe('test1Closure()', '"success"'); 64 var test2Closure = test2("success", "success", "success", "success", "success", "success", ["success"]); [all...] |
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_base.cc | 25 void LoggedAsyncExtensionFunction::SendResponse(bool success) { 32 success ? "succeeded" : "failed", 43 AsyncExtensionFunction::SendResponse(success);
|
private_api_base.h | 31 virtual void SendResponse(bool success) OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/docs/examples/apps/ |
calculator_browsertest.cc | 29 bool success; local 32 "window.domAutomationController.send(window.runTests().success)", 33 &success); 36 ASSERT_TRUE(success);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/ |
u_format_compatible_test.c | 71 boolean success; local 73 success = test_all(); 75 return success ? 0 : 1;
|
u_format_test.c | 209 boolean success; local 211 success = TRUE; 217 success = FALSE; 223 if (!success) { 228 return success; 238 boolean success; local 244 success = TRUE; 249 success = FALSE; 255 if (!success) { 260 return success; 271 boolean success; local 345 boolean success; local 384 boolean success; local 440 boolean success; local 471 boolean success; local 508 boolean success; local 545 boolean success; local 583 boolean success; local 620 boolean success; local 662 boolean success = TRUE; local 686 boolean success = TRUE; local 730 boolean success; local [all...] |
/external/chromium_org/third_party/skia/src/utils/ |
SkRTConf.cpp | 148 template <typename T> T doParse(const char *, bool *success ) { 150 if (success) { 151 *success = false; 156 template<> bool doParse<bool>(const char *s, bool *success) { 157 if (success) { 158 *success = true; 166 if (success) { 167 *success = false; 172 template<> const char * doParse<const char *>(const char * s, bool *success) { 173 if (success) { 249 bool success; local [all...] |
/external/icu4c/layout/ |
ExtensionSubtables.cpp | 27 GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode& success) const 29 if (LE_FAILURE(success)) { 39 return lookupProcessor->applySubtable(subtable, elt, glyphIterator, fontInstance, success);
|
GXLayoutEngine.h | 45 * @param success - set to an error code if the operation fails 52 GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const MorphTableHeader *morphTable, LEErrorCode &success); 98 * @param success - set to an error code if the operation fails 105 LEGlyphStorage &glyphStorage, LEErrorCode &success); 115 * @param success - set to an error code if the operation fails 120 LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
HangulLayoutEngine.h | 49 * @param success - set to an error code if the operation fails 58 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success); 67 * @param success - set to an error code if the operation fails 75 le_int32 typoFlags, LEErrorCode &success); 115 * @param success - set to an error code if the operation fails 122 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
KhmerLayoutEngine.h | 52 * @param success - set to an error code if the operation fails 61 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success); 70 * @param success - set to an error code if the operation fails 78 le_int32 typoFlags, LEErrorCode &success); 118 * @param success - set to an error code if the operation fails 125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
ThaiLayoutEngine.h | 40 * @param success - set to an error code if the operation fails 47 ThaiLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success); 107 * @param success - set to an error code if the operation fails 116 LEGlyphStorage &glyphStorage, LEErrorCode &success); 134 * @param success - output parameter set to an error code if the operation fails 138 virtual void adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
TibetanLayoutEngine.h | 52 * @param success - set to an error code if the operation fails 61 le_int32 typoFlags, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success); 70 * @param success - set to an error code if the operation fails 78 le_int32 typoFlags, LEErrorCode &success); 118 * @param success - set to an error code if the operation fails 125 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
IndicLayoutEngine.h | 50 * @param success - set to an error code if the operation fails 59 le_int32 typoFlags, le_bool version2, const GlyphSubstitutionTableHeader *gsubTable, LEErrorCode &success); 68 * @param success - set to an error code if the operation fails 76 le_int32 typoFlags, LEErrorCode &success); 117 * @param success - set to an error code if the operation fails 124 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success); 145 * @param success - set to an error code if the operation fails 155 LEGlyphStorage &glyphStorage, LEErrorCode &success);
|
/external/llvm/lib/Object/ |
Error.cpp | 36 case object_error::success: return "Success"; 51 if (ev == object_error::success) 52 return errc::success;
|
/external/llvm/tools/llvm-readobj/ |
Error.cpp | 34 case readobj_error::success: return "Success"; 52 if (ev == readobj_error::success) 53 return errc::success;
|
/external/mesa3d/src/gallium/tests/unit/ |
u_format_compatible_test.c | 71 boolean success; local 73 success = test_all(); 75 return success ? 0 : 1;
|
u_format_test.c | 209 boolean success; local 211 success = TRUE; 217 success = FALSE; 223 if (!success) { 228 return success; 238 boolean success; local 244 success = TRUE; 249 success = FALSE; 255 if (!success) { 260 return success; 271 boolean success; local 345 boolean success; local 384 boolean success; local 440 boolean success; local 471 boolean success; local 508 boolean success; local 545 boolean success; local 583 boolean success; local 620 boolean success; local 662 boolean success = TRUE; local 686 boolean success = TRUE; local 730 boolean success; local [all...] |
/external/skia/src/utils/ |
SkRTConf.cpp | 148 template <typename T> T doParse(const char *, bool *success ) { 150 if (success) { 151 *success = false; 156 template<> bool doParse<bool>(const char *s, bool *success) { 157 if (success) { 158 *success = true; 166 if (success) { 167 *success = false; 172 template<> const char * doParse<const char *>(const char * s, bool *success) { 173 if (success) { 249 bool success; local [all...] |
/external/chromium/chrome/browser/extensions/ |
file_reader.cc | 29 bool success = file_util::ReadFileToString(resource_.GetFilePath(), &data); local 31 this, &FileReader::RunCallback, success, data)); 34 void FileReader::RunCallback(bool success, const std::string& data) { 35 callback_->Run(success, data);
|
/external/chromium_org/chrome/browser/resources/options/ |
import_data_overlay.css | 23 #import-success-header { 27 #import-success-image {
|
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/ |
CriteriaHelper.java | 63 boolean success = false; 64 while (count < maxAttempts && !success) { 67 success = pollForCriteria(criteria, maxTimeoutMs, checkIntervalMs); 69 return success;
|
/external/chromium_org/third_party/WebKit/Source/modules/quota/ |
WebStorageQuotaCallbacksImpl.h | 47 static WebStorageQuotaCallbacksImpl* createLeakedPtr(PassRefPtr<StorageUsageCallback> success, PassRefPtr<StorageErrorCallback> error) 49 OwnPtr<WebStorageQuotaCallbacksImpl> callbacks = adoptPtr(new WebStorageQuotaCallbacksImpl(success, error)); 53 static WebStorageQuotaCallbacksImpl* createLeakedPtr(PassRefPtr<StorageQuotaCallback> success, PassRefPtr<StorageErrorCallback> error) 55 OwnPtr<WebStorageQuotaCallbacksImpl> callbacks = adoptPtr(new WebStorageQuotaCallbacksImpl(success, error));
|
/external/valgrind/main/memcheck/tests/ |
metadata.stdout.exp | 1 result of GET is 1 (1 for success) 12 result of SET is 1 (1 for success)
|