Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 37) 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.cpp260 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/
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/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DPerNameExecutorTest.java109 private void step() { in step() method in PerNameExecutorTest
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarNavigationManagerTest.java76 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local
/packages/apps/Car/Radio/src/com/android/car/radio/service/
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
DIRadioAppService.aidl57 void step(boolean forward, in ITuneCallback callback); in step() method
/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.java132 public void step(boolean forward) { in step() method in RadioController
/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/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DNavStateController.java133 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/
DFastPairSimulatorDatabase.java229 int step = INDEX_DEVICE; in fromRawString() local
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java78 private String getStepDescription(final int step) { in getStepDescription()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DZoomControl.java147 protected void setZoomStep(int step) { in setZoomStep()
/packages/services/Car/cpp/computepipe/runner/graph/proto/
DGrpcPrebuiltGraphService.proto46 optional int32 step = 3; field
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.cpp597 int32_t step; in readConfigDataFromBinary() member
716 int32_t step; in readConfigDataFromBinary() member
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp546 int32_t step; in readConfigDataFromBinary() member
653 int32_t step; in readConfigDataFromBinary() member
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp1151 auto stepToDeviceId = [](const std::shared_ptr<LogicalStep>& step) { in TEST_P()
1155 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P() local
1176 for (const auto& step : plan.forTest_compoundGetSteps()) { in TEST_P() local
1212 for (const auto& step : steps) { in TEST_P() local
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp381 int width, int height, int step, in OutputPixelStreamCallbackFunction()

12