Searched refs:INPUT (Results 1 – 25 of 62) sorted by relevance
123
/external/webkit/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
D | 10.1.4-4.js | 69 var INPUT = 2; 70 testcases[tc].description += ( INPUT +"" ); 73 eval( INPUT ); 76 testcases[tc].actual = eval( INPUT ); 77 testcases[tc].expect = INPUT;
|
D | 10.1.4-6.js | 70 var INPUT = 2; 71 testcases[0].description += ( INPUT +"" ); 76 testcases[0].actual = eval( INPUT ); 77 testcases[0].expect = INPUT;
|
D | 10.1.4-2.js | 70 var INPUT = 2; 71 testcases[tc].description += "( "+INPUT +" )" ; 75 testcases[tc].actual = eval( INPUT ); 76 testcases[tc].expect = Math.pow(INPUT,2);
|
D | 10.1.4-5.js | 69 var INPUT = 2; 70 testcases[tc].description += ( INPUT +"" ); 76 testcases[tc].actual = eval( INPUT ); 77 testcases[tc].expect = INPUT;
|
D | 10.1.4-1.js | 70 var INPUT = 2; 71 testcases[tc].description += "( " + INPUT +" )" ; 74 testcases[tc].actual = eval( INPUT ); 75 testcases[tc].expect = Math.pow(INPUT,2);
|
D | 10.1.4-8.js | 69 var INPUT = 2; 70 testcases[tc].description += ( INPUT +"" ); 75 testcases[tc].actual = eval( INPUT ); 76 testcases[tc].expect = Math.pow(INPUT,3);
|
D | 10.1.4-7.js | 69 var INPUT = 2; 70 testcases[tc].description += ( INPUT +"" ); 74 testcases[tc].actual = eval( INPUT ); 75 testcases[tc].expect = INPUT;
|
D | 10.1.4-3.js | 69 var INPUT = 2; 70 testcases[tc].description += ( INPUT +"" ); 73 eval( INPUT );
|
/external/bluetooth/glib/tests/ |
D | gen-casemap-txt.pl | 65 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;
|
D | gen-casefold-txt.pl | 55 open (INPUT, "< $ARGV[1]") || exit 1; 57 while (<INPUT>) 84 close INPUT;
|
/external/webkit/WebCore/WebCore.gyp/mac/ |
D | adjust_visibility.sh | 47 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/ |
D | CA.com | 147 $ 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/ |
D | CHANGELOG | 20 $ 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/ |
D | test_iterator.cpp | 71 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/ |
D | add-include | 55 …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/ |
D | libipt_sctp.man | 24 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
|
D | libipt_comment.man | 6 iptables -A INPUT -s 192.168.0.0/16 -m comment --comment "A privatized IP block"
|
D | libipt_mac.man | 9 .B INPUT
|
D | libip6t_mac.man | 9 .B INPUT
|
D | libip6t_eui64.man | 7 .BR INPUT
|
/external/bluetooth/glib/ |
D | win32-fixup.pl | 16 open (INPUT, "< $infilename") || exit 1; 19 while (<INPUT>) {
|
/external/webkit/WebKit/scripts/ |
D | generate-webkitversion.pl | 61 unless (open INPUT, "<", $configFile) { print STDERR "File does not exist: $configFile\n";} 62 while (my $line = <INPUT>) {
|
/external/bison/build-aux/ |
D | ylwrap | 46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... 50 INPUT is the input file
|
/external/dbus/ |
D | Doxyfile.in | 52 INPUT = @top_srcdir@/dbus 57 # If the value of the INPUT tag contains directories, you can use the
|
/external/bison/tests/ |
D | synclines.at | 41 # AT_TEST_SYNCLINE(TITLE, INPUT, ERROR-MSG) 43 # Check that compiling the parser produced from INPUT cause GCC
|
123