Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
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;
D10.1.4-6.js70 var INPUT = 2;
71 testcases[0].description += ( INPUT +"" );
76 testcases[0].actual = eval( INPUT );
77 testcases[0].expect = INPUT;
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);
D10.1.4-5.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
76 testcases[tc].actual = eval( INPUT );
77 testcases[tc].expect = INPUT;
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);
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);
D10.1.4-7.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
74 testcases[tc].actual = eval( INPUT );
75 testcases[tc].expect = INPUT;
D10.1.4-3.js69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
73 eval( INPUT );
/external/bluetooth/glib/tests/
Dgen-casemap-txt.pl65 open (INPUT, "< $ARGV[1]") || exit 1;
68 while (<INPUT>)
105 close INPUT;
107 open (INPUT, "< $ARGV[2]") || exit 1;
109 while (<INPUT>)
141 close INPUT;
Dgen-casefold-txt.pl55 open (INPUT, "< $ARGV[1]") || exit 1;
57 while (<INPUT>)
84 close INPUT;
/external/webkit/WebCore/WebCore.gyp/mac/
Dadjust_visibility.sh47 INPUT="${1}"
58 ARCHS=$(file "${INPUT}" | sed -Ene 's/^.*\(for architecture (.+)\):.*$/\1/p')
74 cp "${INPUT}" "${ARCH_INPUT}"
76 lipo -thin "${ARCH}" "${INPUT}" -output "${ARCH_INPUT}"
/external/openssl/apps/
DCA.com147 $ DEFINE/USER SYS$INPUT '__INPUT'
156 $ DEFINE/USER SYS$INPUT '__INPUT'
168 $ DEFINE/USER SYS$INPUT '__INPUT'
170 $ DEFINE/USER SYS$INPUT '__INPUT'
185 $ DEFINE/USER SYS$INPUT '__INPUT'
193 $ DEFINE/USER SYS$INPUT '__INPUT'
/external/libvpx/
DCHANGELOG20 $ ivfdec -o OUTPUT INPUT
21 $ vpxdec --i420 -o OUTPUT INPUT
26 $ ivfdec -y -o - INPUT | ...
27 $ vpxdec INPUT | ...
34 $ ivfdec -p frame INPUT
35 $ vpxdec --i420 -o frame-%wx%h-%4.i420 INPUT
41 $ ivfenc <options> INPUT OUTPUT
42 $ vpxenc <options> -o OUTPUT INPUT
47 $ ivfenc <options> INPUT OUTPUT.ivf
48 $ vpxenc <options> -o OUTPUT.ivf --ivf INPUT
/external/astl/tests/
Dtest_iterator.cpp71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM}; enumerator
81 return INPUT; in category()
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT); in testCategory()
/external/webkit/WebKitTools/Scripts/
Dadd-include55 …unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
56 while (my $line = <INPUT>) {
100 close INPUT or die;
/external/iptables/extensions/
Dlibipt_sctp.man24 iptables -A INPUT -p sctp --dport 80 -j DROP
26 iptables -A INPUT -p sctp --chunk-types any DATA,INIT -j DROP
28 iptables -A INPUT -p sctp --chunk-types any DATA:Be -j ACCEPT
Dlibipt_comment.man6 iptables -A INPUT -s 192.168.0.0/16 -m comment --comment "A privatized IP block"
Dlibipt_mac.man9 .B INPUT
Dlibip6t_mac.man9 .B INPUT
Dlibip6t_eui64.man7 .BR INPUT
/external/bluetooth/glib/
Dwin32-fixup.pl16 open (INPUT, "< $infilename") || exit 1;
19 while (<INPUT>) {
/external/webkit/WebKit/scripts/
Dgenerate-webkitversion.pl61 unless (open INPUT, "<", $configFile) { print STDERR "File does not exist: $configFile\n";}
62 while (my $line = <INPUT>) {
/external/bison/build-aux/
Dylwrap46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
50 INPUT is the input file
/external/dbus/
DDoxyfile.in52 INPUT = @top_srcdir@/dbus
57 # If the value of the INPUT tag contains directories, you can use the
/external/bison/tests/
Dsynclines.at41 # AT_TEST_SYNCLINE(TITLE, INPUT, ERROR-MSG)
43 # Check that compiling the parser produced from INPUT cause GCC

123