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

  /external/clang/utils/analyzer/
SATestAdd.py 49 def isExistingProject(PMapFile, projectID) :
52 if projectID == I[0]:
  /external/libxml2/example/
gjobread.c 97 xmlChar *projectID;
129 ret->projectID = xmlGetProp(cur, (const xmlChar *) "ID");
130 if (ret->projectID == NULL) {
160 if (cur->projectID != NULL) printf("projectID: %s\n", cur->projectID);

Completed in 169 milliseconds