/aosp_15_r20/packages/apps/Car/SystemUI/daggervis/ |
D | libdagger_binding_graph_plugin_lib.jar | ... android/libraries/docs/inject/daggerplugin/dot/
com/google/android/libraries/docs ... |
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | bfloat16_propagation_test.cc | 120 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 181 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 221 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local 245 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, a, b)); in TEST_F() local 297 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 339 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 366 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, add, add)); in TEST_F() local 410 HloInstruction* dot = builder_f1.AddInstruction(CreateDot(shape, a_f1, b_f1)); in TEST_F() local 446 auto dot = builder.AddInstruction(CreateDot(f32_shape, fusion, fusion)); in TEST_F() local 525 HloInstruction* dot = builder.AddInstruction(CreateDot(shape, gte0, gte1)); in TEST_F() local [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
H A D | PatternBouncer.kt | 119 dots.associateWith { dot -> with(density) { (80 + (20 * dot.y)).dp.toPx() } } in <lambda>() method 144 dotScalingAnimatables.entries.forEach { (dot, animatable) -> in <lambda>() method 172 selectedDots.forEach { dot -> in <lambda>() method 303 selectedDots.forEachIndexed { index, dot -> in <lambda>() method 331 currentDot?.let { dot -> in <lambda>() method 348 dots.forEach { dot -> in <lambda>() method 369 dotAppearFadeInAnimatables.forEach { (dot, animatable) -> in showEntryAnimation() method 382 dotAppearMoveUpAnimatables.forEach { (dot, animatable) -> in showEntryAnimation() method 430 dots.forEach { dot -> in showFailureAnimation() method 441 rowDots.forEach { dot -> in showFailureAnimation() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | dot.rs | 307 let dot = format!("{:?}", Dot::with_config(&graph, &[Config::NodeIndexLabel])); in test_nodeindexlable_option() localVariable 314 let dot = format!("{:?}", Dot::with_config(&graph, &[Config::EdgeIndexLabel])); in test_edgeindexlable_option() localVariable 321 let dot = format!("{:?}", Dot::with_config(&graph, &[Config::EdgeNoLabel])); in test_edgenolable_option() localVariable 328 let dot = format!("{:?}", Dot::with_config(&graph, &[Config::NodeNoLabel])); in test_nodenolable_option() localVariable 338 let dot = format!( in test_with_attr_getters() localVariable
|
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-math/src/main/java/com/google/android/torus/math/ |
D | Vector2.kt | 99 fun dot(vector: Vector2): Float { in dot() method in com.google.android.torus.math.Vector2 111 fun dot(x: Float, y: Float): Float { in dot() method in com.google.android.torus.math.Vector2
|
D | Vector3.kt | 121 fun dot(vector: Vector3): Float { in dot() method 134 fun dot(x: Float, y: Float, z: Float): Float { in dot() method in com.google.android.torus.math.Vector3
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | cpu_instruction_fusion_test.cc | 59 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 78 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 99 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 121 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 140 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 159 HloInstruction* dot = builder.AddInstruction( in TEST_F() local 638 auto* dot = in CreateComputationForDotAddOutputFusionTest() local
|
/aosp_15_r20/external/executorch/kernels/optimized/blas/ |
H A D | BlasKernel.h | 120 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_notrans_() local 147 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_transa_() local 265 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_transb_() local 290 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_transab_() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | cublas_pad_for_gemms.cc | 29 static StatusOr<bool> PadForGemm(HloDotInstruction* dot, PrimitiveType datatype, in PadForGemm() 122 bool CheckCanonical(HloDotInstruction* dot) { in CheckCanonical() 157 HloDotInstruction* dot = Cast<HloDotInstruction>(instr); in GetRelevantDots() local
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | DOTGenerator.java | 72 ST dot; in getDOT() local 111 protected void walkCreatingDFADOT(ST dot, in walkCreatingDFADOT() 161 protected void walkRuleNFACreatingDOT(ST dot, in walkRuleNFACreatingDOT()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | BlasKernel.cpp | 151 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_notrans_() local 178 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_transa_() local 315 const auto dot = sum(k, [&](int64_t l) -> opmath_t { in gemm_transab_() local 350 const auto dot = sum(k, [&](int64_t l) -> float { in gemm_notrans_() local 400 const auto dot = compute_dot(a_, b_, k); in gemm_transa_() local 428 const auto dot = compute_dot(a_, b_, k); in gemm_transa_() local
|
/aosp_15_r20/art/dexdump/ |
H A D | dexdump.cc | 835 std::unique_ptr<char[]> dot(descriptorToDot(interfaceName)); in dumpInterface() local 1252 std::unique_ptr<char[]> dot(descriptorToDot(backDescriptor)); in dumpBytecodes() local 1402 std::unique_ptr<char[]> dot(descriptorClassToName(backDescriptor)); in dumpMethod() local 1413 std::unique_ptr<char[]> dot(descriptorToDot(returnType + 1)); in dumpMethod() local 1455 std::unique_ptr<char[]> dot(descriptorToDot(tmpBuf)); in dumpMethod() local 1508 std::unique_ptr<char[]> dot(descriptorToDot(typeDescriptor)); in dumpField() local 1628 std::unique_ptr<char[]> dot(descriptorClassToName(classDescriptor)); in dumpClass() local
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/ |
H A D | Tool.java | 697 String dot = dotGenerator.getDOT(dfa.startState); in generateDFAs() local 719 String dot = dotGenerator.getDOT(r.startState); in generateNFAs() local 729 protected void writeDOTFile(Grammar g, Rule r, String dot) throws IOException { in writeDOTFile() 733 protected void writeDOTFile(Grammar g, String name, String dot) throws IOException { in writeDOTFile()
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 347 #define EXTRACT_DIGIT(s, x, d, dot) \ argument 350 word_to_string(char *s, mpd_uint_t x, int n, char *dot) in word_to_string() 419 coeff_to_string_dot(char *s, char *dot, const mpd_t *dec) in coeff_to_string_dot() 990 const char *dot, /* location of optional decimal point */ in _mpd_add_sep_dot() 1095 const char *sign = NULL, *intpart = NULL, *dot = NULL; in _mpd_apply_lconv() local
|
/aosp_15_r20/external/libchrome/base/files/ |
H A D | file_path.cc | 369 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local 378 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local 389 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local 400 const StringType::size_type dot = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
|
/aosp_15_r20/external/eigen/Eigen/src/SparseCore/ |
H A D | SparseDot.h | 18 SparseMatrixBase<Derived>::dot(const MatrixBase<OtherDerived>& other) const in dot() function 43 SparseMatrixBase<Derived>::dot(const SparseMatrixBase<OtherDerived>& other) const in dot() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | quat.rs | 294 let dot = from.dot(to); in from_rotation_arc() localVariable 350 let dot = from.dot(to); in from_rotation_arc_2d() localVariable 448 pub fn dot(self, rhs: Self) -> f32 { in dot() method 585 let dot = start.dot(end); in lerp() localVariable 615 let mut dot = self.dot(end); in slerp() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dquat.rs | 283 let dot = from.dot(to); in from_rotation_arc() localVariable 339 let dot = from.dot(to); in from_rotation_arc_2d() localVariable 437 pub fn dot(self, rhs: Self) -> f64 { in dot() method 574 let dot = start.dot(end); in lerp() localVariable 604 let mut dot = self.dot(end); in slerp() localVariable
|
/aosp_15_r20/external/python/uritemplates/tests/fixtures/ |
D | spec-examples-by-section.json | 15 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 48 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 102 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 159 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 201 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 253 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 305 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 356 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string 404 "keys" : { "semi" : ";", "dot" : ".", "comma" : ","}, string
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path.cc | 393 const StringType::size_type dot = ExtensionSeparatorPosition(base.path_); in Extension() local 402 const StringType::size_type dot = FinalExtensionSeparatorPosition(base.path_); in FinalExtension() local 413 const StringType::size_type dot = ExtensionSeparatorPosition(path_); in RemoveExtension() local 424 const StringType::size_type dot = FinalExtensionSeparatorPosition(path_); in RemoveFinalExtension() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | quat.rs | 286 let dot = from.dot(to); in from_rotation_arc() localVariable 342 let dot = from.dot(to); in from_rotation_arc_2d() localVariable 436 pub fn dot(self, rhs: Self) -> f32 { in dot() method 575 let dot = dot4_into_v128(start, end); in lerp() localVariable 610 let mut dot = self.dot(end); in slerp() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | quat.rs | 294 let dot = from.dot(to); in from_rotation_arc() localVariable 350 let dot = from.dot(to); in from_rotation_arc_2d() localVariable 444 pub fn dot(self, rhs: Self) -> f32 { in dot() method 584 let dot = dot4_into_m128(start, end); in lerp() localVariable 620 let mut dot = self.dot(end); in slerp() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | quat.rs | 286 let dot = from.dot(to); in from_rotation_arc() localVariable 342 let dot = from.dot(to); in from_rotation_arc_2d() localVariable 436 pub fn dot(self, rhs: Self) -> f32 { in dot() method 575 let dot = dot4_into_f32x4(start, end); in lerp() localVariable 607 let mut dot = self.dot(end); in slerp() localVariable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PatternBouncerViewModel.kt | 133 val hitDot = dots.value.firstOrNull { dot -> dot.x == dotColumn && dot.y == dotRow } in <lambda>() method 138 var dot = previousDot in <lambda>() variable
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.java | 72 public abstract void hideDotView(@org.jetbrains.annotations.NotNull() in hideDotView() 76 public abstract void showDotView(@org.jetbrains.annotations.NotNull() in showDotView()
|