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

  /external/toolchain-utils/cwp/interpreter/
symbolizer.py 20 parser.add_option('--in', dest='in_dir')
27 for filename in os.listdir(opts.in_dir):
30 _PerfReport(filename, opts.in_dir, opts.out_dir, opts.cache)
38 if not os.path.exists(opts.in_dir):
111 def _PerfReport(filename, in_dir, out_dir, cache):
117 input_file = os.path.join(in_dir, filename)
  /build/make/tools/releasetools/
build_image.py 365 def BuildImage(in_dir, prop_dict, out_file, target_out=None):
366 """Build an image to out_file from in_dir with property prop_dict.
369 in_dir: path of input directory.
379 origin_in = in_dir
384 in_dir = tempfile.mkdtemp()
448 build_command.extend([in_dir, out_file, fs_type,
483 build_command.extend([in_dir, out_file])
510 if in_dir != origin_in:
514 shutil.rmtree(in_dir)
515 shutil.copytree(ramdisk_dir, in_dir, symlinks=True
    [all...]
  /system/core/adb/
test_device.py 693 def make_random_host_files(in_dir, num_files):
699 file_handle = tempfile.NamedTemporaryFile(dir=in_dir, delete=False)
712 def make_random_device_files(device, in_dir, num_files, prefix='device_tmpfile'):
721 full_path = posixpath.join(in_dir, base_name)
774 temp_files = make_random_host_files(in_dir=host_dir, num_files=32)
856 temp_files = make_random_host_files(in_dir=host_dir, num_files=4)
860 subdir_temp_files = make_random_host_files(in_dir=subdir,
    [all...]
  /external/libcxx/utils/libcxx/android/test/
format.py 90 def _run(self, exec_path, _, in_dir=None):
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py 92 def _run(self, exec_path, _, in_dir=None):
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
format.py 92 def _run(self, exec_path, _, in_dir=None):
  /external/freetype/src/autofit/
afhints.c 846 point->in_dir = (FT_Char)AF_DIR_NONE;
1010 curr->in_dir = (FT_Char)out_dir;
1013 next->in_dir = (FT_Char)out_dir;
1038 if ( point->in_dir == AF_DIR_NONE &&
1086 else if ( point->out_dir == point->in_dir )
1116 else if ( point->in_dir == -point->out_dir )
    [all...]
afhints.h 244 FT_Char in_dir; /* direction of inwards vector */ member in struct:AF_PointRec_
aflatin2.c 788 if ( FT_ABS( point->in_dir ) == major_dir )
792 while ( point->in_dir == start->in_dir )
815 point->in_dir != point->out_dir );
    [all...]
aflatin.c     [all...]

Completed in 660 milliseconds