HomeSort by relevance Sort by last modified time
    Searched refs:INPUT (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /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...]
  /frameworks/base/rs/java/android/renderscript/
ProgramFragment.java 27 * when an allocation with constant input values is bound to the shader, its values
33 * GLSL code. For example, if the fragment program is expecting a varying input called
70 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
58 * @return number of input attribute elements
66 * @param slot location of the input to return
67 * @return input attribute element
101 * @param e element describing the layout of the varying input
108 throw new RSIllegalArgumentException("Max input count exceeded.");
130 tmp[idx++] = ProgramParam.INPUT.mID;
ProgramFragmentFixedFunction.java 57 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/opencv3/modules/imgproc/test/
test_color.cpp 60 // input --- fwd_transform -> ref_output[0]
62 // ref_output[0] --- inv_transform ---> ref_output[1] (or input -- copy --> ref_output[1])
87 test_array[INPUT].push_back(NULL);
110 if( i == INPUT )
142 types[INPUT][0] = CV_MAKETYPE(depth, cn);
156 cvtest::copy( test_mat[INPUT][0], test_mat[OUTPUT][0] );
166 cvCvtColor( inplace ? out0 : test_array[INPUT][0], out0, fwd_code );
168 cv::cvtColor( cv::cvarrToMat(inplace ? out0 : test_array[INPUT][0]), _out0, fwd_code, _out0.channels());
184 convert_forward( test_mat[INPUT][0], test_mat[REF_OUTPUT][0] );
185 convert_backward( test_mat[INPUT][0], test_mat[REF_OUTPUT][0]
    [all...]
test_thresh.cpp 66 test_array[INPUT].push_back(NULL);
82 types[INPUT][0] = types[OUTPUT][0] = types[REF_OUTPUT][0] = CV_MAKETYPE(depth,cn);
117 cvThreshold( test_array[INPUT][0], test_array[OUTPUT][0],
316 test_threshold( test_mat[INPUT][0], test_mat[REF_OUTPUT][0],
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 63 INPUT, EVALUATE, RESULT, ERROR
77 setState(CalculatorState.INPUT);
101 final boolean isEdited = mCurrentState == CalculatorState.INPUT
143 savedInstanceState.getInt(KEY_CURRENT_STATE, CalculatorState.INPUT.ordinal())]);
257 if (mCurrentState == CalculatorState.INPUT) {
264 // The current expression cannot be evaluated -> return to the input state.
265 setState(CalculatorState.INPUT);
273 if (mCurrentState != CalculatorState.INPUT) {
274 // Only animate text changes that occur from user input.
298 if (mCurrentState == CalculatorState.INPUT) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
std_string.i 44 $1 = (char*)lua_tostring(L, $input);
46 $1.assign(lua_tostring(L,$input),lua_rawlen(L,$input));
52 %{$1.assign(lua_tostring(L,$input),lua_rawlen(L,$input));%}
58 %{temp.assign(lua_tostring(L,$input),lua_rawlen(L,$input)); $1=&temp;%}
72 $1 = lua_isstring(L,$input);
89 %typemap(in) string &INPUT=const string &;
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
inout_typemaps.i 3 Support for INPUT, OUTPUT, and INOUT typemaps. OUTPUT variables are returned
21 // INPUT map.
22 %typemap(in) type_ *INPUT, type_ &INPUT
23 %{ $1 = &$input; %}
25 %typemap(ctype) type_ *INPUT, type_ &INPUT "$*1_ltype";
29 // careful here. the input string is converted to a C string
30 // with length equal to the input string. This should be large
78 %typemap(lisptype) bool *INPUT, bool &INPUT "boolean"
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
typemaps.i 11 $1 = ($ltype) SWIG_MustGetPtr($input, $descriptor, $argnum, 0);
15 $1 = SWIG_MustGetPtr($input, NULL, $argnum, 0);
19 $1 = ($ltype) SWIG_MustGetPtr($input, $descriptor, 1, 0);
23 $1 = *(($1_ltype)SWIG_MustGetPtr($input, $descriptor, 1, 0));
30 temp = SWIG_MustGetPtr($input, $1_descriptor, 1, 0);
37 $1 = SWIG_MustGetPtr($input, NULL, 1, 0);
62 $1 = ($ltype) SWIG_MustGetPtr($input, $descriptor, $argnum, 0);
80 $1 = ($ltype) SWIG_MustGetPtr($input, $descriptor, $argnum, 0);
89 if (!SWIG_is_integer($input))
91 $1 = ($1_type) SWIG_convert_int($input);
    [all...]
  /system/extras/tests/workloads/
defs.sh 7 dflttracecategories="gfx input view am rs power sched freq idle load memreclaim"
141 INPUT="${ADB}input"
411 vout ${ADB}input swipe $*
412 ${ADB}nice input swipe $*
417 vout ${ADB}input text \"$*\"
418 ${ADB}input text "$(cat ./tmpOutput)"
423 vout ${ADB}input tap $*
424 ${ADB}input tap $*
428 vout $INPUT keyevent $
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
debug.js 45 var input = $(button.getAttribute('input-from'));
49 var history = input.form.history;
50 input.historyPosition = 0;
52 history = input.form.history = [];
54 history.push(input.value);
58 input: input.value
65 input.value = '';
66 input.focus()
    [all...]
  /external/v8/build/util/
version.py 106 parser.add_argument('-i', '--input', default=None,
121 help='For compatibility: INPUT and OUTPUT can be '
133 # arguments shorthands for --input and --output.
134 while len(options.args) and (options.input is None or \
136 if options.input is None:
137 options.input = options.args.pop(0)
149 elif options.input:
150 contents = subst_file(options.input, values)
  /packages/apps/Messaging/build/
android_lint.mk 49 $($(LOCAL_PACKAGE_NAME)LINT_TXT): INPUT := $($(LOCAL_PACKAGE_NAME)LINT_XML)
50 $($(LOCAL_PACKAGE_NAME)LINT_TXT): XSLT_CMD = xsltproc $(PRIVATE_PATH)/build/android_lint.xslt $(INPUT)
  /external/ImageMagick/www/api/MagickCore/
tabs.css 60 DIV.tabs INPUT
  /external/ImageMagick/www/api/MagickWand/
tabs.css 60 DIV.tabs INPUT
  /toolchain/binutils/binutils-2.25/binutils/
nlmheader.y 57 /* List of files from INPUT. */
120 %token EXPORT FLAG_ON FLAG_OFF FULLMAP HELP IMPORT INPUT MAP MESSAGES
268 | INPUT string_list
514 struct input
525 struct input *next;
528 /* The current input file. */
530 static struct input current;
536 /* Start the lexer going on the main input file. */
545 /* Start the lexer going on a subsidiary input file. */
550 struct input *push
    [all...]
  /external/libvpx/libvpx/
libs.doxy_template 203 # include (a tag file for) the STL sources as input, then you should
421 # popen()) the command <command> <input-file>, where <command> is the value of
422 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
480 # configuration options related to the input files
483 # The INPUT tag can be used to specify the files and/or directories that contain
488 INPUT =
492 # input encoding. Doxygen uses libiconv (or the iconv built into libc) for the transcoding.
497 # If the value of the INPUT tag contains directories, you can use the
507 # should be searched for input files as well. Possible values are YES and NO
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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/autotest/site_utils/docgen/
doxygen.conf 222 # to include (a tag file for) the STL sources as input, then you should
278 # For small to medium size projects (<1000 input files) the default value is
501 # popen()) the command <command> <input-file>, where <command> is the value of
502 # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
569 # configuration options related to the input files
572 # The INPUT tag can be used to specify the files and/or directories that contain
577 INPUT = suite_All_testsource
581 # also the default input encoding. Doxygen uses libiconv (or the iconv built
587 # If the value of the INPUT tag contains directories, you can use th
    [all...]
  /external/elfutils/src/
ldlex.l 136 INPUT { return kINPUT; }
205 int c = input ();
208 c = input ();
212 c = input ();
214 c = input ();
236 int c = input ();
303 int c = input ();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 256 READ_OP(INPUT);
262 READ_OP(INPUT);
  /art/compiler/optimizing/
codegen_test.cc 441 #define NOT_INT_TEST(TEST_NAME, INPUT, EXPECTED_OUTPUT) \
443 const int32_t input = INPUT; \
444 const uint16_t input_lo = Low16Bits(input); \
445 const uint16_t input_hi = High16Bits(input); \
466 #define NOT_LONG_TEST(TEST_NAME, INPUT, EXPECTED_OUTPUT) \
468 const int64_t input = INPUT; \
469 const uint16_t word0 = Low16Bits(Low32Bits(input)); /* LSW. */ \
470 const uint16_t word1 = High16Bits(Low32Bits(input)); \
518 const int64_t input = INT64_C(4294967296); \/\/ 2^32 local
    [all...]

Completed in 843 milliseconds

1 23 4 5 6