/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
H A 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
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ExecutionPlan.cpp | 846 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 D | chre_audio_concurrency_test_manager.cc | 47 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 D | StepSegmentTest.java | 41 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 D | GL2JNILib.java | 32 public static native void step(); in step() method in GL2JNILib
|
/aosp12/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
H A D | GLPerfLib.java | 32 public static native void step(); in step() method in GLPerfLib
|
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | GLDualLib.java | 32 public static native void step(); in step() method in GLDualLib
|
/aosp12/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
H A D | GLJNILib.java | 32 public static native void step(); in step() method in GLJNILib
|
/aosp12/hardware/interfaces/broadcastradio/common/vts/utils/include/broadcastradio-vts-utils/ |
H A D | pointer-utils.h | 39 constexpr auto step = 10ms; in clearAndWait() local
|
/aosp12/frameworks/av/media/codecs/g711/decoder/ |
H A D | g711DecMlaw.cpp | 31 int32_t step = 4 << segment; in DecodeMLaw() local
|
/aosp12/system/chre/apps/test/common/proto/ |
H A D | chre_audio_concurrency_test.proto | 41 optional Step step = 1; field
|
/aosp12/system/chre/apps/test/common/chre_settings_test/src/ |
H A D | chre_settings_test_manager.cc | 98 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 D | MosaicRenderer.java | 70 public static native void step(); in step() method in MosaicRenderer
|
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/ |
H A D | cor_h_x2.cpp | 234 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 D | Histogram.java | 36 int step = 8; in createTest() local
|
/aosp12/system/chre/apps/test/common/chre_audio_concurrency_test/inc/ |
H A D | chre_audio_concurrency_test_manager.h | 51 TestStep step; member
|
/aosp12/system/chre/java/test/cross_validation/src/com/google/android/chre/test/crossvalidator/ |
H A D | ChreCrossValidatorWifi.java | 134 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 D | ranged_converter.h | 59 TV4L2 step) in RangedConverter()
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | Exif.java | 123 int step = 1; in pack() local
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | simdtest.cpp | 44 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 D | Histogram.java | 42 int step = 8; in createTest() local
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 990 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 D | tlv.h | 38 #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 D | PerNameExecutorTest.java | 109 private void step() { in step() method in PerNameExecutorTest
|
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
H A D | CarNavigationManagerTest.java | 79 Step step = Step.newBuilder().build(); in testSerializeAndDeserializeProto() local
|