Searched refs:input (Results 26 - 50 of 431) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DELFBinaryReaderTest.cpp48 Input input("test.bin");
52 ASSERT_TRUE(reader->isMyFormat(input, doContinue));
55 ASSERT_FALSE(reader->isMyFormat(input, doContinue));
H A DInputTreeTest.cpp97 Input* input = m_pAlloc->produce("FileSpec", "path1"); local
98 m_pTestee->insert<InputTree::Inclusive>(node, *input);
103 Input* input = m_pAlloc->produce("FileSpec", "path1"); local
104 m_pTestee->insert<InputTree::Inclusive>(node, *input);
126 Input* input = m_pAlloc->produce("FileSpec", "path1"); local
127 m_pTestee->insert(node, InputTree::Afterward, *input);
140 Input* input = m_pAlloc->produce("111", "/"); local
141 m_pTestee->insert<InputTree::Inclusive>(node, *input);
144 input = m_pAlloc->produce("10", "/");
145 m_pTestee->insert<InputTree::Positional>(node, *input);
[all...]
/frameworks/base/core/java/android/util/
H A DBase64.java76 * Encode/decode another block of input data. this.output is
85 * @return true if the input so far is good; false if some
86 * error has been detected in the input stream..
88 public abstract boolean process(byte[] input, int offset, int len, boolean finish); argument
92 * could produce for the given number of input bytes. This may
103 * Decode the Base64-encoded data in input and return the data in
109 * @param str the input String to decode, which is converted to
114 * @throws IllegalArgumentException if the input contains
122 * Decode the Base64-encoded data in input and return the data in
128 * @param input th
135 decode(byte[] input, int flags) argument
155 decode(byte[] input, int offset, int len, int flags) argument
263 process(byte[] input, int offset, int len, boolean finish) argument
454 encodeToString(byte[] input, int flags) argument
475 encodeToString(byte[] input, int offset, int len, int flags) argument
493 encode(byte[] input, int flags) argument
509 encode(byte[] input, int offset, int len, int flags) argument
603 process(byte[] input, int offset, int len, boolean finish) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_KeyCharacterMap.h22 #include <input/KeyCharacterMap.h>
H A Dandroid_view_InputChannel.h22 #include <input/InputTransport.h>
33 * This is used to automatically dispose of other native objects in the input dispatcher
34 * and input queue to prevent memory leaks. */
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java48 Frame input = pullInput("data");
51 if (input.getFormat().getObjectClass() == String.class) {
52 String stringVal = (String)input.getObjectValue();
55 data = input.getData();
H A DFrameStore.java43 // Get input frame
44 Frame input = pullInput("frame");
47 context.storeFrame(mKey, input);
H A DGLTextureTarget.java47 // Get input frame
48 Frame input = pullInput("frame");
50 FrameFormat format = ImageFormat.create(input.getFormat().getWidth(),
51 input.getFormat().getHeight(),
58 frame.setDataFromFrame(input);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.h31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
35 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
39 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
43 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height);
H A Dpixelutils.h31 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height, jint offset,
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DProgram.java29 public void process(Frame input, Frame output) { argument
31 inputs[0] = input;
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp34 std::stringstream input(kXmlPreamble);
35 input << "<attr name=\"foo\"/>" << std::endl;
38 xml::XmlPullParser xmlParser(input);
55 std::stringstream input(kXmlPreamble);
56 input << "<resources>\n" << str << "\n</resources>" << std::endl;
60 xml::XmlPullParser xmlParser(input);
69 std::string input = "<string name=\"foo\"> \" hey there \" </string>"; local
70 ASSERT_TRUE(testParse(input));
78 std::string input = "<string name=\"foo\">\\?123</string>"; local
79 ASSERT_TRUE(testParse(input));
87 std::string input = "<string name=\\"foo\\">%d %s</string>"; local
95 std::string input = "<string name=\\"foo\\" \\n" local
106 std::string input = "<integer name=\\"foo\\">@null</integer>"; local
120 std::string input = "<integer name=\\"foo\\">@empty</integer>"; local
130 std::string input = "<attr name=\\"foo\\" format=\\"string\\"/>\\n" local
147 std::string input = R"EOF( local
164 std::string input = "<attr name=\\"foo\\" min=\\"10\\" max=\\"23\\" format=\\"integer\\"/>"; local
175 std::string input = "<attr name=\\"foo\\" min=\\"10\\" max=\\"23\\" format=\\"string\\"/>"; local
180 std::string input = "<declare-styleable name=\\"Styleable\\">\\n" local
192 std::string input = "<declare-styleable name=\\"Theme\\">" local
206 std::string input = "<attr name=\\"foo\\">\\n" local
232 std::string input = "<attr name=\\"foo\\">\\n" local
263 std::string input = "<attr name=\\"foo\\">\\n" local
272 std::string input = "<style name=\\"foo\\" parent=\\"@style/fu\\">\\n" local
297 std::string input = "<style name=\\"foo\\" parent=\\"com.app:Theme\\"/>"; local
308 std::string input = "<style xmlns:app=\\"http://schemas.android.com/apk/res/android\\"\\n" local
320 std::string input = local
333 std::string input = "<style name=\\"foo.bar\\"/>"; local
345 std::string input = "<style name=\\"foo.bar\\" parent=\\"\\"/>"; local
355 std::string input = R"EOF(<style name="foo" parent="*android:style/bar" />)EOF"; local
365 std::string input = "<string name=\\"foo\\">@+id/bar</string>"; local
373 std::string input = "<declare-styleable name=\\"foo\\">\\n" local
411 std::string input = "<declare-styleable name=\\"foo\\" xmlns:privAndroid=\\"http://schemas.android.com/apk/prv/res/android\\">\\n" local
430 std::string input = "<array name=\\"foo\\">\\n" local
447 std::string input = "<string-array name=\\"foo\\">\\n" local
455 std::string input = "<plurals name=\\"foo\\">\\n" local
463 std::string input = "<!--This is a comment-->\\n" local
473 std::string input = "<!--One-->\\n" local
485 std::string input = "<!--One-->\\n" local
501 std::string input = R"EOF( local
531 std::string input = "<public type=\\"id\\" name=\\"foo\\"/>"; local
539 std::string input = R"EOF( local
570 std::string input = R"EOF( local
602 std::string input = R"EOF(<item type="layout" name="foo">@layout/bar</item>)EOF"; local
610 std::string input = R"EOF(<add-resource name="bar" type="string" />)EOF"; local
622 std::string input = R"EOF(<item name="foo" type="integer" format="float">0.3</item>)EOF"; local
[all...]
/frameworks/base/core/java/android/content/pm/
H A DVerifierDeviceIdentity.java86 * @return verifier device identity based on the input from the provided
103 private static final String encodeBase32(long input) { argument
127 final int group = (int) (input & 0x1F);
128 input >>>= 5;
137 private static final long decodeBase32(byte[] input) throws IllegalArgumentException { argument
141 final int N = input.length;
143 final int group = input[i];
210 final byte[] input;
212 input = deviceIdentity.getBytes("US-ASCII");
214 throw new IllegalArgumentException("bad base-32 characters in input");
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DIInputManager.aidl17 package android.hardware.input;
19 import android.hardware.input.InputDeviceIdentifier;
20 import android.hardware.input.KeyboardLayout;
21 import android.hardware.input.IInputDevicesChangedListener;
22 import android.hardware.input.ITabletModeChangedListener;
23 import android.hardware.input.TouchCalibration;
33 // Gets input device information.
43 // Injects an input event into the system. To inject into windows owned by other
47 // Calibrate input device position
70 // Registers an input device
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAccelerateDecelerateInterpolator.java40 public float getInterpolation(float input) { argument
41 return (float)(Math.cos((input + 1) * Math.PI) / 2.0f) + 0.5f;
H A DLinearInterpolator.java38 public float getInterpolation(float input) { argument
39 return input;
H A DAccelerateInterpolator.java77 public float getInterpolation(float input) { argument
79 return input * input;
81 return (float)Math.pow(input, mDoubleFactor);
H A DDecelerateInterpolator.java69 public float getInterpolation(float input) { argument
72 result = (float)(1.0f - (1.0f - input) * (1.0f - input));
74 result = (float)(1.0f - Math.pow((1.0f - input), 2 * mFactor));
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/text/
H A DStringLogger.java44 Frame input = pullInput("string");
45 String inputString = input.getObjectValue().toString();
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp148 Module::input_iterator input, inEnd = m_pModule->input_end(); local
149 for (input = m_pModule->input_begin(); input != inEnd; ++input) {
151 if (isGroup(input)) {
153 input, inEnd, m_pBuilder->getInputBuilder(), m_Config);
159 if ((*input)->type() == Input::Script ||
160 (*input)->type() == Input::Archive ||
161 (*input)->type() == Input::External)
164 if (Input::Object == (*input)
289 mcld::InputTree::bfs_iterator input, local
583 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
787 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
872 Module::obj_iterator input, inEnd = m_pModule->obj_end(); local
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPResponse.java32 byte[] input = new byte[RX_BUFFER];
38 int amount = in.read(input, offset, input.length - offset);
40 input.length, offset, input.length - offset, amount));
45 // + new String(input, 0, offset + amount, StandardCharsets.ISO_8859_1));
49 bodyPattern = (bodyPattern << 8) | (input[n] & 0xff);
52 statusCode = parseHeader(input, body, mHeaders);
54 if (expected > input.length) {
55 input
70 parseHeader(byte[] input, int body, Map<String, String> headers) argument
[all...]
/frameworks/base/core/java/android/text/
H A DAndroidCharacter.java49 * @param input the character to measure
50 * @return the East Asian Width for input
52 public native static int getEastAsianWidth(char input); argument
64 * @param src character array of input to measure
/frameworks/base/services/core/java/com/android/server/input/
H A DInputApplicationHandle.java17 package com.android.server.input;
20 * Functions as a handle for an application that can receive input.
21 * Enables the native input dispatcher to refer indirectly to the window manager's
26 // Pointer to the native input application handle.
/frameworks/base/tools/aapt2/compile/
H A DPng.h38 bool process(const Source& source, std::istream* input, BigBuffer* outBuffer,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DResizeFilter.java87 // Get input frame
88 Frame input = pullInput("image");
89 createProgram(env, input.getFormat());
92 MutableFrameFormat outputFormat = input.getFormat().mutableCopy();
94 FrameFormat inputFormat = input.getFormat();
102 GLFrame mipmapped = (GLFrame)env.getFrameManager().newFrame(input.getFormat());
105 mipmapped.setDataFromFrame(input);
110 mProgram.process(input, output);

Completed in 773 milliseconds

1234567891011>>