/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/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | simdtest.cpp | 44 for (int step = 1; step < 32; step++) { in TestSkipWhitespace() local
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | PerNameExecutorTest.java | 109 private void step() { in step() method in PerNameExecutorTest
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | CarNavigationManagerTest.java | 76 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local
|
/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/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 | 132 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/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/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/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 | 597 int32_t step; in readConfigDataFromBinary() member 716 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
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioningRandom.cpp | 1151 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/ |
D | LocalPrebuiltGraph.cpp | 381 int width, int height, int step, in OutputPixelStreamCallbackFunction()
|