Searched refs:INPUT (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/ExecutionContexts/
H A D10.1.4-6.js70 var INPUT = 2;
71 testcases[0].description += ( INPUT +"" );
76 testcases[0].actual = eval( INPUT );
77 testcases[0].expect = INPUT;
H A D10.1.4-4.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
73 eval( INPUT );
76 testcases[tc].actual = eval( INPUT );
77 testcases[tc].expect = INPUT;
H A D10.1.4-1.js70 var INPUT = 2;
71 testcases[tc].description += "( " + INPUT +" )" ;
74 testcases[tc].actual = eval( INPUT );
75 testcases[tc].expect = Math.pow(INPUT,2);
H A D10.1.4-2.js70 var INPUT = 2;
71 testcases[tc].description += "( "+INPUT +" )" ;
75 testcases[tc].actual = eval( INPUT );
76 testcases[tc].expect = Math.pow(INPUT,2);
H A D10.1.4-5.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
76 testcases[tc].actual = eval( INPUT );
77 testcases[tc].expect = INPUT;
H A D10.1.4-7.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
74 testcases[tc].actual = eval( INPUT );
75 testcases[tc].expect = INPUT;
H A D10.1.4-8.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
75 testcases[tc].actual = eval( INPUT );
76 testcases[tc].expect = Math.pow(INPUT,3);
94 array[item++] = new TestCase( "SECTION", "with MyObject, eval should cube INPUT: " );
H A D10.1.4-3.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
73 eval( INPUT );
/macosx-10.10.1/libpthread-105.1.4/xcodescripts/
H A Dinstall-codes.sh3 INPUT=${SCRIPT_INPUT_FILE_0}
7 xcrun cc -E -I${SDKROOT}/System/Library/Frameworks/System.framework/PrivateHeaders -D_PTHREAD_BUILDING_CODES_ "${INPUT}" | perl > "${OUTPUT}"
/macosx-10.10.1/ruby-106/ruby/test/-ext-/win32/
H A Dtest_fd_setsize.rb9 assert_in_out_err([], <<-INPUT, %w(:ok), [], bug6532)
13 INPUT
18 assert_in_out_err([], <<-INPUT, %w(:ok), [], bug6532)
21 INPUT
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtypemaps.i23 // INPUT typemaps.
24 // These remap a C pointer to be an "INPUT" value which is passed by value
32 int *INPUT
33 short *INPUT
34 long *INPUT
35 long long *INPUT
36 unsigned int *INPUT
37 unsigned short *INPUT
38 unsigned long *INPUT
39 unsigned long long *INPUT
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm32r-opinst.c39 #define INPUT CGEN_OPINST_INPUT macro
49 { INPUT, "dr", HW_H_GR, CGEN_MODE_SI, OP_ENT (DR), 0, 0 },
50 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
56 { INPUT, "slo16", HW_H_SLO16, CGEN_MODE_INT, OP_ENT (SLO16), 0, 0 },
57 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
63 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
64 { INPUT, "uimm16", HW_H_UINT, CGEN_MODE_UINT, OP_ENT (UIMM16), 0, 0 },
70 { INPUT, "sr", HW_H_GR, CGEN_MODE_SI, OP_ENT (SR), 0, 0 },
71 { INPUT, "ulo16", HW_H_ULO16, CGEN_MODE_UINT, OP_ENT (ULO16), 0, 0 },
77 { INPUT, "d
596 #undef INPUT macro
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dtest_debuginfo.pl28 open(INPUT, $testcase_file);
30 while(<INPUT>) {
41 close(INPUT);
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dnatd.h38 #define INPUT 1 macro
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dtypemaps.i33 // INPUT typemaps.
34 // These remap a C pointer to be an "INPUT" value which is passed by value
42 int *INPUT
43 short *INPUT
44 long *INPUT
45 long long *INPUT
46 unsigned int *INPUT
47 unsigned short *INPUT
48 unsigned long *INPUT
49 unsigned long long *INPUT
[all...]
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dtypemaps.i19 // INPUT typemaps.
20 // These remap a C pointer to be an "INPUT" value which is passed by value
29 int *INPUT
30 short *INPUT
31 long *INPUT
32 long long *INPUT
33 unsigned int *INPUT
34 unsigned short *INPUT
35 unsigned long *INPUT
36 unsigned long long *INPUT
[all...]
/macosx-10.10.1/swig-12/Lib/csharp/
H A Dtypemaps.i14 INPUT typemaps
24 bool *INPUT, bool &INPUT
25 signed char *INPUT, signed char &INPUT
26 unsigned char *INPUT, unsigned char &INPUT
27 short *INPUT, short &INPUT
28 unsigned short *INPUT, unsigne
[all...]
H A Darrays_csharp.i21 * %apply int INPUT[] { int* sourceArray }
61 %typemap(ctype) CTYPE INPUT[] "CTYPE*"
62 %typemap(cstype) CTYPE INPUT[] "CSTYPE[]"
63 %typemap(imtype, inattributes="[In, MarshalAs(UnmanagedType.LPArray)]") CTYPE INPUT[] "CSTYPE[]"
64 %typemap(csin) CTYPE INPUT[] "$csinput"
66 %typemap(in) CTYPE INPUT[] "$1 = $input;"
67 %typemap(freearg) CTYPE INPUT[] ""
68 %typemap(argout) CTYPE INPUT[] ""
/macosx-10.10.1/swig-12/Lib/chicken/
H A Dtypemaps.i14 // INPUT typemaps.
15 // These remap a C pointer to be an "INPUT" value which is passed by value
23 int *INPUT
24 short *INPUT
25 long *INPUT
26 long long *INPUT
27 unsigned int *INPUT
28 unsigned short *INPUT
29 unsigned long *INPUT
30 unsigned long long *INPUT
[all...]
/macosx-10.10.1/ncurses-44/ncurses/man/
H A Dmake_sed.sh43 INPUT=input$$
48 trap "rm -f $COL.* $INPUT $UPPER $SCRIPT $RESULT" 0 1 2 5 15
50 sed -e 's/[ ][ ]*/ /g' >$INPUT
54 sed -e 's/\./ /g' $INPUT | \
/macosx-10.10.1/ruby-106/ruby/sample/webrick/
H A Ddemo-app.rb16 text: <INPUT type="text" name="text"><BR>
17 file: <INPUT type="file" name="file"><BR>
19 <INPUT type="checkbox" name="check" value="a">a,
20 <INPUT type="checkbox" name="check" value="b">b,
21 <INPUT type="checkbox" name="check" value="c">c,
23 <INPUT type="submit">
/macosx-10.10.1/swig-12/Lib/php/
H A Dtypemaps.i15 * TYPE *INPUT. Argument is passed in as native variable by value.
31 %typemap(in) TYPE *INPUT(TYPE temp)
37 %typemap(argout) TYPE *INPUT "";
60 %typemap(in) TYPE *INPUT(TYPE temp)
66 %typemap(argout) TYPE *INPUT "";
164 %typemap(in) float *INOUT = float *INPUT;
165 %typemap(in) double *INOUT = double *INPUT;
167 %typemap(in) int *INOUT = int *INPUT;
168 %typemap(in) short *INOUT = short *INPUT;
169 %typemap(in) long *INOUT = long *INPUT;
[all...]
/macosx-10.10.1/swig-12/Lib/lua/
H A Dtypemaps.i19 %typemap(in,checkfn="lua_isnumber") int *INPUT(int temp), int &INPUT(int temp)
29 %typemap(in) int *INOUT = int *INPUT;
42 extern int add_pointer(int* INPUT,int* INPUT);
52 %typemap(in,checkfn="lua_isnumber") TYPE *INPUT($*ltype temp), TYPE &INPUT($*ltype temp)
59 %typemap(in) TYPE *INOUT = TYPE *INPUT;
63 %typemap(in) TYPE &INOUT = TYPE *INPUT;
66 %typemap(in,checkfn="lua_isnumber") const TYPE *INPUT(
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_require.rb21 assert_in_out_err([], <<-INPUT, %w(:ok), [])
28 INPUT
33 assert_in_out_err(["RUBYOPT"=>nil], <<-INPUT, %w(:ok), [])
40 INPUT
74 assert_separately(%w[--disable=gems], <<-INPUT)
84 INPUT
150 assert_in_out_err(['--disable-gems'], <<-INPUT, %w(:ok), [])
153 INPUT
164 assert_in_out_err([], <<-INPUT, %w(:ok), [])
172 INPUT
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/docs/
H A Ddoxygen.conf3 INPUT=.

Completed in 274 milliseconds

12345