HomeSort by relevance Sort by last modified time
    Searched refs:open_func (Results 1 - 11 of 11) sorted by null

  /external/autotest/client/bin/
partition_unittest.py 101 open_func=fake_open)
108 parts = partition.get_partition_list(job, open_func=fake_open)
116 open_func=fake_open)
124 open_func=fake_open)
partition.py 120 open_func=open):
142 for swapline in open_func('/proc/swaps'):
147 for partline in open_func('/proc/partitions').readlines():
225 open_func=open):
236 @param job, min_blocks, filter_func, exclude_swap, open_func: Forwarded
241 filter_func=filter_func, exclude_swap=exclude_swap, open_func=open_func)
246 not part.get_mountpoint(open_func=open_func)):
481 def get_mountpoint(self, open_func=open, filename=None)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
iobench.py 281 def run_one_test(name, size, open_func, test_func, *args):
286 with open_func(name) as f:
290 def run_test_family(tests, mode_filter, files, open_func, *make_args):
302 open_func, test_func, *args)
  /external/python/cpython2/Tools/iobench/
iobench.py 281 def run_one_test(name, size, open_func, test_func, *args):
286 with open_func(name) as f:
290 def run_test_family(tests, mode_filter, files, open_func, *make_args):
302 open_func, test_func, *args)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.c 527 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { function
794 open_func(ls, &new_fs, &bl);
    [all...]
  /external/skia/third_party/lua/src/
lparser.c 527 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { function
794 open_func(ls, &new_fs, &bl);
    [all...]
  /external/syslinux/com32/lua/src/
lparser.c 527 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { function
794 open_func(ls, &new_fs, &bl);
    [all...]
  /external/python/cpython2/Modules/
clmodule.c 666 doOpen(PyObject *self, PyObject *args, int (*open_func)(int, CL_Handle *),
684 if ((*open_func)(scheme, &new->ob_compressorHdl) == FAILURE ||
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bfd-in2.h     [all...]

Completed in 3483 milliseconds