HomeSort by relevance Sort by last modified time
    Searched defs:wrap (Results 1 - 25 of 1111) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaTemplate/
dependent-class-member-operator.cpp 7 void wrap() { function
  /cts/tests/tests/wrap/src/android/wrap/
WrapActivity.java 17 package android.wrap;
  /external/conscrypt/android/src/main/java/org/conscrypt/
KitKatPlatformOpenSSLSocketAdapterFactory.java 33 protected Socket wrap(OpenSSLSocketImpl socket) throws IOException { method in class:KitKatPlatformOpenSSLSocketAdapterFactory
PreKitKatPlatformOpenSSLSocketAdapterFactory.java 32 protected Socket wrap(OpenSSLSocketImpl socket) throws IOException { method in class:PreKitKatPlatformOpenSSLSocketAdapterFactory
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 36 def wrap(text): function
53 output += wrap(text)
56 output += wrap(text)
  /external/llvm/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CodeGenCWrappers.h 43 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CodeGenCWrappers.h 46 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm
  /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
  /external/swiftshader/third_party/LLVM/include/llvm-c/Transforms/
PassManagerBuilder.h 84 inline LLVMPassManagerBuilderRef wrap(PassManagerBuilder *P) { function in namespace:llvm
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Object.h 58 inline LLVMObjectFileRef wrap(const ObjectFile *OF) { function in namespace:llvm::object
67 wrap(const section_iterator *SI) { function in namespace:llvm::object
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
NotificationCustomViewWrapperTest.java 51 NotificationViewWrapper wrap = NotificationCustomViewWrapper.wrap(mContext, v, mRow); local
52 wrap.onContentUpdated(mRow);
54 wrap.getCustomBackgroundColor() != 0);
56 wrap.onReinflated();
57 wrap.onContentUpdated(mRow);
59 wrap.getCustomBackgroundColor() != 0);
  /external/autotest/client/common_lib/
decorators.py 37 def wrap(func): function in function:in_context
40 of self. It does not get the self object though, so we wrap yet
59 return wrap

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>