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

  /external/astl/tests/
test_iterator.cpp 38 struct Input {
71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
81 return INPUT;
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 39 #define INPUT 0x0
  /external/chromium/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/graphics/java/android/renderscript/
Program.java 57 INPUT (0),
83 * @return number of constant input types
93 * @param slot index of the constant input type to return
94 * @return constant input type
113 * @param slot index of the texture input
114 * @return texture input type
124 * Returns the name of the texture input at a given slot. e.g.
126 * @param slot index of the texture input
127 * @return texture input name
310 throw new RSIllegalArgumentException("Max input count exceeded.")
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 47 import com.android.internal.telephony.cat.Input;
59 * application's launch and user input from STK UI elements.
94 static final String INPUT = "input";
515 String input = args.getString(INPUT); local
516 Input cmdInput = mCurrentCmd.geInput();
518 boolean yesNoSelection = input
526 resMsg.setInput(input);
640 newIntent.putExtra("INPUT", mCurrentCmd.geInput())
    [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 409 milliseconds