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

  /ndk/build/tools/
build-docs.sh 23 IN_DIR=
45 IN_DIR=$1
67 if [ -z "$IN_DIR" ]; then
68 IN_DIR=$ANDROID_NDK_ROOT/docs/text
70 IN_DIR=${IN_DIR%%/}
71 log "Input directory: $IN_DIR"
83 SRC_FILES=$(find "$IN_DIR" -name "*.text")
87 DST_FILE=$OUT_DIR${DST_FILE##$IN_DIR}
  /build/tools/releasetools/
build_image.py 201 def BuildImage(in_dir, prop_dict, out_file,
205 """Build an image to out_file from in_dir with property prop_dict.
208 in_dir: path of input directory.
240 build_command.extend([in_dir, out_file, fs_type,
262 build_command.append(in_dir)
366 in_dir = argv[0]
388 if not BuildImage(in_dir, image_properties, out_file):
389 print >> sys.stderr, "error: failed to build %s from %s" % (out_file, in_dir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 89 def update_directory(in_dir, out_dir):
90 for filename in glob.glob(os.path.join(in_dir, '*.html')):
91 update_file(os.path.join(in_dir, filename), out_dir)
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 741 AF_Direction in_dir = AF_DIR_NONE; local
755 in_dir = af_direction_compute( in_x, in_y );
759 point->in_dir = (FT_Char)in_dir;
765 in_dir = af_direction_compute( out_x, out_y );
766 point->out_dir = (FT_Char)in_dir;
775 else if ( point->out_dir == point->in_dir )
783 else if ( point->in_dir == -point->out_dir )
    [all...]
afhints.h 253 FT_Char in_dir; /* direction of inwards vector */ member in struct:AF_PointRec_
aflatin2.c 766 if ( FT_ABS( point->in_dir ) == major_dir )
770 while ( point->in_dir == start->in_dir )
793 point->in_dir != point->out_dir );
    [all...]
  /external/libcxx/test/
lit.cfg 36 def execute_command(self, command, in_dir=None):
42 if in_dir:
43 kwargs['cwd'] = in_dir
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 36 def execute_command(self, command, in_dir=None):
42 if in_dir:
43 kwargs['cwd'] = in_dir
  /external/freetype/src/autofit/
afhints.c 654 point->in_dir = (FT_Char)AF_DIR_NONE;
816 curr->in_dir = (FT_Char)out_dir;
819 next->in_dir = (FT_Char)out_dir;
843 if ( point->in_dir == AF_DIR_NONE &&
891 else if ( point->out_dir == point->in_dir )
921 else if ( point->in_dir == -point->out_dir )
    [all...]
afhints.h 264 FT_Char in_dir; /* direction of inwards vector */ member in struct:AF_PointRec_
aflatin2.c 767 if ( FT_ABS( point->in_dir ) == major_dir )
771 while ( point->in_dir == start->in_dir )
794 point->in_dir != point->out_dir );
    [all...]
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 32 #define IN_DIR "D:\\9-30-13\\"
37 #define IN_DIR "/usr/local/google/home/caryclark" PATH_SLASH "9-30-13-skp"
190 SkString dirName(IN_DIR);
381 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
  /external/skia/tests/
SkpSkGrTest.cpp 32 #define IN_DIR "D:\\9-30-13\\"
37 #define IN_DIR "/usr/local/google/home/caryclark" PATH_SLASH "9-30-13-skp"
192 SkString dirName(IN_DIR);
383 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
PathOpsSkpClipTest.cpp 25 #define IN_DIR "D:\\skp\\slave"
29 #define IN_DIR "/skp/2311328-7fc2228/slave"
405 SkString dirName(IN_DIR);
610 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
    [all...]

Completed in 1624 milliseconds