Searched defs:Wrapper (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DRefCountedSupplement.h43 class Wrapper : public Supplement<T> { class in class:WebCore::RefCountedSupplement
45 explicit Wrapper(PassRefPtr<ThisType> wrapped) : m_wrapped(wrapped) { } function in class:WebCore::RefCountedSupplement::Wrapper
46 virtual ~Wrapper() { m_wrapped->hostDestroyed(); }
58 host->provideSupplement(key, adoptPtr(new Wrapper(supplement)));
67 return static_cast<Wrapper*>(found)->wrapped();
/external/chromium_org/v8/test/mjsunit/
H A 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(nul
[all...]
/external/v8/test/mjsunit/
H A 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(nul
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java3 public interface Wrapper interface
/external/chromium_org/sync/api/
H A Dsync_data.h96 typedef sync_pb::SyncEntity* Wrapper; typedef in struct:syncer::SyncData::ImmutableSyncEntityTraits
98 static void InitializeWrapper(Wrapper* wrapper);
100 static void DestroyWrapper(Wrapper* wrapper);
102 static const sync_pb::SyncEntity& Unwrap(const Wrapper& wrapper);
104 static sync_pb::SyncEntity* UnwrapMutable(Wrapper* wrapper);
/external/clang/test/Analysis/
H A Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w);
43 void useConstStruct(const Wrapper &w);
47 Wrapper w;
H A Dinitializer.cpp98 class Wrapper { class in namespace:DefaultConstructorWithCleanups
102 Wrapper();
105 Wrapper::Wrapper() /* initializers synthesized */ {} function in class:DefaultConstructorWithCleanups::Wrapper
108 Wrapper w;
114 struct Wrapper { struct in namespace:DefaultMemberInitializers
117 Wrapper() {} function in struct:DefaultMemberInitializers::Wrapper
118 Wrapper(int x) : value(x) {} function in struct:DefaultMemberInitializers::Wrapper
119 Wrapper(bool) {} function in struct:DefaultMemberInitializers::Wrapper
123 Wrapper w
[all...]
H A Dderived-to-base.cpp320 struct Wrapper { struct in namespace:LazyBindings::Nested
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {} function in struct:LazyBindings::Nested::Wrapper
328 Wrapper w((FullyDerived()));
331 Wrapper w2(w);
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct in namespace:test4
97 extern Wrapper *p;
/external/chromium_org/sync/internal_api/public/util/
H A Dimmutable.h84 // primitive types and the case where Traits::Wrapper == T.
107 typename Traits::Wrapper wrapper_;
126 // headers). (This is why the Traits::Wrapper type exists; normally,
127 // Traits::Wrapper is just T itself, but that needs to be changed for
161 // typedef SomeOtherType* Wrapper;
163 // static void InitializeWrapper(Wrapper* wrapper);
165 // static void DestroyWrapper(Wrapper* wrapper);
180 // Wrapper* wrapper) {
185 // Wrapper* wrapper) {
196 typedef T Wrapper; typedef in struct:syncer::DefaultImmutableTraits
[all...]
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp38 OProfileWrapper& Wrapper; member in class:__anon21265::OProfileJITEventListener
44 : Wrapper(LibraryWrapper) {
58 if (!Wrapper.op_open_agent()) {
67 if (Wrapper.isAgentAvailable()) {
68 if (Wrapper.op_close_agent() == -1) {
96 if (Wrapper.op_write_native_code(F.getName().data(),
142 if (Wrapper.op_write_debug_line_info(FnStart, LineInfo.size(),
155 if (Wrapper.op_unload_native_code(reinterpret_cast<uint64_t>(FnStart)) == -1) {
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h43 /// Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
45 Wrapper, enumerator in enum:llvm::MSP430ISD::__anon21415
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java146 * {@link Wrapper#equals(Object) Object.equals()} such that
151 public final <S extends T> Wrapper<S> wrap(@Nullable S reference) {
152 return new Wrapper<S>(this, reference);
176 public static final class Wrapper<T> implements Serializable { class in class:Equivalence
180 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { method in class:Equivalence.Wrapper
198 } else if (obj instanceof Wrapper) {
199 Wrapper<?> that = (Wrapper<?>) obj;
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp93 class Wrapper { class in namespace:defaulted
112 Wrapper w;
113 // expected-note@-1 {{Calling implicit default constructor for 'Wrapper'}}
117 void testCopyConstruction(const Wrapper &input) {
120 Wrapper w{input};
121 // expected-note@-1 {{Calling implicit copy constructor for 'Wrapper'}}
132 void testCopyAssignment(const Wrapper &input) {
133 Wrapper w;
137 // expected-note@-1 {{Calling implicit copy assignment operator for 'Wrapper'}}
150 Wrapper
226 struct Wrapper { struct in struct:Owner
[all...]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp43 OwningPtr<IntelJITEventsWrapper> Wrapper; member in class:__anon21250::IntelJITEventListener
54 Wrapper.reset(libraryWrapper);
95 IntelJITEventsWrapper& Wrapper,
102 Result.method_id = Wrapper.iJIT_GetNewMethodID();
120 iJIT_Method_Load FunctionMessage = FunctionDescToIntelJITFormat(*Wrapper,
177 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED,
185 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_UNLOAD_START, &I->second);
219 iJIT_Method_Load FunctionMessage = FunctionDescToIntelJITFormat(*Wrapper,
248 Wrapper->iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED,
278 Wrapper
94 FunctionDescToIntelJITFormat( IntelJITEventsWrapper& Wrapper, const char* FnName, uintptr_t FnStart, size_t FnSize) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h28 Wrapper, enumerator in enum:llvm::NVPTXISD::NodeType
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_adb_bridge.h53 class Wrapper : public BrowserContextKeyedService { class in class:DevToolsAdbBridge
55 explicit Wrapper(Profile* profile);
56 virtual ~Wrapper();
H A Ddevtools_adb_bridge.cc464 DevToolsAdbBridge::Wrapper::Wrapper(Profile* profile) function in class:DevToolsAdbBridge::Wrapper
468 DevToolsAdbBridge::Wrapper::~Wrapper() {
471 DevToolsAdbBridge* DevToolsAdbBridge::Wrapper::Get() {
483 DevToolsAdbBridge::Wrapper* wrapper =
484 static_cast<DevToolsAdbBridge::Wrapper*>(GetInstance()->
499 return new DevToolsAdbBridge::Wrapper(Profile::FromBrowserContext(context));
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp59 DyldELFObject(MemoryBuffer *Wrapper, error_code &ec);
121 DyldELFObject<ELFT>::DyldELFObject(MemoryBuffer *Wrapper, error_code &ec) argument
122 : ELFObjectFile<ELFT>(Wrapper, ec) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java79 private List<Wrapper> registeredReceivers = new ArrayList<Wrapper>();
325 List<Wrapper> copy = new ArrayList<Wrapper>();
327 for (Wrapper wrapper : copy) {
357 registeredReceivers.add(new Wrapper(receiver, filter, context));
380 Iterator<Wrapper> iterator = registeredReceivers.iterator();
382 Wrapper wrapper = iterator.next();
402 for (Wrapper registeredReceiver : registeredReceivers) {
414 for (Wrapper registeredReceive
518 public class Wrapper { class in class:ShadowApplication
524 public Wrapper(BroadcastReceiver broadcastReceiver, IntentFilter intentFilter, Context context) { method in class:ShadowApplication.Wrapper
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dc.cc503 struct Wrapper : public leveldb_filterpolicy_t { struct in inherits:leveldb_filterpolicy_t
505 ~Wrapper() { delete rep_; }
515 Wrapper* wrapper = new Wrapper;
518 wrapper->destructor_ = &Wrapper::DoNothing;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h36 Wrapper, // Wrapper - A wrapper node for TargetConstantPool, enumerator in enum:llvm::ARMISD::NodeType
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h96 Wrapper, enumerator in enum:llvm::MipsISD::NodeType
/external/chromium_org/third_party/mesa/src/include/CL/
H A Dcl.hpp58 * The OpenCL C++ Wrapper API 1.1 (revision 04)
1090 class Wrapper class in namespace:cl::detail
1099 Wrapper() : object_(NULL) { } function in class:cl::detail::Wrapper
1101 ~Wrapper()
1106 Wrapper(const Wrapper<cl_type>& rhs) function in class:cl::detail::Wrapper
1112 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs)
1183 class Device : public detail::Wrapper<cl_device_id>
1188 Device() : detail::Wrapper<cl_typ
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp58 * The OpenCL C++ Wrapper API 1.1 (revision 04)
1090 class Wrapper class in namespace:cl::detail
1099 Wrapper() : object_(NULL) { } function in class:cl::detail::Wrapper
1101 ~Wrapper()
1106 Wrapper(const Wrapper<cl_type>& rhs) function in class:cl::detail::Wrapper
1112 Wrapper<cl_type>& operator = (const Wrapper<cl_type>& rhs)
1183 class Device : public detail::Wrapper<cl_device_id>
1188 Device() : detail::Wrapper<cl_typ
[all...]

Completed in 3015 milliseconds

12