/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 | 220 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole() 632 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findModelOutputsThatAreDownstreamInputs() local 655 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs() local 660 } else if (const IfStep* step = logicalStep->tryIfStep()) { in findTempsAsStepModelOutputs() local 665 } else if (const WhileStep* step = logicalStep->tryWhileStep()) { in findTempsAsStepModelOutputs() local 846 std::ostream& operator<<(std::ostream& os, const IfStep& step) { in operator <<() 851 std::ostream& operator<<(std::ostream& os, const WhileStep& step) { in operator <<() 856 std::ostream& operator<<(std::ostream& os, const GotoStep& step) { in operator <<() 862 if (const IfStep* step = tryIfStep()) { in dump() local 864 } 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/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | simdtest.cpp | 44 for (int step = 1; step < 32; step++) { in TestSkipWhitespace() local
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarNavigationManagerTest.java | 79 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | PerNameExecutorTest.java | 109 private void step() { in step() method in PerNameExecutorTest
|
/packages/apps/Car/Radio/src/com/android/car/radio/service/ |
D | IRadioAppService.aidl | 57 void step(boolean forward, in ITuneCallback callback); in step() method
|
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
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | BytesBufferPool.java | 46 int step = Math.min(READ_STEP, capacity - length); in readFrom() local
|
/packages/apps/Settings/src/com/android/settings/gestures/ |
D | BackGestureIndicatorDrawable.java | 100 float step = deltaTime * mWidthChangePerMs; in updateCurrentWidth() 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/apps/Car/Radio/src/com/android/car/radio/ |
D | RadioController.java | 130 public void step(boolean forward) { in step() method in RadioController
|
/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/Radio/src/com/android/car/radio/platform/ |
D | RadioTunerExt.java | 133 public void step(boolean forward, @Nullable TuneCallback resultCb) { in step() method
|
/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/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | BinaryDictOffdeviceUtils.java | 78 private String getStepDescription(final int step) { in getStepDescription()
|
/packages/services/Car/cpp/computepipe/runner/graph/proto/ |
D | GrpcPrebuiltGraphService.proto | 46 optional int32 step = 3; field
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | ZoomControl.java | 147 protected void setZoomStep(int step) { in setZoomStep()
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | ConfigManager.cpp | 597 int32_t step; in readConfigDataFromBinary() member 716 int32_t step; in readConfigDataFromBinary() member
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioningRandom.cpp | 1167 auto stepToDeviceId = [](const std::shared_ptr<LogicalStep>& step) { in TEST_P() 1171 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P() local 1192 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P() local 1228 for (const auto& step : steps) { in TEST_P() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | ResizableIntArrayTests.java | 81 final int limit = DEFAULT_CAPACITY * 10, step = DEFAULT_CAPACITY * 2; in testAddAt() local
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 381 int width, int height, int step, in OutputPixelStreamCallbackFunction()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageStraighten.java | 281 float step = Math.max(viewWidth, viewHeight) / NBLINES; in onDraw() local
|