HomeSort by relevance Sort by last modified time
    Searched refs:provided (Results 1 - 25 of 2180) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tpm2/
VendorString.h 18 // The following #if macro may be deleted after a proper MANUFACTURER is provided.
21 #error MANUFACTURER is not provided. \
29 // be provided here. The vendor strings 2-4 may also be defined as appropriately.
36 // The following #if macro may be deleted after a proper VENDOR_STRING_1 is provided.
39 #error VENDOR_STRING_1 is not provided. \
57 // The following #if macro may be deleted after a proper FIRMWARE_V1 is provided.
60 #error FIRMWARE_V1 is not provided. \
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh-group2.s 3 # Test intention is that LSDA must be provided by the discarded FDE.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 6 // modification, are permitted provided that the following conditions are
13 // in the documentation and/or other materials provided with the
19 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
121 std::set<string>* provided) const;
125 std::set<string>* provided) const;
129 std::set<string>* provided) const;
133 std::set<string>* provided) const;
138 std::set<string>* provided) const;
142 std::set<string>* provided) const;
152 std::set<string>* provided) const
    [all...]
  /frameworks/data-binding/extensions/baseAdapters/
build.gradle 53 provided 'com.android.support:support-v4:+'
54 provided 'com.android.support:cardview-v7:+'
55 provided 'com.android.support:appcompat-v7:+'
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
248 * Utility function to check whether the provided alignment is consistent with
252 pb_check_alignment(pb_size requested, pb_size provided)
256 if(requested > provided)
258 if(provided % requested != 0)
265 * Utility function to check whether the provided alignment is consistent with
269 pb_check_usage(unsigned requested, unsigned provided)
271 return (requested & provided) == requested ? TRUE : FALSE;
  /external/llvm/utils/lit/lit/
TestingConfig.py 78 Load the configuration module at the provided path into the given config
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
ifunc-9.s 31 # f2 provided by ifunc-3.so
ifunc-10.s 55 # f2 provided by ifunc-4.so
57 # f4 provided by ifunc-4.so
  /external/guice/core/src/com/google/inject/internal/
SingletonScope.java 145 T provided = creator.get(); local
146 Object providedNotNull = provided == null ? NULL : provided;
154 if (Scopes.isCircularProxy(provided)) {
155 return provided;
161 constructionContext.setProxyDelegates(provided);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 162 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided)
164 return !needed ? null : (provided != null) ? provided : new SecureRandom();
  /external/v8/test/mjsunit/regress/
regress-720.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
30 // in the provided descriptor.
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
errors.py 136 def __init__(self, expected, provided):
139 'Expected: [%s] - Provided: [%s]' % (expected, provided))
  /external/autotest/cli/
query_results 57 This will append the tag column if it isn\'t provided.')
  /external/google-breakpad/android/sample_app/jni/
Application.mk 5 # modification, are permitted provided that the following conditions are
12 # in the documentation and/or other materials provided with the
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/smali/deodexerant/
Android.mk 5 # modification, are permitted provided that the following conditions are
12 # in the documentation and/or other materials provided with the
18 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/intl/collator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/intl/date-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/intl/number-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/intl/
utils.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  /external/v8/test/message/
isvar.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
non-use-strict-hex-escape.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
non-use-strict-octal-escape.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
non-use-strict-uhex-escape.js 3 // modification, are permitted provided that the following conditions are
10 // disclaimer in the documentation and/or other materials provided
16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS

Completed in 251 milliseconds

1 2 3 4 5 6 7 8 91011>>