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

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ClassTable.java 178 int startID = classTable[startIndex].getGlyphID();
180 int nextID = startID;
181 int endID = startID;
195 ClassRangeRecord range = new ClassRangeRecord(startID, endID, classID);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 36 static bool ReadDataString(CFSTR fileName, LPCSTR startID,
46 int signatureStartSize = MyStringLen(startID);
82 if (memcmp(buffer + pos, startID, signatureStartSize) == 0)
  /cts/tests/tests/libcorefileio/src/android/cts/
LockHoldingService.java 107 public int onStartCommand(Intent intent, int flags, int startID) {
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 61 startID = font.getGlyphID(start, requireReal=True)
74 glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID, endID))
106 r.StartID = start
114 ranges.sort(key=lambda a: a.StartID)
116 del r.StartID
229 startID = font.getGlyphID(start, requireReal=True)
232 startID = len(glyphOrder)
233 endID = startID + len(classList)
240 for glyphID, cls in zip(range(startID, endID), classList):
250 startID = font.getGlyphID(start, requireReal=True
    [all...]
  /libcore/luni/src/test/java/tests/support/
DatabaseCreator.java 350 public static void fillTestTable2(Connection conn, int startID, int endID,
353 for (int id = startID; id <= endID; id++) {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 97 * in the CertPath. The second certificate will have (startID+1) number
101 * @param startID - specifies the starting ID which the first certificate will have
104 public static CertPath genCertPath(int howMany, int startID) {
107 certs[i] = new TestCertificate(Integer.toString(startID + i));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1200 int startID = _startNodeID;
1203 while (node != NULL && node != startID && _exptype(node) != nodeType) {
1207 while (node != NULL && node != startID) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 

Completed in 2777 milliseconds