Home
last modified time | relevance | path

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

1234567891011

/frameworks/base/tools/aapt2/
DResourceParser_test.cpp34 std::stringstream input(kXmlPreamble); in TEST() local
55 std::stringstream input(kXmlPreamble); in testParse() local
69 std::string input = "<string name=\"foo\"> \" hey there \" </string>"; in TEST_F() local
78 std::string input = "<string name=\"foo\">\\?123</string>"; in TEST_F() local
87 std::string input = "<string name=\"foo\">%d %s</string>"; in TEST_F() local
95 std::string input = "<string name=\"foo\" \n" in TEST_F() local
106 std::string input = "<integer name=\"foo\">@null</integer>"; in TEST_F() local
120 std::string input = "<integer name=\"foo\">@empty</integer>"; in TEST_F() local
130 std::string input = "<attr name=\"foo\" format=\"string\"/>\n" in TEST_F() local
147 std::string input = R"EOF( in TEST_F() local
[all …]
DLocale_test.cpp25 static ::testing::AssertionResult TestLanguage(const char* input, const char* lang) { in TestLanguage()
46 static ::testing::AssertionResult TestLanguageRegion(const char* input, const char* lang, in TestLanguageRegion()
/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()
DPixelUtils.java44 public static void copyPixels(ByteBuffer input, in copyPixels()
67 private static native void nativeCopyPixels(ByteBuffer input, in nativeCopyPixels()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DScanDetailUtilTest.java45 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
95 private static void validateScanDetail(ScanResult input, ScanDetail output) { in validateScanDetail()
/frameworks/base/libs/hwui/
DInterpolator.cpp31 float AccelerateDecelerateInterpolator::interpolate(float input) { in interpolate()
35 float AccelerateInterpolator::interpolate(float input) { in interpolate()
72 float CycleInterpolator::interpolate(float input) { in interpolate()
76 float DecelerateInterpolator::interpolate(float input) { in interpolate()
99 float LUTInterpolator::interpolate(float input) { in interpolate()
/frameworks/base/core/java/android/util/
DBase64.java88 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/native/libs/gui/
DLayerState.cpp49 status_t layer_state_t::read(const Parcel& input) in read()
82 status_t ComposerState::read(const Parcel& input) { in read()
111 status_t DisplayState::read(const Parcel& input) { in read()
/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/keystore/java/android/security/keystore/
DKeyStoreCryptoOperationChunkedStreamer.java59 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()
DKeyStoreCryptoOperationStreamer.java37 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()
DAndroidKeyStoreCipherSpiBase.java320 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/Script/
DInputCmd.cpp65 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
DScriptReader.cpp37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const { in isMyFormat()
45 Input& input = pScriptFile.input(); in readScript() local
DGroupCmd.cpp54 InputToken* input = llvm::cast<InputToken>(*it); in dump() local
154 Input* input = *m_Builder.getCurrentNode(); in activate() local
/frameworks/compile/mclinker/lib/MC/
DFileAction.cpp23 Input* input = *pBuilder.getCurrentNode(); in activate() local
46 Input* input = *pBuilder.getCurrentNode(); in activate() local
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DPairedTask.java49 abstract Output run(Input... input); in run()
63 final protected Output doInBackground(Input... input) { in doInBackground()
/frameworks/native/libs/gui/tests/
DBufferQueue_test.cpp68 void testBufferItem(const IGraphicBufferProducer::QueueBufferInput& input, in testBufferItem()
147 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
350 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
380 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
446 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
564 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
615 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
684 IGraphicBufferProducer::QueueBufferInput input(0, false, in TEST_F() local
738 IGraphicBufferProducer::QueueBufferInput input(0ull, true, in TEST_F() local
758 IGraphicBufferProducer::QueueBufferInput input(0ull, true, in TEST_F() local
[all …]
DIGraphicBufferProducer_test.cpp362 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
392 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
403 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
420 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
434 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local
443 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local
456 IGraphicBufferProducer::QueueBufferInput input = in TEST_F() local
469 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
518 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
596 IGraphicBufferProducer::QueueBufferInput input = CreateBufferInput(); in TEST_F() local
[all …]
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h109 Input* input = createInput(pName, pPath, pType); variable
124 Input* input = createInput(pName, pPath, pType); variable
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Drate_control.cpp50 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/av/media/libeffects/lvm/lib/Common/src/
DAbs_32.c33 LVM_INT32 Abs_32(LVM_INT32 input) in Abs_32()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterFunction.java112 public void setInputFrame(String input, Frame frame) { in setInputFrame()
116 public void setInputValue(String input, Object value) { in setInputValue()
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java46 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()
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
DUT_reduce_backward.java89 private int addint(int[] input) { in addint()
97 final int[] input = createInputArrayInt(100000, 0, 1 << 13); in addint1D() local
122 private Int2 findMinAndMax(float[] input) { in findMinAndMax()
143 final float[] input = createInputArrayFloat(100000, 4); in findMinAndMax() local
155 int[] input = createInputArrayInt(inputLen, 5); in fz() local

1234567891011