Searched refs:mf (Results 1 - 25 of 200) sorted by relevance

12345678

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_multifile.py40 def getMIMEMsg(mf):
42 msg = mimetools.Message(mf)
49 mf.push(boundary)
50 while mf.next():
51 getMIMEMsg(mf)
52 mf.pop()
54 lines = mf.readlines()
H A Dtest_modulefinder.py231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
232 mf.import_hook(import_this)
234 mf.report()
245 found = set(mf.modules.keys())
252 bad, maybe = mf.any_missing_maybe()
H A Dtest_mmap.py318 mf = mmap.mmap(f.fileno(), 2**16, access=mmap.ACCESS_READ)
319 mf.close()
320 mf.close()
332 mf = mmap.mmap(f.fileno(), 0)
333 self.assertEqual(len(mf), 2**16, "Map size should equal file size.")
334 self.assertEqual(mf.read(2**16), 2**16 * "m")
335 mf.close()
349 mf = mmap.mmap(f.fileno(), 0, offset=65536, access=mmap.ACCESS_READ)
351 self.assertRaises(IndexError, mf.__getitem__, 80000)
353 mf
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_multifile.py40 def getMIMEMsg(mf):
42 msg = mimetools.Message(mf)
49 mf.push(boundary)
50 while mf.next():
51 getMIMEMsg(mf)
52 mf.pop()
54 lines = mf.readlines()
H A Dtest_modulefinder.py231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
232 mf.import_hook(import_this)
234 mf.report()
245 found = set(mf.modules.keys())
252 bad, maybe = mf.any_missing_maybe()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multifile.py40 def getMIMEMsg(mf):
42 msg = mimetools.Message(mf)
49 mf.push(boundary)
50 while mf.next():
51 getMIMEMsg(mf)
52 mf.pop()
54 lines = mf.readlines()
H A Dtest_modulefinder.py231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
232 mf.import_hook(import_this)
234 mf.report()
245 found = set(mf.modules.keys())
252 bad, maybe = mf.any_missing_maybe()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multifile.py40 def getMIMEMsg(mf):
42 msg = mimetools.Message(mf)
49 mf.push(boundary)
50 while mf.next():
51 getMIMEMsg(mf)
52 mf.pop()
54 lines = mf.readlines()
H A Dtest_modulefinder.py231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
232 mf.import_hook(import_this)
234 mf.report()
245 found = set(mf.modules.keys())
252 bad, maybe = mf.any_missing_maybe()
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DCalcSpillWeights.h62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DCalcSpillWeights.h61 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis, argument
65 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp382 const MemFunCallable mf(false);
385 assert(ret(mf) == true);
387 assert(ret(&mf) == true);
391 MemFunCallable mf(false);
394 assert(ret(mf) == true);
396 assert(ret(&mf) == true);
400 const MemFunCallable mf(false);
403 assert(ret(mf) == true);
405 assert(ret(&mf) == true);
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp382 const MemFunCallable mf(false);
385 assert(ret(mf) == true);
387 assert(ret(&mf) == true);
391 MemFunCallable mf(false);
394 assert(ret(mf) == true);
396 assert(ret(&mf) == true);
400 const MemFunCallable mf(false);
403 assert(ret(mf) == true);
405 assert(ret(&mf) == true);

Completed in 171 milliseconds

12345678