Home
last modified time | relevance | path

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

1234567

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A 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
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp846 std::ostream& operator<<(std::ostream& os, const IfStep& 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
866 } else if (const GotoStep* step = tryGotoStep()) { in dump() local
921 } else if (IfStep* step = logicalStep->tryIfStep()) { in finish() local
992 if (const IfStep* step = logicalStep->tryIfStep()) { in findControlFlowBoundaryConstants() local
1543 if (const IfStep* step = logicalStep->tryIfStep()) { in nextCompound() local
1984 for (const auto& step : mSteps) { in dump() local
2033 const auto* step = mSteps[stepIndex]->executionStep(); in forEachStepRoleOfSourceOperand() local
[all …]
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/src/
H A Dchre_audio_concurrency_test_manager.cc47 Manager::TestStep *step) { in getTestStep()
74 bool Manager::handleTestCommandMessage(uint16_t hostEndpointId, TestStep step) { in handleTestCommandMessage()
126 TestStep step; in handleMessageFromHost() local
/aosp12/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DStepSegmentTest.java41 StepSegment step = new StepSegment(/* amplitude= */ 1f, /* frequency= */ -1f, in testCreation() local
93 StepSegment step = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
/aosp12/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNILib.java32 public static native void step(); in step() method in GL2JNILib
/aosp12/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfLib.java32 public static native void step(); in step() method in GLPerfLib
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualLib.java32 public static native void step(); in step() method in GLDualLib
/aosp12/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNILib.java32 public static native void step(); in step() method in GLJNILib
/aosp12/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/
H A Dpointer-utils.h39 constexpr auto step = 10ms; in clearAndWait() local
/aosp12/frameworks/av/media/codecs/g711/decoder/
H A Dg711DecMlaw.cpp31 int32_t step = 4 << segment; in DecodeMLaw() local
/aosp12/system/chre/apps/test/common/proto/
H A Dchre_audio_concurrency_test.proto41 optional Step step = 1; field
/aosp12/system/chre/apps/test/common/chre_settings_test/src/
H A Dchre_settings_test_manager.cc98 Manager::TestStep *step) { in getTestStep()
205 TestStep step; in handleMessageFromHost() local
224 FeatureState state, TestStep step) { in handleStartTestMessage()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRenderer.java70 public static native void step(); in step() method in MosaicRenderer
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dcor_h_x2.cpp234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DHistogram.java36 int step = 8; in createTest() local
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/inc/
H A Dchre_audio_concurrency_test_manager.h51 TestStep step; member
/aosp12/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/
H A DChreCrossValidatorWifi.java134 private void sendStepStartMessage(Step step) { in sendStepStartMessage()
155 private NanoAppMessage makeStepStartMessage(Step step) { in makeStepStartMessage()
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dranged_converter.h59 TV4L2 step) in RangedConverter()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DExif.java123 int step = 1; in pack() local
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dsimdtest.cpp44 for (int step = 1; step < 32; step++) { in TestSkipWhitespace() local
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DHistogram.java42 int step = 8; in createTest() local
/aosp12/frameworks/rs/driver/runtime/
H A Drs_cl.c990 extern float __attribute__((overloadable)) step(float edge, float v) { in step() function
2191 extern half __attribute__((overloadable)) step(half edge, half v) { in step() function
2194 extern half2 __attribute__((overloadable)) step(half2 edge, half2 v) { in step() function
2200 extern half3 __attribute__((overloadable)) step(half3 edge, half3 v) { in step() function
2207 extern half4 __attribute__((overloadable)) step(half4 edge, half4 v) { in step() function
2215 extern half2 __attribute__((overloadable)) step(half2 edge, half v) { in step() function
2221 extern half3 __attribute__((overloadable)) step(half3 edge, half v) { in step() function
2228 extern half4 __attribute__((overloadable)) step(half4 edge, half v) { in step() function
2236 extern half2 __attribute__((overloadable)) step(half edge, half2 v) { in step() function
2242 extern half3 __attribute__((overloadable)) step(half edge, half3 v) { in step() function
[all …]
/aosp12/bionic/libc/kernel/uapi/sound/
H A Dtlv.h38 #define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(SNDRV_CTL_TLVT_DB_SCALE, (m… argument
39 #define SNDRV_CTL_TLVD_DECLARE_DB_SCALE(name,min,step,mute) unsigned int name[] = { SNDRV_CTL_TLVD_… argument
/aosp12/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DPerNameExecutorTest.java109 private void step() { in step() method in PerNameExecutorTest
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarNavigationManagerTest.java79 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local

1234567