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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/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/chromium_org/build/android/gyp/
ant.py 8 Ant build scripts output "BUILD SUCCESSFUL" and build timing at the end of
11 output up until the BUILD SUCCESSFUL line.
23 if line.strip() == 'BUILD SUCCESSFUL':
  /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/chromium_org/chrome/test/mini_installer_test/
installer_test_util.h 27 // Returns true if successful, otherwise false.
33 // Returns true if successful, otherwise false.
39 // provided |system_level|. Returns true if successful, otherwise false.
40 // Returns true if successful, otherwise false.
45 // Returns true if successful, otherwise false.
81 // Returns true if successful, otherwise false.
  /external/chromium_org/ppapi/cpp/
url_response_info.h 41 /// successful, <code>is_undefined Var</code> if an input parameter is
53 /// <code>FileRef</code> if successful, an <code>is_null</code> object if
62 /// value if successful, <code>is_undefined Var</code> if an input parameter
72 /// value if successful, <code>is_undefined Var</code> if an input parameter
82 /// value if successful, <code>is_undefined Var</code> if an input parameter
91 /// @return A int32_t containing the response property value if successful,
101 /// value if successful, <code>is_undefined Var</code> if an input parameter
111 /// value if successful, <code>is_undefined Var</code> if an input parameter
  /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/chromium_org/media/audio/ios/
audio_session_util_ios.h 11 // whether initialization was successful. Can be called multiple times.
  /external/chromium_org/third_party/WebKit/ManualTests/
caret-image.html 3 If the test is successful, the caret will look thin as usual.
  /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
  /packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.h 18 // @return true if successful
  /packages/apps/Camera2/jni/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
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h 20 // Called as a reply of a successful call to GenerateStream.
30 // Called as a reply of a successful call to EnumerateDevices.
33 // Called as a reply of a successful call to OpenDevice.
  /hardware/invensense/60xx/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.
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
mpl.c 28 * @return Returns INV_SUCCESS if successful or an error code if not.
54 * @return INV_SUCCESS if successful or a non-zero error code otherwise.
67 * @return INV_SUCCESS if successful or a non-zero error code otherwise.

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>