/system/libvintf/ |
HalManifest.cpp | 135 const auto &instances = it->second.instances; local 136 if (instances.find(instanceName) == instances.end()) { 169 ret.insert(it->second.instances.begin(), it->second.instances.end()); 177 const auto &instances = getInstances(halName, interfaceName); local 178 return instances.find(instanceName) != instances.end(); 183 using Instances = std::map<Version, InstancesOfVersion> 217 Instances instances; local [all...] |
parse_xml.cpp | 462 appendTextElements(root, "instance", intf.instances, d); 465 std::vector<std::string> instances; variable 467 !parseTextElements(root, "instance", &instances)) { 470 intf->instances.clear(); 471 intf->instances.insert(instances.begin(), instances.end()); 472 if (intf->instances.size() != instances.size()) { 473 this->mLastError = "Duplicated instances in " + intf->name [all...] |
/test/vts-testcase/hal/treble/vintf/ |
vts_treble_vintf_test.cpp | 206 auto instances = vendor_manifest_->getInstances(hal_name, iface_name); local 207 EXPECT_FALSE(instances.empty())
|
/art/test/708-jit-cache-churn/src/ |
JitCacheChurnTest.java | 150 static final AtomicInteger instances = new AtomicInteger(0); field in class:JitCacheChurnTest.TaskFive 153 instance = instances.getAndIncrement();
|
/art/tools/ahat/src/ |
ObjectHandler.java | 280 List<AhatInstance> instances = inst.getDominated(); local 281 if (instances != null) { 282 DominatedList.render(mSnapshot, doc, query, DOMINATED_OBJECTS_ID, instances);
|
/art/tools/ahat/src/heapdump/ |
Diff.java | 151 * Recursively create place holder instances for the given instance and 176 * Recursively diff two dominator trees of instances. 182 private static void instances(List<AhatInstance> a, List<AhatInstance> b, method in class:Diff 191 // Group instances of the same equivalence class together. 255 * This requires that instances have already been diffed. In particular, we 325 // Diff the instances of each snapshot. 327 instances(a.getRooted(), b.getRooted(), placeholders); 330 // This requires the instances have already been diffed.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_perfcounter.c | 365 unsigned instances = 1; local 368 instances = rctx->screen->info.max_se; 370 instances *= block->num_instances; 373 query->b.result_size += sizeof(uint64_t) * instances * group->num_counters; 374 i += instances * group->num_counters; 379 query->b.num_cs_dw_end += instances * read_dw; 381 query->b.num_cs_dw_end += instances * pc->num_instance_cs_dwords; 606 unsigned instances, void *data) 616 block->num_instances = MAX2(instances, 1);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_perfcounter.c | 80 unsigned instances; member in struct:si_pc_block 344 /* Both the number of instances and selectors varies between chips of the same 713 unsigned instances = block->instances; local 717 instances = 2; 725 instances,
|
/external/testng/src/main/java/org/testng/reporters/ |
FailedReporter.java | 189 Object[] instances= m.getInstances(); local 190 Class clazz= instances == null || instances.length == 0 || instances[0] == null 192 : instances[0].getClass();
|
SuiteHTMLReporter.java | 388 .append("<th>Instances</th>") 415 StringBuffer instances = new StringBuffer(); local 417 instances.append(o).append(" "); 434 .append(" <td>").append(instances).append("</td> ")
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
AlarmInstance.java | 164 * Get an alarm instances by alarmId. 167 * @param alarmId of instances desired. 168 * @return list of alarms instances that are owned by alarmId. 206 * Get alarm instances in the specified state. 214 * Get a list of instances given selection. 241 // Make sure we are not adding a duplicate instances. This is not a 277 final List<AlarmInstance> instances = getInstancesByAlarmId(contentResolver, alarmId); local 278 for (AlarmInstance instance : instances) {
|
/art/runtime/jdwp/ |
jdwp_handler.cc | 594 std::vector<ObjectId> instances; local 595 JdwpError rc = Dbg::GetInstances(class_id, max_count, &instances); 600 return WriteTaggedObjectList(reply, instances); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | 40 import android.provider.CalendarContract.Instances; 2116 Cursor instances = getInstances(timeZone, rangeStart, rangeEnd, projection, local 2122 Cursor instances; local 2438 Cursor instances = getInstances(timeZone, "2003-08-05T00:00:00", "2003-08-31T11:59:59", local 2523 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 2712 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 2881 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 2969 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 3064 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local 3374 Cursor instances = mContentResolver.query(uri, projection, where, null, local 3428 Cursor instances = mContentResolver.query(uri, projection, where, null, local 3462 Cursor instances = getInstances(timeZone, startWhen, endWhen, local 3624 Cursor instances = getInstances(timeZone, testStart, testEnd, projection, local [all...] |
/device/google/dragon/audio/hal/ |
cras_dsp_pipeline.c | 42 * instances (A and C) and the audio ports on these instances will 107 /* All needed instances for this pipeline. It is sorted in an 110 instance_array instances; member in struct:pipeline 147 static struct instance *find_instance_by_plugin(instance_array *instances, 153 FOR_ARRAY_ELEMENT(instances, i, instance) { 164 static int find_origin_port(struct ini *ini, instance_array *instances, 187 if (find_instance_by_plugin(instances, plugin)) { 224 return find_origin_port(ini, instances, plugin, index, origin, 228 static struct audio_port *find_output_audio_port(instance_array *instances, [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexArrayObjectTests.cpp | 119 int instances; member in struct:deqp::gles3::Functional::__anon17377::Spec 133 , instances (-1) 576 if (m_spec.instances == 0) 579 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, m_indices, m_spec.instances)); 583 if (m_spec.instances == 0) 586 GLU_CHECK_CALL(glDrawElementsInstanced(GL_TRIANGLES, m_spec.count, m_spec.indexType, (GLvoid*)((GLintptr)m_spec.indexOffset), m_spec.instances)); 591 if (m_spec.instances == 0) 594 GLU_CHECK_CALL(glDrawArraysInstanced(GL_TRIANGLES, 0, m_spec.count, m_spec.instances)); 744 m_spec.instances = 0; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_generator.cpp | 1053 unsigned instances = ((struct brw_tcs_prog_data *) prog_data)->instances; local [all...] |
brw_compiler.h | 672 int instances; member in struct:brw_tcs_prog_data
|
/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/flatbuffers/tests/ |
test.cpp | 774 std::string instances[instances_per_definition]; member in struct:RndDef 785 definitions_l[definition].instances[i] += instance_add; 805 // being generated. We generate multiple instances such that when creating [all...] |
/external/v8/src/runtime/ |
runtime-debug.cc | 1256 Handle<FixedArray> instances; local 1308 List<Handle<JSObject> > instances; local 1363 List<Handle<JSObject> > instances; local [all...] |
/frameworks/native/libs/vr/libpdx_default_transport/ |
pdx_benchmarks.cpp | 177 int instances = 1; member in struct:Options 190 const char kOptionInstances[] = "instances"; 510 int service_count = ProgramOptions.instances; 576 int service_count = ProgramOptions.instances; 586 ProgramOptions.instances * ProgramOptions.threads * ProgramOptions.count); 876 const int total_threads = ProgramOptions.threads * ProgramOptions.instances; [all...] |
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
MethodTest.java | 558 Object[] instances = { impl1, impl2, impl3 }; local 560 // Attempt to invoke all declarations of defaultMethod() on a selection of instances. 563 for (Object instance : instances) {
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
AlarmStateManager.java | 57 * This class handles all the state changes for alarm instances. You need to 58 * register all alarm instances with the state manager if you want them to 60 * then you must also re-register instances to fix their states. 453 // remove any other scheduled instances that may exist 758 List<AlarmInstance> instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId); local 773 List<AlarmInstance> instances = AlarmInstance.getInstancesByAlarmId(cr, alarmId); local 798 final List<AlarmInstance> instances = AlarmInstance.getInstances( local [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/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
DeqpTestRunner.java | 343 * Declare existence of a test and instances 346 // Test instances cannot change at runtime, ignore if we have already set this 1028 final Map<TestIdentifier, Set<BatchRunConfiguration>> instances = new LinkedHashMap<>(); local [all...] |