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

<<21222324252627282930>>

  /external/chromium_org/ppapi/c/dev/
ppb_file_chooser_dev.h 77 * successful or 0 if it could not be created.
96 * touch event. The callback is called with PP_OK on successful completion
120 * successful, another error code from pp_errors.h on failure.
  /external/chromium_org/ppapi/c/
ppb_audio_config.h 107 * <code>PPB_Audio_Config</code> if successful or a null resource if the
137 * count if successful.
188 * count if successful.
ppb_url_response_info.h 63 * response, e.g., 200 if the request was successful. Refer to the
121 * successful, <code>PP_VARTYPE_VOID</code> if an input parameter is invalid.
137 * if successful, 0 if <code>PP_URLREQUESTPROPERTY_STREAMTOFILE</code> was
  /external/chromium_org/sql/
recovery.h 20 // original database. If recovery is successful, the recovered
22 // not successful, the original database is razed. In either case,
151 // Only valid to call after successful SetupMeta().
  /external/chromium_org/sync/test/fake_server/
fake_server.h 33 // Called after FakeServer has processed a successful commit. The types
57 // result in successful server operations.
108 // of |parent_id|. If the commit is successful, the entity's server ID string
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_reader.cpp 172 bool successful = readValue(); local
190 return successful;
199 bool successful = true; local
211 successful = readObject( token );
214 successful = readArray( token );
217 successful = decodeNumber( token );
220 successful = decodeString( token );
241 return successful;
382 bool successful = false; local
384 successful = readCStyleComment()
    [all...]
  /external/chromium_org/third_party/webrtc/test/testsupport/metrics/
video_metrics.h 61 // 0 if successful, negative on errors:
86 // 0 if successful, negative on errors:
107 // 0 if successful, negative on errors:
  /external/jsoncpp/src/lib_json/
json_reader.cpp 162 bool successful = readValue(); local
180 return successful;
189 bool successful = true; local
201 successful = readObject( token );
204 successful = readArray( token );
207 successful = decodeNumber( token );
210 successful = decodeString( token );
231 return successful;
372 bool successful = false; local
374 successful = readCStyleComment()
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 197 ** Returns TRUE if successful, otherwise FALSE
221 ** Returns TRUE if successful, otherwise FALSE
262 ** Returns HAL_NFC_STATUS_OK if successful
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
bio.h 74 @return Returns a new BIO handle if successful, returns NULL otherwise
119 @return Returns OPJ_TRUE if successful, returns OPJ_FALSE otherwise
125 @return Returns OPJ_TRUE if successful, returns OPJ_FALSE otherwise
  /external/smack/src/org/jivesoftware/smackx/carbons/
CarbonManager.java 145 * @return true if the operation was successful
169 * @return true if the operation was successful
178 * @return true if the operation was successful
  /frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
SampleTrustAgent.java 85 public void onUnlockAttempt(boolean successful) {
87 Toast.makeText(this, "onUnlockAttempt(successful=" + successful + ")",
  /hardware/intel/img/psb_video/src/
vsp_VPP.h 99 * elements in that array. Upon successful return, the actual number
126 * of allocated elements in that array. Upon successful return, the
150 * input with the number of elements allocated. Upon successful return,
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicMarkableReference.java 94 * @return true if successful
114 * @return true if successful
152 * @return true if successful
AtomicStampedReference.java 94 * @return true if successful
114 * @return true if successful
152 * @return true if successful
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 69 * attr - Upon successful return contains requested attribute information.
112 * at_abbr - Upon successful return contains a pointer to the beginning of
115 * tag - Upon successful return contains DIE's tag. This parameter can be
  /packages/apps/OMA-DM/engine/xpl/hdr/
xpl_File.h 94 * If un- successful, it returns -1, and sets the result to
102 * The function returns 0 if successful, or error code set appropriately. */
141 * Upon successful completion, the resulting offset, as measured in bytes from the beginning of
  /external/libnfc-nci/src/nfa/include/
nfa_api.h 170 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
178 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
191 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
201 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
272 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
410 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
424 tNFA_STATUS status; /* NFA_STATUS_OK if successful */
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
mldl.c 148 * @return INV_SUCCESS if the command is successful, INV_ERROR otherwise. The key
193 * @return INV_SUCCESS if successful, a non-zero error code otherwise.
391 * @return Zero if the command is successful, an error code otherwise.
419 * @return Zero if the command is successful, an error code otherwise.
478 * @return ML_SUCESS if successful; a non-zero error code otherwise.
537 * @return Zero if the command is successful; an error code otherwise.
586 * @return Zero if the command is successful; an error code otherwise.
608 * @return INV_SUCCESS if successful, a non-zero error code otherwise.
680 * @return INV_SUCCESS if successful, a non-zero error code otherwise.
727 * @return zero if the command is successful, an error code otherwise
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDec_Utils.h 149 * @return OMX_ErrorNone = Successful
162 * @return OMX_ErrorNone = Successful
175 * @return OMX_ErrorNone = Successful
188 * @return OMX_ErrorNone = Successful
204 * @return OMX_ErrorNone = Successful
218 * @return OMX_ErrorNone = Successful
235 * @return OMX_ErrorNone = Successful
246 * @return OMX_ErrorNone = Successful
248 * @return OMX_ErrorNone = Successful
260 * @return OMX_ErrorNone = Successful
    [all...]
  /external/bluetooth/bluedroid/stack/avct/
avct_api.c 130 ** Returns AVCT_SUCCESS if successful, otherwise error.
193 ** Returns AVCT_SUCCESS if successful, otherwise error.
234 ** Returns AVCT_SUCCESS if successful, otherwise error.
311 ** Returns AVCT_SUCCESS if successful, otherwise error.
410 ** Returns AVCT_SUCCESS if successful, otherwise error.
  /external/chromium_org/chrome/browser/history/
in_memory_url_index.h 81 // completed. |succeeded| indicates if the restore was successful. This is
173 bool succeeded_; // Indicates if the rebuild was successful.
199 // will be true if the rebuild was successful. |data| will point to a new
212 // successful, sets the private data and notifies any
231 // |succeeded| is true on a successful save.
thumbnail_database.h 43 // called once and only upon successful Init.
80 // bitmap at |bitmap_id|. Returns true if successful.
102 // Returns true if successful.
108 // Returns true if successful.
113 // Returns true if successful.
  /external/chromium_org/sync/util/
cryptographer.h 103 // successful.
106 // Creates a new Nigori instance using |params|. If successful, |params| will
121 // Creates a new Nigori instance using |params|. If successful, |params|
148 // successfully decrypted and installed. If successful, the default key
183 // Generates a new Nigori from |serialized_nigori_key|, and if successful
  /external/chromium_org/third_party/icu/source/common/unicode/
idna.h 80 * @return the UTS #46 IDNA instance, if successful
185 * @param dest Destination byte sink; Flush()ed if successful
203 * @param dest Destination byte sink; Flush()ed if successful
221 * @param dest Destination byte sink; Flush()ed if successful
239 * @param dest Destination byte sink; Flush()ed if successful

Completed in 1323 milliseconds

<<21222324252627282930>>