HomeSort by relevance Sort by last modified time
    Searched full:successful (Results 1 - 25 of 2890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together-expected.txt 2 Transaction successful.
3 Transaction successful.
4 Transaction successful.
5 Transaction successful.
6 Transaction successful.
7 Transaction successful.
8 Transaction successful.
9 Transaction successful.
10 Transaction successful.
11 Transaction successful
    [all...]
success-callback-expected.txt 1 This test confirms that a successful transaction - both with and without a statement - receives its successCallback
  /external/valgrind/main/helgrind/tests/
pth_spinlock.stderr.exp 2 Test successful.
  /external/valgrind/main/drd/tests/
pth_spinlock.stderr.exp 3 Test successful.
  /external/chromium/base/
base64.h 15 // Encodes the input string in base64. Returns true if successful and false
16 // otherwise. The output string is only modified if successful.
19 // Decodes the base64 input string. Returns true if successful and false
20 // otherwise. The output string is only modified if successful.
  /external/webkit/LayoutTests/fast/dom/HTMLLabelElement/
click-label-expected.txt 1 This tests that the correct form control element is clicked when clicking on a label. If the test is successful, the text "SUCCESS" should show below.
focus-label-expected.txt 1 This tests that the correct form control element is activated when clicking on a label. If the test is successful, the text "SUCCESS" should show below.
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 47 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
60 ** Returns BT_STATUS_SUCCESS if the store was successful,
75 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
89 ** Returns BT_STATUS_SUCCESS if the store was successful,
104 ** Returns BT_STATUS_SUCCESS if the store was successful,
119 ** Returns BT_STATUS_SUCCESS if the store was successful,
134 ** Returns BT_STATUS_SUCCESS if the deletion was successful,
146 ** Returns BT_STATUS_SUCCESS if the deletion was successful,
158 ** Returns BT_STATUS_SUCCESS if the operation was successful,
170 ** Returns BT_STATUS_SUCCESS if the operation was successful,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SemWait.3 12 \fBSDL_SemWait()\fP suspends the calling thread until either the semaphore pointed to by \fBsem\fR has a positive value, the call is interrupted by a signal or error\&. If the call is successful it will atomically decrement the semaphore value\&.
14 After \fBSDL_SemWait()\fP is successful, the semaphore can be released and its count atomically incremented by a successful call to \fISDL_SemPost\fR\&.
17 Returns \fB0\fR if successful or \fB-1\fR if there was an error (leaving the semaphore unchanged)\&.
SDL_SemPost.3 14 \fBSDL_SemPost\fP should be called after a semaphore is locked by a successful call to \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR\&.
17 Returns \fB0\fR if successful or \fB-1\fR if there was an error (leaving the semaphore unchanged)\&.
  /external/dropbear/libtomcrypt/src/prngs/
sprng.c 41 @return CRYPT_OK if successful
53 @return CRYPT_OK if successful
63 @return CRYPT_OK if successful
86 @return CRYPT_OK if successful
98 @return CRYPT_OK if successful
113 @return CRYPT_OK if successful
122 @return CRYPT_OK if successful, CRYPT_NOP if self-testing has been disabled
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
MobiCoreRegistry.h 60 * @return MC_DRV_OK if successful, otherwise error code.
66 * @return MC_DRV_OK if successful, otherwise error code.
71 * @return MC_DRV_OK if successful, otherwise error code.
77 * @return MC_DRV_OK if successful, otherwise error code.
83 * @return MC_DRV_OK if successful, otherwise error code.
90 * @return MC_DRV_OK if successful, otherwise error code.
97 * @return MC_DRV_OK if successful, otherwise error code.
104 * @return MC_DRV_OK if successful, otherwise error code.
111 * @return MC_DRV_OK if successful, otherwise error code.
118 * @return MC_DRV_OK if successful, otherwise error code
    [all...]
  /external/smack/src/org/xbill/DNS/
SetResponse.java 56 static final int SUCCESSFUL = 6;
94 case SUCCESSFUL:
148 /** Was the query successful? */
151 return (type == SUCCESSFUL);
154 /** If the query was successful, return the answers */
157 if (type != SUCCESSFUL)
197 case SUCCESSFUL: return "successful";
  /external/icu4c/samples/datefmt/
util.h 9 // Verify that a UErrorCode is successful; exit(1) if not
  /external/icu4c/samples/msgfmt/
util.h 9 // Verify that a UErrorCode is successful; exit(1) if not
  /external/icu4c/samples/numfmt/
util.h 10 // Verify that a UErrorCode is successful; exit(1) if not
  /external/icu4c/samples/translit/
util.h 9 // Verify that a UErrorCode is successful; exit(1) if not
  /external/webkit/Source/WebCore/manual-tests/
caret-image.html 3 If the test is successful, the caret will look thin as usual.
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.h 18 // @return true if successful
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic_renderer/
YVURenderer.h 18 // @return true if successful
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.h 18 // @return true if successful
  /hardware/invensense/libsensors_iio/software/core/mllite/
mpl.c 27 * @return Returns INV_SUCCESS if successful or an error code if not.
49 * @return INV_SUCCESS if successful or a non-zero error code otherwise.
62 * @return INV_SUCCESS if successful or a non-zero error code otherwise.
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 16 [path]. Returns [true] if successful, [false] otherwise. *)
22 will be flushed. Returns [true] if successful, [false] otherwise. *)
29 will be flushed. Returns [true] if successful, [false] otherwise. *)
  /external/stlport/src/
sparc_atomic.s 20 cmp %o2, %o3 ! Check whether successful
39 cmp %o3, %o2 ! Check whether successful
61 cmp %o3, %o2 ! Check whether successful
sparc_atomic64.s 17 cmp %o2, %o3 ! Check whether successful
36 cmp %o3, %o2 ! Check whether successful
56 cmp %o3, %o2 ! Check whether successful

Completed in 982 milliseconds

1 2 3 4 5 6 7 8 91011>>