/cts/tests/tests/view/src/android/view/inspector/cts/ |
StaticInspectionCompanionProviderTest.java | 54 InspectionCompanion<View> companion = mProvider.provide(View.class); local 55 assertNotNull(companion); 56 assertEquals("android.view.View$InspectionCompanion", companion.getClass().getName()); 61 InspectionCompanion<RelativeLayout.LayoutParams> companion = local 63 assertNotNull(companion); 66 companion.getClass().getName()); 86 InspectionCompanion<NestedClassTest> companion = mProvider.provide(NestedClassTest.class); local 87 assertNotNull(companion); 88 assertTrue(companion instanceof NestedClassTest.InspectionCompanion); 98 InspectionCompanion<NonImplementingNestedClassTest> companion local 108 InspectionCompanion<NoCompanionTest> companion = mProvider.provide(NoCompanionTest.class); local [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/companion/ |
CompanionDeviceTestActivity.java | 17 package com.android.cts.verifier.companion; 20 import android.companion.AssociationRequest; 21 import android.companion.BluetoothDeviceFilter; 22 import android.companion.CompanionDeviceManager;
|
/external/eigen/unsupported/Eigen/src/Polynomials/ |
Companion.h | 39 class companion class in namespace:Eigen::internal 84 companion( const VectorType& poly ){ function in class:Eigen::internal::companion 92 DenseCompanionMatrixType companion(deg,deg); 93 companion << 98 return companion; 126 * adapted to the case of companion matrices. 142 bool companion<_Scalar,_Deg>::balanced( Scalar colNorm, Scalar rowNorm, 185 bool companion<_Scalar,_Deg>::balancedR( Scalar colNorm, Scalar rowNorm, 211 void companion<_Scalar,_Deg>::balance()
|
/external/desugar/java/com/google/devtools/build/android/desugar/ |
InterfaceDesugaring.java | 33 * Visitor that moves methods with bodies from interfaces into a companion class and rewrites call 37 * <p>Any necessary companion classes will be added to the given {@link GeneratedClassStore}. It's 62 @Nullable private ClassVisitor companion; field in class:InterfaceDesugaring 92 companion = null; 111 if (companion != null) { 114 // for companion classes in a given desugared Jar which may only contain static methods. 119 companion.visitEnd(); 125 if (companion == null 133 companion.visitMethod( 139 "Cannot get a method visitor to write out %s to the companion class." 316 private ClassVisitor companion() { method in class:InterfaceDesugaring [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_module_group_metadata.cc | 69 // Record all companion while instructions. 72 // of a companion instruction, like in the condition or body computation 99 << "Peer instruction is not a possible companion"; 107 // Add the parents of companion instructions (they must be all of the same 109 for (HloInstruction* companion : Companions(hlo)) { 111 GetTrackedInstruction(companion->parent()); 122 // Visit the computations in postorder so that the companion information grows 146 // A companion set must be composed at most of an instruction per 151 // companion, and record their device. 168 ss << "Companion set:" << std::endl 245 const TrackedInstruction* companion; local [all...] |
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/ |
PlatformInspectableProcessorTest.java | 446 InspectionCompanion<IntEnumTest> companion = loadCompanion(IntEnumTest.class); local 447 companion.mapProperties(mPropertyMapper); 450 companion.readProperties(node, mPropertyReader); 454 companion.readProperties(node, mPropertyReader); 458 companion.readProperties(node, mPropertyReader); 482 InspectionCompanion<IntFlagTest> companion = loadCompanion(IntFlagTest.class); local 483 companion.mapProperties(mPropertyMapper); 486 companion.readProperties(node, mPropertyReader); 490 companion.readProperties(node, mPropertyReader); 494 companion.readProperties(node, mPropertyReader) 791 InspectionCompanion<T> companion = loadCompanion((Class<T>) node.getClass()); local 802 final Class<InspectionCompanion<T>> companion = local [all...] |
/external/u-boot/include/ |
usb.h | 69 * Companion Descriptor (section 9.6.7 of usb 3.0 spec) 645 * @companion: True if this is a companion controller to another USB 651 bool companion; member in struct:usb_bus_priv [all...] |
/external/kotlinc/lib/ |
kotlin-imports-dumper-compiler-plugin.jar | |
android-extensions-compiler.jar | |
kotlin-reflect.jar | |