HomeSort by relevance Sort by last modified time
    Searched defs:INPUT (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/events/ozone/device/
device_event.h 17 INPUT,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FilterInputStreamTest.java 39 private static final String INPUT =
102 fos.write(INPUT.getBytes(StandardCharsets.US_ASCII));
126 .available() == INPUT.length());
162 assertTrue("read returned incorrect char", c == INPUT.charAt(0));
172 buf1.length, "UTF-8").equals(INPUT.substring(0, 100)));
184 buf1.length, "UTF-8").equals(INPUT.substring(500, 600)));
207 buf1.length, "UTF-8").equals(INPUT.substring(1000, 1010)));
FileInputStreamTest.java 35 private static final String INPUT =
96 fos.write(INPUT.getBytes(StandardCharsets.US_ASCII));
163 assertTrue(is.available() == INPUT.length());
216 assertEquals(INPUT.charAt(0), c);
228 assertEquals(INPUT.substring(500, 600),
241 assertEquals(INPUT.substring(500, 600),
385 assertEquals(INPUT.substring(1000, 1010),
BufferedInputStreamTest.java 33 private static final String INPUT =
119 int bufferSize = INPUT.length() / 2;
166 .available() == INPUT.length());
319 assertEquals(INPUT.charAt(0), c);
388 buf1.length).equals(INPUT.substring(500, 600)));
485 byte[] input = "12345678900".getBytes();
487 new ByteArrayInputStream(input));
498 byte[] input = "12345678900".getBytes();
500 new ByteArrayInputStream(input));
516 buf1.length).equals(INPUT.substring(1000, 1010)))
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterInputStreamTest.java 39 private static final String INPUT = "Lorem ipsum dolor sit amet,\n" +
43 private static final int INPUT_LENGTH = INPUT.length();
130 // input stream that is known to not support mark().
135 // input stream that is known to support mark().
145 INPUT.charAt(0), c);
162 INPUT.substring(0, 100)));
282 INPUT.substring(10, 20)));
297 fos.write(INPUT.getBytes());
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 39 #define INPUT 0x0
  /external/chromium_org/third_party/libevent/
evrpc.h 434 * Hooks for changing the input and output of RPCs; this can be used to
439 EVRPC_INPUT, /**< apply the function to an input hook */
446 #define INPUT EVRPC_INPUT
459 * @param hook_type either INPUT or OUTPUT
473 * @param hook_type either INPUT or OUTPUT
  /frameworks/base/rs/java/android/renderscript/
Program.java 58 INPUT (0),
84 * @return number of constant input types
94 * @param slot index of the constant input type to return
95 * @return constant input type
114 * @param slot index of the texture input
115 * @return texture input type
125 * Returns the name of the texture input at a given slot. e.g.
127 * @param slot index of the texture input
128 * @return texture input name
311 throw new RSIllegalArgumentException("Max input count exceeded.")
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 63 INPUT, EVALUATE, RESULT, ERROR
77 setState(CalculatorState.INPUT);
102 final boolean isEdited = mCurrentState == CalculatorState.INPUT
145 savedInstanceState.getInt(KEY_CURRENT_STATE, CalculatorState.INPUT.ordinal())]);
262 if (mCurrentState == CalculatorState.INPUT) {
269 // The current expression cannot be evaluated -> return to the input state.
270 setState(CalculatorState.INPUT);
278 if (mCurrentState != CalculatorState.INPUT) {
279 // Only animate text changes that occur from user input.
303 if (mCurrentState == CalculatorState.INPUT) {
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 49 import com.android.internal.telephony.cat.Input;
63 * application's launch and user input from STK UI elements.
98 static final String INPUT = "input";
565 String input = args.getString(INPUT); local
566 Input cmdInput = mCurrentCmd.geInput();
568 boolean yesNoSelection = input
576 resMsg.setInput(input);
697 newIntent.putExtra("INPUT", mCurrentCmd.geInput())
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 855 new StreamConfiguration(ImageFormat.YUV_420_888, 640, 480, /*input*/false),
856 new StreamConfiguration(ImageFormat.RGB_565, 320, 240, /*input*/true),
859 ImageFormat.YUV_420_888, 640, 480, /*input*/0,
860 ImageFormat.RGB_565, 320, 240, /*input*/1)
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 508 milliseconds