/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 133 def ftest(self, name, value, expected): member in class:MathTests 143 self.ftest('pi', math.pi, 3.1415926) 144 self.ftest('e', math.e, 2.7182818) 148 self.ftest('acos(-1)', math.acos(-1), math.pi) 149 self.ftest('acos(0)', math.acos(0), math.pi/2) 150 self.ftest('acos(1)', math.acos(1), 0) 157 self.ftest('acosh(1)', math.acosh(1), 0) 158 self.ftest('acosh(2)', math.acosh(2), 1.3169578969248168) 167 self.ftest('asin(-1)', math.asin(-1), -math.pi/2) 168 self.ftest('asin(0)', math.asin(0), 0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 133 def ftest(self, name, value, expected): member in class:MathTests 143 self.ftest('pi', math.pi, 3.1415926) 144 self.ftest('e', math.e, 2.7182818) 148 self.ftest('acos(-1)', math.acos(-1), math.pi) 149 self.ftest('acos(0)', math.acos(0), math.pi/2) 150 self.ftest('acos(1)', math.acos(1), 0) 157 self.ftest('acosh(1)', math.acosh(1), 0) 158 self.ftest('acosh(2)', math.acosh(2), 1.3169578969248168) 167 self.ftest('asin(-1)', math.asin(-1), -math.pi/2) 168 self.ftest('asin(0)', math.asin(0), 0 [all...] |
/external/genext2fs/ |
test.sh | 40 # ftest - Exercises the -f spec-file option of genext2fs 43 # Usage: ftest spec-file number-of-blocks correct-checksum 44 ftest () { function 64 ftest device_table.txt 4096 a0af06d944b11d2902dfd705484c64cc
|
test-mount.sh | 50 # ftest-mount - Exercise the -f spec-file option of genext2fs 53 # invoke ftest() 54 # Usage: ftest-mount spec-file number-of-blocks 75 pass ftest $fname $blocks
|
/external/chromium_org/third_party/lcov/example/ |
Makefile | 11 CFLAGS := -Wall -I. -fprofile-arcs -ftest-coverage
|
/external/zlib/src/contrib/puff/ |
Makefile | 13 cc -fprofile-arcs -ftest-coverage -o puft puff.c pufftest.o
|
/external/elfutils/libdwfl/ |
Makefile.am | 40 COMPILE.os = $(filter-out -fprofile-arcs, $(filter-out -ftest-coverage, \
|
/external/elfutils/libasm/ |
Makefile.am | 40 COMPILE.os = $(filter-out -fprofile-arcs, $(filter-out -ftest-coverage, \
|
/external/elfutils/libdw/ |
Makefile.am | 40 COMPILE.os = $(filter-out -fprofile-arcs, $(filter-out -ftest-coverage, \
|
/external/elfutils/libelf/ |
Makefile.am | 43 COMPILE.os = $(filter-out -fprofile-arcs, $(filter-out -ftest-coverage, \
|
/external/libvpx/libvpx/build/make/ |
configure.sh | [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
webkitdirs.pm | 570 push @coverageSupportOptions, "EXTRA_LINK= \$(EXTRA_LINK) -ftest-coverage -fprofile-arcs"; 572 push @coverageSupportOptions, "OTHER_LDFLAGS=\$(OTHER_LDFLAGS) -ftest-coverage -fprofile-arcs -lgcov"; [all...] |
/external/chromium_org/third_party/sqlite/src/ |
Makefile.in | 120 # causes build errors with -fprofile-arcs -ftest-coverage with some GCCs. 128 GCOV_CFLAGS1 = -DSQLITE_COVERAGE_TEST=1 -fprofile-arcs -ftest-coverage
|