Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java56 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/
DExecutionPlan.cpp220 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/
DMosaicRenderer.java70 public static native void step(); in step() method in MosaicRenderer
/packages/apps/LegacyCamera/src/com/android/camera/
DExif.java123 int step = 1; in pack() local
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dsimdtest.cpp44 for (int step = 1; step < 32; step++) { in TestSkipWhitespace() local
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarNavigationManagerTest.java79 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DPerNameExecutorTest.java109 private void step() { in step() method in PerNameExecutorTest
/packages/apps/Car/Radio/src/com/android/car/radio/service/
DIRadioAppService.aidl57 void step(boolean forward, in ITuneCallback callback); in step() method
DRadioAppServiceWrapper.java347 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/
DBytesBufferPool.java46 int step = Math.min(READ_STEP, capacity - length); in readFrom() local
/packages/apps/Settings/src/com/android/settings/gestures/
DBackGestureIndicatorDrawable.java100 float step = deltaTime * mWidthChangePerMs; in updateCurrentWidth() local
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeStepFragment.java114 void setCurrentStep(int step); in setCurrentStep()
DCustomThemeActivity.java149 ComponentStep step = mSteps.get(i); in navigateToStep() local
/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioController.java130 public void step(boolean forward) { in step() method in RadioController
/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DNavStateController.java133 Step step = state.getStepsCount() > 0 ? state.getSteps(0) : null; in update() local
/packages/apps/Car/Radio/src/com/android/car/radio/platform/
DRadioTunerExt.java133 public void step(boolean forward, @Nullable TuneCallback resultCb) { in step() method
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DNavStateController.java131 Step step = state.getStepsCount() > 0 ? state.getSteps(0) : null; in update() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java78 private String getStepDescription(final int step) { in getStepDescription()
/packages/services/Car/cpp/computepipe/runner/graph/proto/
DGrpcPrebuiltGraphService.proto46 optional int32 step = 3; field
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DZoomControl.java147 protected void setZoomStep(int step) { in setZoomStep()
/packages/services/Car/cpp/evs/sampleDriver/
DConfigManager.cpp597 int32_t step; in readConfigDataFromBinary() member
716 int32_t step; in readConfigDataFromBinary() member
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1167 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/
DResizableIntArrayTests.java81 final int limit = DEFAULT_CAPACITY * 10, step = DEFAULT_CAPACITY * 2; in testAddAt() local
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp381 int width, int height, int step, in OutputPixelStreamCallbackFunction()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageStraighten.java281 float step = Math.max(viewWidth, viewHeight) / NBLINES; in onDraw() local

12