/frameworks/base/tools/aapt2/ |
D | ResourceParser_test.cpp | 40 std::stringstream input(kXmlPreamble); in TEST() local 59 std::stringstream input(kXmlPreamble); in TestParse() local 77 std::string input = "<string name=\"foo\"> \" hey there \" </string>"; in TEST_F() local 87 std::string input = "<string name=\"foo\">\\?123</string>"; in TEST_F() local 97 std::string input = "<string name=\"foo\">%d %s</string>"; in TEST_F() local 107 std::string input = in TEST_F() local 129 std::string input = "<string name=\"foo\"> This is what I think </string>"; in TEST_F() local 146 std::string input = R"EOF( in TEST_F() local 158 std::string input = R"EOF( in TEST_F() local 165 std::string input = R"EOF( in TEST_F() local [all …]
|
D | Locale_test.cpp | 27 static ::testing::AssertionResult TestLanguage(const char* input, in TestLanguage() 53 static ::testing::AssertionResult TestLanguageRegion(const char* input, in TestLanguageRegion()
|
/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/support/compat/tests/java/android/support/v4/app/ |
D | RemoteInputTest.java | 51 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_setDataOnly() local 62 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_setTextOnly() local 72 RemoteInput input = newChoicesOnlyRemoteInput(); in testRemoteInputBuilder_setChoicesOnly() local 85 RemoteInput input = in testRemoteInputBuilder_setDataAndTextAndChoices() local 103 RemoteInput input = newDataOnlyRemoteInput(); in testRemoteInputBuilder_addAndGetDataResultsFromIntent() local 117 RemoteInput input = newTextRemoteInput(); in testRemoteInputBuilder_addAndGetTextResultsFromIntent() local 135 RemoteInput input = in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentDataFirst() local 162 RemoteInput input = in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentTextFirst() local
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 52 status_t layer_state_t::read(const Parcel& input) in read() 89 status_t ComposerState::read(const Parcel& input) { in read() 118 status_t DisplayState::read(const Parcel& input) { in read()
|
/frameworks/base/core/java/android/util/ |
D | Base64.java | 88 public abstract boolean process(byte[] input, int offset, int len, boolean finish); in process() 135 public static byte[] decode(byte[] input, int flags) { in decode() 155 public static byte[] decode(byte[] input, int offset, int len, int flags) { in decode() 263 public boolean process(byte[] input, int offset, int len, boolean finish) { in process() 454 public static String encodeToString(byte[] input, int flags) { in encodeToString() 475 public static String encodeToString(byte[] input, int offset, int len, int flags) { in encodeToString() 493 public static byte[] encode(byte[] input, int flags) { in encode() 509 public static byte[] encode(byte[] input, int offset, int len, int flags) { in encode() 603 public boolean process(byte[] input, int offset, int len, boolean finish) { in process()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | ScanResultUtilTest.java | 44 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in convertScanResult() local 60 ScanResult input = new ScanResult(WifiSsid.createFromAsciiEncoded(ssid), ssid, in convertScanResultWithAnqpLines() local 76 ScanResult input = new ScanResult(ssid, "ab:cd:01:ef:45:89", 1245, 0, "other caps", in convertScanResultWithoutWifiSsid() local 151 private static void validateScanDetail(ScanResult input, ScanDetail output) { in validateScanDetail()
|
/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/libs/hwui/ |
D | Interpolator.cpp | 32 float AccelerateDecelerateInterpolator::interpolate(float input) { in interpolate() 36 float AccelerateInterpolator::interpolate(float input) { in interpolate() 73 float CycleInterpolator::interpolate(float input) { in interpolate() 77 float DecelerateInterpolator::interpolate(float input) { in interpolate() 133 float LUTInterpolator::interpolate(float input) { in interpolate()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | KeyStoreCryptoOperationChunkedStreamer.java | 59 OperationResult update(byte[] input); in update() 91 public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException { in update() 208 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, in doFinal() 332 public OperationResult update(byte[] input) { in update()
|
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()
|
D | AndroidKeyStoreCipherSpiBase.java | 320 protected final byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { in engineUpdate() 372 protected final int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, in engineUpdate() 388 protected final int engineUpdate(ByteBuffer input, ByteBuffer output) in engineUpdate() 425 protected final void engineUpdateAAD(byte[] input, int inputOffset, int inputLen) { in engineUpdateAAD() 487 protected final byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) in engineDoFinal() 528 protected final int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in engineDoFinal() 545 protected final int engineDoFinal(ByteBuffer input, ByteBuffer output) in engineDoFinal()
|
/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
|
D | GroupCmd.cpp | 54 InputToken* input = llvm::cast<InputToken>(*it); in dump() local 154 Input* input = *m_Builder.getCurrentNode(); in activate() local
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 72 void testBufferItem(const IGraphicBufferProducer::QueueBufferInput& input, in testBufferItem() 155 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 358 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 388 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 454 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 572 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 624 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 694 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local 750 IGraphicBufferProducer::QueueBufferInput input(0ull, true, in TEST_F() local 771 IGraphicBufferProducer::QueueBufferInput input(0ull, true, in TEST_F() local [all …]
|
D | IGraphicBufferProducer_test.cpp | 358 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 383 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 394 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 411 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 425 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local 434 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local 447 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local 460 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 509 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 587 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local [all …]
|
/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/native/libs/vr/libbufferhubqueue/tests/ |
D | buffer_hub_queue_producer-test.cpp | 243 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 269 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 283 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 296 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 314 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local 331 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local 352 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local 399 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local 487 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | Abs_32.c | 33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterFunction.java | 112 public void setInputFrame(String input, Frame frame) { in setInputFrame() 116 public void setInputValue(String input, Object value) { in setInputValue()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | rate_control.cpp | 50 PV_STATUS RC_Initialize(void *input) in RC_Initialize() 416 PV_STATUS RC_UpdateBXRCParams(void *input) in RC_UpdateBXRCParams() 529 void targetBitCalculation(void *input) in targetBitCalculation() 699 void calculateQuantizer_Multipass(void *input) in calculateQuantizer_Multipass()
|
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 46 int fallbackFormat, int fallbackType, InputStream input) in loadTexture() 152 public static ETC1Texture createTexture(InputStream input) throws IOException { in createTexture() 192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture()
|