Searched refs:sequence (Results 176 - 200 of 1302) sorted by relevance

1234567891011>>

/external/e2fsprogs/e2fsck/
H A Drecovery.c280 * the journal transaction sequence numbers to the next unused ID.
359 unsigned int sequence; local
404 jbd_debug(2, "Scanning for sequence ID %u at %llu/%lu\n",
422 * expected sequence number. Otherwise, we're all done
433 sequence = be32_to_cpu(tmp->h_sequence);
434 jbd_debug(3, "Found magic %d, sequence %d\n",
435 blocktype, sequence);
437 if (sequence != next_commit_ID) {
443 * all of the sequence number checks. What are we going
597 * much to do other than move on to the next sequence
713 scan_revoke_records(journal_t *journal, struct buffer_head *bh, tid_t sequence, struct recovery_info *info) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc38 InstructionSequence sequence(&linkage, graph(), schedule);
40 InstructionSelector selector(&sequence, &source_position_table, features);
44 out << "=== Code sequence after instruction selection ===" << endl
45 << sequence; local
49 for (InstructionSequence::const_iterator i = sequence.begin();
50 i != sequence.end(); ++i) {
72 output->index(), sequence.GetConstant(output->index())));
84 input->index(), sequence.GetImmediate(input->index())));
95 if (sequence.IsDouble(virtual_register)) {
96 EXPECT_FALSE(sequence
[all...]
/external/blktrace/
H A Dblktrace.h110 t->sequence = be32_to_cpu(t->sequence);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dauto_enrollment_client_unittest.cc194 InSequence sequence; local
203 InSequence sequence; local
212 InSequence sequence; local
224 InSequence sequence; local
236 InSequence sequence; local
252 InSequence sequence; local
328 InSequence sequence; local
487 InSequence sequence; local
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_provider_unittest.cc100 version = hwbuf->sequence.ReadBegin();
102 } while (hwbuf->sequence.ReadRetry(version));
/external/chromium_org/content/renderer/pepper/
H A Dpepper_file_chooser_host_unittest.cc120 EXPECT_EQ(call_params.sequence(), reply_params.sequence());
/external/chromium_org/device/bluetooth/
H A Dbluetooth_service_record_win.cc26 sequence_data.data.sequence.value,
27 sequence_data.data.sequence.length,
/external/chromium_org/ppapi/proxy/
H A Dwebsocket_resource_unittest.cc86 params.sequence());
141 params.sequence());
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBObjectStore.idl54 [CallWith=ScriptState, RaisesException] IDBIndex createIndex(DOMString name, sequence<DOMString> keyPath, optional IDBIndexParameters options);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A D__init__.pxd147 from cpython.sequence cimport *
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat.cc20 PutFixed64(result, PackSequenceAndType(key.sequence, key.type));
26 (unsigned long long) sequence,
53 // decreasing sequence number
54 // decreasing type (though sequence# should be enough to disambiguate)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h178 int sequence; member in class:nv50_ir::Graph
183 return ++sequence;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_query.c39 uint32_t sequence; member in struct:nvc0_query
151 q->data[0] = 0; /* initialize sequence */
167 PUSH_DATA (push, q->sequence);
197 q->data[0] = q->sequence; /* initialize sequence */
199 q->data[4] = q->sequence + 1; /* for comparison COND_MODE */
202 q->sequence++;
263 q->sequence++;
288 /* PRIMS_DROPPED doesn't write sequence, use a ZERO query to sync on */
329 if (q->data[0] == q->sequence)
[all...]
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.cc382 scoped_ptr<ui::LayerAnimationSequence> sequence(
384 sequence->AddElement(CreateGrowShrinkElement(window, true));
385 sequence->AddElement(ui::LayerAnimationElement::CreatePauseElement(
391 sequence->AddElement(CreateGrowShrinkElement(window, false));
392 window->layer()->GetAnimator()->StartAnimation(sequence.release());
413 ui::LayerAnimationSequence* sequence) OVERRIDE {
417 ui::LayerAnimationSequence* sequence) OVERRIDE {
421 ui::LayerAnimationSequence* sequence) OVERRIDE {}
/external/libselinux/src/
H A Dsestatus.c25 uint32_t sequence; /* sequence number of seqlock logic */ member in struct:selinux_status_t
51 * seqlock logic. Since selinux_status->sequence is an odd value during
54 * The sequence is almost even number.
71 seqno = status->sequence;
84 * Because `selinux_status->sequence' shall be always incremented on
148 /* sequence must not be changed during references */
185 /* sequence must not be changed during references */
216 /* sequence must not be changed during references */
/external/libvorbis/include/vorbis/
H A Dcodec.h78 ogg_int64_t sequence; member in struct:vorbis_dsp_state
101 ogg_int64_t sequence; member in struct:vorbis_block
/external/libvorbis/lib/
H A Dsynthesis.c76 vb->sequence=op->packetno;
129 vb->sequence=op->packetno;
/external/lldb/examples/test/
H A Dusage-lldb-loggings46 Test a sequence of breakpoint command add, list, and delete. ...
51 Test a sequence of breakpoint command add, list, and delete. ...
111 Test a sequence of breakpoint command add, list, and delete. ...
116 Test a sequence of breakpoint command add, list, and delete. ...
/external/lldb/
H A Dlldb-build.mk5 -Wno-sequence-point \
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h178 int sequence; member in class:nv50_ir::Graph
183 return ++sequence;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_query.c39 uint32_t sequence; member in struct:nvc0_query
151 q->data[0] = 0; /* initialize sequence */
167 PUSH_DATA (push, q->sequence);
197 q->data[0] = q->sequence; /* initialize sequence */
199 q->data[4] = q->sequence + 1; /* for comparison COND_MODE */
202 q->sequence++;
263 q->sequence++;
288 /* PRIMS_DROPPED doesn't write sequence, use a ZERO query to sync on */
329 if (q->data[0] == q->sequence)
[all...]
/external/openssl/crypto/pkcs12/
H A Dp12_npas.c216 p = alg->parameter->value.sequence->data;
217 pbe = d2i_PBEPARAM(NULL, &p, alg->parameter->value.sequence->length);
/external/qemu/distrib/libselinux/src/
H A Dsestatus.c25 uint32_t sequence; /* sequence number of seqlock logic */ member in struct:selinux_status_t
51 * seqlock logic. Since selinux_status->sequence is an odd value during
54 * The sequence is almost even number.
71 seqno = status->sequence;
84 * Because `selinux_status->sequence' shall be always incremented on
148 /* sequence must not be changed during references */
185 /* sequence must not be changed during references */
216 /* sequence must not be changed during references */
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp29 so a second locking sequence 2 -> 1 should now be OK.
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm24 A source of tokens must provide a sequence of tokens via nextToken()

Completed in 616 milliseconds

1234567891011>>