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...]
  /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.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 31 # Usage: fixinc.sh output-dir input-dir
157 # Search each input directory for broken header files.
167 for INPUT in ${INPUTLIST} ; do
174 if [ ! -d ${INPUT} ]; then
177 cd ${INPUT}
179 INPUT=`${PWDCMD}`
180 export INPUT
206 then echo " Searching $INPUT/$d" ; fi
268 cd ${INPUT}
286 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 31 # Usage: fixinc.sh output-dir input-dir
157 # Search each input directory for broken header files.
167 for INPUT in ${INPUTLIST} ; do
174 if [ ! -d ${INPUT} ]; then
177 cd ${INPUT}
179 INPUT=`${PWDCMD}`
180 export INPUT
206 then echo " Searching $INPUT/$d" ; fi
268 cd ${INPUT}
286 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/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/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/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/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.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 31 # Usage: fixinc.sh output-dir input-dir
157 # Search each input directory for broken header files.
167 for INPUT in ${INPUTLIST} ; do
174 if [ ! -d ${INPUT} ]; then
177 cd ${INPUT}
179 INPUT=`${PWDCMD}`
180 export INPUT
206 then echo " Searching $INPUT/$d" ; fi
268 cd ${INPUT}
286 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 31 # Usage: fixinc.sh output-dir input-dir
157 # Search each input directory for broken header files.
167 for INPUT in ${INPUTLIST} ; do
174 if [ ! -d ${INPUT} ]; then
177 cd ${INPUT}
179 INPUT=`${PWDCMD}`
180 export INPUT
206 then echo " Searching $INPUT/$d" ; fi
268 cd ${INPUT}
286 # Canonicalize ${INPUT} now to minimize the time a
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/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...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/libexec/gcc/arm-linux-androideabi/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/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...]

Completed in 700 milliseconds

1 2 3 4