Home
last modified time | relevance | path

Searched defs:Wrap (Results 1 – 24 of 24) sorted by relevance

/external/clang/test/CodeGen/
Dms-align-tentative.c22 struct Wrap { struct
25 // CHECK-DAG: @w = global %struct.Wrap zeroinitializer, align 64 argument
/external/swiftshader/tests/regres/cause/
Dcause.go23 func Wrap(cause error, msg string, args ...interface{}) error { func
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DDESede.java129 public static class Wrap class in DESede
132 public Wrap() in Wrap() method in DESede.Wrap
DAES.java259 static public class Wrap class in AES
262 public Wrap() in Wrap() method in AES.Wrap
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/
DDESede.java147 public static class Wrap class in DESede
150 public Wrap() in Wrap() method in DESede.Wrap
DAES.java281 static public class Wrap class in AES
284 public Wrap() in Wrap() method in AES.Wrap
/external/libcxx/test/std/utilities/function.objects/refwrap/
Dtype_properties.pass.cpp48 typedef std::reference_wrapper<T> Wrap; in test() typedef
/external/webrtc/webrtc/modules/
Dmodule_common_types_unittest.cc85 TEST(LatestSequenceNumber, Wrap) { in TEST() argument
103 TEST(LatestTimestamp, Wrap) { in TEST() argument
/external/webrtc/webrtc/modules/desktop_capture/
Dshared_desktop_frame.cc50 SharedDesktopFrame* SharedDesktopFrame::Wrap( in Wrap() function in webrtc::SharedDesktopFrame
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_extended_types.pass.cpp93 typedef A_wrap_0 Wrap; in test_ext_int_0() typedef
205 typedef A_wrap_1 Wrap; in test_ext_int_1() typedef
290 typedef A_wrap_2 Wrap; in test_ext_int_2() typedef
/external/llvm/unittests/IR/
DConstantRangeTest.cpp25 static ConstantRange Wrap; member in __anon7f2bd7fa0111::ConstantRangeTest
32 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa)); member in __anon7f2bd7fa0111::ConstantRangeTest
122 ConstantRange Wrap(APInt(4, 7), APInt(4, 3)); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp25 static ConstantRange Wrap; member in __anon4f4681920111::ConstantRangeTest
32 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa)); member in __anon4f4681920111::ConstantRangeTest
131 ConstantRange Wrap(APInt(4, 7), APInt(4, 3)); in TEST_F() local
/external/webrtc/webrtc/common_audio/
Dring_buffer.c20 enum Wrap { enum
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp246 struct Wrap { struct
247 struct {
Dconstant-expression-cxx11.cpp1409 struct Wrap { struct
1410 const int &value;
/external/llvm/include/llvm/IR/
DValueMap.h225 ValueMapCVH Wrap(KeyT key) const { in Wrap() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValueMap.h235 ValueMapCVH Wrap(KeyT key) const { in Wrap() function
/external/libchrome/components/policy/core/common/
Dschema.cc294 scoped_refptr<const Schema::InternalStorage> Schema::InternalStorage::Wrap( in Wrap() function in policy::Schema::InternalStorage
817 Schema Schema::Wrap(const SchemaData* data) { in Wrap() function in policy::Schema
/external/webrtc/webrtc/base/
Dthread_unittest.cc254 TEST(ThreadTest, Wrap) { in TEST() argument
/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc326 static std::unique_ptr<CallbackFilter> Wrap(const base::Closure& callback) { in Wrap() function in mojo::__anon23976c710111::CallbackFilter
Dsync_method_unittest.cc254 static PtrWrapper<InterfaceT> Wrap(InterfacePtr<Interface> ptr) { in Wrap() function
Dassociated_interface_unittest.cc672 static std::unique_ptr<CallbackFilter> Wrap(const base::Closure& callback) { in Wrap() function in mojo::test::__anon8c5091060111::CallbackFilter
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2984 SCEV::NoWrapFlags Wrap = InBounds ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getGEPExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3451 SCEV::NoWrapFlags Wrap = GEP->isInBounds() ? SCEV::FlagNSW in getGEPExpr() local