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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/amd64/
fma.stdout.exp 1 Testing successful
  /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/bluetooth/bluedroid/btif/include/
btif_storage.h 48 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
61 ** Returns BT_STATUS_SUCCESS if the store was successful,
76 ** Returns BT_STATUS_SUCCESS if the fetch was successful,
90 ** Returns BT_STATUS_SUCCESS if the store was successful,
105 ** Returns BT_STATUS_SUCCESS if the store was successful,
120 ** Returns BT_STATUS_SUCCESS if the store was successful,
135 ** Returns BT_STATUS_SUCCESS if the deletion was successful,
147 ** Returns BT_STATUS_SUCCESS if the deletion was successful,
159 ** Returns BT_STATUS_SUCCESS if the operation was successful,
171 ** Returns BT_STATUS_SUCCESS if the operation was successful,
    [all...]
  /external/chromium_org/base/
base64.h 18 // Decodes the base64 input string. Returns true if successful and false
19 // otherwise. The output string is only modified if successful.
  /external/lldb/source/Host/macosx/launcherXPCService/
LauncherXPCService.mm 11 // Returns 0 if successful. This is launching as self. No need for further authorization.
  /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)\&.
  /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/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";
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
YVURenderer.h 18 // @return true if successful
  /external/chromium_org/remoting/host/setup/
test_util.h 12 // Creates an anonymous, unidirectional pipe, returning true if successful. On
  /external/chromium_org/third_party/WebKit/ManualTests/
caret-image.html 3 If the test is successful, the caret will look thin as usual.
  /external/icu/icu4c/source/samples/datefmt/
util.h 9 // Verify that a UErrorCode is successful; exit(1) if not
  /external/icu/icu4c/source/samples/msgfmt/
util.h 9 // Verify that a UErrorCode is successful; exit(1) if not
  /external/icu/icu4c/source/samples/numfmt/
util.h 10 // Verify that a UErrorCode is successful; exit(1) if not
  /external/icu/icu4c/source/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/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
YVURenderer.h 18 // @return true if successful
  /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/6515/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.
  /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.
  /external/chromium_org/build/android/gyp/
ant.py 9 Ant build scripts output "BUILD SUCCESSFUL" and build timing at the end of
12 output up until the BUILD SUCCESSFUL line.
47 if line.strip() == 'BUILD SUCCESSFUL':
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h 20 // Called as a reply of a successful call to GenerateStream.
37 // Called as a reply of a successful call to EnumerateDevices.
42 // Called as a reply of a successful call to OpenDevice.

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011>>