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

<<31323334353637383940>>

  /frameworks/support/volley/src/com/android/volley/toolbox/
JsonArrayRequest.java 50 return Response.success(new JSONArray(jsonString),
JsonObjectRequest.java 54 return Response.success(new JSONObject(jsonString),
StringRequest.java 57 return Response.success(parsed, HttpHeaderParser.parseCacheHeaders(response));
  /frameworks/support/volley/tests/src/com/android/volley/
ResponseDeliveryTest.java 44 mSuccessResponse = Response.success(data, cacheEntry);
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockRequest.java 98 return Response.success(response.data, CacheTestUtils.makeRandomCacheEntry(response.data));
  /hardware/ril/reference-ril/
atchannel.h 62 int success; /* true if final response indicates member in struct:__anon19350
63 success (eg "OK") */
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 188 boolean success = true;
197 success = false;
201 if (success) {
208 return 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/Phone/src/com/android/phone/
EmergencyCallHelper.java 399 boolean success;
404 success = true;
412 success = false;
416 if (success) {
417 if (DBG) log("==> Success from PhoneUtils.placeCall()!");
  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 83 * @return success or not
95 * @return success or not
107 * @return success or not
119 * @return success or not
130 * @return success or not
141 * @return success or not
152 * @return success or not
163 * @return success or not
194 * @return true if response code indicated success.
229 * @return true on success
    [all...]
  /sdk/manifmerger/src/com/android/manifmerger/
ManifestMerger.java 181 boolean success = process(mainDoc, libraryFiles);
184 success = false;
186 return success;
200 * @return True on success, false if any error occurred (printed to the {@link IMergerLog}).
204 boolean success = true;
215 success = false;
221 return success;
235 * @return True on success, false if any error occurred (printed to the {@link IMergerLog}).
239 boolean success = true;
250 success = false
    [all...]
  /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;
  /external/openssh/
sshconnect1.c 138 /* The server returns success if it accepted the authentication. */
660 * Expect a success message from the server. Note that this message
687 * The server should respond with success if no authentication is
695 goto success;
710 goto success;
722 goto success;
729 goto success;
735 goto success;
745 goto success;
751 success
    [all...]
  /external/skia/tests/
ReadPixelsTest.cpp 351 bool success = local
359 REPORTER_ASSERT(reporter, success == expectSuccess);
361 if (success || startsWithPixels) {
363 success, startsWithPixels, config8888);
373 bool success = canvas.readPixels(srcRect, &wkbmp); local
376 REPORTER_ASSERT(reporter, success);
381 REPORTER_ASSERT(reporter, !success);
BitmapCopyTest.cpp 218 bool success = true; local
222 success = success &&
226 if (!success) {
274 bool success = src.copyTo(&dst, gPairs[j].fConfig); local
276 if (success != expected) {
280 boolStr(success));
285 if (success != canSucceed) {
288 gConfigName[i], gConfigName[j], boolStr(success),
293 if (success) {
    [all...]
  /external/v8/test/mjsunit/
debug-changebreakpoint.js 48 function testArguments(dcp, arguments, success) {
52 if (success) {
53 assertTrue(response.success, json_response);
55 assertFalse(response.success, json_response);
68 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");
debug-setexceptionbreak.js 53 function testArguments(dcp, arguments, success, type, enabled) {
57 if (success) {
58 assertTrue(response.success, json_response);
62 assertFalse(response.success, json_response);
75 assertFalse(response.success);
  /development/testrunner/
adb_interface.py 121 True if success and False otherwise.
401 success = False
404 while not success and (attempts*wait_period) < wait_time:
405 # assume the command will always contain expected in the success case
410 success = True
416 if not success:
420 if not success:
  /external/chromium/third_party/libjingle/source/talk/base/
base64.cc 206 bool success = true, padded; local
226 success = false; // unused bits
229 success = false; // expected padding
235 success = false; // unused chars
240 return success;
  /external/openssh/regress/
cert-userkey.sh 285 test_one "correct principal" success "-n ${USER}"
290 test_one "cert valid interval" success "-n ${USER} -V-1w:+2w"
295 test_one "empty principals" success "" authorized_keys
304 test_one "AuthorizedPrincipalsFile principals" success "-n mekmitasdigoat" \
311 test_one "principals key option principals" success "-n mekmitasdigoat" \
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 143 String ClipboardQt::getData(const String& type, bool& success) const
147 success = false;
152 success = true;
157 success = true;
164 success = !data.isEmpty();

Completed in 638 milliseconds

<<31323334353637383940>>