Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/frameworks/native/libs/binder/tests/
DIBinderRecordReplayTest.aidl19 void setByte(byte input); in setByte()
22 void setChar(char input); in setChar()
25 void setBoolean(boolean input); in setBoolean()
28 void setInt(int input); in setInt()
31 void setFloat(float input); in setFloat()
34 void setLong(long input); in setLong()
37 void setDouble(double input); in setDouble()
40 void setString(String input); in setString()
46 void setByteArray(in byte[] input); in setByteArray()
49 void setCharArray(in char[] input); in setCharArray()
[all …]
/frameworks/base/tools/aapt2/
DResourceParser_test.cpp55 std::string input = kXmlPreamble; in TEST() local
77 std::string input = kXmlPreamble; in TestParse() local
135 std::string input = in TEST_F() local
204 std::string input = R"(<string name="foo"> <b> My <i> favorite</i> string </b> </string>)"; in TEST_F() local
246 std::string input = R"( in TEST_F() local
258 std::string input = R"( in TEST_F() local
265 std::string input = R"( in TEST_F() local
280 std::string input = R"( in TEST_F() local
300 std::string input = R"(<integer name="foo">@null</integer>)"; in TEST_F() local
315 std::string input = R"(<integer name="foo">@empty</integer>)"; in TEST_F() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/util/
DMediaDataUtilsTest.kt33 val input = APair(0, 0) in testScaleFactor_zeroInput_returnsZero() constant
42 val input = APair(400, 200) in testScaleFactor_tooWide_scaleDown() constant
51 val input = APair(200, 400) in testScaleFactor_tooTall_scaleDown() constant
60 val input = APair(50, 100) in testScaleFactor_lessWide_scaleUp() constant
69 val input = APair(100, 50) in testScaleFactor_lessTall_scaleUp() constant
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DColorSpace.java42 ByteBuffer input, ByteBuffer output, int width, int height) { in convertYuv420pToRgba8888()
61 ByteBuffer input, ByteBuffer output, int width, int height) { in convertArgb8888ToRgba8888()
80 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToHsva8888()
99 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToYcbcra8888()
105 private static void expectInputSize(ByteBuffer input, int expectedSize) { in expectInputSize()
122 ByteBuffer input, ByteBuffer output, int width, int height); in nativeYuv420pToRgba8888()
125 ByteBuffer input, ByteBuffer output, int width, int height); in nativeArgb8888ToRgba8888()
128 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToHsva8888()
131 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToYcbcra8888()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileUserActionInteractorTest.kt73 val input = InternetTileModel.Active() in handleClickWhenActive() constant
83 val input = InternetTileModel.Inactive() in handleClickWhenInactive() constant
93 val input = InternetTileModel.Active() in handleLongClickWhenActive() constant
105 val input = InternetTileModel.Inactive() in handleLongClickWhenInactive() constant
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp207 status_t encode(const T& input, hidl_vec<uint8_t>* output, EncodeHelper<T> encodeHelper) { in encode()
224 status_t encodeMetadata(const MetadataType& metadataType, const T& input, hidl_vec<uint8_t>* output, in encodeMetadata()
252 status_t encodeOptionalMetadata(const MetadataType& metadataType, const std::optional<T>& input, in encodeOptionalMetadata()
266 status_t decode(const hidl_vec<uint8_t>& input, T* output, DecodeHelper<T> decodeHelper, in decode()
287 status_t decodeMetadata(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, T* output, in decodeMetadata()
313 status_t decodeOptionalMetadata(const MetadataType& metadataType, const hidl_vec<uint8_t>& input, in decodeOptionalMetadata()
334 status_t encodeInteger(const T& input, OutputHidlVec* output) { in encodeInteger()
347 status_t decodeInteger(InputHidlVec* input, T* output) { in decodeInteger()
359 status_t encodeString(const std::string& input, OutputHidlVec* output) { in encodeString()
372 status_t decodeString(InputHidlVec* input, std::string* output) { in decodeString()
[all …]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DNotificationBigTextNormalizerTest.java60 String input = "Line 1\n \n \t \n\tLine 2"; in testNewlinesWithSpacesAndTabs() local
68 String input = "Line 1\r\nLine 2\u000BLine 3\fLine 4\u2028Line 5\u2029Line 6"; in testMixedNewlineCharacters() local
99 String input = "Test" + c + "string"; in testZeroWidthCharRemoval() local
128 String input = "Test " + c + "string"; in testInvisibleFormattingCharacterRemoval() local
143 String input = "Test" + c + "string"; in testNonBreakSpaceReplacement() local
DQuickSelectTest.java113 private void test(List<Integer> input, int k, Integer expected) throws Exception { in test()
117 private void test(List<Integer> input, int start, int length, int k, Integer expected) in test()
129 private void test(int[] input, int k, Integer expected) throws Exception { in test()
133 private void test(int[] input, int start, int length, int k, Integer expected) in test()
145 private void test(long[] input, int k, Long expected) throws Exception { in test()
149 private void test(long[] input, int start, int length, int k, Long expected) throws Exception { in test()
/frameworks/av/services/audiopolicy/permission/tests/
DNativePermissionControllerTest.cpp74 std::vector<UidPackageState> input; in TEST_F() local
85 std::vector<UidPackageState> input{ in TEST_F() local
99 std::vector<UidPackageState> input{ in TEST_F() local
116 std::vector<UidPackageState> input{ in TEST_F() local
132 std::vector<UidPackageState> input{ in TEST_F() local
147 std::vector<UidPackageState> input{ in TEST_F() local
157 std::vector<UidPackageState> input{ in TEST_F() local
167 std::vector<UidPackageState> input{ in TEST_F() local
/frameworks/native/libs/gralloc/types/fuzzer/
Dmain.cpp31 const std::vector<uint8_t>& input) { in doFuzz()
46 size_t fillInMetadataType(const std::vector<uint8_t>& input, MetadataType* outMetadataType) { in fillInMetadataType()
68 const std::vector<uint8_t>& input) { in doFuzzVendorHelper()
90 void fuzz(uint8_t options, uint8_t instruction, const std::vector<uint8_t>& input) { in fuzz()
116 std::vector<uint8_t> input(data, data + size); in LLVMFuzzerTestOneInput() local
/frameworks/native/libs/binder/tests/unit_fuzzers/
DTextOutputFuzz.cpp40 std::string input = fdp.ConsumeBytesAsString( in LLVMFuzzerTestOneInput() local
47 android::HexDump input(str.c_str(), sizeof(str.c_str())); in LLVMFuzzerTestOneInput() local
52 android::TypeCode input(fdp.ConsumeIntegral<uint32_t>()); in LLVMFuzzerTestOneInput() local
/frameworks/native/libs/binder/tests/parcel_fuzzer/test_fuzzer/
DITestService.aidl19 void setIntData(int input); in setIntData()
21 void setCharData(char input); in setCharData()
23 void setBooleanData(boolean input); in setBooleanData()
/frameworks/base/keystore/java/android/security/keystore2/
DKeyStoreCryptoOperationChunkedStreamer.java64 byte[] update(@NonNull byte[] input) throws KeyStoreException; in update()
79 byte[] finish(byte[] input, byte[] signature) throws KeyStoreException; in finish()
123 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update()
177 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal()
221 public byte[] update(byte[] input) throws KeyStoreException { in update()
226 public byte[] finish(byte[] input, byte[] signature) in finish()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/complication/
DComplicationUtilsTest.java72 final Set<Integer> input = new HashSet<>(); in testConvertComplicationTypesEmpty() local
80 final Set<Integer> input = new HashSet<>( in testConvertComplicationTypesSingleValue() local
89 final Set<Integer> input = new HashSet<>( in testConvertComplicationTypesSingleValueMultipleValues() local
/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
DCollectionsPerfTest.java62 List<Integer> input = buildList(arrayListLength, ArrayList.class); in timeSort_arrayList() local
72 List<Integer> input = buildList(arrayListLength, ArrayList.class); in timeSortWithComparator_arrayList() local
82 List<Integer> input = buildList(arrayListLength, Vector.class); in timeSort_vector() local
92 List<Integer> input = buildList(arrayListLength, Vector.class); in timeSortWithComparator_vector() local
/frameworks/base/core/java/android/util/
DBase64.java91 public abstract boolean process(byte[] input, int offset, int len, boolean finish); in process()
138 public static byte[] decode(byte[] input, int flags) { in decode()
158 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode()
266 public boolean process(byte[] input, int offset, int len, boolean finish) { in process()
457 public static String encodeToString(byte[] input, int flags) { in encodeToString()
478 public static String encodeToString(byte[] input, int offset, int len, int flags) { in encodeToString()
496 public static byte[] encode(byte[] input, int flags) { in encode()
512 public static byte[] encode(byte[] input, int offset, int len, int flags) { in encode()
606 public boolean process(byte[] input, int offset, int len, boolean finish) { in process()
/frameworks/base/core/java/android/util/apk/
DApkSignatureVerifier.java81 public static ParseResult<SigningDetails> verify(ParseInput input, String apkPath, in verify()
92 ParseInput input, String apkPath, int minSignatureSchemeVersion) { in unsafeGetCertsWithoutVerification()
101 private static ParseResult<SigningDetails> verifySignatures(ParseInput input, String apkPath, in verifySignatures()
164 public static ParseResult<SigningDetailsWithDigests> verifySignaturesInternal(ParseInput input, in verifySignaturesInternal()
197 ParseInput input, String apkPath, @SignatureSchemeVersion int minSignatureSchemeVersion, in verifyV3AndBelowSignatures()
248 private static ParseResult<SigningDetailsWithDigests> verifyV4Signature(ParseInput input, in verifyV4Signature()
352 private static ParseResult<SigningDetailsWithDigests> verifyV3Signature(ParseInput input, in verifyV3Signature()
393 private static ParseResult<SigningDetailsWithDigests> verifyV2Signature(ParseInput input, in verifyV2Signature()
420 private static ParseResult<SigningDetailsWithDigests> verifyV1Signature(ParseInput input, in verifyV1Signature()
511 private static ParseResult<Certificate[][]> loadCertificates(ParseInput input, in loadCertificates()
/frameworks/native/libs/gui/
DLayerState.cpp199 status_t layer_state_t::read(const Parcel& input) in read()
347 status_t ComposerState::read(const Parcel& input) { in read()
367 status_t DisplayState::read(const Parcel& input) { in read()
812 status_t layer_state_t::matrix22_t::read(const Parcel& input) { in read()
853 status_t InputWindowCommands::read(const Parcel& input) { in read()
890 status_t CaptureArgs::readFromParcel(const Parcel* input) { in readFromParcel()
924 status_t DisplayCaptureArgs::readFromParcel(const Parcel* input) { in readFromParcel()
941 status_t LayerCaptureArgs::readFromParcel(const Parcel* input) { in readFromParcel()
993 status_t BufferData::readFromParcel(const Parcel* input) { in readFromParcel()
DBatchBufferOps.cpp50 for (const DequeueBufferInput& input : inputs) { in dequeueBuffers() local
93 for (const QueueBufferInput& input : inputs) { in queueBuffers() local
105 for (const CancelBufferInput& input : inputs) { in cancelBuffers() local
115 for (int32_t input : inputs) { in query() local
DITransactionCompletedListener.cpp87 status_t FrameEventHistoryStats::readFromParcel(const Parcel* input) { in readFromParcel()
132 status_t JankData::readFromParcel(const Parcel* input) { in readFromParcel()
171 status_t SurfaceStats::readFromParcel(const Parcel* input) { in readFromParcel()
238 status_t TransactionStats::readFromParcel(const Parcel* input) { in readFromParcel()
276 status_t ListenerStats::readFromParcel(const Parcel* input) { in readFromParcel()
382 status_t CallbackId::readFromParcel(const Parcel* input) { in readFromParcel()
402 status_t ReleaseCallbackId::readFromParcel(const Parcel* input) { in readFromParcel()
/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp97 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F() local
103 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F() local
126 Input* input = m_pAlloc->produce("FileSpec", "path1"); in TEST_F() local
140 Input* input = m_pAlloc->produce("111", "/"); in TEST_F() local
/frameworks/base/libs/hwui/
DInterpolator.cpp32 float AccelerateDecelerateInterpolator::interpolate(float input) { in interpolate()
36 float AccelerateInterpolator::interpolate(float input) { in interpolate()
79 float CycleInterpolator::interpolate(float input) { in interpolate()
83 float DecelerateInterpolator::interpolate(float input) { in interpolate()
134 float LUTInterpolator::interpolate(float input) { in interpolate()
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java105 public static ParseResult<PackageLite> parsePackageLite(ParseInput input, in parsePackageLite()
117 public static ParseResult<PackageLite> parseMonolithicPackageLite(ParseInput input, in parseMonolithicPackageLite()
142 public static ParseResult<PackageLite> parseMonolithicPackageLite(ParseInput input, in parseMonolithicPackageLite()
170 public static ParseResult<PackageLite> parseClusterPackageLite(ParseInput input, in parseClusterPackageLite()
244 public static ParseResult<PackageLite> composePackageLiteFromApks(ParseInput input, in composePackageLiteFromApks()
260 ParseInput input, File packageDir, ApkLite baseApk, in composePackageLiteFromApks()
332 public static ParseResult<ApkLite> parseApkLite(ParseInput input, File apkFile, int flags) { in parseApkLite()
345 public static ParseResult<ApkLite> parseApkLite(ParseInput input, in parseApkLite()
350 private static ParseResult<ApkLite> parseApkLiteInner(ParseInput input, in parseApkLiteInner()
406 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite()
[all …]
/frameworks/base/tools/aapt2/link/
DManifestFixer_test.cpp778 std::string input = R"EOF( in TEST_F() local
905 std::string input = R"EOF( in TEST_F() local
914 std::string input = R"EOF( in TEST_F() local
923 std::string input = R"( in TEST_F() local
941 std::string input = R"(<manifest package="com.pkg" />)"; in TEST_F() local
973 std::string input = R"(<manifest package="com.pkg" />)"; in TEST_F() local
1002 std::string input = R"( in TEST_F() local
1031 std::string input = in TEST_F() local
1052 std::string input = R"( local
1075 std::string input = R"( local
[all …]
/frameworks/rs/toolkit/test/
DReferenceHistogram.kt40 val input = Vector2dArray(inputArray.asUByteArray(), vectorSize, sizeX, sizeY) in <lambda>() constant
68 val input = Vector2dArray(inputArray.asUByteArray(), vectorSize, sizeX, sizeY) in referenceHistogramDot() constant

12345678910>>...21