| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
| D | CacheProcessing.java | 56 public boolean equals(CacheStep step) { in equals() 72 CacheStep step = new CacheStep(); in buildSteps() local 196 CacheStep step = mSteps.elementAt(i); in process() local 223 CacheStep step = mSteps.elementAt(i); in process() local 286 CacheStep step = mSteps.elementAt(i); in displaySteps() local 298 CacheStep step = mSteps.elementAt(i); in displayNbBitmapsInCache() local
|
| /packages/modules/NeuralNetworks/runtime/ |
| D | ExecutionPlan.cpp | 260 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole() 672 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs() local 695 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs() local 700 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs() local 705 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs() local 886 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<() 891 std::ostream& operator<<(std::ostream& os, const WhileStep& step) { in operator <<() 896 std::ostream& operator<<(std::ostream& os, const GotoStep& step) { in operator <<() 902 if (const IfStep* step = tryIfStep()) { in dump() local 904 } else if (const WhileStep* step = tryWhileStep()) { in dump() local [all …]
|
| /packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
| D | MosaicRenderer.java | 70 public static native void step(); in step() method in MosaicRenderer
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| D | Exif.java | 123 int step = 1; in pack() local
|
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
| D | PerNameExecutorTest.java | 109 private void step() { in step() method in PerNameExecutorTest
|
| /packages/apps/Launcher3/src/com/android/launcher3/util/ |
| D | IconSizeSteps.kt | 30 (0 until it.length()).map { step -> it.getDimensionOrThrow(step).toInt() }.sorted() in <lambda>() method
|
| /packages/apps/Car/Radio/src/com/android/car/radio/service/ |
| D | RadioAppServiceWrapper.java | 347 public void step(boolean forward) { in step() method in RadioAppServiceWrapper 354 public void step(boolean forward, @Nullable TuneCallback result) { in step() method in RadioAppServiceWrapper
|
| D | IRadioAppService.aidl | 57 void step(boolean forward, in ITuneCallback callback); in step() method
|
| /packages/apps/Settings/src/com/android/settings/gestures/ |
| D | BackGestureIndicatorDrawable.java | 100 float step = deltaTime * mWidthChangePerMs; in updateCurrentWidth() local
|
| /packages/apps/Gallery2/src/com/android/gallery3d/data/ |
| D | BytesBufferPool.java | 46 int step = Math.min(READ_STEP, capacity - length); in readFrom() local
|
| /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
| D | CarNavigationManagerTest.java | 84 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local
|
| /packages/apps/ThemePicker/src/com/android/customization/picker/theme/ |
| D | CustomThemeStepFragment.java | 114 void setCurrentStep(int step); in setCurrentStep()
|
| D | CustomThemeActivity.java | 149 ComponentStep step = mSteps.get(i); in navigateToStep() local
|
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
| D | CarAudioVolumeGroupTest.java | 564 private int getExtrapolatedGainIndex(int oldMinGain, int newMinGain, int step, int index) { in getExtrapolatedGainIndex() 568 private static int getIndexForGain(int minGain, int step, int gain) { in getIndexForGain() 572 private static int getGainForIndex(int minGain, int step, int index) { in getGainForIndex()
|
| /packages/apps/Car/Radio/src/com/android/car/radio/ |
| D | RadioController.java | 140 public void step(boolean forward) { in step() method in RadioController
|
| /packages/apps/Car/Radio/src/com/android/car/radio/platform/ |
| D | RadioTunerExt.java | 133 public void step(boolean forward, @Nullable TuneCallback resultCb) { in step() method
|
| /packages/modules/SdkExtensions/javatests/com/android/os/ext/ |
| D | SdkExtensionsTest.java | 116 int step = (int) ((VERSION_CODES.R - (long) Integer.MIN_VALUE) / 10_000); in testBadArgument() local
|
| /packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
| D | NavStateController.java | 133 Step step = state.getStepsCount() > 0 ? state.getSteps(0) : null; in update() local
|
| /packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
| D | NavStateController.java | 131 Step step = state.getStepsCount() > 0 ? state.getSteps(0) : null; in update() local
|
| /packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/ |
| D | FastPairSimulatorDatabase.java | 229 int step = INDEX_DEVICE; in fromRawString() local
|
| /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
| D | BinaryDictOffdeviceUtils.java | 78 private String getStepDescription(final int step) { in getStepDescription()
|
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ |
| D | ZoomControl.java | 147 protected void setZoomStep(int step) { in setZoomStep()
|
| /packages/services/Car/cpp/computepipe/runner/graph/proto/ |
| D | GrpcPrebuiltGraphService.proto | 46 optional int32 step = 3; field
|
| /packages/services/Car/cpp/evs/sampleDriver/hidl/ |
| D | ConfigManager.cpp | 547 int32_t step; in readConfigDataFromBinary() member 653 int32_t step; in readConfigDataFromBinary() member
|
| /packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
| D | ConfigManager.cpp | 546 int32_t step; in readConfigDataFromBinary() member 653 int32_t step; in readConfigDataFromBinary() member
|