HomeSort by relevance Sort by last modified time
    Searched full:sequence (Results 651 - 675 of 7716) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
BasicConstraints.java 79 throw new IllegalArgumentException("wrong sequence in constructor");
129 * BasicConstraints := SEQUENCE {
V2Form.java 78 throw new IllegalArgumentException("Bad sequence size: " + seq.size());
126 * V2Form ::= SEQUENCE {
  /external/chromium/crypto/
signature_verifier.h 41 // AlgorithmIdentifier ::= SEQUENCE {
53 // SubjectPublicKeyInfo ::= SEQUENCE {
  /external/chromium_org/ash/wm/
window_cycle_controller.h 41 // interprets this call as the start of a multi-step cycle sequence and
45 // Cycles between windows without maintaining a multi-step cycle sequence
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.proto 29 // The sequence number of FileTrackers. Must be positive.
61 // A unique sequence number to identify the tracker. Must be positive.
  /external/chromium_org/content/browser/speech/
chunked_byte_buffer.h 19 // arbitrary sequence of bytes that is preceeded by N header bytes, indicating
24 // Empty chunks (i.e. the sequence 00 00 00 00) are NOT allowed.
  /external/chromium_org/content/common/gpu/media/
h264_bit_reader.cc 39 // If a sequence of 0x000003 is found, skip (ignore) the last byte (0x03).
45 // Need another full three bytes before we can detect the sequence again.
  /external/chromium_org/media/midi/
midi_message_queue.h 19 // - skip any invalid data sequence.
53 // not empty, the data sequence falls into one of the following types of
  /external/chromium_org/ppapi/proxy/
plugin_message_filter.cc 86 reply_params.pp_resource(), reply_params.sequence());
101 DVLOG_IF(1, reply_params.sequence() != 0)