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

<<51525354555657585960>>

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 418 ** The handle resulting from a successful call to
435 ** The PRAddrInfo handle returned by a successful
459 ** The PRAddrInfo handle returned by a successful
  /external/chromium_org/third_party/sqlite/src/test/
crash8.test 61 # was loaded before the second process made its first, successful,
83 # first, successful, change. The second process crashes before it can
88 # and subsequent journal-headers written by the first, successful, change.
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_encoder.py 39 (bool): True if the conversion is successful.
95 (bool): True upon successful conversion, false otherwise.
148 (bool): True if successful, False otherwise.
  /external/chromium_org/tools/
post_perf_builder_job.py 121 steps are successful. This may happen due to some intermediate steps of less
123 Therefore we do an addition check to confirm if build was successful by
141 We treat build as successful if the package_build step is completed without
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 72 ** Upon successful completion of NDEF detection, a
99 ** Upon successful completion of NDEF detection (if performed),
196 ** Upon successful completion of TLV detection in T1/T2 tag, a
  /external/lldb/tools/darwin-threads/
examine-threads.c 158 Sets inferior_port if successful.
159 Returns true if successful, false if unable to find the port number. */
250 Returns 1 if successful
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.h 245 * @return true if writing was successful.
266 * @return Returns a decoded image if successful, returns NULL otherwise
292 @return Returns true if successful, returns false otherwise
  /external/protobuf/gtest/include/gtest/
gtest.h 178 // A class for indicating whether an assertion was successful. When
179 // the assertion wasn't successful, the AssertionResult object
211 // Declares factory functions for making successful and failed
233 // Makes a successful assertion result.
419 // of successful test parts and the number of failed test parts.
638 // Gets the number of successful tests in this test case.
    [all...]
  /external/smack/src/org/xbill/DNS/
Zone.java 371 sr = new SetResponse(SetResponse.SUCCESSFUL);
385 sr = new SetResponse(SetResponse.SUCCESSFUL);
415 sr = new SetResponse(SetResponse.SUCCESSFUL);
  /external/srec/portable/include/
ptrd.h 330 * @return ESR_SUCCESS if successful, or a status code indicating the nature of
344 * @return ESR_SUCCESS if wait is successful, ESR_TIMED_OUT if timed out, or an
412 * create if the create was successful.
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 66 // File that hold test status, e.g successful test iterations
366 // if successful test runs is less than the threshold, no results will be saved.
368 log(String.format("In %s, # of successful test runs out of %s iterations: %d ",
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 797 * @return OMX_ErrorNone = Successful Inirialization of the component\n
823 * @return OMX_ErrorNone = Successful Inirialization of the component\n
844 * @return OMX_ErrorNone = Successful Inirialization of the LCML struct.
867 * @return OMX_ErrorNone = Successful processing.
889 * @return OMX_ErrorNone = Successful processing.
909 * @return OMX_ErrorNone = Successful processing.
933 * @return OMX_ErrorNone = Successful processing.
956 * @return OMX_HANDLETYPE = Successful loading of LCML library.
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ExecutorService.java 177 * successful completion.
200 * return the given result upon successful completion.
214 * return {@code null} upon <em>successful</em> completion.
FutureTask.java 113 * given result on successful completion.
116 * @param result the result to return on successful completion. If
196 * upon successful completion of the computation.
  /packages/apps/Bluetooth/res/values/
strings.xml 138 <!-- Bluetooth Successful Download Dialog -->
149 <!-- Bluetooth Successful Upload Progress Dialog -->
217 <string name="noti_caption"> <xliff:g id="successful_number">%1$s</xliff:g> successful, <xliff:g id="unsuccessful_number">%2$s</xliff:g> unsuccessful.</string>
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 405 onIndexFinish(true /*successful*/);
409 protected synchronized void onIndexFinish(boolean successful) {
410 if (!successful) {
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 799 ** Returns pointer to a valid GKI buffer if successful.
    [all...]
  /external/chromium_org/chromeos/dbus/
cryptohome_client.cc 357 bool* successful) OVERRIDE {
370 !reader.PopBool(successful))
379 bool* successful) OVERRIDE {
385 return CallBoolMethodAndBlock(&method_call, successful);
389 virtual bool InstallAttributesFinalize(bool* successful) OVERRIDE {
393 return CallBoolMethodAndBlock(&method_call, successful);
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 622 // of the last successful touch exploration.
664 // to the location of the last successful touch exploration.
732 // successful touch exploration and return to touch explore.
771 // the last successful touch exploration.
813 // successful touch exploration. There should be a delay between the
    [all...]
  /external/libnfc-nxp/src/
phHal4Nfc.h 335 * this function is successful. \n
563 * successfully. The session ends with a successful disconnect
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 717 * @return true if successful
740 * @return true if successful
767 * @return true if successful, false if there was some error.
790 * @return true if successful, false if there was some error.
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 286 * @return OMX_ErrorNone = Successful
335 * @return OMX_ErrorNone = Successful
422 * @return OMX_ErrorNone = Successful
477 * @return OMX_ErrorNone = Successful
533 * @return OMX_ErrorNone = Successful
574 * @return OMX_ErrorNone = Successful
  /art/compiler/dex/quick/
mir_to_lir.cc 313 bool successful = false; local
317 successful = true;
322 successful = true;
330 successful = GenSpecialIdentity(mir, special);
334 successful = GenSpecialIGet(mir, special);
338 successful = GenSpecialIPut(mir, special);
345 if (successful) {
371 return successful;
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaDecoder/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 155 // If codec creation was successful, then create a wrapper object around the
279 * @return True, if the peek was successful.
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/common/media/
MediaCodecWrapper.java 155 // If codec creation was successful, then create a wrapper object around the
279 * @return True, if the peek was successful.

Completed in 2286 milliseconds

<<51525354555657585960>>