HomeSort by relevance Sort by last modified time
    Searched refs:in_dir (Results 1 - 8 of 8) 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 445 def BuildImage(in_dir, prop_dict, out_file, target_out=None):
446 """Build an image to out_file from in_dir with property prop_dict.
449 in_dir: path of input directory.
460 origin_in = in_dir
464 in_dir = common.MakeTempDir()
527 build_command.extend([in_dir, out_file, fs_type,
566 build_command.extend([in_dir, out_file])
591 build_command.extend(["-f", in_dir])
604 if in_dir != origin_in:
608 shutil.rmtree(in_dir)
    [all...]
  /system/core/adb/
test_device.py 661 def make_random_host_files(in_dir, num_files):
667 file_handle = tempfile.NamedTemporaryFile(dir=in_dir, delete=False)
680 def make_random_device_files(device, in_dir, num_files, prefix='device_tmpfile'):
689 full_path = posixpath.join(in_dir, base_name)
742 temp_files = make_random_host_files(in_dir=host_dir, num_files=32)
824 temp_files = make_random_host_files(in_dir=host_dir, num_files=4)
828 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):
  /external/freetype/src/autofit/
afhints.c 859 point->in_dir = (FT_Char)AF_DIR_NONE;
1023 curr->in_dir = (FT_Char)out_dir;
1026 next->in_dir = (FT_Char)out_dir;
1051 if ( point->in_dir == AF_DIR_NONE &&
1099 else if ( point->out_dir == point->in_dir )
1129 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 791 if ( FT_ABS( point->in_dir ) == major_dir )
795 while ( point->in_dir == start->in_dir )
818 point->in_dir != point->out_dir );
    [all...]
aflatin.c     [all...]

Completed in 675 milliseconds