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

1 2

  /libcore/luni/src/main/java/org/w3c/dom/
NameList.java 16 * The <code>NameList</code> interface provides the abstraction of an ordered
19 * implemented. The items in the <code>NameList</code> are accessible via an
24 public interface NameList {
29 * <code>NameList</code>, or <code>null</code> if there is no name for
38 * <code>NameList</code>, or <code>null</code> if there is no name for
50 * Test if a name is part of this <code>NameList</code>.
59 * <code>NameList</code>.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 480 FILE_NAME_LIST *NameList
490 NameList - the FILE_NAME_LIST linked list node
507 if (NameList == NULL) {
514 if ((InFptr = fopen (NameList->FileName, "rb")) == NULL) {
515 Error (NULL, 0, 0, NameList->FileName, "failed to open input file for read");
532 Error (NULL, 0, 0, NameList->FileName, "error reading file contents");
537 NameList->Length = BufferSize;
538 NameList->Data = Buffer;
541 NameList->PackageType = PackageHeader->Type;
543 if (!mGlobals.GuidSpecified && NameList->PackageType == EFI_HII_PACKAGE_FORMS) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 63 // NameList
64 // NameList = Values
65 // NameList Type = Values
67 NameList []*Name
83 // NameList Type
84 // NameList Type = Values
85 // NameList = Values
87 NameList []*Name
printer.go 610 p.printNameList(n.NameList)
628 p.printNameList(n.NameList)
parser.go 316 d.NameList = p.nameList(p.name())
358 d.NameList = p.nameList(p.name())
1183 names := p.nameList(name)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 63 // NameList
64 // NameList = Values
65 // NameList Type = Values
67 NameList []*Name
83 // NameList Type
84 // NameList Type = Values
85 // NameList = Values
87 NameList []*Name
printer.go 610 p.printNameList(n.NameList)
628 p.printNameList(n.NameList)
parser.go 316 d.NameList = p.nameList(p.name())
358 d.NameList = p.nameList(p.name())
1183 names := p.nameList(name)
    [all...]
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 85 // NameList - A reference that will hold an allocated array of strings
94 // Upon success, the function sets NameList to an array of strings
96 // Count to the number of entries in NameList.
101 const char **&NameList, size_t &Count) {
103 NameList = nullptr;
110 NameList = nullptr;
114 NameList = new const char *[Count];
119 NameList[i] = createStringFromValue(Name->getOperand(0));
123 delete [] NameList[AllocatedIndex];
125 delete [] NameList;
    [all...]
  /external/llvm/include/llvm/ObjectYAML/
MachOYAML.h 101 std::vector<NListEntry> NameList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceDatabase.py     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrUtilityLib.cpp 1212 OUT INT8 ***NameList,
1219 if ((NameList == NULL) || (ListSize == NULL)) {
1223 *NameList = NULL;
1236 if ((*NameList = new INT8*[*ListSize]) == NULL) {
1243 (*NameList)[Index] = pType->mTypeName;
    [all...]
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 451 LEData.NameList.push_back(NLE);
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 410 for (auto NLE : Obj.LinkEdit.NameList) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp 1210 OUT CHAR8 ***NameList,
1217 if ((NameList == NULL) || (ListSize == NULL)) {
1221 *NameList = NULL;
1234 if ((*NameList = new CHAR8*[*ListSize]) == NULL) {
1241 (*NameList)[Index] = pType->mTypeName;
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 142 IO.mapOptional("NameList", LinkEditData.NameList);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 156 names := p.declNames(decl.NameList)
173 names := p.declNames(decl.NameList)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 156 names := p.declNames(decl.NameList)
173 names := p.declNames(decl.NameList)
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 
  /external/testng/ant/3rdparty/
cobertura.jar 
  /libcore/
non_openjdk_java_files.mk 177 luni/src/main/java/org/w3c/dom/NameList.java \
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 860 milliseconds

1 2