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

<<21222324252627282930>>

  /external/icu/icu4c/source/common/unicode/
idna.h 86 * @return the UTS #46 IDNA instance, if successful
191 * @param dest Destination byte sink; Flush()ed if successful
209 * @param dest Destination byte sink; Flush()ed if successful
227 * @param dest Destination byte sink; Flush()ed if successful
245 * @param dest Destination byte sink; Flush()ed if successful
ucasemap.h 61 * @return Pointer to a UCaseMap service object, if successful.
261 * @return The length of the result string, if successful - or in case of a buffer overflow,
292 * @return The length of the result string, if successful - or in case of a buffer overflow,
321 * @return The length of the result string, if successful - or in case of a buffer overflow,
371 * @return The length of the result string, if successful - or in case of a buffer overflow,
408 * @return The length of the result string, if successful - or in case of a buffer overflow,
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 121 tNFA_STATUS status; /* NFA_STATUS_OK is successful */
129 tNFA_STATUS status; /* NFA_STATUS_OK is successful */
158 tNFA_STATUS status; /* NFA_STATUS_OK is successful */
174 UINT8 status; /* NFA_STATUS_OK if successful */
190 tNFA_STATUS status; /* NFA_STATUS_OK is successful; otherwise NFA_STATUS_FAILED */
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 86 // already. Returns true if the activation was successful.
90 // successful. You may want to call this when moving a context to another
97 // successful.
114 // to switch to the default surface. Returns true if successful.
144 // to switch to the default context. Returns true if successful.
shader_program.h 106 // and linkage was successful. Compilation and linking error messages are
178 // if the assignment was successful.
182 // if the assignment was successful.
186 // if the assignment was successful.
190 // if the assignment was successful.
194 // if the assignment was successful.
198 // if the assignment was successful.
235 // true if the assignment was successful.
239 // Returns true if the assignment was successful.
257 // Returns true, if the assignment was successful
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/hdr/
DM_DmConnRef.h 115 * @return true, if successful. Otherwise, return false, if any errors.
124 * @return true, if successful. Otherwise, return false, if any errors.
133 * @return true, if successful. Otherwise, return false, if any errors.
141 * @return true, if successful. Otherwise, return false, if any errors.
176 * @return true, if successful, otherwise return false.
  /external/bluetooth/bluedroid/stack/gap/
gap_api.c 54 ** Returns BT_PASS (0) if successful,
122 ** Returns BT_PASS (0) if successful,
329 ** Returns BT_PASS (0) if successful, or a non-zero error code
381 ** Returns BT_PASS (0) if successful,
453 ** Returns BT_PASS (0) if successful,
514 ** Returns BOOLEAN (TRUE if successful, otherwise FALSE)
553 ** Returns BOOLEAN: (TRUE if successful, otherwise FALSE)
592 ** Returns BT_PASS (0) if successful, or a non-zero error code
628 ** Returns BT_PASS (0) if successful, or a non-zero status code
680 ** Returns BT_PASS (0) if successful, or a non-zero error cod
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 245 bool* successful) {
248 *successful = true;
251 *successful = false;
259 bool* successful) {
261 *successful = true;
265 bool FakeCryptohomeClient::InstallAttributesFinalize(bool* successful) {
267 *successful = true;
  /external/chromium_org/components/test/data/password_manager/
websitetest.py 318 "successful for the following website : %s \n" % self.name)
322 """Does the successful login when the password is not expected to be
340 "Error: password manager hasn't detected a successful login for the "
347 """Does the successful login when the password is expected to be autofilled
366 "Error: password manager hasn't detected a successful login for the "
395 "successful for the following website : %s \n" % self.name)
405 "successful for the following website : %s \n" % self.name)
  /external/chromium_org/ppapi/tests/
test_x509_certificate_private.cc 155 bool successful = certificate.Initialize( local
157 ASSERT_TRUE(successful);
226 bool successful; local
228 successful = null_certificate.Initialize(NULL, 0);
229 ASSERT_FALSE(successful);
232 successful = bad_certificate.Initialize("acbde", 0);
233 ASSERT_FALSE(successful);
  /external/chromium_org/v8/src/
regexp.js 180 // Successful match.
273 // on the captures array of the last successful match and the subject string
274 // of the last successful match.
339 // successful match, or ''. The function RegExpMakeCaptureGetter will be
361 // array of the last successful regexp match (an array of start/end index
364 // the subject string for the last successful match.
438 // Static properties set by a successful match.
  /frameworks/base/docs/html/google/play/billing/
api.jd 74 <li>When your application starts or user logs in, it's good practice to check with Google Play to determine what items are owned by the user. To query the user's in-app purchases, send a {@code getPurchases} request. If the request is successful, Google Play returns a {@code Bundle} containing a list of product IDs of the purchased items, a list of the individual purchase details, and a list of the signatures for the purchases.</li>
75 <li>Usually, you'll want to inform the user of the products that are available for purchase. To query the details of the in-app products that you defined in Google Play, your application can send a {@code getSkuDetails} request. You must specify a list of product IDs in the query request. If the request is successful, Google Play returns a {@code Bundle} containing product details including the product?s price, title, description, and the purchase type.
81 <li>When the checkout flow finishes (that is, the user successfully purchases the item or cancels the purchase), Google Play sends a response {@code Intent} to your {@code onActivityResult} method. The result code of the {@code onActivityResult} has a result code that indicates whether the purchase was successful or canceled. The response {@code Intent} contains information about the purchased item, including a {@code purchaseToken} String that is generated by Google Play to uniquely identify this purchase transaction. The {@code Intent} also contains the signature of the purchase, signed with your private developer key.</li>
115 <p class="note"><strong>Important:</strong> Before provisioning the consumable in-app product in your application, you must send a consumption request to Google Play and receive a successful response indicating that the consumption was recorded.</p>
123 <li>If the purchase was successful, consume the purchase by making a {@code consumePurchase} call.</li>
125 <li>If the consumption was successful, provision the product in your application.</li>
132 <li>If the consumption was successful, provision the product in your application.</li>
  /packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
DMAlert.java 142 * @return SYNCML_DM_SUCCESS on successful completion; SYNCML_DM_FAIL or another more specific
178 * @return SYNCML_DM_SUCCESS on successful completion; SYNCML_DM_FAIL or another more specific
227 * @return SYNCML_DM_SUCCESS on successful completion; SYNCML_DM_FAIL or another more specific
280 * @return SYNCML_DM_SUCCESS on successful completion; SYNCML_DM_FAIL or another more specific
332 * @return SYNCML_DM_SUCCESS on successful completion; SYNCML_DM_FAIL or another more specific
384 * @return Upon successful completion, the SYNCML_DM_SUCCESS is returned, otherwise
413 * @return Upon successful completion, the SYNCML_DM_SUCCESS is returned, otherwise
  /external/bison/lib/
unistd.in.h 263 Return 0 if successful, otherwise -1 and errno set.
339 Return newfd if successful, otherwise -1 and errno set.
370 Return newfd if successful, otherwise -1 and errno set.
469 Return 0 if successful, otherwise -1 and errno set.
530 Return 0 if successful, otherwise -1 and errno set.
549 Return 0 if successful, otherwise -1 and errno set.
568 Return 0 if successful, otherwise -1 and errno set.
597 Return BUF if successful, or NULL if the directory couldn't be determined
636 Return 0 if successful, otherwise set errno and return -1. */
715 Return 0 if successful, otherwise set errno and return -1. *
    [all...]
fcntl.c 156 If successful, return the duplicate, which will be inheritable;
160 target fd. If successful, return the duplicate, which will not be
163 F_GETFD - ARG need not be present. If successful, return a
  /frameworks/base/core/java/android/net/nsd/
NsdManager.java 97 * with service type "_http._tcp". A successful registration is notified with a callback to
108 * resolve the host and port details for the purpose of establishing a connection. A successful
455 * to the framework. The application is notified of a successful registration
464 * @param listener The listener notifies of a successful registration and is used to
491 * Unregister a service registered through {@link #registerService}. A successful
497 * and notifies of a successful or unsuccessful unregistration via the listener
524 * <p> Upon successful start, application is notified when a service is found with
538 * @param listener The listener notifies of a successful discovery and is used
568 * and it stays active until the application invokes a stop service discovery. A successful
575 * It identifies the discovery that should be stopped and notifies of a successful o
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 113 * Returns: OMX_NOERROR Successful
161 * @retval OMX_NOERROR Successful
278 /* finally, OMX_ComponentInit() was successful and
279 SetCallbacks was successful, we have a valid instance,
327 * Returns: OMX_NOERROR Successful
404 * Returns: OMX_NOERROR Successful
441 * Returns: OMX_NOERROR Successful
495 * Returns: OMX_NOERROR Successful
530 * Returns: OMX_NOERROR Successful
614 * Returns: OMX_NOERROR Successful
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 189 * @return 0 if processing is successful; <0 if an error occur
198 * @return 0 if processing is successful; <0 if an error occur
210 * @return 0 if processing is successful; <0 otherwise
301 * @return 0 if processing is successful; <0 if an error occur
315 * @return 0 if processing is successful; <0 if an error occur
339 * @return 0 if processing is successful; <0 if an error occur
348 * @return 0 if processing is successful; <0 if an error occur
358 * @return 0 if processing is successful; <0 if an error occur
367 * @return 0 if processing is successful; <0 if an error occur
376 * @return 0 if processing is successful; <0 if an error occu
    [all...]
  /external/libnfc-nxp/src/
phLibNfc.h 394 * Callback type used to indicate a Connect request Successful or Failure indication to
401 * only after connecting to target.Once connect is successful
406 * \param NFCSTATUS_SUCCESS Connect operation successful.
430 * \param NFCSTATUS_SUCCESS Disconnect operation successful.
451 * \param NFCSTATUS_SUCCESS Ioctl operation successful.
484 * \param NFCSTATUS_SUCCESS Transceive operation successful.
642 * \param NFCSTATUS_SUCCESS Receive operation successful.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 12 * Collects navigation events, and provides a list of successful requests
418 * successful navigation requests.
437 * @param {number=} num The number of successful navigation requests to
439 * successful requests are returned.
441 * successful navigation requests, sorted in decending order of frequency.
453 * successful requests are returned.
  /external/chromium_org/third_party/icu/source/common/unicode/
ucasemap.h 61 * @return Pointer to a UCaseMap service object, if successful.
261 * @return The length of the result string, if successful - or in case of a buffer overflow,
292 * @return The length of the result string, if successful - or in case of a buffer overflow,
321 * @return The length of the result string, if successful - or in case of a buffer overflow,
371 * @return The length of the result string, if successful - or in case of a buffer overflow,
406 * @return The length of the result string, if successful - or in case of a buffer overflow,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 223 Returns: TRUE if registration has been successful
251 Returns: TRUE if registration has been successful
277 Returns: true if successful
323 Returns: TRUE if successful
349 Returns: TRUE if the event was successful
375 Returns: true if successful
  /docs/source.android.com/src/devices/camera/
camera3_requests_methods.jd 39 <li>Valid metadata: On successful creation of a default settings buffer.</li>
68 <li>0: On a successful start to processing the capture request</li>
113 <li>0: On a successful flush of the camera HAL.</li>
  /external/bluetooth/bluedroid/stack/avrc/
avrc_sdp.c 73 ** search is completed. If the search is successful, it
126 ** Returns AVRC_SUCCESS if successful.
208 ** Returns AVRC_SUCCESS if successful.
  /external/chromium_org/base/prefs/
overlay_user_pref_store_unittest.cc 80 // Check successful unsubscription.
184 // Check successful unsubscription.
248 // Check successful unsubscription.

Completed in 1698 milliseconds

<<21222324252627282930>>