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

1 2 3

  /external/e2fsprogs/e2fsck/
profile_helpers.h 27 (const char * filelist, profile_t *ret_profile);
  /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/src/libdw/
dwarf_getsrclines.c 43 struct filelist struct
46 struct filelist *next;
213 struct filelist null_file =
223 struct filelist *filelist = &null_file; local
230 struct filelist *new_file =
231 (struct filelist *) alloca (sizeof (*new_file));
286 new_file->next = filelist;
287 filelist = new_file;
486 struct filelist *new_file
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
56 @filelist = <FILES>;
75 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
56 @filelist = <FILES>;
75 foreach $file (@filelist)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
56 @filelist = <FILES>;
75 foreach $file (@filelist)
  /system/core/adb/
file_sync_client.cpp 599 static int local_build_list(copyinfo **filelist,
652 ci->next = *filelist;
653 *filelist = ci;
665 local_build_list(filelist, ci->src, ci->dst);
675 copyinfo *filelist = 0; local
696 if(local_build_list(&filelist, lpath, rpath)) {
701 for(ci = filelist; ci != 0; ci = ci->next) {
706 for(ci = filelist; ci != 0; ci = ci->next) {
718 for(ci = filelist; ci != 0; ci = next) {
804 copyinfo **filelist; member in struct:sync_ls_build_list_cb_args
830 copyinfo **filelist = args->filelist; local
903 copyinfo *filelist = 0; local
    [all...]
  /external/chromium-trace/trace-viewer/tracing/build/
update_gypi.py 71 def _GetReplacementListAsString(self, existing_list_as_string, filelist):
96 def _GetReplacementListAsString(self, existing_list_as_string, filelist):
100 for filename in filelist])
  /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
  /ndk/sources/host-tools/make-3.81/
makefile.com 69 $ filelist = "alloca ar arscan commands default dir expand file function " + -
77 $ cfile = f$elem(n," ",filelist)
  /device/asus/fugu/kernel-headers/linux/
kct.h 104 #define __kct_log_11(Type, Submitter_name, Ev_name, flags, Data0, Data1, Data2, Data3, Data4, Data5, filelist) do { if (kct_alloc_event) { struct ct_event *__ev = kct_alloc_event(Submitter_name, Ev_name, Type, GFP_ATOMIC, flags); if (__ev) { if (Data0) kct_add_attchmt(&__ev, CT_ATTCHMT_DATA0, strlen(Data0) + 1, Data0, GFP_ATOMIC); if (Data1) kct_add_attchmt(&__ev, CT_ATTCHMT_DATA1, strlen(Data1) + 1, Data1, GFP_ATOMIC); if (Data2) kct_add_attchmt(&__ev, CT_ATTCHMT_DATA2, strlen(Data2) + 1, Data2, GFP_ATOMIC); if (Data3) kct_add_attchmt(&__ev, CT_ATTCHMT_DATA3, strlen(Data3) + 1, Data3, GFP_ATOMIC); if (Data4) kct_add_attchmt(&__ev, CT_ATTCHMT_DATA4, strlen(Data4) + 1, Data4, GFP_ATOMIC); if (Data5) kct_add_attchmt(&__ev, CT_ATTCHMT_DATA5, strlen(Data5) + 1, Data5, GFP_ATOMIC); if (filelist) kct_add_attchmt(&__ev, CT_ATTCHMT_FILELIST, strlen(filelist) + 1, filelist, GFP_ATOMIC); kct_log_event(__ev, GFP_ATOMIC); } } } while (0)
  /device/asus/fugu/original-kernel-headers/linux/
kct.h 251 Data3, Data4, Data5, filelist) \
275 if (filelist) \
277 strlen(filelist) + 1, filelist, GFP_ATOMIC); \
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/build/android/
shared.mk 72 #INV_SOURCES provided by Makefile.filelist
73 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
shared.mk 75 #INV_SOURCES, VPATH provided by Makefile.filelist
76 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
shared.mk 78 #INV_SOURCES and VPATH provided by Makefile.filelist
79 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
shared.mk 82 #INV_SOURCES and VPATH provided by Makefile.filelist
83 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
shared.mk 82 #INV_SOURCES and VPATH provided by Makefile.filelist
83 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 83 #INV_SOURCES and VPATH provided by Makefile.filelist
84 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/build/android/
shared.mk 80 #INV_SOURCES and VPATH provided by Makefile.filelist
81 include ../filelist.mk
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 89 #INV_SOURCES and VPATH provided by Makefile.filelist
90 include ../filelist.mk
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 22 import distutils.filelist namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 22 import distutils.filelist namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 447 def _copy_files(self, filelist):
449 if not filelist:
452 for f in filelist:

Completed in 887 milliseconds

1 2 3