HomeSort by relevance Sort by last modified time
    Searched full:subauthoritycount (Results 1 - 6 of 6) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/util/
StringUtil.java 430 int subAuthorityCount = sidBytes[1];
433 for (int i = 0; i < subAuthorityCount; ++i)
460 int subAuthorityCount = sidTokens.length - 3; // S-Rev-IdAuth-
463 byte[] sidBytes = new byte[1 + 1 + 6 + (4 * subAuthorityCount)];
469 sidBytes[byteCount++] = (byte)subAuthorityCount;
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/etw/
etw_importer.html 196 var subAuthorityCount = this.decodeUInt8();
203 var sid = this.decodeBytes(4 * subAuthorityCount);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 778 BYTE SubAuthorityCount;
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 77 UCHAR SubAuthorityCount;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 

Completed in 320 milliseconds