/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 53 std::string input = kXmlPreamble; in TEST() local 75 std::string input = kXmlPreamble; in TestParse() local 133 std::string input = in TEST_F() local 202 std::string input = R"(<string name="foo"> <b> My <i> favorite</i> string </b> </string>)"; in TEST_F() local 244 std::string input = R"( in TEST_F() local 256 std::string input = R"( in TEST_F() local 263 std::string input = R"( in TEST_F() local 278 std::string input = R"( in TEST_F() local 298 std::string input = R"(<integer name="foo">@null</integer>)"; in TEST_F() local 313 std::string input = R"(<integer name="foo">@empty</integer>)"; in TEST_F() local [all …]
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | ScanResultUtilTest.java | 45 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in convertScanResult() local 61 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in convertScanResultWithAnqpLines() local 77 ScanResult input = new ScanResult(ssid, "ab:cd:01:ef:45:89", 1245, 0, "other caps", in convertScanResultWithoutWifiSsid() local 127 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in testPskSha256SaeTransitionModeCheck() local 146 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in testPskSaeTransitionModeCheck() local 165 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in testPskNotInTransitionModeCheck() local 184 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in testSaeNotInTransitionModeCheck() local 202 private static void validateScanDetail(ScanResult input, ScanDetail output) { in validateScanDetail()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | ColorSpace.java | 42 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()
|
D | PixelUtils.java | 44 public static void copyPixels(ByteBuffer input, in copyPixels() 67 private static native void nativeCopyPixels(ByteBuffer input, in nativeCopyPixels()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeyStoreCryptoOperationChunkedStreamer.java | 60 OperationResult update(byte[] input); in update() 66 OperationResult finish(byte[] input, byte[] siganture, byte[] additionalEntropy); in finish() 107 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update() 167 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal() 216 public OperationResult update(byte[] input) { in update() 221 public OperationResult finish(byte[] input, byte[] signature, byte[] additionalEntropy) { in finish()
|
D | KeyStoreCryptoOperationStreamer.java | 37 byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException; in update() 38 byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature, in doFinal()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Abs_32.cpp | 33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32() 50 LVM_FLOAT Abs_Float(LVM_FLOAT input) in Abs_Float()
|
/frameworks/base/core/java/android/util/ |
D | Base64.java | 90 public abstract boolean process(byte[] input, int offset, int len, boolean finish); in process() 137 public static byte[] decode(byte[] input, int flags) { in decode() 157 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode() 265 public boolean process(byte[] input, int offset, int len, boolean finish) { in process() 456 public static String encodeToString(byte[] input, int flags) { in encodeToString() 477 public static String encodeToString(byte[] input, int offset, int len, int flags) { in encodeToString() 495 public static byte[] encode(byte[] input, int flags) { in encode() 511 public static byte[] encode(byte[] input, int offset, int len, int flags) { in encode() 605 public boolean process(byte[] input, int offset, int len, boolean finish) { in process()
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 101 status_t layer_state_t::read(const Parcel& input) in read() 176 status_t ComposerState::read(const Parcel& input) { in read() 205 status_t DisplayState::read(const Parcel& input) { in read() 425 void InputWindowCommands::read(const Parcel& input) { in read()
|
/frameworks/compile/mclinker/unittests/ |
D | InputTreeTest.cpp | 97 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/core/java/android/os/ |
D | HidlMemoryUtil.java | 58 HidlMemory byteArrayToHidlMemory(@NonNull byte[] input) { in byteArrayToHidlMemory() 73 HidlMemory byteArrayToHidlMemory(@NonNull byte[] input, @Nullable String name) { in byteArrayToHidlMemory() 102 HidlMemory byteListToHidlMemory(@NonNull List<Byte> input) { in byteListToHidlMemory() 117 HidlMemory byteListToHidlMemory(@NonNull List<Byte> input, @Nullable String name) { in byteListToHidlMemory()
|
/frameworks/base/libs/hwui/ |
D | Interpolator.cpp | 32 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/tools/aapt2/io/ |
D | StringStream_test.cpp | 33 std::string input; in TEST() local 53 std::string input = "hello this is a string"; in TEST() local 74 std::string input = "hello this is a string"; in TEST() local
|
D | FileStream_test.cpp | 33 std::string input = "this is a cool string"; in TEST() local 87 const std::string input = "this is a cool string"; in TEST() local
|
/frameworks/ml/nn/common/include/ |
D | CpuOperationUtils.h | 60 inline void convertFloat16ToFloat32(const _Float16* input, std::vector<float>* output) { in convertFloat16ToFloat32() 68 inline void convertFloat32ToFloat16(const std::vector<float>& input, _Float16* output) { in convertFloat32ToFloat16() 77 inline void convertInt8ToUInt8(const int8_t* input, std::vector<uint8_t>* output) { in convertInt8ToUInt8() 87 inline void convertUInt8ToInt8(const std::vector<uint8_t>& input, int8_t* output) { in convertUInt8ToInt8() 95 inline void convertQuantToFloat32(const T* input, float scale, int32_t zeroPoint, in convertQuantToFloat32() 105 inline void convertFloat32ToQuant(const std::vector<float>& input, float scale, int32_t zeroPoint, in convertFloat32ToQuant()
|
/frameworks/compile/mclinker/lib/MC/ |
D | FileAction.cpp | 23 Input* input = *pBuilder.getCurrentNode(); in activate() local 46 Input* input = *pBuilder.getCurrentNode(); in activate() local
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputCmd.cpp | 65 InputToken* input = llvm::cast<InputToken>(*it); in dump() local 165 InputTree::iterator input = m_Builder.getCurrentNode(); in activate() local 180 for (InputTree::iterator input = input_begin, ie = m_InputTree.end(); in activate() local
|
D | ScriptReader.cpp | 37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const { in isMyFormat() 45 Input& input = pScriptFile.input(); in readScript() local
|
/frameworks/ml/nn/common/operations/ |
D | Elementwise.cpp | 41 inline bool compute(IntermediateType func(IntermediateType), const T* input, const Shape& shape, in compute() 124 const Shape& input = context->getInputShape(kInputTensor); in validateFloor() local 135 Shape input = context->getInputShape(kInputTensor); in prepare() local 142 Shape input = context->getInputShape(kInputTensor); in prepareFloor() local
|
D | LSHProjection.cpp | 60 const RunTimeOperandInfo* input = GetInput(operation, operands, kInputTensor); in Prepare() local 97 int runningSignBit(const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, float seed) { in runningSignBit() 127 const RunTimeOperandInfo* input, const RunTimeOperandInfo* weight, in SparseLshProjection() 147 void DenseLshProjection(const RunTimeOperandInfo* hash, const RunTimeOperandInfo* input, in DenseLshProjection()
|
/frameworks/base/libs/androidfw/tests/ |
D | Locale_test.cpp | 26 static ::testing::AssertionResult TestLanguage(const char* input, in TestLanguage() 52 static ::testing::AssertionResult TestLanguageRegion(const char* input, in TestLanguageRegion()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | InputBuilder.h | 109 Input* input = createInput(pName, pPath, pType); variable 124 Input* input = createInput(pName, pPath, pType); variable
|
/frameworks/av/media/libaaudio/tests/ |
D | test_flowgraph.cpp | 40 static const float input[] = {1.0f, 0.5f, -0.25f, -1.0f, 0.0f, 53.9f, -87.2f}; in TEST() local 59 static const float input[] = {1.0f, 2.0f, 3.0f}; in TEST() local 112 static const uint8_t input[] = {0x01, 0x23, 0x45, in TEST() local 134 static const float input[] = {-9.7, 0.5f, -0.25, 1.0f, 12.3}; in TEST() local
|
/frameworks/ml/nn/runtime/test/fibonacci_extension/ |
D | FibonacciExtensionTest.cpp | 129 void addNopOperation(ExtensionModel* model, ExtensionOperandType inputType, uint32_t input, in addNopOperation() 193 int64_t input = N; in TEST_F() local 224 float input[] = {N}; in TEST_F() local 275 float input[] = {-1}; // Invalid input value. in TEST_F() local 308 uint32_t input = mModel.addOperand(&inputType); in TEST_F() local 327 uint32_t input = mModel.addOperand(&inputType); in TEST_F() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LocalImageResolver.java | 55 InputStream input = context.getContentResolver().openInputStream(uri); in resolveImage() local 63 InputStream input = context.getContentResolver().openInputStream(uri); in getBoundsOptionsForImage() local
|