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

  /external/chromium_org/chromeos/cryptohome/
cryptohome_parameters.cc 11 Identification::Identification(const std::string& user_id) : user_id(user_id) {
14 bool Identification::operator==(const Identification& other) const {
cryptohome_parameters.h 26 // Identification of the user calling cryptohome method.
27 struct CHROMEOS_EXPORT Identification {
28 explicit Identification(const std::string& user_id);
30 bool operator==(const Identification& other) const;
  /external/libvorbis/doc/
04-codec.tex 20 packets are, in order, the identification header, the comments header,
36 Decode continues according to packet type; the identification header
40 identification, comment, setup.
44 \subsubsection{Identification header}
46 The identification header is a short header of only a few fields used
49 identification header is coded as follows:
01-introduction.tex 271 The header packets are, in order, the identification
274 \paragraph{Identification Header}
275 The identification header identifies the bitstream as Vorbis, Vorbis

Completed in 130 milliseconds