HomeSort by relevance Sort by last modified time
    Searched refs:_instance (Results 1 - 25 of 35) sorted by null

1 2

  /ndk/tests/device/multi-static-instances/jni/
main.cpp 9 static A _instance; local
10 return &_instance;
  /external/jmdns/src/javax/jmdns/
NetworkTopologyDiscovery.java 57 private static volatile NetworkTopologyDiscovery _instance; field in class:NetworkTopologyDiscovery.Factory
123 if (_instance == null) {
125 if (_instance == null) {
126 _instance = NetworkTopologyDiscovery.Factory.newNetworkTopologyDiscovery();
130 return _instance;
JmmDNS.java 33 private static volatile JmmDNS _instance; field in class:JmmDNS.Factory
100 if (_instance == null) {
102 if (_instance == null) {
103 _instance = JmmDNS.Factory.newJmmDNS();
107 return _instance;
  /ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp 23 // This construct forces the static creation of _instance
26 static Foo _instance; local
27 return &_instance;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dialog.js 68 return WebInspector.Dialog._instance;
77 if (WebInspector.Dialog._instance)
79 WebInspector.Dialog._instance = new WebInspector.Dialog(relativeToElement, delegate);
84 if (!WebInspector.Dialog._instance)
86 WebInspector.Dialog._instance._hide();
98 delete WebInspector.Dialog._instance;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.py 54 self._instance = instance
58 return decl_dumper_t(self._instance, self.decl)
67 dump_type(self._instance + '.' + variable.name, variable.type)
71 print ' switch(%s) {' % ("(*cmd)" + self._instance,)
74 print ' _debug_printf("\\t\\t%s = %s\\n");' % (self._instance, name)
77 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance)
81 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance)
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.py 54 self._instance = instance
58 return decl_dumper_t(self._instance, self.decl)
67 dump_type(self._instance + '.' + variable.name, variable.type)
71 print ' switch(%s) {' % ("(*cmd)" + self._instance,)
74 print ' _debug_printf("\\t\\t%s = %s\\n");' % (self._instance, name)
77 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance)
81 print ' _debug_printf("\\t\\t%s = %%i\\n", %s);' % (self._instance, "(*cmd)" + self._instance)
  /external/chromium_org/build/android/pylib/
forwarder.py 57 _instance = None variable in class:Forwarder
137 if not Forwarder._instance:
140 if adb_serial not in Forwarder._instance._initialized_devices:
150 Forwarder._instance._initialized_devices.remove(adb_serial)
183 if not Forwarder._instance:
184 Forwarder._instance = Forwarder(tool)
185 return Forwarder._instance
197 assert not Forwarder._instance
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 38 private static volatile Factory _instance; field in class:DNSTaskStarter.Factory
110 if (_instance == null) {
112 if (_instance == null) {
113 _instance = new Factory();
117 return _instance;
  /external/apache-harmony/support/src/test/java/tests/util/
CallVerificationStack.java 37 private static final CallVerificationStack _instance = new CallVerificationStack(); field in class:CallVerificationStack
73 return _instance;
  /libcore/support/src/test/java/tests/util/
CallVerificationStack.java 37 private static final CallVerificationStack _instance = new CallVerificationStack(); field in class:CallVerificationStack
73 return _instance;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
ui.js 220 if (ui.StatusArea._instance)
221 return ui.StatusArea._instance;
222 ui.StatusArea._instance = this;
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 53 InstanceList(NPP _instance);
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
nacl.scons 7 # of {ppb,ppp}_instance interfaces that are not testable any other way.
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 129 # define _ASSERT_INSTANCE_POD1(_line, _instance) \
131 typedef __typeof__(_instance) _type_##_line; \
135 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested
137 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance)
138 # define ASSERT_INSTANCE_POD(_instance) _ASSERT_INSTANCE_POD0 (__LINE__, _instance)
  /external/harfbuzz_ng/src/
hb-private.hh 126 # define _ASSERT_INSTANCE_POD1(_line, _instance) \
128 typedef __typeof__(_instance) _type_##_line; \
132 # define _ASSERT_INSTANCE_POD1(_line, _instance) typedef int _assertion_on_line_##_line##_not_tested
134 # define _ASSERT_INSTANCE_POD0(_line, _instance) _ASSERT_INSTANCE_POD1 (_line, _instance)
135 # define ASSERT_INSTANCE_POD(_instance) _ASSERT_INSTANCE_POD0 (__LINE__, _instance)
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 45 InstanceList::InstanceList(NPP _instance) :
47 instance(_instance)
  /external/chromium_org/third_party/icu/source/common/
serv.h 284 UObject* _instance;
    [all...]
serv.cpp 124 : _instance(instanceToAdopt), _id(id), _visible(visible)
130 delete _instance;
139 return service->cloneInstance(_instance);
  /external/icu4c/common/
serv.h 285 UObject* _instance;
    [all...]
serv.cpp 126 : _instance(instanceToAdopt), _id(id), _visible(visible)
132 delete _instance;
141 return service->cloneInstance(_instance);
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 

Completed in 391 milliseconds

1 2