Searched defs:new_instance (Results 1 - 12 of 12) sorted by relevance

/external/libchrome/base/
H A Dlazy_instance.cc40 subtle::AtomicWord new_instance,
46 subtle::Release_Store(state, new_instance);
39 CompleteLazyInstance(subtle::AtomicWord* state, subtle::AtomicWord new_instance, void* lazy_instance, void (*dtor)(void*)) argument
/external/ImageMagick/MagickCore/
H A Ddelegate-private.h64 (MagickDLLCall *new_instance)(gs_main_instance **,void *); member in struct:_GhostInfo
H A Dnt-base.c93 (MagickDLLCall *new_instance)(gs_main_instance **,void *);
166 status=nt_ghost_info.new_instance(pinstance,caller_handle);
1514 (nt_ghost_info.new_instance == NULL) ||
1550 nt_ghost_info.new_instance=(int (MagickDLLCall *)(gs_main_instance **,
1559 ghost_info.new_instance=NTGhostscriptNewInstance;
92 (MagickDLLCall *new_instance)(gs_main_instance **,void *); member in struct:_NTGhostInfo
/external/webrtc/webrtc/system_wrappers/include/
H A Dstatic_instance.h129 T* new_instance = T::CreateInstance(); local
132 new_instance); local
135 if (new_instance) {
136 delete static_cast<T*>(new_instance);
/external/dbus-binding-generator/chromeos-dbus-bindings/
H A Dproxy_generator.cc1219 string new_instance = StringPrintf("new %s{bus_", local
1222 new_instance += ", service_name_";
1225 new_instance += ", object_path";
1227 new_instance += ", property_set";
1228 new_instance += "}";
1229 text->AddLine(new_instance);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java540 new_instance(ce.getClassType());
543 public void new_instance(Type type) { method in class:CodeEmitter
690 new_instance(type);
710 new_instance(boxed);
/external/v8/test/cctest/
H A Dtest-api.cc3043 v8::Local<v8::Object> new_instance = local
3045 CHECK(!new_instance.IsEmpty());
3046 CHECK(new_instance->Has(env.local(), name).FromJust());
/external/guice/lib/build/
H A Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/cglib/ net/sf/cglib/beans/ ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 365 milliseconds