/external/eigen/test/ |
exceptions.cpp | 33 instances--; 38 instances++; 68 static int instances; member in class:ScalarWithExceptions 76 int ScalarWithExceptions::instances = 0; member in class:ScalarWithExceptions 82 int before = ScalarWithExceptions::instances; \ 87 VERIFY(ScalarWithExceptions::instances==before && "memory leak detected in " && EIGEN_MAKESTRING(OP)); \ 107 VERIFY(ScalarWithExceptions::instances==0 && "global memory leak detected in " && EIGEN_MAKESTRING(OP)); \
|
/external/smack/src/org/jivesoftware/smack/packet/ |
XMPPError.java | 360 private static Map<Condition, ErrorSpecification> instances = errorSpecifications(); field in class:XMPPError.ErrorSpecification 369 Map<Condition, ErrorSpecification> instances = new HashMap<Condition, ErrorSpecification>(22); local 370 instances.put(Condition.interna_server_error, new ErrorSpecification( 372 instances.put(Condition.forbidden, new ErrorSpecification(Condition.forbidden, 374 instances.put(Condition.bad_request, new XMPPError.ErrorSpecification( 376 instances.put(Condition.item_not_found, new XMPPError.ErrorSpecification( 378 instances.put(Condition.conflict, new XMPPError.ErrorSpecification( 380 instances.put(Condition.feature_not_implemented, new XMPPError.ErrorSpecification( 382 instances.put(Condition.gone, new XMPPError.ErrorSpecification( 384 instances.put(Condition.jid_malformed, new XMPPError.ErrorSpecification [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
VertexBuffer9.cpp | 69 GLint start, GLsizei count, GLsizei instances, unsigned int offset) 83 if (!spaceRequired(attrib, count, instances, &mapSize)) 114 if (instances == 0 || attrib.mDivisor == 0) 144 bool VertexBuffer9::getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances, 147 return spaceRequired(attrib, count, instances, outSpaceRequired); 202 bool VertexBuffer9::spaceRequired(const gl::VertexAttribute &attrib, std::size_t count, GLsizei instances, 211 if (instances == 0 || attrib.mDivisor == 0) 217 if (static_cast<unsigned int>(instances) < std::numeric_limits<unsigned int>::max() - (attrib.mDivisor - 1)) 220 elementCount = (static_cast<unsigned int>(instances) + (attrib.mDivisor - 1)) / attrib.mDivisor; 224 elementCount = static_cast<unsigned int>(instances) / attrib.mDivisor [all...] |
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/agendadata/ |
CalendarQueryService.java | 76 CalendarContract.Instances._ID, 77 CalendarContract.Instances.EVENT_ID, 78 CalendarContract.Instances.TITLE, 79 CalendarContract.Instances.BEGIN, 80 CalendarContract.Instances.END, 81 CalendarContract.Instances.ALL_DAY, 82 CalendarContract.Instances.DESCRIPTION, 83 CalendarContract.Instances.ORGANIZER 136 Uri.Builder builder = CalendarContract.Instances.CONTENT_URI.buildUpon(); 143 int idIdx = cursor.getColumnIndex(CalendarContract.Instances._ID) [all...] |
/development/samples/wearable/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 76 CalendarContract.Instances._ID, 77 CalendarContract.Instances.EVENT_ID, 78 CalendarContract.Instances.TITLE, 79 CalendarContract.Instances.BEGIN, 80 CalendarContract.Instances.END, 81 CalendarContract.Instances.ALL_DAY, 82 CalendarContract.Instances.DESCRIPTION, 83 CalendarContract.Instances.ORGANIZER 136 Uri.Builder builder = CalendarContract.Instances.CONTENT_URI.buildUpon(); 143 int idIdx = cursor.getColumnIndex(CalendarContract.Instances._ID) [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
fig.t | 23 has 'instances' => ( 38 $self->instances->{$v.text, $o); 51 | '$' ID { $value = instances.get($ID.text); }
|
/external/chromium_org/content/browser/devtools/ |
devtools_agent_host_impl.cc | 19 typedef std::map<std::string, DevToolsAgentHostImpl*> Instances; 20 base::LazyInstance<Instances>::Leaky g_instances = LAZY_INSTANCE_INITIALIZER; 40 Instances::iterator it = g_instances.Get().find(id);
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
ThreadInfo.cpp | 25 // instances. 44 LOG_THREADINFO("%s: EFL %p (%d instances)\n", __FUNCTION__, 79 LOG_THREADINFO("%s: EGL %p (%d instances)\n", __FUNCTION__,
|
/external/chromium_org/chrome/browser/metrics/ |
plugin_metrics_provider.cc | 67 instances(0), 76 instances(0), 86 // The number of instances of this child process that have been created. 89 int instances; member in struct:PluginMetricsProvider::ChildProcessStats 174 int instances = 0; local 175 plugin_dict->GetInteger(prefs::kStabilityPluginInstances, &instances); 176 if (instances > 0) 177 plugin_stability->set_instance_count(instances); 237 if (stats.instances) { 238 int instances = 0 local [all...] |
/external/chromium_org/chrome/browser/task_manager/ |
panel_information.h | 15 // WebContentsInformation for WebContents instances owned by the PanelManager.
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/ |
CleanupReferenceTest.java | 78 ReferredObject[] instances = new ReferredObject[INSTANCE_COUNT]; local 81 instances[i] = new ReferredObject(); 85 instances = null; 87 assertTrue(instances == null);
|
/external/chromium_org/extensions/browser/api/storage/ |
leveldb_settings_storage_factory.h | 12 // Factory for creating LeveldbValueStore instances.
|
settings_storage_factory.h | 17 // Factory for creating SettingStorage instances. 20 // ValueStoreCache instances any other way.
|
/external/chromium_org/media/audio/ |
audio_logging.h | 48 // AudioLogFactory dispenses AudioLog instances to owning classes for tracking 56 // Each of these owning classes may own multiple instances of each component, as 57 // such each AudioLog supports logging for multiple instances. 72 // instances of the given component. Each instance of an "owning" class must
|
fake_audio_log_factory.h | 14 // Creates stub AudioLog instances, for testing, which do nothing.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimateElement.cpp | 148 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local 149 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end(); 150 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) { 232 // If the target element has instances, update them as well, w/o requiring the <use> tree to be rebuilt. 233 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local 234 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end(); 235 for (WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator it = instances.begin(); it != end; ++it) { 252 // If the target element has instances, update them as well, w/o requiring the <use> tree to be rebuilt. 253 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local 254 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >::const_iterator end = instances.end() 280 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instances = targetElement->instancesForElement(); local [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_observer.h | 18 // observers may handle changes to their associated native theme instances.
|
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | 41 import android.provider.CalendarContract.Instances; 2114 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, local 2120 Cursor instances; local 2436 Cursor instances = getInstances(timeZone, "2003-08-05T00:00:00", "2003-08-31T11:59:59", local 2521 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 2710 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 2879 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 2967 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 3062 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 3311 Cursor instances = mContentResolver.query(uri, projection, where, null, local 3365 Cursor instances = mContentResolver.query(uri, projection, where, null, local 3399 Cursor instances = getInstances(timeZone, startWhen, endWhen, local 3561 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local [all...] |
/external/chromium_org/chrome/browser/ui/ |
protocol_dialog_delegate.h | 21 // |dont_block| is true if the checkbox to prevent future instances of this 26 // |dont_block| is true if the checkbox to prevent future instances of this
|
/external/chromium_org/content/browser/loader/ |
throttling_resource_handler.h | 23 // Used to apply a list of ResourceThrottle instances to an URLRequest. 27 // Takes ownership of the ResourceThrottle instances.
|
/external/chromium_org/content/renderer/media/ |
rtc_video_encoder_factory.h | 23 // This class creates RTCVideoEncoder instances (each wrapping a 44 // instances.
|
/external/chromium_org/content/test/plugin/ |
plugin_client.h | 27 // resources shared by all instances of your plug-in at this time. 33 // by all instances of a plug-in.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_gatt_notify_session.h | 16 // indications. Instances are obtained by calling 31 // are shared among BluetoothGattNotifySession instances -- but it will
|
/external/chromium_org/extensions/browser/ |
extension_function_registry.h | 16 // A factory function for creating new ExtensionFunction instances. 26 // create instances of them.
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
VertexBuffer11.h | 29 GLint start, GLsizei count, GLsizei instances, unsigned int offset); 31 virtual bool getSpaceRequired(const gl::VertexAttribute &attrib, GLsizei count, GLsizei instances,
|