HomeSort by relevance Sort by last modified time
    Searched defs:instances (Results 51 - 75 of 94) sorted by null

1 23 4

  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 78 private static WeakHashMap<Context, WeakReference<CalendarController>> instances = field in class:CalendarController
284 synchronized (instances) {
286 WeakReference<CalendarController> weakController = instances.get(context);
293 instances.put(context, new WeakReference(controller));
306 instances.remove(context);
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 248 DevToolsWindows* instances = g_instances.Pointer(); local
250 std::find(instances->begin(), instances->end(), this));
251 DCHECK(it != instances->end());
252 instances->erase(it);
720 DevToolsWindows* instances = g_instances.Pointer(); local
722 for (DevToolsWindows::iterator it(instances->begin()); it != instances->end();
736 DevToolsWindows* instances = g_instances.Pointer();
737 for (DevToolsWindows::iterator it(instances->begin()); it != instances->end()
    [all...]
  /external/lldb/source/Core/
PluginManager.cpp 286 ABIInstances &instances = GetABIInstances (); local
288 ABIInstances::iterator pos, end = instances.end();
289 for (pos = instances.begin(); pos != end; ++ pos)
293 instances.erase(pos);
305 ABIInstances &instances = GetABIInstances (); local
306 if (idx < instances.size())
307 return instances[idx].create_callback;
317 ABIInstances &instances = GetABIInstances (); local
319 ABIInstances::iterator pos, end = instances.end();
320 for (pos = instances.begin(); pos != end; ++ pos
392 DisassemblerInstances &instances = GetDisassemblerInstances (); local
411 DisassemblerInstances &instances = GetDisassemblerInstances (); local
423 DisassemblerInstances &instances = GetDisassemblerInstances (); local
504 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
523 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
535 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
609 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); local
628 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); local
640 EmulateInstructionInstances &instances = GetEmulateInstructionInstances (); local
709 OperatingSystemInstances &instances = GetOperatingSystemInstances (); local
728 OperatingSystemInstances &instances = GetOperatingSystemInstances (); local
740 OperatingSystemInstances &instances = GetOperatingSystemInstances (); local
814 LanguageRuntimeInstances &instances = GetLanguageRuntimeInstances (); local
833 LanguageRuntimeInstances &instances = GetLanguageRuntimeInstances (); local
845 LanguageRuntimeInstances &instances = GetLanguageRuntimeInstances (); local
923 ObjectFileInstances &instances = GetObjectFileInstances (); local
942 ObjectFileInstances &instances = GetObjectFileInstances (); local
953 ObjectFileInstances &instances = GetObjectFileInstances (); local
963 ObjectFileInstances &instances = GetObjectFileInstances (); local
975 ObjectFileInstances &instances = GetObjectFileInstances (); local
994 ObjectFileInstances &instances = GetObjectFileInstances (); local
1070 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1089 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1101 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1117 ObjectContainerInstances &instances = GetObjectContainerInstances (); local
1185 LogInstances &instances = GetLogInstances (); local
1204 LogInstances &instances = GetLogInstances (); local
1215 LogInstances &instances = GetLogInstances (); local
1227 LogInstances &instances = GetLogInstances (); local
1302 PlatformInstances &instances = GetPlatformInstances (); local
1312 PlatformInstances &instances = GetPlatformInstances (); local
1324 PlatformInstances &instances = GetPlatformInstances (); local
1343 PlatformInstances &instances = GetPlatformInstances (); local
1355 PlatformInstances &instances = GetPlatformInstances (); local
1373 PlatformInstances &instances = GetPlatformInstances (); local
1446 ProcessInstances &instances = GetProcessInstances (); local
1456 ProcessInstances &instances = GetProcessInstances (); local
1468 ProcessInstances &instances = GetProcessInstances (); local
1487 ProcessInstances &instances = GetProcessInstances (); local
1500 ProcessInstances &instances = GetProcessInstances (); local
1573 SymbolFileInstances &instances = GetSymbolFileInstances (); local
1592 SymbolFileInstances &instances = GetSymbolFileInstances (); local
1604 SymbolFileInstances &instances = GetSymbolFileInstances (); local
1678 SymbolVendorInstances &instances = GetSymbolVendorInstances (); local
1697 SymbolVendorInstances &instances = GetSymbolVendorInstances (); local
1710 SymbolVendorInstances &instances = GetSymbolVendorInstances (); local
1783 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances (); local
1802 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances (); local
1815 UnwindAssemblyInstances &instances = GetUnwindAssemblyInstances (); local
1833 DynamicLoaderInstances &instances = GetDynamicLoaderInstances (); local
1846 PlatformInstances &instances = GetPlatformInstances (); local
1859 ProcessInstances &instances = GetProcessInstances(); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmStateManager.java 46 * This class handles all the state changes for alarm instances. You need to
47 * register all alarm instances with the state manager if you want them to
49 * then you must also re-register instances to fix their states.
174 // This is a optimization for really old alarm instances. This prevent us
605 * This will delete and unregister all instances associated with alarmId, without affect
609 * @param alarmId to find instances to delete.
613 List<AlarmInstance> instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId); local
614 for (AlarmInstance instance : instances) {
627 // Register all instances after major time changes or when phone restarts
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarInstancesHelper.java 34 import android.provider.CalendarContract.Instances;
48 CalendarInstancesHelper.InstancesList instances = get(syncIdKey); local
49 if (instances == null) {
50 instances = new CalendarInstancesHelper.InstancesList();
51 put(syncIdKey, instances);
53 instances.add(values);
77 * Instances whose event_id field matches one of those events.
80 Instances._ID + " IN " +
81 "(SELECT " + Tables.INSTANCES + "." + Instances._ID + " as _id"
    [all...]
  /external/chromium_org/v8/src/
debug.cc 641 Handle<FixedArray> instances = factory->NewFixedArray(occupancy()); local
646 instances->set(count, *reinterpret_cast<Script**>(entry->value));
650 return instances;
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 1356 static i::List<TestRetainedObjectInfo*> instances; member in class:__anon21172::TestRetainedObjectInfo
1368 i::List<TestRetainedObjectInfo*> TestRetainedObjectInfo::instances; member in class:__anon21172::TestRetainedObjectInfo
1411 delete TestRetainedObjectInfo::instances[i]; member in class:TestRetainedObjectInfo
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java 335 * Creates {@link ThreadPolicy} instances. Methods whose names start
546 // Map from class to max number of allowed instances in memory.
563 * Creates {@link VmPolicy} instances. Methods whose names start
601 * Set an upper bound on how many instances of a class can be in memory
1463 long instances = VMDebug.countInstancesOfClass(klass, false); local
2046 long instances = VMDebug.countInstancesOfClass(klass, false); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
org.apache.commons.logging_1.1.1.v201101211721.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.apache.commons.logging_1.0.4.v201005080501.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 108 // to facilitate cleanup, when instances and parent may be deallocated at different times.
185 service_instance *instances; member in struct:request_state::__anon30642::__anon30644
693 service_instance **p = &srv->request->u.servicereg.instances;
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 36 import android.provider.CalendarContract.Instances;
292 * This command dumps the list of instances to the log for debugging.
314 * This command queries the number of instances and compares it to the given
339 * When this command runs it verifies that all of the instances in the
340 * given range match the expected instances (each instance is specified by
346 long[] instances; field in class:CalendarProvider2Test.VerifyAllInstances
363 this.instances = new long[len];
367 this.instances[index++] = time.toMillis(false /* use isDst */);
374 if (instances != null) {
375 len = instances.length
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 506 ArrayList<Widget> instances = host.widgets; local
507 int N = instances.size();
510 Widget widget = instances.get(i);
1265 ArrayList<Widget> instances = provider.widgets; local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/boot/
plexus-classworlds-2.5.1.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
commons-logging-1.1.1.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 

Completed in 823 milliseconds

1 23 4