/tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/ |
DbNode.java | 329 final boolean[] success = new boolean[]
348 success[0] = false;
376 if (!success[0])
382 if (!success[0])
|
/dalvik/vm/hprof/ |
Hprof.cpp | 59 * Finish up the hprof dump. Returns true on success. 235 * Returns 0 on success, or an error code on failure. 240 int success; 255 success = hprofShutdown(ctx) ? 0 : -1; 258 return success;
|
/external/chromium/base/ |
file_util_posix.cc | 152 // The Windows version defines this condition as success. 161 bool success = true; 167 for (FilePath current = traversal.Next(); success && !current.empty(); 175 success = (unlink(current.value().c_str()) == 0); 178 while (success && !directories.empty()) { 181 success = (rmdir(dir.value().c_str()) == 0); 183 return success; 251 bool success = true; 267 success = false; 282 while (success && !current.empty()) [all...] |
string_split.cc | 103 bool success = true; local 117 success = false; 122 return success;
|
time_win.cc | 216 BOOL success = TRUE; local 219 success = FileTimeToLocalFileTime(&utc_ft, &ft); 225 if (!success || !FileTimeToSystemTime(&ft, &st)) {
|
utf_offset_string_conversions.cc | 35 bool success = true; local 46 success = false; 65 return success;
|
utf_string_conversions.cc | 29 bool success = true; local 37 success = false; 41 return success; 55 // Ignore the success flag of this call, it will do the best it can for 138 // Ignore the success flag of this call, it will do the best it can for 151 // Ignore the success flag of this call, it will do the best it can for
|
/external/chromium/chrome/browser/autofill/ |
autofill_browsertest.cc | 108 void SimulateURLFetch(bool success) { 112 status.set_status(success ? net::URLRequestStatus::SUCCESS : 142 status, success ? 200 : 500,
|
/external/chromium/chrome/browser/extensions/ |
extension_rlz_module.cc | 17 bool success = true; local 47 success = false; 51 return success;
|
/external/icu4c/i18n/ |
indiancal.cpp | 41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) 42 : Calendar(TimeZone::createDefault(), aLocale, success) 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
japancal.cpp | 293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success) 294 : GregorianCalendar(aLocale, success) 296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
persncal.cpp | 190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) 191 : Calendar(TimeZone::createDefault(), aLocale, success) 193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/icu4c/test/intltest/ |
simplethread.cpp | 232 bool success; local 239 success = GetExitCodeThread(imp->fHandle, &threadExitCode) != 0; 240 if (! success) {
|
/external/openssh/ |
auth-rsa.c | 135 int i, success; local 158 success = PRIVSEP(auth_rsa_verify_response(key, challenge, response)); 160 return (success);
|
/external/openssh/openbsd-compat/ |
port-aix.c | 170 * Note: this function returns 1 on success, whereas AIX's authenticate() 281 int success = 0; local 285 success = 1; 293 return (success);
|
/external/skia/samplecode/ |
SamplePolyToPoly.cpp | 30 bool success; local 32 success = m1.setPolyToPoly(src, dst, 3); 52 success = m2.setPolyToPoly((const SkPoint*)src1, (SkPoint*)dst1, 4);
|
/external/valgrind/main/VEX/switchback/ |
binary_switchback.pl | 215 # Returns 1 on success, 0 on failure 306 my $success = 0; 341 $success = 1; 407 if ($success) { 408 print "*** Success! No bad bbs found. ***\n";
|
/external/valgrind/main/drd/ |
drd_malloc_wrappers.c | 112 Bool success; local 115 success = DRD_(freelike_block)(tid, (Addr)p, True); 116 tl_assert(success); 176 * - success is not guaranteed even if the requested size is smaller than the
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageBufferAndroid.cpp | 64 ImageBuffer::ImageBuffer(const IntSize& size, ColorSpace, RenderingMode, bool& success) 70 success = false; 73 success = true;
|
/external/webkit/Source/WebCore/platform/win/ |
ClipboardWin.cpp | 394 bool success = false; local 398 success = true; 407 success = true; 415 success = true; 418 return success; 453 String ClipboardWin::getData(const String& type, bool& success) const 455 success = false; 461 return m_dataObject ? getPlainText(m_dataObject.get(), success) : getPlainText(&m_dragDataMap); 463 return m_dataObject ? getURL(m_dataObject.get(), DragData::DoNotConvertFilenames, success) : getURL(&m_dragDataMap, DragData::DoNotConvertFilenames); 465 String data = m_dataObject ? getTextHTML(m_dataObject.get(), success) : getTextHTML(&m_dragDataMap) [all...] |
/external/webrtc/src/system_wrappers/source/ |
map_unittest.cc | 72 bool success = true; local 79 success = false; 85 return success;
|
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.c | 196 int success) 202 success ? "succeeded" : "failed"); 207 if (success && key) {
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.h | 81 * @success: Whether the authentication was completed successfully 89 void (*cb)(struct eapol_sm *eapol, int success, void *ctx); 129 * Returns: 0 on success, -1 on failure 140 * Returns: 0 on success, -1 on failure 270 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success); 334 Boolean success)
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ISO8601Converter.java | 473 boolean success = false; 478 success = true; 483 if (success)
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
KeyguardSimPukView.java | 189 abstract void onSimLockChangedResponse(boolean success); 256 void onSimLockChangedResponse(final boolean success) { 262 if (success) {
|