HomeSort by relevance Sort by last modified time
    Searched refs:filelist (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/tools/gyp/test/variables/filelist/
update_golden 7 python ../../../gyp --debug variables --debug general --format gypd --depth . src/filelist.gyp > filelist.gyp.stdout
8 cp -f src/filelist.gypd filelist.gypd.golden
  /external/e2fsprogs/e2fsck/
profile_helpers.h 27 (const char * filelist, profile_t *ret_profile);
  /external/chromium_org/chrome/tools/
inconsistent-eol.py 74 def ProcessFiles(filelist):
75 """Fix line endings in each file in the filelist list."""
76 for filename in filelist:
112 filelist = open(arg, 'r').readlines()
113 ProcessFiles(filelist)
115 filelist = args
116 ProcessFiles(filelist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 18 from distutils.filelist import FileList
149 # 'filelist' contains the list of files that will make up the
151 self.filelist = FileList()
159 # whatever). File list is accumulated in 'self.filelist'.
180 distribution, and put it in 'self.filelist'. This might involve
195 self.filelist.sort()
196 self.filelist.remove_duplicates()
203 self.filelist.findall(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 18 from distutils.filelist import FileList
149 # 'filelist' contains the list of files that will make up the
151 self.filelist = FileList()
159 # whatever). File list is accumulated in 'self.filelist'.
180 distribution, and put it in 'self.filelist'. This might involve
195 self.filelist.sort()
196 self.filelist.remove_duplicates()
203 self.filelist.findall(
    [all...]
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 62 struct filelist struct
65 struct filelist *next;
243 struct filelist null_file =
253 struct filelist *filelist = &null_file; local
260 struct filelist *new_file =
261 (struct filelist *) alloca (sizeof (*new_file));
310 new_file->next = filelist;
311 filelist = new_file;
493 struct filelist *new_file
    [all...]
  /external/chromium_org/tools/symsrc/
source_index.py 71 filelist = srctool.stdout.read()
73 if res != 0 or filelist.startswith("srctool: "):
74 raise "srctool failed: " + filelist
75 return [x for x in filelist.split('\r\n') if len(x) != 0]
162 filelist = ExtractSourceFiles(pdb_filename)
163 for filename in filelist:
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
41 @filelist = <FILES>;
60 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
41 @filelist = <FILES>;
60 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
41 @filelist = <FILES>;
60 foreach $file (@filelist)
  /external/chromium_org/native_client_sdk/src/tools/
genhttpfs.py 45 filelist = glob.glob(fileglob)
46 if not filelist:
48 for filename in filelist:
  /external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc 115 "drive/filelist.json");
119 scoped_ptr<FileList> filelist(new FileList);
120 EXPECT_TRUE(filelist->Parse(*document));
126 "t10AAAAABC"), filelist->next_link());
128 ASSERT_EQ(3U, filelist->items().size());
130 const FileResource& file1 = *filelist->items()[0];
172 const FileResource& file2 = *filelist->items()[1];
195 const FileResource& file3 = *filelist->items()[2]
    [all...]
  /system/core/adb/
file_sync_client.c 609 static int local_build_list(copyinfo **filelist,
664 ci->next = *filelist;
665 *filelist = ci;
677 local_build_list(filelist, ci->src, ci->dst);
687 copyinfo *filelist = 0; local
708 if(local_build_list(&filelist, lpath, rpath)) {
713 for(ci = filelist; ci != 0; ci = ci->next) {
718 for(ci = filelist; ci != 0; ci = ci->next) {
730 for(ci = filelist; ci != 0; ci = next) {
815 copyinfo **filelist; member in struct:__anon81201
841 copyinfo **filelist = args->filelist; local
899 copyinfo *filelist = 0; local
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 55 #INV_SOURCES provided by Makefile.filelist
56 include ../filelist.mk
  /hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 56 #INV_SOURCES, VPATH provided by Makefile.filelist
57 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
shared.mk 55 #INV_SOURCES provided by Makefile.filelist
56 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 57 #INV_SOURCES, VPATH provided by Makefile.filelist
58 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
shared.mk 58 #INV_SOURCES and VPATH provided by Makefile.filelist
59 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
shared.mk 62 #INV_SOURCES and VPATH provided by Makefile.filelist
63 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 60 #INV_SOURCES and VPATH provided by Makefile.filelist
61 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
shared.mk 62 #INV_SOURCES and VPATH provided by Makefile.filelist
63 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 64 #INV_SOURCES and VPATH provided by Makefile.filelist
65 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
shared.mk 60 #INV_SOURCES and VPATH provided by Makefile.filelist
61 include ../filelist.mk
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
shared.mk 55 #INV_SOURCES provided by Makefile.filelist
56 include ../filelist.mk
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
shared.mk 57 #INV_SOURCES, VPATH provided by Makefile.filelist
58 include ../filelist.mk

Completed in 532 milliseconds

1 2 3