/external/webkit/WebCore/platform/wx/ |
ClipboardWx.cpp | 55 String ClipboardWx::getData(const String& type, bool& success) const
|
/frameworks/base/core/java/com/android/internal/os/storage/ |
ExternalStorageFormatter.java | 156 boolean success = false; 159 success = true; 164 if (success) { 174 if (!success && mAlwaysReset) {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
TestHandlerThread.java | 65 public void success() { method in class:TestHandlerThread
|
/hardware/ril/reference-ril/ |
atchannel.h | 62 int success; /* true if final response indicates member in struct:__anon9758 63 success (eg "OK") */
|
reference-ril.c | 259 if (err < 0 || p_response->success == 0) goto error; 263 if (err < 0|| p_response->success == 0) { 305 if (err != 0 || p_response->success == 0) { 353 if (err != 0 || p_response->success == 0) { 443 if (err < 0 || p_response->success == 0) { 498 if (err != 0 || p_response->success == 0) { 622 /* success or failure is ignored by the upper layer here. 623 it will call GET_CURRENT_CALLS and determine success that way */ 642 if (err != 0 || p_response->success == 0) goto error; 670 /* success or failure is ignored by the upper layer here [all...] |
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ExecutorCompletionServiceTest.java | 32 } catch (NullPointerException success) {} 43 } catch (NullPointerException success) {} 56 } catch (NullPointerException success) { 72 } catch (NullPointerException success) {
|
AtomicIntegerArrayTest.java | 39 } catch (NullPointerException success) {} 61 } catch (IndexOutOfBoundsException success) { 66 } catch (IndexOutOfBoundsException success) { 71 } catch (IndexOutOfBoundsException success) { 76 } catch (IndexOutOfBoundsException success) {
|
AtomicLongArrayTest.java | 38 } catch (NullPointerException success) {} 60 } catch (IndexOutOfBoundsException success) { 65 } catch (IndexOutOfBoundsException success) { 70 } catch (IndexOutOfBoundsException success) { 75 } catch (IndexOutOfBoundsException success) {
|
ConcurrentSkipListMapTest.java | 514 } catch (UnsupportedOperationException success) {} 520 } catch (UnsupportedOperationException success) {} 526 } catch (UnsupportedOperationException success) {} 532 } catch (UnsupportedOperationException success) {} 631 } catch (UnsupportedOperationException success) {} 658 } catch (UnsupportedOperationException success) {} 694 } catch (NullPointerException success) {} 705 } catch (NullPointerException success) {} 716 } catch (NullPointerException success) {} 728 } catch (NullPointerException success) {} [all...] |
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertInstallerMain.java | 80 protected void onInstallationDone(boolean success) {
|
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetProvider.java | 123 boolean success = false; 143 success = true; 150 Log.d(TAG, "setPhoto success=" + success); 152 return success;
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PhotoAppWidgetProvider.java | 116 boolean success = false; 134 success = true; 141 Log.d(TAG, "setPhoto success=" + success); 143 return success;
|
/packages/apps/Settings/src/com/android/settings/ |
IccLockSettings.java | 284 private void iccLockChanged(boolean success) { 285 if (success) { 294 private void iccPinChanged(boolean success) { 295 if (!success) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
context.h | 166 typedef void (*pa_context_success_cb_t) (pa_context *c, int success, void *userdata); 207 * returning a success notification */
|
/external/chromium/googleurl/src/ |
url_canon_relative.cc | 282 bool success = true; local 321 success &= CanonicalizePath(relative_url, path, 330 success &= CanonicalizePartialPath(relative_url, path, path_begin, 345 return success; 357 return success; 370 return success; 376 return success;
|
url_canon_unittest.cc | 182 bool success = true; local 184 success &= AppendUTF8EscapedChar(utf_cases[i].input8, &ch, input_len, 188 EXPECT_EQ(utf_cases[i].expected_success, success); 197 bool success = true; local 199 success &= AppendUTF8EscapedChar(input_str.c_str(), &ch, input_len, 203 EXPECT_EQ(utf_cases[i].expected_success, success); 303 bool success = url_canon::CanonicalizeScheme(scheme_cases[i].input, local 307 EXPECT_EQ(scheme_cases[i].expected_success, success); 318 success = url_canon::CanonicalizeScheme(wide_input.c_str(), in_comp, 322 EXPECT_EQ(scheme_cases[i].expected_success, success); 418 bool success = url_canon::CanonicalizeHost(host_cases[i].input8, in_comp, local 439 bool success = url_canon::CanonicalizeHost(input16.c_str(), in_comp, local 803 bool success = url_canon::CanonicalizeUserInfo(user_info_cases[i].input, local 867 bool success = url_canon::CanonicalizePort(port_cases[i].input, in_comp, local 972 bool success = url_canon::CanonicalizePath(path_cases[i].input8, in_comp, local 990 bool success = url_canon::CanonicalizePath(input16.c_str(), in_comp, local 1009 bool success = url_canon::CanonicalizePath(path_with_null, in_comp, local 1230 bool success = url_canon::CanonicalizeStandardURL( local 1517 bool success = url_canon::CanonicalizeFileURL(cases[i].input, url_len, local 1557 bool success = url_canon::CanonicalizePathURL(path_cases[i].input, url_len, local 1615 bool success = url_canon::CanonicalizeMailtoURL(cases[i].input, url_len, local [all...] |
url_util.cc | 192 bool success; 196 success = url_canon::CanonicalizeFileURL(spec, spec_len, parsed_input, 203 success = url_canon::CanonicalizeStandardURL(spec, spec_len, parsed_input, 210 success = url_canon::CanonicalizeMailtoURL(spec, spec_len, parsed_input, 216 success = url_canon::CanonicalizePathURL(spec, spec_len, parsed_input, 219 return success;
|
/external/v8/test/mjsunit/ |
debug-changebreakpoint.js | 47 function testArguments(dcp, arguments, success) { 51 if (success) { 52 assertTrue(response.success, json_response); 54 assertFalse(response.success, json_response); 67 assertFalse(response.success);
|
debug-references.js | 47 function testRequest(dcp, arguments, success, count) {
58 if (success) {
59 assertTrue(response.success, request + ' -> ' + response.message);
67 assertFalse(response.success, request + ' -> ' + response.message);
89 assertTrue(response.success, "Evaluation of Point failed");
|
/external/e2fsprogs/e2fsck/ |
recovery.c | 312 int err, success = 0; local 435 success = err; 551 if (!success) 552 success = -EIO; 556 return success;
|
/external/webkit/WebCore/platform/chromium/ |
ClipboardChromium.cpp | 111 String ClipboardChromium::getData(const String& type, bool& success) const 113 success = false; 128 success = !text.isEmpty(); 130 success = true; 137 success = true;
|
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 138 boolean success = false; 146 success = true; 148 if (!success) { 185 boolean success = false; 198 success = true; 200 if (!success) { 215 success = false; 224 success = true; 226 if (!success) { 241 success = false [all...] |
/frameworks/base/core/jni/ |
android_server_BluetoothEventLoop.cpp | 782 goto success; 794 goto success; 807 goto success; 820 goto success; 843 goto success; 855 goto success; 863 goto success; 870 success: 903 goto success; [all...] |
/external/skia/src/animator/ |
SkMemberInfo.cpp | 202 bool success = true; local 259 success = engine.evaluateScript(&script, &scriptValue); 260 if (success == false) { 265 SkASSERT(success); 289 success = engine.convertTo(SkType_String, &scriptValue); 293 success = engine.convertTo(SkType_Float, &scriptValue); 296 success = engine.convertTo(SkType_Int, &scriptValue); 299 success = engine.convertTo(arrayType(), &scriptValue); 309 if (success == false)
|
/external/icu4c/layout/ |
GlyphIterator.cpp | 110 LEGlyphID *GlyphIterator::insertGlyphs(le_int32 count, LEErrorCode& success) 112 return glyphStorage.insertGlyphs(position, count, success); 409 LEErrorCode success = LE_NO_ERROR; local 410 FeatureMask fm = glyphStorage.getAuxData(position, success); 421 LEErrorCode success = LE_NO_ERROR; local 423 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK);
|