Searched refs:input (Results 151 - 175 of 514) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/pm/
H A DProcessLoggingHandler.java103 FileInputStream input = new FileInputStream(new File(packageArchiveLocation));
106 while ((size = input.read(buffer)) > 0) {
109 input.close();
/frameworks/native/include/private/gui/
H A DLayerState.h78 status_t read(const Parcel& input);
118 status_t read(const Parcel& input);
150 status_t read(const Parcel& input);
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp72 void testBufferItem(const IGraphicBufferProducer::QueueBufferInput& input, argument
82 input.deflate(&timestamp, &isAutoTimestamp, &dataSpace, &crop,
155 IGraphicBufferProducer::QueueBufferInput input(0, false,
158 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output));
358 IGraphicBufferProducer::QueueBufferInput input(0, false,
361 ASSERT_EQ(OK, mProducer->queueBuffer(newSlot, input, &output));
388 IGraphicBufferProducer::QueueBufferInput input(0, false,
391 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input, &output));
454 IGraphicBufferProducer::QueueBufferInput input(0, false,
457 ASSERT_EQ(OK, mProducer->queueBuffer(slot, input,
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_script_group2_float.java48 Allocation input = Allocation.createSized(pRS, Element.F32(pRS), ARRAY_SIZE);
49 input.copyFrom(array);
78 ((Allocation)group.execute(input)[0]).copyTo(a);
H A DUT_script_group2_gatherscatter.java53 // The test sums up all elements in the input int4 array of size ARRAY_SIZE.
59 // same kernel function, with the input of one kernel being the output of
72 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
73 input.copyFrom(mArray);
103 ((Allocation)group.execute(input)[0]).copyTo(a);
H A DUT_script_group2_nochain.java51 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE);
52 input.copyFrom(array);
68 //input,
70 //new ScriptGroup.Binding(s_inc2.getFieldID_a(), input));
80 ((Allocation)group.execute(input)[0]).copyTo(a);
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp798 // C2NumberPortTuning::input: kIndex | tun | port | input (args)
800 static_assert(C2NumberPortTuning::input::baseIndex ==
802 static_assert(C2NumberPortTuning::input::typeIndex ==
808 static_assert(sizeof(C2NumberPortTuning::input) == 12, "bad size");
810 static_assert(offsetof(C2NumberPortTuning::input, _mSize) == 0, "bad size");
811 static_assert(offsetof(C2NumberPortTuning::input, _mIndex) == 4, "bad offset");
812 static_assert(offsetof(C2NumberPortTuning::input, mNumber) == 8, "bad offset");
819 // C2NumberStreamTuning::input kIndex | tun | str | input (in
[all...]
/frameworks/av/media/libstagefright/codec2/include/
H A DC2ParamDef.h302 * an optional BaseIndex. Global parameters are not tied to a port (input or output).
330 * an optional BaseIndex. Global parameters are not tied to a port (input or output).
362 * an optional BaseIndex. Port parameters are tied to a port (input or output), but not to a
373 * There are 3 flavors of port parameters: unspecified, input and output. Parameters with
388 : T(sizeof(_type), _output ? output::typeIndex : input::typeIndex), S(args...) { }
394 /// Specialization for an input port parameter.
395 struct input : public T, public S, public C2BaseIndexOverride<S, BaseIndex>,
399 inline input(const Args(&... args)) : T(sizeof(_type), input::typeIndex), S(args...) { }
401 DEFINE_CAST_OPERATORS(input)
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DJsonWebKeyUnittest.cpp41 void stringFromVector(const Vector<uint8_t>& input, argument
44 if (input.isEmpty()) {
48 for (size_t i = 0; i < input.size(); ++i) {
49 converted->appendFormat("%c", input.itemAt(i));
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreECDSASignatureSpi.java54 * Streamer which buffers all input, then truncates it to field size, and then sends it into
73 public byte[] update(byte[] input, int inputOffset, int inputLength) argument
76 mInputBuffer.write(input, inputOffset, inputLength);
83 public byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature, argument
87 mInputBuffer.write(input, inputOffset, inputLength);
92 // Truncate input at field size (bytes)
H A DAndroidKeyStoreHmacSpi.java203 protected void engineUpdate(byte input) { argument
204 engineUpdate(new byte[] {input}, 0, 1);
208 protected void engineUpdate(byte[] input, int offset, int len) { argument
217 output = mChunkedStreamer.update(input, offset, len);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h105 status_t getFormat(JNIEnv *env, bool input, jobject *format) const;
110 JNIEnv *env, bool input, jobjectArray *bufArray) const;
113 JNIEnv *env, bool input, size_t index, jobject *buf) const;
116 JNIEnv *env, bool input, size_t index, jobject *image) const;
/frameworks/base/tools/aapt2/
H A DConfigDescription_test.cpp31 const StringPiece& input, ConfigDescription* config = nullptr) {
32 if (ConfigDescription::Parse(input, config)) {
33 return ::testing::AssertionSuccess() << input << " was successfully parsed";
35 return ::testing::AssertionFailure() << input << " could not be parsed";
30 TestParse( const StringPiece& input, ConfigDescription* config = nullptr) argument
/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp112 CompiledFileInputStream input(file_map->getDataPtr(), file_map->getDataLength());
115 if (!input.ReadLittleEndian32(&num_files)) {
121 if (!input.ReadCompiledFile(&compiled_file)) {
127 if (!input.ReadDataMetaData(&offset, &len)) {
/frameworks/base/tools/aapt2/tools/consumers/
H A Dduplicates.py14 def consume(self, xml_path, input):
20 parser.Parse(input)
22 # Treat the input as UTF-8 or else column numbers will be wrong.
23 input_lines = input.decode('utf-8').splitlines(True)
77 return input
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp122 /// CreateInput - To create an input file and append it to the input tree.
130 Input* input = *m_InputBuilder.getCurrentNode(); local
132 if (!input->hasContext())
133 m_InputBuilder.setContext(*input, false);
135 return input;
138 /// ReadInput - To read an input file and append it to the input tree.
143 Input* input = *m_InputBuilder.getCurrentNode(); local
145 if (!input
182 Input* input = *m_InputBuilder.getCurrentNode(); local
199 Input* input = *m_InputBuilder.getCurrentNode(); local
216 Input* input = *m_InputBuilder.getCurrentNode(); local
[all...]
/frameworks/compile/slang/lit-tests/
H A Dscriptc-filecheck-wrapper.sh95 "$filecheck" -input-file "$outdir"/$filecheck_inputfile ${check_prefix} "$rsfile"
/frameworks/native/include/input/
H A DVirtualKeyMap.h22 #include <input/Input.h>
/frameworks/native/libs/binder/tests/
H A DbinderTextOutputTest.cpp42 #define CHECK_LOG_(input, expect, singleline) \
45 android::aerr << input << android::endl; \
57 #define CHECK_LOG(input, expect) CHECK_LOG_(input, expect, true)
/frameworks/native/libs/input/
H A DIInputFlinger.cpp24 #include <input/IInputFlinger.h>
42 IMPLEMENT_META_INTERFACE(InputFlinger, "android.input.IInputFlinger");
/frameworks/native/services/inputflinger/
H A DPointerControllerInterface.h20 #include <input/Input.h>
/frameworks/native/services/inputflinger/host/
H A DInputHost.h22 #include <hardware/input.h>
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DGoogLeNet.java125 private int roundUp(int input, int roundN) { argument
126 int result = input;
127 if (input % roundN > 0) {
128 result += roundN - input % roundN;
133 // Generate random data for input Allocations.
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py13 for line in fileinput.input(inputFile, inplace = 1):
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dbuild-release.py13 for line in fileinput.input(inputFile, inplace = 1):

Completed in 1608 milliseconds

1234567891011>>