HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 1076 - 1100 of 4084) sorted by null

<<41424344454647484950>>

  /frameworks/base/services/java/com/android/server/display/
PersistentDataStore.java 221 boolean success = false;
227 success = true;
229 if (success) {
  /frameworks/base/services/java/com/android/server/wm/
BlackFrame.java 108 boolean success = false;
129 success = true;
131 if (!success) {
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 169 boolean success = true;
174 success = false;
178 assertTrue(success && boxChecker.getError() == null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 210 boolean success = false;
226 success = true;
235 return success;
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 98 boolean success;
100 success = entry.getValue().apply(python);
105 if (!success) {
  /hardware/ril/reference-ril/
reference-ril.c 357 if (err < 0 || p_response->success == 0) goto error;
361 if (err < 0|| p_response->success == 0) {
403 if (err != 0 || p_response->success == 0) {
455 if (err != 0 || p_response->success == 0) {
592 if (err < 0 || p_response->success == 0) {
647 if (err != 0 || p_response->success == 0) {
771 /* success or failure is ignored by the upper layer here.
772 it will call GET_CURRENT_CALLS and determine success that way */
791 if (err != 0 || p_response->success == 0) goto error;
819 /* success or failure is ignored by the upper layer here
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 210 bool success = false; local
212 success = InitializeAlsaMixer();
213 if (success) {
226 if (success) {
233 callback->Run(success);
  /external/chromium/chrome/browser/history/
history_backend.cc 1322 const bool success = (db_.get() && db_->GetVisitCountToHost(url, &count, local
1526 bool success = false; local
1582 bool success = false; local
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 358 int err, success = 0; local
498 success = err;
706 if (!success)
707 success = -EIO;
711 return success;
  /external/skia/src/animator/
SkAnimateMaker.cpp 105 bool success = decodeStream(stream); local
108 return success;
279 bool success = computeID(original, NULL, &newID); local
280 if (success)
282 return success;
SkDisplayApply.cpp 397 bool success = maker.computeID(scope, this, &newID); local
398 if (success == false)
428 bool success = SkAnimatorScript::EvaluateDisplayable(maker, this, dynamicScope.c_str(), local
430 if (success && scope != newScope) {
474 bool success = target->getProperty(info->propertyIndex(), &scriptValue); local
475 SkASSERT(success == true);
632 bool success = animate->fFieldInfo->setValue(maker, &formulaValues, 0, 0, NULL, local
634 SkASSERT(success);
764 bool success = target->getProperty(info->propertyIndex(), &scriptValue); local
765 SkASSERT(success == true)
    [all...]
SkAnimatorScript2.cpp 162 bool success = fEngine->getMaker().find(token, len, &displayable); local
163 if (success == false) {
336 bool success = fEngine->getMaker().findKey(displayable, &id); local
337 SkASSERT(success);
597 bool success = engine.evaluateScript(&script, &value); local
598 if (success == false) {
  /external/skia/tests/
WritePixelsTest.cpp 236 bool success = true; local
250 success = false;
257 success = false;
267 success = false;
274 return success;
  /external/webkit/Source/WebCore/bindings/js/
ScriptDebugServer.cpp 91 bool success;
92 intptr_t sourceIDValue = tokens[0].toIntPtr(&success);
93 if (!success)
95 unsigned lineNumber = tokens[1].toUInt(&success);
96 if (!success)
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 211 EGLBoolean success = EGL_TRUE; local
214 success = eglSwapBuffers(mDisplay, mSurface);
221 success = eglSwapBuffers(mDisplay, mSurface);
226 success = eglSwapBuffers(mDisplay, mSurface);
234 if (!success) {
  /external/llvm/lib/Support/
PathV2.cpp 612 return error_code::success();
624 return error_code::success();
633 return error_code::success();
645 return error_code::success();
685 return error_code::success();
697 return error_code::success();
709 return error_code::success();
736 return error_code::success();
742 return error_code::success();
865 return error_code::success();
    [all...]
  /external/icu4c/i18n/
nfrs.cpp 615 UBool success = negativeNumberRule->doParse(text, workingPos, 0, upperBound, tempResult); local
617 fprintf(stderr, " <nfrs after negative> success: %d wpi: %d\n", success, workingPos.getIndex());
619 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
635 UBool success = fractionRules[i]->doParse(text, workingPos, 0, upperBound, tempResult); local
636 if (success && (workingPos.getIndex() > highWaterMark.getIndex())) {
675 UBool success = rules[i]->doParse(text, workingPos, fIsFractionRuleSet, upperBound, tempResult); local
676 if (success && workingPos.getIndex() > highWaterMark.getIndex()) {
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 389 bool success = true; local
404 success = success && completion.complType() != Throw;
426 return success;
541 bool success = runWithScripts(globalObject, options.scripts, options.dump); local
542 if (options.interactive && success)
545 return success ? 0 : 3;
  /external/openssh/
authfile.c 172 int success = 0; local
193 success = PEM_write_bio_DSAPrivateKey(bio, key->dsa,
198 success = PEM_write_bio_ECPrivateKey(bio, key->ecdsa,
203 success = PEM_write_bio_RSAPrivateKey(bio, key->rsa,
207 if (success) {
209 success = 0;
214 return success;
262 int success = 0; local
269 success = 1;
272 return success;
    [all...]
serverloop.c 1102 int success = 0, allocated_listen_port = 0; local
1131 success = 0;
1135 success = channel_setup_remote_fwd_listener(
1149 success = channel_cancel_rport_listener(cancel_address,
1154 success = 1;
1157 packet_start(success ?
1159 if (success && allocated_listen_port > 0)
1171 int id, reply, success = 0; local
    [all...]
  /external/v8/test/mjsunit/
debug-handle.js 62 assertTrue(response.success, request + ' -> ' + response.message);
69 function lookupRequest(exec_state, arguments, success) {
85 if (success) {
86 assertTrue(response.success, request + ' -> ' + response.message);
88 assertFalse(response.success, request + ' -> ' + response.message);
debug-setbreakpoint.js 52 function testArguments(dcp, arguments, success, is_script) {
56 if (success) {
57 assertTrue(response.success, request + ' -> ' + json_response);
64 assertFalse(response.success, request + ' -> ' + json_response);
78 assertFalse(response.success);
  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.cc 292 bool success = false; local
295 success = (operation == CREATE) ?
298 if (success) {
311 success = (operation == CREATE) ?
314 if (success) {
320 return success;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java 575 } catch (TimeoutException success) {
857 } catch (InterruptedException success) {
887 } catch (InterruptedException success) {
    [all...]
  /external/linux-tools-perf/scripts/python/
sched-migration.py 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork):
354 if success == 0:
430 comm, pid, prio, success,
434 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
438 comm, pid, prio, success,
442 parser.wake_up(headers, comm, pid, success, target_cpu, 0)

Completed in 911 milliseconds

<<41424344454647484950>>