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

1 2 3 4 5 6

  /external/mesa3d/bin/
installmesa 22 read INPUT
23 if [ "x${INPUT}" != "x" ] ; then
24 INCLUDE_DIR=${INPUT}
31 read INPUT
32 if [ "x${INPUT}" != "x" ] ; then
33 LIB_DIR=${INPUT}
41 read INPUT
  /toolchain/binutils/binutils-2.25/opcodes/
lm32-opinst.c 35 #define INPUT CGEN_OPINST_INPUT
45 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
46 { INPUT, "r1", HW_H_GR, CGEN_MODE_SI, OP_ENT (R1), 0, 0 },
52 { INPUT, "imm", HW_H_SINT, CGEN_MODE_INT, OP_ENT (IMM), 0, 0 },
53 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
59 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
60 { INPUT, "uimm", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (UIMM), 0, 0 },
66 { INPUT, "hi16", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (HI16), 0, 0 },
67 { INPUT, "r0", HW_H_GR, CGEN_MODE_SI, OP_ENT (R0), 0, 0 },
73 { INPUT, "f_r0", HW_H_UINT, CGEN_MODE_UINT, 0, 0, 0 }
    [all...]
m32r-opinst.c 35 #define INPUT CGEN_OPINST_INPUT
45 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
46 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
52 { INPUT, "slo16", HW_H_SLO16, CGEN_MODE_INT, OP_ENT (SLO16), 0, 0 },
53 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
59 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
60 { INPUT, "uimm16", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (UIMM16), 0, 0 },
66 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
67 { INPUT, "ulo16", HW_H_ULO16, CGEN_MODE_UINT, OP_ENT (ULO16), 0, 0 },
73 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 }
    [all...]
or1k-opinst.c 35 #define INPUT CGEN_OPINST_INPUT
45 { INPUT, "disp26", HW_H_IADDR, CGEN_MODE_UDI, OP_ENT (DISP26), 0, 0 },
46 { INPUT, "sys_cpucfgr_nd", HW_H_SYS_CPUCFGR_ND, CGEN_MODE_UDI, 0, 0, 0 },
52 { INPUT, "disp26", HW_H_IADDR, CGEN_MODE_UDI, OP_ENT (DISP26), 0, 0 },
53 { INPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
54 { INPUT, "sys_cpucfgr_nd", HW_H_SYS_CPUCFGR_ND, CGEN_MODE_UDI, 0, 0, 0 },
61 { INPUT, "rB", HW_H_GPR, CGEN_MODE_UDI, OP_ENT (RB), 0, 0 },
62 { INPUT, "sys_cpucfgr_nd", HW_H_SYS_CPUCFGR_ND, CGEN_MODE_UDI, 0, 0, 0 },
68 { INPUT, "pc", HW_H_PC, CGEN_MODE_UDI, 0, 0, 0 },
69 { INPUT, "rB", HW_H_GPR, CGEN_MODE_UDI, OP_ENT (RB), 0, 0 }
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
typemaps.i 14 supporting output arguments, input values, and other C function
20 // INPUT typemaps.
21 // These remap a C pointer to be an "INPUT" value which is passed by value
26 "input" value. That is, instead of passing a pointer to an object,
29 int *INPUT
30 short *INPUT
31 long *INPUT
32 long long *INPUT
33 unsigned int *INPUT
34 unsigned short *INPUT
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
typemaps.i 6 * These mappings provide support for input/output arguments and
8 * pointer variables in addition to input/output arguments.
17 supporting output arguments, input values, and other C function
26 // These mappings provide support for input/output arguments and common
30 // INPUT typemaps.
31 // These remap a C pointer to be an "INPUT" value which is passed by value
36 "input" value. That is, instead of passing a pointer to an object,
39 int *INPUT
40 short *INPUT
41 long *INPUT
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
typemaps.i 5 * supporting output arguments, input values, and other C function
16 // INPUT typemaps.
17 // These remap a C pointer to be an "INPUT" value which is passed by value
23 "input" value. That is, instead of passing a pointer to an object,
26 int *INPUT
27 short *INPUT
28 long *INPUT
29 long long *INPUT
30 unsigned int *INPUT
31 unsigned short *INPUT
    [all...]
  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 75 test_array[INPUT].push_back(NULL);
87 matrix_type = types[INPUT][0] = types[OUTPUT][0]= types[REF_OUTPUT][0] = cvtest::randInt(rng)%2 ? CV_64F : CV_32F;
88 sizes[INPUT][0] = sizes[OUTPUT][0] = sizes[REF_OUTPUT][0] = cvSize(3,3);
115 Mat& _a0 = test_mat[INPUT][0];
130 const Mat& src = test_mat[INPUT][0];
198 test_array[INPUT].push_back(NULL); // points matrix
199 test_array[INPUT].push_back(NULL); // camera matrix
200 test_array[INPUT].push_back(NULL); // distortion coeffs
201 test_array[INPUT].push_back(NULL); // R matrix
202 test_array[INPUT].push_back(NULL); // P matri
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
typemaps.i 6 * These mappings provide support for input/output arguments and
8 * pointer variables in addition to input/output arguments.
11 // INPUT typemaps.
12 // These remap a C pointer to be an "INPUT" value which is passed by value
17 "input" value. That is, instead of passing a pointer to an object,
20 int *INPUT
21 short *INPUT
22 long *INPUT
23 long long *INPUT
24 unsigned int *INPUT
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/tm1637/
javaupm_tm1637.i 11 %apply uint8_t *INPUT { uint8_t *digits }
  /external/google-breakpad/src/tools/python/tests/
filter_syms_unittest.py 59 INPUT = \
79 self.assertParsed(INPUT, [], EXPECTED_OUTPUT)
84 INPUT = \
106 self.assertParsed(INPUT, IGNORED_PREFIXES, EXPECTED_OUTPUT)
112 INPUT = \
135 self.assertParsed(INPUT, IGNORED_PREFIXES, EXPECTED_OUTPUT)
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
typemaps.i 6 * These mappings provide support for input/output arguments and common
11 INPUT typemaps
14 These typemaps are used for pointer/reference parameters that are input only
15 and are mapped to a C# input parameter.
18 input value. That is, instead of passing a pointer or reference to an object,
21 bool *INPUT, bool &INPUT
22 signed char *INPUT, signed char &INPUT
23 unsigned char *INPUT, unsigned char &INPU
    [all...]
arrays_csharp.i 18 * %apply int INPUT[] { int* sourceArray }
56 // input only arrays
58 %typemap(ctype) CTYPE INPUT[] "CTYPE*"
59 %typemap(cstype) CTYPE INPUT[] "CSTYPE[]"
60 %typemap(imtype, inattributes="[In, MarshalAs(UnmanagedType.LPArray)]") CTYPE INPUT[] "CSTYPE[]"
61 %typemap(csin) CTYPE INPUT[] "$csinput"
63 %typemap(in) CTYPE INPUT[] "$1 = $input;"
64 %typemap(freearg) CTYPE INPUT[] ""
65 %typemap(argout) CTYPE INPUT[] ""
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
typemaps.i 12 * TYPE *INPUT. Argument is passed in as native variable by value.
28 %typemap(in) TYPE *INPUT(TYPE temp), TYPE &INPUT(TYPE temp)
30 convert_to_boolean_ex($input);
31 temp = Z_LVAL_PP($input) ? true : false;
34 %typemap(argout) TYPE *INPUT, TYPE &INPUT "";
45 convert_to_boolean_ex($input);
46 lvalue = (*$input)->value.lval ? true : false;
57 %typemap(in) TYPE *INPUT(TYPE temp), TYPE &INPUT(TYPE temp
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
typemaps.i 6 * These mappings provide support for input/output arguments and common
11 INPUT typemaps
14 These typemaps are used for pointer/reference parameters that are input only
15 and are mapped to a D input parameter.
18 input value. That is, instead of passing a pointer or reference to an object,
21 bool *INPUT, bool &INPUT
22 signed char *INPUT, signed char &INPUT
23 unsigned char *INPUT, unsigned char &INPU
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/go/
typemaps.i 6 * These mappings provide support for input/output arguments and common
11 INPUT typemaps
14 These typemaps remap a C pointer or C++ reference to be an "INPUT" value which is
18 input value. That is, instead of passing a pointer or reference to an object,
21 bool *INPUT, bool &INPUT
22 signed char *INPUT, signed char &INPUT
23 unsigned char *INPUT, unsigned char &INPUT
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 16 %typemap(in,checkfn="lua_isnumber") int *INPUT(int temp), int &INPUT(int temp)
17 %{ temp = (int)lua_tonumber(L,$input);
26 %typemap(in) int *INOUT = int *INPUT;
39 extern int add_pointer(int* INPUT,int* INPUT);
49 %typemap(in,checkfn="lua_isnumber") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp)
50 %{ temp = ($*ltype)lua_tonumber(L,$input);
56 %typemap(in) TYPE *INOUT = TYPE *INPUT;
    [all...]
  /external/llvm/utils/
test_debuginfo.pl 4 # Input arguments
5 # - Input source program. Usually this source file is decorated using
9 # This perl script extracts debugger commands from input source program
38 open(INPUT, $testcase_file);
40 while(<INPUT>) {
51 close(INPUT);
72 system("FileCheck", "-input-file", "$output_file", "$testcase_file");
  /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)));
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
inoutlist.swg 36 // Use the following definition to enable the INPUT parameters to
44 // These mappings provide support for input/output arguments and common
48 // INPUT typemaps.
49 // These remap a C pointer to be an "INPUT" value which is passed by value
54 "input" value. That is, instead of passing a pointer to an object,
65 double fadd(double *INPUT, double *INPUT);
69 %apply double *INPUT { double *a, double *b };
74 #define %check_input_ptr(input,arg,desc,disown) (SWIG_IsOK((res = SWIG_ConvertPtr(input,%as_voidptrptr(arg),desc,disown)))
    [all...]
  /external/opencv3/modules/video/test/
test_accum.cpp 62 test_array[INPUT].push_back(NULL);
77 int i, input_count = (int)test_array[INPUT].size();
84 types[INPUT][i] = CV_MAKETYPE(depth,cn);
95 test_mat[INPUT][0].depth() == CV_32F ? FLT_EPSILON*100 : DBL_EPSILON*1000;
112 cvAcc( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], test_array[MASK][0] );
118 const Mat& src = test_mat[INPUT][0];
145 cvSquareAcc( test_array[INPUT][0], test_array[INPUT_OUTPUT][0], test_array[MASK][0] );
151 const Mat& src = test_mat[INPUT][0];
176 test_array[INPUT].push_back(NULL);
182 cvMultiplyAcc( test_array[INPUT][0], test_array[INPUT][1]
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 16 /// Also, need some logarithmic-scale generation of input data. Right now it is done (in some tests)
18 /// within the same test case all the input array elements are of the same order.
37 test_array[INPUT].push_back(NULL);
157 if( fabs(power-1./3) <= DBL_EPSILON && test_mat[INPUT][0].depth() == CV_32F )
159 Mat a = test_mat[INPUT][0], b = test_mat[OUTPUT][0];
171 cvPow( test_array[INPUT][0], test_array[OUTPUT][0], power );
175 Mat& a = test_mat[INPUT][0];
215 const Mat& a = test_mat[INPUT][0];
379 test_array[INPUT].push_back(NULL);
425 int input_depth = test_mat[INPUT][0].depth()
1614 Mat& input = test_mat[INPUT][0]; local
1745 Mat& input = test_mat[INPUT][0]; local
1892 Mat& input = test_mat[INPUT][0]; local
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 12 # Input arguments
14 # - Input source program. Usually this source file is decorated using
18 # This perl script extracts debugger commands from input source program
45 open(INPUT, $testcase_file);
46 while(<INPUT>) {
59 close(INPUT);
80 system("$filecheck_tool", "-input-file", "$output_file", "$testcase_file");
85 print "$filecheck_tool -input-file $output_file $testcase_file\n";
  /frameworks/compile/mclinker/include/mcld/Script/
ScriptCommand.h 26 INPUT,
  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 68 test_array[INPUT].push_back(NULL);
69 test_array[INPUT].push_back(NULL);
112 types[INPUT][0] = types[INPUT][1] = CV_MAKETYPE(depth,cn);
115 sizes[INPUT][1].width = cvtest::randInt(rng)%MIN(sizes[INPUT][1].width,max_template_size) + 1;
116 sizes[INPUT][1].height = cvtest::randInt(rng)%MIN(sizes[INPUT][1].height,max_template_size) + 1;
117 sizes[OUTPUT][0].width = sizes[INPUT][0].width - sizes[INPUT][1].width + 1
    [all...]

Completed in 756 milliseconds

1 2 3 4 5 6