HomeSort by relevance Sort by last modified time
    Searched full:provision (Results 26 - 50 of 194) sorted by null

12 3 4 5 6 7 8

  /sdk/swtmenubar/
NOTICE 176 If any provision of this Agreement is invalid or unenforceable under
179 by the parties hereto, such provision shall be reformed to the minimum
180 extent necessary to make such provision valid and enforceable.
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.h 54 // this to lazily provision any new threads as needed.
multi_threaded_proxy_resolver.cc 428 // If we haven't already reached the thread limit, provision a new thread to
488 // Save the script details, so we can provision new executors later.
498 // Provision a new executor, and run the SetPacScript request. On completion
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
ARM_DELIVERY.TXT 33 recipient, but the provision or timeliness of this support cannot be
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
ARM_DELIVERY.TXT 33 recipient, but the provision or timeliness of this support cannot be
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
ARM_DELIVERY.TXT 33 recipient, but the provision or timeliness of this support cannot be
  /frameworks/base/docs/html/sdk/
terms.jd 137 (A) you have breached any provision of this License Agreement; or
146 (D) Google decides to no longer providing the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
191 14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
194 14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
terms_body.html 217 (A) you have breached any provision of this License Agreement; or
228 the country in which you are resident or from which you use the service, or the provision of the SDK
304 provision of this License Agreement is invalid, then that provision will be removed from this
311 companies shall be entitled to directly enforce, and rely upon, any provision of this License
  /external/emma/
NOTICE 110 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this
111 Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
  /external/junit/
NOTICE 76 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
  /hardware/broadcom/wlan/bcm4329/firmware/
LICENSE.TXT 193 any term or provision of this Agreement is found by a court of competent
196 unenforceable provision does not materially affect the intent of this
197 Agreement. If the illegal or unenforceable provision materially affects the
  /hardware/broadcom/wlan/bcmdhd/firmware/
LICENSE.TXT 193 any term or provision of this Agreement is found by a court of competent
196 unenforceable provision does not materially affect the intent of this
197 Agreement. If the illegal or unenforceable provision materially affects the
  /sdk/eclipse/features/com.android.ide.eclipse.adt/
feature.xml 99 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
  /sdk/eclipse/features/com.android.ide.eclipse.adt.ndk/
feature.xml 91 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
about.html 95 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/
about.html 93 If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
  /external/elfutils/
COPYING 144 concerning the subject matter hereof. If any provision of this License
145 is held to be unenforceable, such provision shall be reformed only to
  /external/webkit/Source/WebCore/inspector/front-end/
RemoteObject.js 175 // Note that only JSON-compliant objects are currently supported, as there's no provision
  /packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java 54 // Soft provisioning errors, we need to send Provision command
EasResponse.java 37 // MSFT's custom HTTP result code indicating the need to provision
  /external/clang/docs/
BlockLanguageSpec.txt 115 In the case where a __block variable is a Block one must assume that the __block variable resides in allocated storage and as such is assumed to reference a Block that is also in allocated storage (that it is the result of a Block_copy operation). Despite this there is no provision to do a Block_copy or a Block_release if an implementation provides initial automatic storage for Blocks. This is due to the inherent race condition of potentially several threads trying to update the shared variable and the need for synchronization around disposing of older values and copying new ones. Such synchronization is beyond the scope of this language specification.
131 The Block_copy operator retains all objects held in variables of automatic storage referenced within the Block expression (or form strong references if running under garbage collection). Object variables of __block storage type are assumed to hold normal pointers with no provision for retain and release messages.
  /external/wpa_supplicant_8/src/p2p/
p2p.h 606 * This callback is used to indicate reception of a Provision Discovery
620 * This callback is used to indicate reception of a Provision Discovery
623 * provision discovery is not used.
628 * prov_disc_fail - Callback on Provision Discovery failure
634 * to an earlier provision discovery request.
636 * This callback handler can be set to %NULL if provision discovery
896 * p2p_prov_disc_req - Send Provision Discovery Request
905 * (config_methods = WPS_CONFIG_KEYPAD). The Provision Discovery Request frame
    [all...]
p2p_i.h 190 * P2P_PD_DURING_FIND - Provision Discovery during find
408 * Retry counter for provision discovery requests when issued
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java 37 * Parse the result of the Provision command
561 mService.userLog("Provision status: ", status);
  /development/ide/eclipse/
.classpath 23 <classpathentry kind="src" path="packages/apps/Provision/src"/>

Completed in 2767 milliseconds

12 3 4 5 6 7 8