HomeSort by relevance Sort by last modified time
    Searched full:out_dir (Results 276 - 300 of 300) sorted by null

<<1112

  /build/core/
cleanbuild.mk 73 $(shell rm -rf $(OUT_DIR))
pdk_config.mk 122 PDK_FUSION_OUT_DIR := $(OUT_DIR)
Makefile     [all...]
definitions.mk 150 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git \
    [all...]
  /external/chromium_org/build/android/ant/
apk-obfuscate.xml 20 <property name="out.dir" location="${OUT_DIR}" />
apk-compile.xml 20 <property name="out.dir" location="${OUT_DIR}" />
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 195 redirects.put (IReportProperties.PREFIX.concat (IReportProperties.OUT_DIR),
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin2.c 775 while ( FT_ABS( point->out_dir ) != major_dir )
792 FT_ASSERT( FT_ABS( point->out_dir ) == major_dir &&
793 point->in_dir != point->out_dir );
801 while ( point->out_dir == first->out_dir )
824 segment->dir = first->out_dir;
863 while ( FT_ABS( point->out_dir ) != major_dir )
    [all...]
aflatin.c 855 if ( FT_ABS( last->out_dir ) == major_dir &&
856 FT_ABS( point->out_dir ) == major_dir )
864 if ( FT_ABS( point->out_dir ) != major_dir )
890 if ( point->out_dir != segment_dir || point == last )
930 if ( !on_edge && FT_ABS( point->out_dir ) == major_dir )
933 segment_dir = (AF_Direction)point->out_dir;
    [all...]
afhints.h 254 FT_Char out_dir; /* direction of outwards vector */ member in struct:AF_PointRec_
  /external/freetype/src/autofit/
aflatin2.c 775 while ( FT_ABS( point->out_dir ) != major_dir )
792 FT_ASSERT( FT_ABS( point->out_dir ) == major_dir &&
793 point->in_dir != point->out_dir );
801 while ( point->out_dir == first->out_dir )
824 segment->dir = first->out_dir;
863 while ( FT_ABS( point->out_dir ) != major_dir )
    [all...]
aflatin.c 855 if ( FT_ABS( last->out_dir ) == major_dir &&
856 FT_ABS( point->out_dir ) == major_dir )
864 if ( FT_ABS( point->out_dir ) != major_dir )
890 if ( point->out_dir != segment_dir || point == last )
930 if ( !on_edge && FT_ABS( point->out_dir ) == major_dir )
933 segment_dir = (AF_Direction)point->out_dir;
    [all...]
afhints.h 254 FT_Char out_dir; /* direction of outwards vector */ member in struct:AF_PointRec_
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 418 out_dir = os.environ['ANDROID_PRODUCT_OUT']
419 obj_dir = os.path.join(out_dir, 'obj')
426 for d in os.listdir(os.path.join(out_dir, x)):
428 os.remove(os.path.join(out_dir, x, d))
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 254 final String outDirName = getReportProperty (properties, type, IReportProperties.OUT_DIR, true);
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
command_line_interface.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
command_line_interface.cc     [all...]
  /frameworks/base/
Android.mk     [all...]
  /development/scripts/
divide_and_compress_test.py 355 self.output_path = '/out_dir/'
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py 8330 out_dir = "" variable
8332 out_dir = sys.argv[1] variable
    [all...]
  /prebuilts/misc/linux-x86/protobuf/
aprotoc 
  /external/emma/lib/
emma.jar 

Completed in 1063 milliseconds

<<1112