HomeSort by relevance Sort by last modified time
    Searched refs:sInstances (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/test-gabi++-guard/jni/
test_guard.cpp 30 static Foo* sInstances[MAX_THREADS];
36 sInstances[index] = getInstance();
67 if (sInstances[nn] != foo)
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 89 private static Map<StorageVolume, StorageMeasurement> sInstances =
139 if (sInstances.containsKey(storageVolume)) {
140 return sInstances.get(storageVolume);
144 sInstances.put(storageVolume, storageMeasurement);

Completed in 235 milliseconds