HomeSort by relevance Sort by last modified time
    Searched defs:idList (Results 1 - 4 of 4) sorted by null

  /external/srec/tools/grxmlcompile/
vocab.cpp 232 std::vector<int> idList; // Create storage
252 idList.push_back(id);
254 m_ModelIDs.push_back(idList);
  /external/webkit/WebCore/xml/
XPathFunctions.cpp 321 Vector<UChar> idList; // A whitespace-separated list of IDs
327 idList.append(str.characters(), str.length());
328 idList.append(' ');
332 idList.append(str.characters(), str.length());
340 size_t length = idList.size();
342 while (startPos < length && isWhitespace(idList[startPos]))
349 while (endPos < length && !isWhitespace(idList[endPos]))
354 Node* node = contextDocument->getElementById(String(&idList[startPos], endPos - startPos));
  /external/opencore/fileformats/mp4/parser/src/
mpeg4file.cpp 483 uint32* idList = (uint32 *)oscl_malloc(sizeof(uint32) * numMediaTracks);
484 _pmovieAtom->getTrackIDList(idList, numMediaTracks);
489 int32 retVal = _pmovieAtom->getOffsetByTime(idList[i], 0, &offsetList[i]);
532 oscl_free(idList);
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 569 milliseconds