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

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/test/configurationfailurepolicy/
FactoryClassWithFailedBeforeClassMethod.java 8 Object[] instances = new Object[2]; local
9 instances[0] = new FactoryClassWithFailedBeforeClassMethod();
10 instances[1] = new FactoryClassWithFailedBeforeClassMethod();
11 return instances;
FactoryClassWithFailedBeforeMethod.java 8 Object[] instances = new Object[2]; local
9 instances[0] = new FactoryClassWithFailedBeforeMethod();
10 instances[1] = new FactoryClassWithFailedBeforeMethod();
11 return instances;
FactoryClassWithFailedBeforeMethodAndMultipleInvocations.java 8 Object[] instances = new Object[2]; local
9 instances[0] = new FactoryClassWithFailedBeforeMethodAndMultipleInvocations();
10 instances[1] = new FactoryClassWithFailedBeforeMethodAndMultipleInvocations();
11 return instances;
  /external/swiftshader/src/OpenGL/common/
Object.cpp 27 std::set<Object*> Object::instances; member in class:gl::Object
36 instances.insert(this);
46 ASSERT(instances.find(this) != instances.end()); // Check for double deletion
47 instances.erase(this);
96 ASSERT(Object::instances.empty()); // Check for GL object leak at termination
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
InstanceOnlyModifierDebuggee.java 67 logWriter.println("Create instances");
68 final TestClass[] instances = new TestClass[10]; local
69 for (int i = 0; i < instances.length; ++i) {
70 instances[i] = new TestClass();
74 INSTANCE_ONLY = instances[instances.length - 1];
85 for (int i = 0; i < instances.length; ++i) {
86 instances[i].eventTestMethod();
90 for (int i = 0; i < instances.length; ++i) {
91 instances[i].throwAndCatchException()
    [all...]
  /external/skia/tests/
LRUCacheTest.cpp 27 int instances = 0; local
33 test.insert(i, std::unique_ptr<Value>(new Value(i * i, &instances)));
37 REPORTER_ASSERT(r, kSize == instances);
40 REPORTER_ASSERT(r, i == instances);
42 REPORTER_ASSERT(r, (int) test.count() == instances);
45 REPORTER_ASSERT(r, 0 == instances);
49 int instances = 0; local
58 test.insert(k, std::unique_ptr<Value>(new Value(k, &instances)));
61 REPORTER_ASSERT(r, kSize == instances);
69 REPORTER_ASSERT(r, 0 == instances);
    [all...]
  /external/skqp/tests/
LRUCacheTest.cpp 27 int instances = 0; local
33 test.insert(i, std::unique_ptr<Value>(new Value(i * i, &instances)));
37 REPORTER_ASSERT(r, kSize == instances);
40 REPORTER_ASSERT(r, i == instances);
42 REPORTER_ASSERT(r, (int) test.count() == instances);
45 REPORTER_ASSERT(r, 0 == instances);
49 int instances = 0; local
58 test.insert(k, std::unique_ptr<Value>(new Value(k, &instances)));
61 REPORTER_ASSERT(r, kSize == instances);
69 REPORTER_ASSERT(r, 0 == instances);
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
SyntheticRepository.java 36 private static final Map<ClassPath, SyntheticRepository> instances = new HashMap<>(); // CLASSPATH X REPOSITORY field in class:SyntheticRepository
47 SyntheticRepository rep = instances.get(classPath);
50 instances.put(classPath, rep);
  /development/tools/repo_diff/service/repodiff/remote_scripts/
kill_self.sh 12 gcloud compute instances delete $(hostname) --zone=$zone --quiet
  /external/libchrome/base/debug/
leak_tracker.h 23 // LeakTracker is a helper to verify that all instances of a class
28 // instances of that class.
40 // Next, when we believe all instances of net::URLRequest have been deleted:
44 // Should the check fail (because there are live instances of net::URLRequest),
45 // then the allocation callstack for each leaked instances is dumped to
59 // This destructor suppresses warnings about instances of this class not being
74 instances()->Append(this);
91 for (LinkNode<LeakTracker<T> >* node = instances()->head();
92 node != instances()->end();
119 for (LinkNode<LeakTracker<T> >* node = instances()->head()
    [all...]
  /external/testng/src/main/java/org/testng/
ClassMethodMap.java 77 for(Set<Object> instances: m_beforeClassMethods.values()) {
78 instances.clear();
79 instances= null;
81 for(Set<Object> instances: m_afterClassMethods.values()) {
82 instances.clear();
83 instances= null;
  /external/python/oauth2client/samples/
call_compute_service.py 19 request = service.instances().list(project=PROJECT, zone=ZONE)
  /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/grpc-grpc-java/core/src/main/java/io/grpc/internal/
SharedResourceHolder.java 55 private final IdentityHashMap<Resource<?>, Instance> instances = field in class:SharedResourceHolder
62 // Visible to tests that would need to create instances of the holder.
102 Instance instance = instances.get(resource);
105 instances.put(resource, instance);
119 final Instance cached = instances.get(resource);
132 instances.remove(resource);
146 instances.remove(resource);
147 if (instances.isEmpty()) {
162 * Defines a resource, and the way to create and destroy instances of it.
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ftrace/
func-filter-pid.tc 100 mkdir instances/foo
101 cd instances/foo
104 rmdir instances/foo
  /external/perfetto/infra/git_mirror_bot/
Makefile 26 instances delete $(VM_NAME) \
36 instances create $(VM_NAME) \
  /external/tensorflow/tensorflow/compiler/xla/client/
global_data.h 45 static void Release(std::vector<std::unique_ptr<GlobalData>> instances);
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Instances.java 25 * A collection of instances that can be searched for by id.
27 class Instances<T extends AhatInstance> implements Iterable<T> {
32 * Create a collection of instances that can be looked up by id.
33 * Note: this takes ownership of the given list of instances.
35 public Instances(List<T> instances) {
36 mInstances = instances;
38 // Sort the instances by id so we can use binary search to lookup
39 // instances by id.
40 instances.sort(new Comparator<AhatInstance>()
    [all...]
  /device/google/cuttlefish_vmm/
rebuild.sh 52 gcloud compute instances delete -q \
56 gcloud compute instances create \
80 gcloud compute instances delete -q \
  /external/testng/src/test/java/test/methodinterceptors/
Issue392Test.java 25 List<IMethodInstance> instances = new ArrayList<>();
28 instances.add(instance);
31 return instances;
Issue521Test.java 25 List<IMethodInstance> instances = new ArrayList<>();
28 instances.add(instance);
31 return instances;
  /external/testng/src/main/java/org/testng/internal/
TestMethodWorker.java 33 // Map of the test methods and their associated instances
170 Set<Object> instances= invokedBeforeClassMethods.get(testClass); local
171 if(null == instances) {
172 instances= new HashSet<>();
173 invokedBeforeClassMethods.put(testClass, instances);
176 if (! instances.contains(instance)) {
177 instances.add(instance);
219 Set<Object> instances = invokedAfterClassMethods.get(testClass); local
220 if(null == instances) {
221 instances= new HashSet<>()
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/instances/
instance.tc 3 # description: Test creation and deletion of trace instances
5 if [ ! -d instances ] ; then
17 cd instances
  /external/python/oauth2client/samples/googleappengine/
call_compute_service_from_gae.py 17 request = service.instances().list(project=PROJECT, zone=ZONE)
  /art/tools/ahat/src/main/com/android/ahat/
DominatedList.java 29 * Class for rendering a list of instances dominated by a single instance in a
35 * instances.
37 * @param snapshot the snapshot where the instances reside
41 * @param instances the collection of instances to generate a list for
44 Doc doc, Query query, String id, Collection<AhatInstance> instances) {
45 List<AhatInstance> insts = new ArrayList<AhatInstance>(instances);

Completed in 1909 milliseconds

1 2 3 4 5 6 7 8 91011>>