Searched refs:sequence (Results 126 - 150 of 1302) sorted by relevance

1234567891011>>

/external/openssl/crypto/x509/
H A Dx509_req.c208 p = ext->value.sequence->data;
210 ASN1_item_d2i(NULL, &p, ext->value.sequence->length,
224 !(at->value.sequence = ASN1_STRING_new())) goto err;
228 at->value.sequence->length =
230 &at->value.sequence->data,
/external/chromium_org/ash/system/
H A Dtray_update.cc134 ui::LayerAnimationSequence* sequence) OVERRIDE {
144 ui::LayerAnimationSequence* sequence) OVERRIDE {}
147 ui::LayerAnimationSequence* sequence) OVERRIDE {}
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource_unittest.cc60 params.sequence());
85 params.sequence());
111 params.sequence());
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h228 const hb_ot_layout_glyph_sequence_t *sequence,
265 const hb_ot_layout_glyph_sequence_t *sequence,
285 const hb_ot_layout_glyph_sequence_t *sequence,
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddirectory_model.js315 var sequence = this.changeDirectorySequence_;
320 if (sequence === this.changeDirectorySequence_)
358 var sequence = this.changeDirectorySequence_;
361 if (sequence === this.changeDirectorySequence_) {
401 var sequence = this.changeDirectorySequence_;
424 if (this.changeDirectorySequence_ !== sequence) {
759 var sequence = this.changeDirectorySequence_;
777 if (this.changeDirectorySequence_ !== sequence) {
818 // Increment the sequence value.
822 this.directoryChangeQueue_.run(function(sequence, queueTaskCallbac
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h228 const hb_ot_layout_glyph_sequence_t *sequence,
265 const hb_ot_layout_glyph_sequence_t *sequence,
285 const hb_ot_layout_glyph_sequence_t *sequence,
/external/kernel-headers/original/uapi/linux/
H A Dncp.h24 __u8 sequence; member in struct:ncp_request_header
38 __u8 sequence; member in struct:ncp_reply_header
198 __u32 sequence; member in struct:nw_search_sequence
H A Dicmpv6.h21 __be16 sequence; member in struct:icmp6hdr::__anon23029::icmpv6_echo
65 #define icmp6_sequence icmp6_dataun.u_echo.sequence
/external/openssl/crypto/asn1/
H A Devp_asn1.c152 if ((a->type != V_ASN1_SEQUENCE) || (a->value.sequence == NULL))
156 p=M_ASN1_STRING_data(a->value.sequence);
157 length=M_ASN1_STRING_length(a->value.sequence);
H A Dp8_pkey.c145 *pk = p8->pkey->value.sequence->data;
146 *ppklen = p8->pkey->value.sequence->length;
/external/openssl/ssl/
H A Ds2_enc.c154 unsigned char sequence[4],*p,*sec,*act; local
173 p= &(sequence[0]);
183 EVP_DigestUpdate(&c,sequence,4);
/external/tcpdump/
H A Dprint-cnfp.c61 u_int32_t sequence; /* v5 flow sequence number */ member in struct:nfhdr
114 printf("#%u, ", EXTRACT_32BITS(&nh->sequence));
118 nr = (const struct nfrec *)&nh->sequence;
H A Dprint-vqp.c59 u_int8_t sequence[4]; member in struct:vqp_common_header_t
152 EXTRACT_32BITS(&vqp_common_header->sequence),
/external/chromium_org/v8/src/compiler/
H A Dpipeline.cc371 InstructionSequence sequence(linkage, graph, schedule);
375 InstructionSelector selector(&sequence, source_positions);
381 os << "----- Instruction sequence before register allocation -----\n"
382 << sequence; local
392 RegisterAllocator allocator(&sequence);
401 os << "----- Instruction sequence after register allocation -----\n"
402 << sequence; local
405 // Generate native sequence.
406 CodeGenerator generator(&sequence);
/external/blktrace/btt/
H A Dmmap.c60 tp->sequence = be32_to_cpu(t->sequence);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host_unittest.cc102 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLDrawBuffers.idl70 void drawBuffersWEBGL(sequence<GLenum> buffers);
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocket.idl42 Constructor(DOMString url, sequence<DOMString> protocols),
/external/openssl/crypto/pkcs7/
H A Dpk7_attr.c90 p = cap->value.sequence->data;
92 ASN1_item_d2i(NULL, &p, cap->value.sequence->length,
/external/chromium_org/ui/compositor/
H A Dlayer_animator_unittest.cc105 LayerAnimationSequence* sequence) OVERRIDE {
110 LayerAnimationSequence* sequence) OVERRIDE {
115 LayerAnimationSequence* sequence) OVERRIDE {
160 virtual void ProgressAnimation(LayerAnimationSequence* sequence,
162 EXPECT_TRUE(HasAnimation(sequence));
163 LayerAnimator::ProgressAnimation(sequence, now);
172 // The test layer animation sequence updates a live instances count when it is
1416 scoped_ptr<LayerAnimationSequence> sequence(
1421 sequence->AddElement(
1424 sequence
1582 LayerAnimationSequence* sequence = new LayerAnimationSequence( local
1765 LayerAnimationSequence* sequence = new LayerAnimationSequence( local
1802 LayerAnimationSequence* sequence = new LayerAnimationSequence( local
1831 LayerAnimationSequence* sequence = new LayerAnimationSequence( local
1861 LayerAnimationSequence* sequence = new LayerAnimationSequence( local
[all...]
/external/blktrace/
H A Dblkiomon.c48 long sequence; member in struct:trace
104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
115 fprintf(debug.fp, "sequence %16d\n", bit->sequence);
126 fprintf(debug.fp, "order %16ld\n", t->sequence);
139 fprintf(debug.fp, "sequence %16d %16d\n",
140 bit1->sequence, bit2->sequence);
153 fprintf(debug.fp, "order %16ld %16ld\n", t1->sequence, t2->sequence);
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DLists.java626 * List<Character>}, viewing {@code sequence} as a sequence of Unicode code
628 * any changes to the underlying character sequence.
630 * @param sequence the character sequence to view as a {@code List} of
632 * @return an {@code List<Character>} view of the character sequence
635 @Beta public static List<Character> charactersOf(CharSequence sequence) { argument
636 return new CharSequenceAsList(checkNotNull(sequence));
641 private final CharSequence sequence; field in class:Lists.CharSequenceAsList
643 CharSequenceAsList(CharSequence sequence) { argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DSequenceTest.java55 private static ASN1Sequence sequence; field in class:SequenceTest
63 // sequence ::= SEQUENCE {
72 sequence = new ASN1Sequence(new ASN1Type[] { ASN1Boolean.getInstance(),
100 // sequence : all values are default
104 // sequence : true, default
108 // sequence = default, empty sequence
112 // sequence = false, empty sequence
150 assertEquals("Test case: " + i, testcases[i][0], sequence
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
H A Dkeyboard_help_widget.js29 var keySeq = pair.sequence;
/external/chromium_org/net/cert/
H A Dcrl_set.h49 // sequence returns the sequence number of this CRL set. CRL sets generated
50 // by the same source are given strictly monotonically increasing sequence
52 uint32 sequence() const;

Completed in 9705 milliseconds

1234567891011>>