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

  /external/doclava/src/com/google/doclava/
PageMetadata.java 74 public PageMetadata(File source, String dest, List<Node> taglist) {
102 // write the taglist to string format
105 // write the taglist to js file
121 * @param tagList The file from which to extract metadata.
124 Data hdf, List<Node> tagList) {
149 appendMetaNodeByType(pageMeta, tagList);
278 String tagList = hdf.getValue(tag, "");
279 if (tag.equals("meta.tags") && (tagList.equals(""))) {
281 tagList = hdf.getValue("page.tags", "");
283 if (!tagList.equals(""))
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.cpp 273 gMainTable.tagList = table + currOffset;
326 if (gMainTable.tagList) {
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.cpp 273 gMainTable.tagList = table + currOffset;
326 if (gMainTable.tagList) {
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 934 def sortedTagList(tagList, tableOrder=None):
935 """Return a sorted copy of tagList, sorted according to the OpenType
939 tagList = sorted(tagList)
941 if "DSIG" in tagList:
943 tagList.remove("DSIG")
944 tagList.append("DSIG")
945 if "CFF " in tagList:
951 if tag in tagList:
953 tagList.remove(tag
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /external/chromium_org/third_party/expat/files/lib/
xmlparse.c     [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 855 milliseconds