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

  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc 222 // Argument 1 is the lenght in chars of the stored string.
239 int lenght = lstrlenW(match_str); local
250 opcode->SetArgument(1, lenght);
371 size_t lenght) {
372 size_t bytes = lenght * sizeof(wchar_t);
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 161 int lenght = b.readUleb128(); // read uleb128 local
162 byte[] values = new byte[lenght];

Completed in 79 milliseconds