/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here):
12 if fn.startswith("test") and fn.endswith(".py"):
13 modname = "unittest.test." + fn[:-3]
|
/external/clang/test/CodeGenCXX/ |
microsoft-interface.cpp | 15 int fn() { function
|
/external/clang/test/Sema/ |
ms-keyword-system-header.c | 9 void fn() { function
|
/external/clang/test/SemaCXX/ |
new-delete-cxx0x.cpp | 22 void fn() { function
|
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/ |
ThreadPoolInterface.h | 19 virtual void Schedule(std::function<void()> fn) = 0;
|
/external/libevent/test/ |
regress_thread.h | 34 #define THREAD_START(threadvar, fn, arg) \ 35 pthread_create(&(threadvar), NULL, fn, arg) 41 #define THREAD_START(threadvar, fn, arg) do { \ 42 uintptr_t threadhandle = _beginthreadex(NULL,0,fn,(arg),0,NULL); \
|
/external/python/cpython2/Lib/distutils/tests/ |
__init__.py | 26 for fn in os.listdir(here): 27 if fn.startswith("test") and fn.endswith(".py"): 28 modname = "distutils.tests." + fn[:-3]
|
/external/python/cpython2/Lib/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test." + fn[:-3]
|
/external/python/cpython3/Lib/distutils/tests/ |
__init__.py | 26 for fn in os.listdir(here): 27 if fn.startswith("test") and fn.endswith(".py"): 28 modname = "distutils.tests." + fn[:-3]
|
/external/python/cpython3/Lib/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test." + fn[:-3]
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test.testmock." + fn[:-3]
|
/external/skia/tests/ |
ParametricStageTest.cpp | 13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) { 25 p.append(SkRasterPipeline::parametric_r, &fn); 26 p.append(SkRasterPipeline::parametric_g, &fn); 27 p.append(SkRasterPipeline::parametric_b, &fn); 28 p.append(SkRasterPipeline::parametric_a, &fn); 35 float want = (in[i] <= fn.fD) ? fn.fC * in[i] + fn.fF 36 : powf(in[i] * fn.fA + fn.fB, fn.fG) + fn.fE 45 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local [all...] |
/external/skqp/tests/ |
ParametricStageTest.cpp | 13 static void check_error(skiatest::Reporter* r, float limit, SkColorSpaceTransferFn fn) { 25 p.append(SkRasterPipeline::parametric_r, &fn); 26 p.append(SkRasterPipeline::parametric_g, &fn); 27 p.append(SkRasterPipeline::parametric_b, &fn); 28 p.append(SkRasterPipeline::parametric_a, &fn); 35 float want = (in[i] <= fn.fD) ? fn.fC * in[i] + fn.fF 36 : powf(in[i] * fn.fA + fn.fB, fn.fG) + fn.fE 45 SkColorSpaceTransferFn fn = {0,0,0,0,0,0,0}; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test." + fn[:-3]
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test." + fn[:-3]
|
/prebuilts/go/darwin-x86/misc/git/ |
pre-commit | 22 for fn in $unformatted; do 23 echo >&2 " gofmt -w $PWD/$fn"
|
/prebuilts/go/linux-x86/misc/git/ |
pre-commit | 22 for fn in $unformatted; do 23 echo >&2 " gofmt -w $PWD/$fn"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 26 for fn in os.listdir(here): 27 if fn.startswith("test") and fn.endswith(".py"): 28 modname = "distutils.tests." + fn[:-3]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test." + fn[:-3]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 26 for fn in os.listdir(here): 27 if fn.startswith("test") and fn.endswith(".py"): 28 modname = "distutils.tests." + fn[:-3]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
__init__.py | 11 for fn in os.listdir(here): 12 if fn.startswith("test") and fn.endswith(".py"): 13 modname = "unittest.test." + fn[:-3]
|
/system/netd/libnetdutils/include/netdutils/ |
Misc.h | 40 Cleanup(FnT fn) : mFn(fn) {} 55 Cleanup<FnT> makeCleanup(FnT fn) { 56 return Cleanup<FnT>(fn);
|
/packages/apps/Launcher2/ |
fill_screens.py | 34 def pull_file(fn): 35 print "pull_file: " + fn 38 + " " + fn); 43 def push_file(fn): 44 print "push_file: " + fn 46 + " " + fn 52 def process_file(fn): 53 print "process_file: " + fn 54 conn = sqlite3.connect(fn)
|
/packages/apps/Launcher3/ |
fill_screens.py | 34 def pull_file(fn): 35 print "pull_file: " + fn 38 + " " + fn); 43 def push_file(fn): 44 print "push_file: " + fn 46 + " " + fn 52 def process_file(fn): 53 print "process_file: " + fn 54 conn = sqlite3.connect(fn)
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-linkonce/ |
x.s | 2 ;# linkonce functions fn and fn2. The functions fn and fn2 are 4 ;# main file instantiates fn. 9 .long fn 12 .section .gnu.linkonce.t.fn,"ax",@progbits 13 .weak fn 14 .type fn,@function 15 fn: label 20 .size fn,.Lb-.La
|