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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/X64/
ScanMem8.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/
CompareMem.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem16.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem32.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem64.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem8.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/X64/
CompareMem.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem16.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem32.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem64.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem8.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
CompareMem.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem64.S 22 # The following BaseMemoryLib instances contain the same copy of this file:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
CompareMem.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem16.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem32.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem64.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
ScanMem8.S 25 # The following BaseMemoryLib instances contain the same copy of this file:
  /external/oj-libjdwp/src/share/classes/com/sun/jdi/
ReferenceType.java 321 * or its instances with its simple name is included. Fields that
693 * Returns instances of this ReferenceType.
694 * Only instances that are reachable for the purposes of garbage collection
704 * @param maxInstances the maximum number of instances to return.
705 * Must be non-negative. If zero, all instances are returned.
707 * no instances of this ReferenceType, a zero-length list is returned.
717 List<ObjectReference> instances(long maxInstances); method in interface:ReferenceType
  /external/parameter-framework/upstream/test/functional-tests/include/
ConfigFiles.hpp 48 {"instances", config.instances},
111 {instances}
  /external/perfetto/ui/
deploy 85 instances: 1
  /external/deqp-deps/glslang/glslang/Include/
Common.h 167 template<class T> inline T* NewPoolObject(T, int instances)
169 return new(GetThreadPoolAllocator().allocate(instances * sizeof(T))) T[instances];
  /external/tensorflow/tensorflow/python/distribute/cluster_resolver/
gce_cluster_resolver_test.py 106 mock_client.instances.return_value = mock_instances
109 def gen_standard_mock_service_client(self, instances=None):
112 for instance in instances:
  /external/grpc-grpc/tools/codegen/core/
gen_stats_data.py 239 for typename, instances in sorted(inst_map.items()):
241 for inst in instances:
336 for typename, instances in sorted(inst_map.items()):
339 for inst in instances:
344 for inst in instances:
  /external/testng/src/main/java/org/testng/internal/
Invoker.java 89 Set<Object> instances = m_classInvocationResults.get( clazz ); local
90 if (instances == null) {
91 instances = Sets.newHashSet();
92 m_classInvocationResults.put(clazz, instances);
94 instances.add(instance);
98 Set<Object> instances = m_methodInvocationResults.get(method); local
99 if (instances == null) {
100 instances = Sets.newHashSet();
101 m_methodInvocationResults.put(method, instances);
103 instances.add(getMethodInvocationToken(method, instance))
1337 List<Object> instances = Lists.newArrayList(); field in class:Invoker.FailureContext
1436 Object[] instances = testClass.getInstances(true); local
    [all...]

Completed in 524 milliseconds

1 2 3 4 5 6 78 91011>>