Searched defs:instance (Results 1 - 25 of 1075) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... private static final com.google.zxing.ChecksumException instance private void " href="/5.1.0_r1/s? ...
/external/webrtc/src/system_wrappers/interface/
H A Dstatic_instance.h40 static T* volatile instance = NULL; local
70 instance = T::CreateInstance();
72 T* old_instance = instance;
73 instance = NULL;
96 // The instance has been destroyed by some other thread. Rollback.
102 if (instance == NULL) {
113 // updated just yet (that's done when the instance is created).
126 // Create instance and let whichever thread finishes first assign its
127 // local copy to the global instance. All other threads reclaim their
131 InterlockedExchangePointer(reinterpret_cast<void* volatile*>(&instance),
[all...]
/external/valgrind/main/drd/tests/
H A Dstd_atomic.cpp15 void *func1(void *instance) argument
24 void *func2(void *instance) argument
H A Dstd_list.cpp59 void *func1(void *instance) argument
61 Test *casted = reinterpret_cast<Test*>(instance);
68 void *func2(void *instance) argument
70 Test *casted = reinterpret_cast<Test*>(instance);
/external/valgrind/main/memcheck/tests/x86/
H A Dfpeflags.c3 struct instance struct
8 static struct instance* myInstance;
14 myInstance = malloc(sizeof(struct instance));
/external/tcpdump/
H A Dprint-forces.c473 u_int32_t instance; member in struct:forces_lfbsh
1300 if (dlen != ASRDLN) { /* id, instance, oper tlv */
1532 if (dlen <= OP_MIN) { /* id, instance, oper tlv header .. */
1547 printf("\n%s%s(Classid %x) instance %x\n",
1550 EXTRACT_32BITS(&lfbs->instance));
/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp12 #include "ppapi/cpp/instance.h"
37 explicit SkiaInstance(PP_Instance instance) argument
38 : pp::Instance(instance)
211 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
212 return new SkiaInstance(instance);
H A Dnacl_hello.cpp12 #include "ppapi/cpp/instance.h"
47 explicit SkiaInstance(PP_Instance instance) argument
48 : pp::Instance(instance)
141 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
142 return new SkiaInstance(instance);
H A Dnacl_interface.cpp12 #include "ppapi/cpp/instance.h"
78 explicit SkiaInstance(PP_Instance instance) : pp::Instance(instance) { argument
102 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
103 return new SkiaInstance(instance);
H A Dnacl_sample.cpp7 #include "ppapi/cpp/instance.h"
29 explicit SkiaInstance(PP_Instance instance) : pp::Instance(instance), argument
165 virtual pp::Instance* CreateInstance(PP_Instance instance) { argument
166 gPluginInstance = new SkiaInstance(instance);
/external/skia/src/core/
H A DSkConvolver.cpp305 FilterInstance instance; local
308 instance.fDataLocation = (static_cast<int>(fFilterValues.count()) -
310 instance.fOffset = filterOffset;
311 instance.fTrimmedLength = filterLength;
312 instance.fLength = filterSize;
313 fFilters.push_back(instance);
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/src/org/jivesoftware/smack/provider/
H A DProviderManager.java67 * parsing the raw XML stream to create an IQ instance. In the latter case, bean introspection
68 * is used to try to automatically set properties of the IQ instance using the values found
83 * type the IQ instance expects.<p>
120 private static ProviderManager instance; field in class:ProviderManager
126 * Returns the only ProviderManager valid instance. Use {@link #setInstance(ProviderManager)}
127 * to configure your own provider manager. If non was provided then an instance of this
130 * @return the only ProviderManager valid instance.
133 if (instance == null) {
134 instance = new ProviderManager();
136 return instance;
[all...]
/external/smack/src/org/jivesoftware/smack/util/
H A DBase32Encoder.java32 private static Base32Encoder instance = new Base32Encoder(); field in class:Base32Encoder
40 return instance;
H A DBase64Encoder.java24 private static Base64Encoder instance = new Base64Encoder(); field in class:Base64Encoder
31 return instance;
H A DBase64FileUrlEncoder.java30 private static Base64FileUrlEncoder instance = new Base64FileUrlEncoder(); field in class:Base64FileUrlEncoder
37 return instance;
/external/smack/src/org/jivesoftware/smack/util/dns/
H A DDNSJavaResolver.java31 private static DNSJavaResolver instance = new DNSJavaResolver(); field in class:DNSJavaResolver
38 return instance;
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DUserRequest.java29 private static UserRequest instance = new UserRequest(); field in class:UserRequest
32 return instance;
/external/sfntly/cpp/src/sfntly/
H A Dfont_factory.cc29 FontFactoryPtr instance = new FontFactory(); local
30 return instance.Detach();
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc515 NameEntryPtr instance = new NameEntry(PlatformId(index), local
519 return instance.Detach();
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h114 static SkPdfIdentityHEncoding* instance() { function in class:SkPdfIdentityHEncoding
138 static SkPdfDefaultEncoding* instance() { function in class:SkPdfDefaultEncoding
161 static SkPdfCIDToGIDMapIdentityEncoding* instance() { function in class:SkPdfCIDToGIDMapIdentityEncoding
175 SkPdfFont() : fBaseFont(NULL), fEncoding(SkPdfDefaultEncoding::instance()), fToUnicode(NULL) {}
348 static CIDToGIDMap_Identity* instance() {
357 return CIDToGIDMap_Identity::instance();
394 fEncoding = SkPdfDefaultEncoding::instance();
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 1045 milliseconds

1234567891011>>