Searched defs:f1 (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_threading_local.py134 def f1(): function in function:BaseLocalTest._test_one_class
152 t1 = threading.Thread(target=f1)
H A Dtest_decorators.py106 def f1(): return 42 function in function:TestDecorators.test_argforms
107 self.assertEqual(f1(), 42)
108 self.assertEqual(f1.dbval, (args, kwds))
167 "@f1 @f2\ndef f(): pass", "test", "exec")
H A Dtest_grammar.py144 def f1(): pass function in function:GrammarTests.testFuncdef
145 f1()
146 f1(*())
147 f1(*(), **{})
174 f1()
H A Dtest_scope.py254 f1 = lambda x: lambda y: x + y
255 inc = f1(1)
256 plus10 = f1(10)
427 def f1(): function in function:.testLeaks
434 f1()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_threading_local.py134 def f1(): function in function:BaseLocalTest._test_one_class
152 t1 = threading.Thread(target=f1)
H A Dtest_decorators.py106 def f1(): return 42 function in function:TestDecorators.test_argforms
107 self.assertEqual(f1(), 42)
108 self.assertEqual(f1.dbval, (args, kwds))
167 "@f1 @f2\ndef f(): pass", "test", "exec")
H A Dtest_grammar.py144 def f1(): pass function in function:GrammarTests.testFuncdef
145 f1()
146 f1(*())
147 f1(*(), **{})
174 f1()
H A Dtest_scope.py254 f1 = lambda x: lambda y: x + y
255 inc = f1(1)
256 plus10 = f1(10)
427 def f1(): function in function:.testLeaks
434 f1()
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dfvec.h37 F32vec4(float f3,float f2,float f1,float f0) { vec= _mm_set_ps(f3,f2,f1,f0); } argument
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dfvec.h37 F32vec4(float f3,float f2,float f1,float f0) { vec= _mm_set_ps(f3,f2,f1,f0); } argument
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dprofile.py519 def f1(n): function in function:Profile._calibrate_inner
523 def f(m, f1=f1):
525 f1(100)
548 # reported_time <- "CPU seconds" the profiler charged to f and f1.
553 if funcname in ("f", "f1"):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dprofile.py519 def f1(n): function in function:Profile._calibrate_inner
523 def f(m, f1=f1):
525 f1(100)
548 # reported_time <- "CPU seconds" the profiler charged to f and f1.
553 if funcname in ("f", "f1"):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy2_test_grammar.py149 def f1(): pass function in function:GrammarTests.testFuncdef
150 f1()
151 f1(*())
152 f1(*(), **{})
177 f1()
H A Dpy3_test_grammar.py162 def f1(): pass function in function:GrammarTests.testFuncdef
163 f1()
164 f1(*())
165 f1(*(), **{})
176 f1()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy2_test_grammar.py149 def f1(): pass function in function:GrammarTests.testFuncdef
150 f1()
151 f1(*())
152 f1(*(), **{})
177 f1()
H A Dpy3_test_grammar.py162 def f1(): pass function in function:GrammarTests.testFuncdef
163 f1()
164 f1(*())
165 f1(*(), **{})
176 f1()
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
H A Dtelephony.h228 * the LineJACK has received a wink from the telco switch. The f0, f1, f2
244 unsigned int f1:1; member in struct:phone_except
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dtelephony.h228 * the LineJACK has received a wink from the telco switch. The f0, f1, f2
244 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
H A Dtelephony.h155 unsigned int f1:1; member in struct:phone_except

Completed in 1747 milliseconds

1234567891011>>