HomeSort by relevance Sort by last modified time
    Searched refs:STRING_LIST (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
StringFuncs.h 31 } STRING_LIST;
82 STRING_LIST*
91 Creates and returns a 'split' STRING_LIST by splitting the string
105 STRING_LIST*
113 Creates a new STRING_LIST with 0 strings.
117 STRING_LIST* - Null if there is not enough resources to create the object.
124 IN OUT STRING_LIST **StringList,
144 IN STRING_LIST *StringList
165 STRING_LIST*
174 Allocates a STRING_LIST structure that can store StringCount strings.
    [all...]
StringFuncs.c 120 STRING_LIST*
128 Creates and returns a 'split' STRING_LIST by splitting the string
144 STRING_LIST *Output;
182 STRING_LIST*
189 Creates a new STRING_LIST with 0 strings.
193 STRING_LIST* - Null if there is not enough resources to create the object.
197 STRING_LIST *NewList;
208 IN OUT STRING_LIST **StringList,
224 STRING_LIST *OldList;
225 STRING_LIST *NewList;
    [all...]
ParseGuidedSectionTools.c 111 STRING_LIST *Tool;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
FileSearch.h 56 STRING_LIST *ExcludeDirs;
57 STRING_LIST *ExcludeFiles;
58 STRING_LIST *ExcludeExtensions;
89 STRING_LIST *StrList
94 STRING_LIST *StrList
99 STRING_LIST *StrList
CommonUtils.h 49 } STRING_LIST;
FileSearch.c 156 STRING_LIST *StrList;
260 STRING_LIST *StrList
270 STRING_LIST *StrList
280 STRING_LIST *StrList
GuidChk.c 112 STRING_LIST *ExcludeDirs; // list of directory names not to process
113 STRING_LIST *ExcludeSubDirs; // list of directory names to not process subdirectories (build)
114 STRING_LIST *ExcludeFiles; // list of files to exclude (make.inf)
115 STRING_LIST *ExcludeExtensions; // list of filename extensions to exclude (.inf, .pkg)
359 STRING_LIST *StrList;
427 StrList = malloc (sizeof (STRING_LIST));
433 memset ((char *) StrList, 0, sizeof (STRING_LIST));
455 StrList = malloc (sizeof (STRING_LIST));
461 memset ((char *) StrList, 0, sizeof (STRING_LIST));
483 StrList = malloc (sizeof (STRING_LIST));
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 37 } STRING_LIST;
117 STRING_LIST *IncludePaths; // all include paths to search
118 STRING_LIST *ParentPaths; // all parent paths to search
119 STRING_LIST *SourceFiles; // all source files to parse
120 STRING_LIST *SubDirs; // appended to each include path when searching
144 STRING_LIST *ProcessedFiles,
153 STRING_LIST *ProcessedFiles
221 STRING_LIST *File;
222 STRING_LIST ProcessedFiles;
223 STRING_LIST *TempList;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.h 90 } STRING_LIST;
97 STRING_LIST *String;
98 STRING_LIST *LastString;
StringDB.c 44 STRING_LIST *
207 STRING_LIST *NextStr;
458 STRING_LIST *Str;
535 Str = (STRING_LIST *) malloc (sizeof (STRING_LIST));
541 memset ((char *) Str, 0, sizeof (STRING_LIST));
1082 STRING_LIST *StrList;
1226 STRING_LIST *StrList;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 90 } STRING_LIST;
96 STRING_LIST *String;
97 STRING_LIST *LastString;
139 STRING_LIST *
294 STRING_LIST *NextStr;
384 STRING_LIST *CurrString;
385 STRING_LIST EmptyString;
981 STRING_LIST *Str;
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/misc/common/android-support-test/espresso/
espresso_core_release_no_deps.jar 

Completed in 269 milliseconds