HomeSort by relevance Sort by last modified time
    Searched refs:provided (Results 1 - 25 of 837) 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. \
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/
build.gradle 40 provided 'com.google.android.wearable:wearable:2.0.3'
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/
build.gradle 40 provided 'com.google.android.wearable:wearable:2.0.3'
  /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.
  /external/protobuf/src/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...]
  /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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 163 protected SecureRandom initSecureRandom(boolean needed, SecureRandom provided)
165 return !needed ? null : (provided != null) ? provided : new SecureRandom();
168 private BigInteger getRandomizer(BigInteger q, SecureRandom provided)
173 return new BigInteger(randomBits, provided != null ? provided : new SecureRandom()).add(BigInteger.valueOf(128)).multiply(q);
  /frameworks/data-binding/extensions/baseAdapters/
build.gradle 56 provided 'com.android.support:support-v4:+'
57 provided 'com.android.support:cardview-v7:+'
58 provided 'com.android.support:appcompat-v7:+'
  /frameworks/support/room/runtime/
build.gradle 52 provided project(":paging:common")
53 provided project(":lifecycle:runtime")
54 provided project(":lifecycle:extensions")
  /compatibility/cdd/3_software/
3_13_quick-settings.md 8 * [C-1-1] MUST allow the user to add or remove the tiles provided through the
15 alongside the system-provided quick setting tiles.
  /compatibility/cdd/9_security-model/
9_2_uid-and-process-isolation.md 9 as the same Linux user ID, provided that the applications are properly signed
  /external/curl/docs/cmdline-opts/
cert-type.d 7 Tells curl what certificate type the provided certificate is in. PEM, DER and
ftp-account.d 8 been provided, this data is sent off using the ACCT command.
key-type.d 6 Private key file type. Specify which type your --key provided private key
netrc-file.d 9 netrc file per invocation. If several --netrc-file options are provided,
remote-header-name.d 4 Help: Use the header-provided filename
14 There's no attempt to decode %-sequences (yet) in the provided file name, so
  /external/flatbuffers/go/
lib.go 9 // GetRootAs is a generic helper to initialize a FlatBuffer with the provided buffer bytes and its data offset.
  /prebuilts/go/darwin-x86/src/runtime/race/
doc.go 6 // No public interface is provided.
  /prebuilts/go/linux-x86/src/runtime/race/
doc.go 6 // No public interface is provided.
  /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 79 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
  /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);
  /prebuilts/go/darwin-x86/src/os/signal/
signal.go 68 // Ignore causes the provided signals to be ignored. If they are received by
70 // calls to Notify for the provided signals.
71 // If no signals are provided, all incoming signals will be ignored.
77 // If no signals are provided, all incoming signals will be relayed to c.
78 // Otherwise, just the provided signals will.
133 // Reset undoes the effect of any prior calls to Notify for the provided
135 // If no signals are provided, all signal handlers will be reset.
  /prebuilts/go/linux-x86/src/os/signal/
signal.go 68 // Ignore causes the provided signals to be ignored. If they are received by
70 // calls to Notify for the provided signals.
71 // If no signals are provided, all incoming signals will be ignored.
77 // If no signals are provided, all incoming signals will be relayed to c.
78 // Otherwise, just the provided signals will.
133 // Reset undoes the effect of any prior calls to Notify for the provided
135 // If no signals are provided, all signal handlers will be reset.

Completed in 1261 milliseconds

1 2 3 4 5 6 7 8 91011>>