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

1 2 3 4

  /external/curl/lib/
wildcard.c 35 DEBUGASSERT(wc->filelist == NULL);
36 /* now allocate only wc->filelist, everything else
38 wc->filelist = Curl_llist_alloc(Curl_fileinfo_dtor);
39 if(!wc->filelist) {;
57 if(wc->filelist) {
58 Curl_llist_destroy(wc->filelist, NULL);
59 wc->filelist = NULL;
wildcard.h 47 struct curl_llist *filelist; /* llist with struct Curl_fileinfo */ member in struct:WildcardData
  /external/e2fsprogs/lib/support/
profile_helpers.h 27 (const char * filelist, profile_t *ret_profile);
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
197 self.filelist.findall()
208 self.filelist.sort()
209 self.filelist.remove_duplicates()
    [all...]
  /external/ImageMagick/coders/
vid.c 106 **filelist,
145 filelist=(char **) AcquireMagickMemory(sizeof(*filelist));
146 if (filelist == (char **) NULL)
148 filelist[0]=ConstantString(image_info->filename);
150 status=ExpandFilenames(&number_files,&filelist);
168 filelist[i]);
169 (void) CopyMagickString(read_info->filename,filelist[i],MagickPathExtent);
170 filelist[i]=DestroyString(filelist[i])
103 **filelist, local
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
file.h 93 LIST_HEAD(filelist, file);
94 extern struct filelist filehead; /* head of list of open files */
  /external/elfutils/libdw/
dwarf_getsrclines.c 43 struct filelist struct
46 struct filelist *next;
160 struct filelist null_file =
170 struct filelist *filelist = &null_file; local
325 struct filelist flstack[MAX_STACK_FILES];
327 struct filelist *fl = (nfilelist < MAX_STACK_FILES \
329 : malloc (sizeof (struct filelist))); \
333 fl->next = filelist; \
334 filelist = fl;
    [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)
  /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
  /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); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_filelist.py 1 """Tests for distutils.filelist."""
6 from distutils.filelist import glob_to_re, FileList
39 file_list = FileList()
66 file_list = FileList()
  /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

Completed in 711 milliseconds

1 2 3 4