Home
last modified time | relevance | path

Searched defs:inputs (Results 1 – 25 of 130) sorted by relevance

123456

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipEncodingTest.java40 private void testParseMany(String[] inputs, int encodingType, String encodingStr, String propId, in testParseMany()
49 String[] inputs = new String[]{"JPEG", "jpeg", "Jpeg", "JpEg"}; in testParseJpeg() local
55 String[] inputs = new String[]{"GIF", "gif", "Gif", "gIf"}; in testParseGif() local
61 String[] inputs = new String[]{"WBMP", "wbmp", "Wbmp", "WbMp"}; in testParseWbmp() local
67 String[] inputs = new String[]{"PNG", "png", "Png", "PnG"}; in testParsePng() local
73 String[] inputs = new String[]{"JPEG2000", "jpeg2000", "Jpeg2000", "JpEg2000"}; in testParseJpeg2000() local
79 String[] inputs = new String[]{"BMP", "bmp", "Bmp", "BmP"}; in testParseBmp() local
85 String[] inputs = new String[]{"USR-test", "usr-test", "Usr-Test", "UsR-TeSt"}; in testParseUsrProprietary() local
95 int[] inputs = new int[]{BipEncoding.JPEG, BipEncoding.PNG, BipEncoding.BMP, in testCreateBasicEncoding() local
/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DObservableCombiner.java45 private ObservableCombiner(List<? extends Observable<?>> inputs, in ObservableCombiner()
62 static <I, O> Observable<O> transform(final List<? extends Observable<I>> inputs, in transform()
/aosp12/frameworks/native/libs/gui/
H A DBatchBufferOps.cpp46 const std::vector<DequeueBufferInput>& inputs, in dequeueBuffers()
89 const std::vector<QueueBufferInput>& inputs, in queueBuffers()
101 const std::vector<CancelBufferInput>& inputs, in cancelBuffers()
111 status_t IGraphicBufferProducer::query(const std::vector<int32_t> inputs, in query()
H A DIGraphicBufferProducer.cpp216 const std::vector<DequeueBufferInput>& inputs, in dequeueBuffers()
415 const std::vector<CancelBufferInput>& inputs, in cancelBuffers()
444 virtual status_t query(const std::vector<int32_t> inputs, in query()
806 const std::vector<DequeueBufferInput>& inputs, in dequeueBuffers()
843 status_t queueBuffers(const std::vector<QueueBufferInput>& inputs, in queueBuffers()
853 const std::vector<CancelBufferInput>& inputs, in cancelBuffers()
862 status_t query(const std::vector<int32_t> inputs, in query()
1114 std::vector<DequeueBufferInput> inputs; in onTransact() local
1223 std::vector<QueueBufferInput> inputs; in onTransact() local
1258 std::vector<CancelBufferInput> inputs; in onTransact() local
[all …]
/aosp12/frameworks/base/media/mca/filterpacks/native/imageproc/
H A Dto_rgba.c21 int gray_to_rgb_process(const char** inputs, in gray_to_rgb_process()
52 int rgba_to_rgb_process(const char** inputs, in rgba_to_rgb_process()
84 int gray_to_rgba_process(const char** inputs, in gray_to_rgba_process()
116 int rgb_to_rgba_process(const char** inputs, in rgb_to_rgba_process()
H A Dinvert.c21 int invert_process(const char** inputs, in invert_process()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/appsearch/external/util/
H A DBundleUtilTest.java70 Bundle[] inputs = new Bundle[2]; in testDeepEquals_thorough_equal() local
80 Bundle[] inputs = new Bundle[2]; in testDeepEquals_thorough_notEqual() local
152 Bundle[] inputs = new Bundle[2]; in testDeepHashCode_same() local
162 Bundle[] inputs = new Bundle[2]; in testDeepHashCode_different() local
206 Bundle[] inputs = new Bundle[2]; in testDeepHashCode_differentKeys() local
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgram.java28 public abstract void process(Frame[] inputs, Frame output); in process()
32 Frame[] inputs = new Frame[1]; in process() local
H A DNativeProgram.java98 public void process(Frame[] inputs, Frame output) { in process()
173 private native boolean callNativeProcess(NativeFrame[] inputs, NativeFrame output); in callNativeProcess()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Daxis_aligned_bbox_transform.mod.py32 inputs = { variable
84 inputs = { variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Daxis_aligned_bbox_transform_quant8_signed.mod.py32 inputs = { variable
85 inputs = { variable
/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableReprocessFormatsMap.java54 int[] inputs = StreamConfigurationMap.imageFormatToInternal(value.getInputs()); in marshal() local
106 int[] inputs = value.getInputs(); in calculateMarshalSize() local
/aosp12/bootable/recovery/
H A Dinterlace-frames.py36 def interlace(output, inputs): argument
/aosp12/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp364 std::vector<int32_t> inputs = { in TEST_P() local
407 std::vector<int32_t> inputs = { in TEST_P() local
561 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
581 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
611 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
638 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
659 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
675 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
697 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
721 std::vector<QueueBufferInput> inputs(BATCH_SIZE, input); in TEST_P() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderHeavyHitterTest.java126 ArrayList<HeavyHitterContainer> inputs = generateRandomInput(1000, hitters, counts); in testPositive() local
154 ArrayList<HeavyHitterContainer> inputs = generateRandomInput(1000, hitters, counts); in testNegative() local
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h75 const InputTree& inputs() const { return *m_pInputTree; } in inputs() function
76 InputTree& inputs() { return *m_pInputTree; } in inputs() function
/aosp12/system/tools/aidl/build/
H A Daidl_rust_glue.py59 def main(output, root, inputs, imports): argument
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/ringbuffer/
H A DAvailableTicketCounter.java46 public AvailableTicketCounter(List<Observable<Integer>> inputs) { in AvailableTicketCounter()
/aosp12/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc109 HInputsRef inputs = current->GetInputs(); in RecursivelyProcessInputs() local
400 HInputsRef inputs = user->GetInputs(); in FindFirstRegisterHint() local
440 HInputsRef inputs = defined_by_->GetInputs(); in FindHintAtDefinition() local
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp53 InputTree& Archive::inputs() { in inputs() function in mcld::Archive
58 const InputTree& Archive::inputs() const { in inputs() function in mcld::Archive
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_internal/
H A Dadd_internal.mod.py53 inputs = { variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_internal/
H A Dadd_internal.mod.py53 inputs = { variable
/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java130 final int[] inputs = new int[mInputCount]; in getInputs() local
/aosp12/system/tools/aidl/tests/rust/
H A Dtest_client.rs151 let inputs = [ in test_repeat_string() localVariable
466 let inputs = [ in test_utf8_string() localVariable
485 let inputs = vec![ in test_utf8_string() localVariable
/aosp12/libnativehelper/tests/
H A DExpandableString_test.cpp70 std::array<std::string, 3> inputs = { in TEST_P() local

123456