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

1 2 3 4

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
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;
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;
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);
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);
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;
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;
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);
94 array[item++] = new TestCase( "SECTION", "with MyObject, eval should cube INPUT: " );
10.1.4-3.js 69 var INPUT = 2;
70 testcases[tc].description += ( INPUT +"" );
73 eval( INPUT );
  /external/bluetooth/glib/tests/
gen-casefold-txt.pl 55 open (INPUT, "< $ARGV[1]") || exit 1;
57 while (<INPUT>)
84 close INPUT;
  /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
28 open(INPUT, $testcase_file);
30 while(<INPUT>) {
41 close(INPUT);
55 system("FileCheck", "-input-file", "$output_file", "$testcase_file");
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
adjust_visibility.sh 33 # usage: adjust_visibility.sh INPUT OUTPUT WORK_DIR
35 # Transforms a static library at INPUT by marking all of its symbols
43 echo "usage: ${0} INPUT OUTPUT WORK_DIR" >& 2
47 INPUT="${1}"
58 ARCHS=$(file "${INPUT}" | sed -Ene 's/^.*\(for architecture (.+)\):.*$/\1/p')
66 # Get a thin version of fat input by running lipo. If the input is already
71 INPUT_NAME=input.a
74 cp "${INPUT}" "${ARCH_INPUT}"
76 lipo -thin "${ARCH}" "${INPUT}" -output "${ARCH_INPUT}
    [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";
  /external/bluetooth/glib/
win32-fixup.pl 16 open (INPUT, "< $infilename") || exit 1;
19 while (<INPUT>) {
  /external/openssl/crypto/des/
typemap 10 INPUT
  /external/astl/tests/
test_iterator.cpp 38 struct Input {
71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM};
81 return INPUT;
105 EXPECT_TRUE(category(android::iterator_category(Input())) == INPUT);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/libexec/gcc/arm-eabi/4.4.3/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
fixinc.sh 29 # Usage: fixinc.sh output-dir input-dir
155 # Search each input directory for broken header files.
165 for INPUT in ${INPUTLIST} ; do
172 if [ ! -d ${INPUT} ]; then
175 cd ${INPUT}
177 INPUT=`${PWDCMD}`
178 export INPUT
204 then echo " Searching $INPUT/$d" ; fi
266 cd ${INPUT}
284 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 140 // Populate the INPUT structure with the appropriate keyboard event
142 bool FillKeyboardInput(ui::KeyboardCode key, INPUT* input, bool key_up) {
143 memset(input, 0, sizeof(INPUT));
144 input->type = INPUT_KEYBOARD;
145 input->ki.wVk = ui::WindowsKeyCodeForKeyboardCode(key);
146 input->ki.dwFlags = key_up ? KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP :
154 INPUT input = { 0 } local
186 INPUT input[8] = { 0 }; \/\/ 8, assuming all the modifiers are activated. local
252 INPUT input = { 0 }; local
308 INPUT input = { 0 }; local
    [all...]
  /external/webkit/Source/WebKit/scripts/
generate-webkitversion.pl 61 unless (open INPUT, "<", $configFile) { print STDERR "File does not exist: $configFile\n";}
62 while (my $line = <INPUT>) {

Completed in 488 milliseconds

1 2 3 4