HomeSort by relevance Sort by last modified time
    Searched refs:wrap (Results 226 - 250 of 2023) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /prebuilts/tools/linux-x86_64/kythe/web/ui/css/
style.css 28 word-wrap: normal;
36 word-wrap: normal;
  /system/tools/hidl/build/
utils.go 17 // wrap(p, a, s) = [p + v + s for v in a]
18 func wrap(prefix string, strs []string, suffix string) []string { func
  /toolchain/binutils/binutils-2.27/zlib/
inflate.h 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
  /external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
TensorFlowInferenceInterface.java 308 addFeed(inputName, Tensor.create(Boolean.class, dims, ByteBuffer.wrap(b)));
318 addFeed(inputName, Tensor.create(dims, FloatBuffer.wrap(src)));
328 addFeed(inputName, Tensor.create(dims, IntBuffer.wrap(src)));
338 addFeed(inputName, Tensor.create(dims, LongBuffer.wrap(src)));
348 addFeed(inputName, Tensor.create(dims, DoubleBuffer.wrap(src)));
358 addFeed(inputName, Tensor.create(UInt8.class, dims, ByteBuffer.wrap(src)));
442 fetch(outputName, FloatBuffer.wrap(dst));
451 fetch(outputName, IntBuffer.wrap(dst));
460 fetch(outputName, LongBuffer.wrap(dst));
469 fetch(outputName, DoubleBuffer.wrap(dst))
    [all...]
  /development/samples/Vault/src/com/example/android/vault/
SecretKeyWrapper.java 91 * Wrap a {@link SecretKey} using the public key assigned to this wrapper.
98 public byte[] wrap(SecretKey key) throws GeneralSecurityException { method in class:SecretKeyWrapper
100 return mCipher.wrap(key);
108 * {@link #wrap(SecretKey)}.
  /external/conscrypt/common/src/main/java/org/conscrypt/
AbstractConscryptEngine.java 124 public abstract SSLEngineResult wrap(ByteBuffer src, ByteBuffer dst) throws SSLException; method in class:AbstractConscryptEngine
127 public abstract SSLEngineResult wrap( method in class:AbstractConscryptEngine
  /external/guava/guava/src/com/google/common/collect/
EnumMultiset.java 79 super(WellBehavedMap.wrap(new EnumMap<E, Count>(type)));
101 setBackingMap(WellBehavedMap.wrap(new EnumMap<E, Count>(type)));
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
NumberFormatProviderICU.java 79 nf = DecimalFormatICU.wrap((com.ibm.icu.text.DecimalFormat)icuNfmt);
81 nf = NumberFormatICU.wrap(icuNfmt);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
TimeZoneICU.java 31 public static java.util.TimeZone wrap(TimeZone icuTz) { method in class:TimeZoneICU
85 return other.hasSameRules(TimeZoneICU.wrap(fIcuTz));
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 41 unsigned wrap; member in struct:nouveau_context::__anon29630
76 * work, and we need the wrap index anyway for extreme situations.
81 nv->scratch.wrap = nv->scratch.id;
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
BoundedByteStringTest.java 64 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8));
77 ByteString unicode = ByteString.wrap(testString.getBytes(Internal.UTF_8));
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Target.h 172 inline LLVMTargetDataRef wrap(const TargetData *P) { function in namespace:llvm
180 inline LLVMTargetLibraryInfoRef wrap(const TargetLibraryInfo *P) { function in namespace:llvm

Completed in 637 milliseconds

1 2 3 4 5 6 7 8 91011>>