Home
last modified time | relevance | path

Searched refs:Wrapper (Results 1 – 25 of 98) sorted by relevance

1234

/external/clang/test/Analysis/
Dinitializer.cpp98 class Wrapper { class
102 Wrapper();
105 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
108 Wrapper w; in test()
114 struct Wrapper { struct
117 Wrapper() {} in Wrapper() argument
118 Wrapper(int x) : value(x) {} in Wrapper() argument
119 Wrapper(bool) {} in Wrapper() function
123 Wrapper w1; in test()
126 Wrapper w2(50); in test()
[all …]
Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w); argument
43 void useConstStruct(const Wrapper &w);
47 Wrapper w; in testPointerStruct()
/external/clang/test/Analysis/inlining/
Dpath-notes.cpp93 class Wrapper { class
112 Wrapper w; in testDefaultConstruction()
117 void testCopyConstruction(const Wrapper &input) { in testCopyConstruction()
120 Wrapper w{input}; in testCopyConstruction()
132 void testCopyAssignment(const Wrapper &input) { in testCopyAssignment()
133 Wrapper w; in testCopyAssignment()
150 Wrapper w; in testDestruction()
226 struct Wrapper { struct
229 Wrapper *arr;
242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}} in testGetDerefExprOnMemberExprWithADot() argument
/external/chromium_org/v8/test/mjsunit/
Ddouble-equals.js49 function Wrapper(value) { class
111 var x = new Wrapper(null);
134 testNotEqual(null, new Wrapper(null));
139 testNotEqual(undefined, new Wrapper(undefined));
170 testEqual(new Wrapper(true), true);
171 testEqual(new Wrapper(true), 1);
172 testEqual(new Wrapper(false), false);
173 testEqual(new Wrapper(false), 0);
206 testNotEqual(new Wrapper(null), new Wrapper(null));
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp40 OProfileWrapper& Wrapper; member in __anonfaed9e070111::OProfileJITEventListener
46 : Wrapper(LibraryWrapper) { in OProfileJITEventListener()
64 if (!Wrapper.op_open_agent()) { in initialize()
73 if (Wrapper.isAgentAvailable()) { in ~OProfileJITEventListener()
74 if (Wrapper.op_close_agent() == -1) { in ~OProfileJITEventListener()
102 if (Wrapper.op_write_native_code(F.getName().data(), in NotifyFunctionEmitted()
148 if (Wrapper.op_write_debug_line_info(FnStart, LineInfo.size(), in NotifyFunctionEmitted()
161 if (Wrapper.op_unload_native_code(reinterpret_cast<uint64_t>(FnStart)) == -1) { in NotifyFreeingMachineCode()
169 if (!Wrapper.isAgentAvailable()) { in NotifyObjectEmitted()
186 if (Wrapper.op_write_native_code(Name.data(), Addr, (void*)Addr, Size) in NotifyObjectEmitted()
[all …]
/external/chromium_org/sync/api/attachments/
Dattachment_id.h50 typedef sync_pb::AttachmentIdProto* Wrapper; typedef
51 static void InitializeWrapper(Wrapper* wrapper);
52 static void DestroyWrapper(Wrapper* wrapper);
53 static const sync_pb::AttachmentIdProto& Unwrap(const Wrapper& wrapper);
54 static sync_pb::AttachmentIdProto* UnwrapMutable(Wrapper* wrapper);
Dattachment_id.cc14 Wrapper* wrapper) { in InitializeWrapper()
19 Wrapper* wrapper) { in DestroyWrapper()
24 AttachmentId::ImmutableAttachmentIdProtoTraits::Unwrap(const Wrapper& wrapper) { in Unwrap()
30 Wrapper* wrapper) { in UnwrapMutable()
/external/chromium_org/third_party/WebKit/Source/platform/
DRefCountedSupplement.h43 class Wrapper FINAL : public Supplement<T> {
45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } in Wrapper() function
46 virtual ~Wrapper() { } in ~Wrapper()
59 host.provideSupplement(key, adoptPtr(new Wrapper(supplement))); in provideTo()
68 return static_cast<Wrapper*>(found)->wrapped(); in from()
/external/clang/test/SemaObjCXX/
Dpointer-to-objc-pointer-conv.mm29 class Wrapper {
39 Wrapper &operator*();
40 Wrapper &operator[](int);
41 Wrapper& operator->*(int);
48 Wrapper w;
/external/chromium_org/sync/internal_api/public/util/
Dimmutable.h107 typename Traits::Wrapper wrapper_;
196 typedef T Wrapper; typedef
198 static void InitializeWrapper(Wrapper* wrapper) {} in InitializeWrapper()
200 static void DestroyWrapper(Wrapper* wrapper) {} in DestroyWrapper()
202 static const T& Unwrap(const Wrapper& wrapper) { return wrapper; } in Unwrap()
204 static T* UnwrapMutable(Wrapper* wrapper) { return wrapper; } in UnwrapMutable()
/external/guava/guava/src/com/google/common/base/
DEquivalence.java151 public final <S extends T> Wrapper<S> wrap(@Nullable S reference) { in wrap()
152 return new Wrapper<S>(this, reference); in wrap()
176 public static final class Wrapper<T> implements Serializable { class in Equivalence
180 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { in Wrapper() method in Equivalence.Wrapper
198 } else if (obj instanceof Wrapper) { in equals()
199 Wrapper<?> that = (Wrapper<?>) obj; in equals()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowApplication.java79 private List<Wrapper> registeredReceivers = new ArrayList<Wrapper>();
325 List<Wrapper> copy = new ArrayList<Wrapper>(); in sendBroadcast()
327 for (Wrapper wrapper : copy) { in sendBroadcast()
357 registeredReceivers.add(new Wrapper(receiver, filter, context)); in registerReceiverWithContext()
380 Iterator<Wrapper> iterator = registeredReceivers.iterator(); in unregisterReceiver()
382 Wrapper wrapper = iterator.next(); in unregisterReceiver()
402 for (Wrapper registeredReceiver : registeredReceivers) { in assertNoBroadcastListenersRegistered()
414 for (Wrapper registeredReceiver : registeredReceivers) { in assertNoBroadcastListenersOfActionRegistered()
431 for (Wrapper wrapper : registeredReceivers) { in hasReceiverForIntent()
441 for (Wrapper wrapper : registeredReceivers) { in getReceiversForIntent()
[all …]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp43 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon92ee8cf40111::IntelJITEventListener
54 Wrapper.reset(libraryWrapper); in IntelJITEventListener()
95 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat() argument
102 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
120 iJIT_Method_Load FunctionMessage = FunctionDescToIntelJITFormat(*Wrapper, in NotifyFunctionEmitted()
177 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in NotifyFunctionEmitted()
185 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, &I->second); in NotifyFreeingMachineCode()
218 iJIT_Method_Load FunctionMessage = FunctionDescToIntelJITFormat(*Wrapper, in NotifyObjectEmitted()
247 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, in NotifyObjectEmitted()
277 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, in NotifyFreeingObject()
/external/chromium_org/sync/api/
Dsync_data.h114 typedef sync_pb::SyncEntity* Wrapper; typedef
116 static void InitializeWrapper(Wrapper* wrapper);
118 static void DestroyWrapper(Wrapper* wrapper);
120 static const sync_pb::SyncEntity& Unwrap(const Wrapper& wrapper);
122 static sync_pb::SyncEntity* UnwrapMutable(Wrapper* wrapper);
Dsync_data.cc42 void SyncData::ImmutableSyncEntityTraits::InitializeWrapper(Wrapper* wrapper) { in InitializeWrapper()
46 void SyncData::ImmutableSyncEntityTraits::DestroyWrapper(Wrapper* wrapper) { in DestroyWrapper()
51 const Wrapper& wrapper) { in Unwrap()
56 Wrapper* wrapper) { in UnwrapMutable()
/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp132 struct Wrapper { struct
137 return Wrapper<x/2>::run(); in run()
147 return Wrapper<x>::run() + in test_wrapper() argument
148 Wrapper<x>::run2(); // expected-note{{instantiation}} in test_wrapper()
/external/deqp/targets/gles3_wrapper/
Dgles3_wrapper.cmake2 message("*** Using GLES3 Wrapper")
4 set(DEQP_TARGET_NAME "GLES3 Wrapper")
31 message(FATAL_ERROR "GLES3 Wrapper is not supported on this OS")
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-malloc.h18 @interface Wrapper : NSData
22 @implementation Wrapper
/external/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
97 extern Wrapper *p;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java34 import org.bouncycastle.crypto.Wrapper;
63 protected Wrapper wrapEngine = null;
73 Wrapper wrapEngine) in BaseWrapCipher()
79 Wrapper wrapEngine, in BaseWrapCipher()
/external/chromium_org/third_party/mesa/src/include/CL/
Dcl.hpp1090 class Wrapper class
1099 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper
1101 ~Wrapper() in ~Wrapper()
1106 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1112 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs) in operator =()
1183 class Device : public detail::Wrapper<cl_device_id>
1188 Device() : detail::Wrapper<cl_type>() { } in Device()
1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device()
1195 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
1258 class Platform : public detail::Wrapper<cl_platform_id>
[all …]
/external/mesa3d/include/CL/
Dcl.hpp1090 class Wrapper class
1099 Wrapper() : object_(NULL) { } in Wrapper() function in cl::detail::Wrapper
1101 ~Wrapper() in ~Wrapper()
1106 Wrapper(const Wrapper<cl_type>& rhs) in Wrapper() function in cl::detail::Wrapper
1112 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs) in operator =()
1183 class Device : public detail::Wrapper<cl_device_id>
1188 Device() : detail::Wrapper<cl_type>() { } in Device()
1190 Device(const Device& device) : detail::Wrapper<cl_type>(device) { } in Device()
1195 detail::Wrapper<cl_type>::operator=(rhs); in operator =()
1258 class Platform : public detail::Wrapper<cl_platform_id>
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Ddistro.rst18 Wrapper driver. The identity driver is a simple skeleton that passes through
58 Wrapper driver. Trace dumps an XML record of the calls made to the
64 Wrapper driver. :ref:`rbug` driver used with stand alone rbug-gui.
71 Wrapper driver. Sanity checker for the internal gallium state. Normally
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst18 Wrapper driver. The identity driver is a simple skeleton that passes through
58 Wrapper driver. Trace dumps an XML record of the calls made to the
64 Wrapper driver. :ref:`rbug` driver used with stand alone rbug-gui.
71 Wrapper driver. Sanity checker for the internal gallium state. Normally
/external/chromium_org/third_party/swig/
DREADME.chromium1 Name: Simplified Wrapper and Interface Generator (SWIG)
9 Simplified Wrapper and Interface Generator (SWIG) is an interface compiler

1234