HomeSort by relevance Sort by last modified time
    Searched refs:INPUT (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/bison/build-aux/
ylwrap 44 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
48 INPUT is the input file
67 # The input.
68 input="$1"
70 case "$input" in
76 input="`pwd`/$input"
112 0) "$prog" "$input" ;;
113 *) "$prog" "$@" "$input" ;;
    [all...]
  /external/chromium_org/ui/base/win/
foreground_helper.cc 42 INPUT hotkey = {0};
46 LOG(WARNING) << "Failed to send input";
  /external/elfutils/config/
ylwrap 46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
50 INPUT is the input file
69 # The input.
70 input="$1"
72 case "$input" in
78 input="`pwd`/$input"
110 0) "$prog" "$input" ;;
111 *) "$prog" "$@" "$input" ;;
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ProgramFragment.java 30 * when an allocation with constant input values is bound to the shader, its values
36 * GLSL code. For example, if the fragment program is expecting a varying input called
73 tmp[idx++] = ProgramParam.INPUT.mID;
ProgramVertex.java 33 * and texture coordinates are matched by name between the input Element and the Mesh object being drawn.
34 * The signatures don't have to be exact or in any strict order. As long as the input name in the shader
62 * @return number of input attribute elements
70 * @param slot location of the input to return
71 * @return input attribute element
105 * @param e element describing the layout of the varying input
112 throw new RSIllegalArgumentException("Max input count exceeded.");
134 tmp[idx++] = ProgramParam.INPUT.mID;
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...]
ProgramFragmentFixedFunction.java 60 tmp[idx++] = ProgramParam.INPUT.mID;
ProgramVertexFixedFunction.java 64 throw new RSIllegalArgumentException("Max input count exceeded.");
87 tmp[idx++] = ProgramParam.INPUT.mID;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 176 * not maintaining it, but may wish to read and understand it. If you single step it, you know that input()
177 * hides some indirect calls, but is always referring to the input stream. This is
178 * probably more readable than ctx->input->istream->input(snarfle0->blarg) and allows me to rejig
215 #undef INPUT
256 #define INPUT LEXER->input
257 #define STRSTREAM INPUT
258 #define ISTREAM INPUT->istream
282 /* If we have been told we can rely on the standard 8 bit or UTF16 input
    [all...]
ASTParser.stg 45 retval.tree = (<ASTLabelType>)(ADAPTOR->errorNode(ADAPTOR, INPUT, retval.start, LT(-1), EXCEPTION));
  /external/chromium_org/remoting/host/
input_injector_win.cc 190 // Populate the a Windows INPUT structure for the event.
191 INPUT input;
192 memset(&input, 0, sizeof(input));
193 input.type = INPUT_KEYBOARD;
194 input.ki.time = 0;
195 input.ki.dwFlags = KEYEVENTF_SCANCODE;
197 input.ki.dwFlags |= KEYEVENTF_KEYUP;
203 input.ki.wScan = scancode & 0xFF
215 INPUT input; local
    [all...]
  /external/chromium_org/tools/page_cycler/common/
start.js 55 var input = document.createElement('INPUT');
56 input.setAttribute('id', 'iterations');
57 input.setAttribute('type', 'number');
59 input.setAttribute('value', iterations ? iterations : '5');
60 form.appendChild(input);
62 input = document.createElement('INPUT');
63 input.setAttribute('type', 'submit');
64 input.setAttribute('value', 'Start')
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 39 #define INPUT 0x0
wiring_digital.c 2 wiring_digital.c - digital input and output functions
41 if (mode == INPUT) {
  /external/chromium_org/remoting/webapp/
connection_stats.js 84 if (element.tagName == 'INPUT' || element.tagName == 'TEXTAREA') {
  /ndk/tests/
run-tests.sh 307 # $2: input file
314 local INPUT="$2"
315 local INPUT_NAME="`basename $INPUT`"
321 echo "### COMMAND: awk -f \"$SCRIPT\" $@ < \"$INPUT\" > \"$OUTPUT\""
323 awk -f "$SCRIPT" $@ < "$INPUT" > "$OUTPUT"
351 local INPUT
357 for INPUT in `ls "$PROGDIR"/awk/$SCRIPT_NAME/*.in`; do
358 OUTPUT=`echo $INPUT | sed 's/\.in$/.out/g'`
363 run_awk_test "$SCRIPT" "$INPUT" "$OUTPUT"
  /external/libvpx/libvpx/
libs.doxy_template 203 # include (a tag file for) the STL sources as input, then you should
427 # popen()) the command <command> <input-file>, where <command> is the value of
428 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
486 # configuration options related to the input files
489 # The INPUT tag can be used to specify the files and/or directories that contain
494 INPUT =
498 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
503 # If the value of the INPUT tag contains directories, you can use the
513 # should be searched for input files as well. Possible values are YES and NO
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo     [all...]
  /external/chromium_org/ppapi/c/documentation/
stylesheet.css 199 INPUT.search {
  /external/chromium_org/ppapi/cpp/documentation/
stylesheet.css 199 INPUT.search {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 256 READ_OP(INPUT);
262 READ_OP(INPUT);
  /external/elfutils/src/
ldlex.l 144 INPUT { return kINPUT; }
213 int c = input ();
216 c = input ();
220 c = input ();
222 c = input ();
244 int c = input ();
311 int c = input ();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 256 READ_OP(INPUT);
262 READ_OP(INPUT);
  /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
  /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

Completed in 882 milliseconds

12 3 4