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

<<11121314151617181920>>

  /external/chromium_org/ui/keyboard/resources/
main.js 33 * Replace all kb-key-sequence elements with generated kb-key elements.
37 var keySequences = importedContent.querySelectorAll('kb-key-sequence');
50 * 2) Replace all kb-key-sequence elements with generated DOM structures.
  /external/clang/include/clang/Tooling/
ArgumentsAdjusters.h 26 /// \brief A sequence of command line arguments.
39 /// \param Args Input sequence of command line arguments.
41 /// \returns Modified sequence of command line arguments.
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_multi.c 17 ASN.1 DER, decode a SEQUENCE, Tom St Denis
23 Decode a SEQUENCE type using a VA list
137 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/sequence/der_decode_sequence_multi.c,v $ */
der_encode_sequence_multi.c 17 ASN.1 DER, encode a SEQUENCE, Tom St Denis
23 Encode a SEQUENCE type using a VA list
136 /* $Source: /cvs/libtom/libtomcrypt/src/pk/asn1/der/sequence/der_encode_sequence_multi.c,v $ */
  /external/llvm/lib/Target/Mips/
MipsAnalyzeImmediate.h 25 /// Analyze - Get an instrucion sequence to load immediate Imm. The last
26 /// instruction in the sequence must be an ADDiu if LastInstrIsADDiu is
53 /// GetShortestSeq - Find the shortest instruction sequence in SeqLs and
  /external/llvm/test/CodeGen/Generic/
2003-05-30-BadFoldGEP.ll 7 ;; Error: A sequence of GEPs is folded incorrectly by llc during selection
9 ;; This code sequence was produced (correctly) by preselection
15 ;; the first instruction in the sequence contributes no indices.
  /external/valgrind/main/helgrind/tests/
tc15_laog_lockdel.c 42 identity, so a second locking sequence 2 -> 1 should now be OK. */
45 fprintf(stderr, "so a second locking sequence 2 -> 1 should now be OK.\n");
75 sequence at lines 52/3 does not produce a complaint, EVEN WHEN the
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp.h 93 /* CertID ::= SEQUENCE {
109 /* Request ::= SEQUENCE {
123 /* TBSRequest ::= SEQUENCE {
126 * requestList SEQUENCE OF Request,
137 /* Signature ::= SEQUENCE {
140 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
149 /* OCSPRequest ::= SEQUENCE {
176 /* ResponseBytes ::= SEQUENCE {
186 /* OCSPResponse ::= SEQUENCE {
218 /* RevokedInfo ::= SEQUENCE {
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ocsp.h 93 /* CertID ::= SEQUENCE {
109 /* Request ::= SEQUENCE {
123 /* TBSRequest ::= SEQUENCE {
126 * requestList SEQUENCE OF Request,
137 /* Signature ::= SEQUENCE {
140 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
149 /* OCSPRequest ::= SEQUENCE {
176 /* ResponseBytes ::= SEQUENCE {
186 /* OCSPResponse ::= SEQUENCE {
218 /* RevokedInfo ::= SEQUENCE {
    [all...]
  /external/openssl/crypto/ocsp/
ocsp.h 93 /* CertID ::= SEQUENCE {
109 /* Request ::= SEQUENCE {
123 /* TBSRequest ::= SEQUENCE {
126 * requestList SEQUENCE OF Request,
137 /* Signature ::= SEQUENCE {
140 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
149 /* OCSPRequest ::= SEQUENCE {
176 /* ResponseBytes ::= SEQUENCE {
186 /* OCSPResponse ::= SEQUENCE {
218 /* RevokedInfo ::= SEQUENCE {
    [all...]
  /external/openssl/include/openssl/
ocsp.h 93 /* CertID ::= SEQUENCE {
109 /* Request ::= SEQUENCE {
123 /* TBSRequest ::= SEQUENCE {
126 * requestList SEQUENCE OF Request,
137 /* Signature ::= SEQUENCE {
140 * certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
149 /* OCSPRequest ::= SEQUENCE {
176 /* ResponseBytes ::= SEQUENCE {
186 /* OCSPResponse ::= SEQUENCE {
218 /* RevokedInfo ::= SEQUENCE {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiway_merge.h 53 /** @brief Length of a sequence described by a pair of iterators. */
65 * of the sequence, dominating all comparisons.
79 /** @brief End iterator of the sequence. */
86 /** @brief Constructor. Sets iterator to beginning of sequence.
87 * @param __begin Begin iterator of sequence.
88 * @param __end End iterator of sequence.
156 /** @brief Constructor. Sets iterator to beginning of sequence.
157 * @param __begin Begin iterator of sequence.
226 * @param __seqs_begin Begin iterator of iterator pair input sequence.
227 * @param __seqs_end End iterator of iterator pair input sequence
    [all...]
  /external/clang/include/clang/Sema/
Overload.h 118 /// standard conversion sequence according to C++11 [dcl.init.list]p7.
135 /// sequence (C++ 13.3.3.1.1). A standard conversion sequence
140 /// we can keep the size of a standard conversion sequence to a
249 /// conversion sequence (C++ 13.3.3.1.2).
256 /// (12.3.1), the initial standard conversion sequence converts
260 /// conversion sequence converts the source type to the implicit
265 /// conversion sequence starts with a ... (elipsis) conversion, instead of
294 /// Represents an ambiguous user-defined conversion sequence.
337 /// conversion sequence
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERSet.java 10 * create an empty sequence
  /external/chromium/net/tools/fetch/
http_session.cc 20 // Generate a 10KB sequence of data.
  /external/chromium_org/chrome/browser/
chrome_browser_field_trials.h 18 // Called by the browser main sequence to set up Field Trials for this client.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_path_filter.h 26 // Checks |initialized_| is only accessed on one sequence.
  /external/chromium_org/content/common/
gamepad_hardware_buffer.h 28 OneWriterSeqLock sequence; member in struct:content::GamepadHardwareBuffer
  /external/chromium_org/net/quic/
quic_framer_test.cc 45 // Index into the sequence number offset in the header.
94 // Index into the rejected sequence number of the public reset packet.
342 LOG(ERROR) << "Encrypted incorrect packet sequence number. expected "
366 LOG(ERROR) << "Decrypted incorrect packet sequence number. expected "
549 // Subtract 1, because the expected next sequence number is 1 more than the
550 // last sequence number.
580 // packet sequence number
612 // packet sequence number
646 expected_error = "Unable to read sequence number.";
665 // packet sequence numbe
    [all...]
  /external/chromium_org/net/tools/fetch/
http_session.cc 19 // Generate a 10KB sequence of data.
  /external/chromium_org/ppapi/tests/
test_empty.cc 11 // so we want to check only the launching sequence.
  /external/chromium_org/remoting/codec/
video_encoder_verbatim.h 15 // sequence of RGB values, without compression.
  /external/chromium_org/third_party/WebKit/ManualTests/
partially-opaque-form-elements.html 9 In the next paragraph you should see a partially opaque sequence including:
partially-opaque-text-input.html 9 In the next paragraph you should see a partially opaque sequence including:
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 55 void setCheckerAndSequence(SpellCheckRequester*, int sequence);
108 void didCheckSucceed(int sequence, const Vector<TextCheckingResult>&);
109 void didCheckCancel(int sequence);
110 void didCheck(int sequence, const Vector<TextCheckingResult>&);

Completed in 1690 milliseconds

<<11121314151617181920>>