Home
last modified time | relevance | path

Searched defs:transformations (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
H A DTransitionDslTest.kt106 val transformations = in defaultRange() constant
129 val transformations = in fractionRange() constant
160 val transformations = in timestampRange() constant
188 val transformations = in reversed() constant
219 val transformations = transitionSpec.transformationSpec(aToB()).transformationMatchers in defaultReversed() constant
259 val transformations = transitionSpec.transformationSpec(aToB()).transformationMatchers in defaultPredictiveBack() constant
/aosp_15_r20/external/llvm/docs/
H A DAliasAnalysis.rst319 The ``deleteValue`` method
328 The ``copyValue`` method
337 The ``replaceWithNewValue`` method
345 The ``addEscapingUse`` method
616 The ``-adce`` pass
623 The ``-licm`` pass
640 The ``-argpromotion`` pass
650 The ``-gvn``, ``-memcpyopt``, and ``-dse`` passes
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/ops/
H A Dtesting.py24 def assert_next(transformations): argument
47 def assert_prev(transformations): argument
121 def __init__(self, input_dataset, transformations): argument
141 def __init__(self, input_dataset, transformations): argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_add_global_variable_test.cpp139 TransformationAddGlobalVariable transformations[] = { in TEST() local
271 TransformationAddGlobalVariable transformations[] = { in TEST() local
390 TransformationAddGlobalVariable transformations[] = { in TEST() local
497 TransformationAddGlobalVariable transformations[] = { in TEST() local
Dreplayer_test.cpp90 protobufs::TransformationSequence transformations; in TEST() local
334 protobufs::TransformationSequence transformations; in TEST() local
454 protobufs::TransformationSequence transformations; in TEST() local
Dfuzzer_pass_test.cpp30 protobufs::TransformationSequence* transformations) in FuzzerPassMock()
92 protobufs::TransformationSequence transformations; in TEST() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_global_variable_test.cpp139 TransformationAddGlobalVariable transformations[] = { in TEST() local
271 TransformationAddGlobalVariable transformations[] = { in TEST() local
390 TransformationAddGlobalVariable transformations[] = { in TEST() local
497 TransformationAddGlobalVariable transformations[] = { in TEST() local
H A Dreplayer_test.cpp90 protobufs::TransformationSequence transformations; in TEST() local
334 protobufs::TransformationSequence transformations; in TEST() local
454 protobufs::TransformationSequence transformations; in TEST() local
H A Dfuzzer_pass_test.cpp30 protobufs::TransformationSequence* transformations) in FuzzerPassMock()
92 protobufs::TransformationSequence transformations; in TEST() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/fuzz/
H A Dtransformation_add_global_variable_test.cpp139 TransformationAddGlobalVariable transformations[] = { in TEST() local
271 TransformationAddGlobalVariable transformations[] = { in TEST() local
390 TransformationAddGlobalVariable transformations[] = { in TEST() local
497 TransformationAddGlobalVariable transformations[] = { in TEST() local
H A Dreplayer_test.cpp90 protobufs::TransformationSequence transformations; in TEST() local
334 protobufs::TransformationSequence transformations; in TEST() local
454 protobufs::TransformationSequence transformations; in TEST() local
H A Dfuzzer_pass_test.cpp30 protobufs::TransformationSequence* transformations) in FuzzerPassMock()
92 protobufs::TransformationSequence transformations; in TEST() local
H A Dshrinker_test.cpp171 protobufs::TransformationSequence transformations; in TEST() local
349 protobufs::TransformationSequence transformations; in TEST() local
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DMultiTransformation.java14 private final Collection<? extends Transformation<T>> transformations; field in MultiTransformation
18 public MultiTransformation(Transformation<T>... transformations) { in MultiTransformation()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp27 protobufs::TransformationSequence* transformations, in FuzzerPassReplaceOpPhiIdsFromDeadPredecessors()
34 std::vector<TransformationReplaceOpPhiIdFromDeadPredecessor> transformations; in Apply() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp27 protobufs::TransformationSequence* transformations, in FuzzerPassReplaceOpPhiIdsFromDeadPredecessors()
34 std::vector<TransformationReplaceOpPhiIdFromDeadPredecessor> transformations; in Apply() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_opphi_ids_from_dead_predecessors.cpp27 protobufs::TransformationSequence* transformations, in FuzzerPassReplaceOpPhiIdsFromDeadPredecessors()
34 std::vector<TransformationReplaceOpPhiIdFromDeadPredecessor> transformations; in Apply() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipTransformation.java55 public BipTransformation(String transformations) { in BipTransformation()
84 public BipTransformation(int[] transformations) { in BipTransformation()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dgraph_transformations.cc131 const GraphTransformationsSet& transformations, in GraphTransformationsPass()
195 const GraphTransformationsSet& transformations) { in RunGraphTransformationsWithStatus()
H A Dgraph_transformations.h72 const std::initializer_list<GraphTransformation*> transformations) { in GraphTransformationsSet()
112 const GraphTransformationsSet& transformations) { in RunGraphTransformations()
/aosp_15_r20/packages/modules/common/build/
Dmainline_modules_sdks.py1032 def transformations(self, build_release, sdk_type): member in MainlineModule
1090 def transformations(self, build_release, sdk_type): member in BundledMainlineModule
1522 self, build_release, src_sdk_zip, sdk_dist_dir, transformations): argument
1608 def apply_transformations(producer, tmp_dir, transformations, build_release): argument
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp444 spvtools::fuzz::protobufs::TransformationSequence* transformations) { in ParseTransformations()
662 const spvtools::fuzz::protobufs::TransformationSequence& transformations, in DumpTransformationsBinary()
673 const spvtools::fuzz::protobufs::TransformationSequence& transformations, in DumpTransformationsJson()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp444 spvtools::fuzz::protobufs::TransformationSequence* transformations) { in ParseTransformations()
662 const spvtools::fuzz::protobufs::TransformationSequence& transformations, in DumpTransformationsBinary()
673 const spvtools::fuzz::protobufs::TransformationSequence& transformations, in DumpTransformationsJson()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/fuzz/
H A Dfuzz.cpp444 spvtools::fuzz::protobufs::TransformationSequence* transformations) { in ParseTransformations()
661 const spvtools::fuzz::protobufs::TransformationSequence& transformations, in DumpTransformationsBinary()
672 const spvtools::fuzz::protobufs::TransformationSequence& transformations, in DumpTransformationsJson()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dtoco_tooling.cc55 GraphTransformationsSet* transformations) { in MakeGeneralGraphTransformationsSet()
271 GraphTransformationsSet transformations; in TransformWithStatus() local

12345678910>>...17