| /external/blktrace/ |
| blkparse.c | 816 else if (t->bit->sequence < __t->bit->sequence) 818 else /* >= sequence */ 856 static struct trace *trace_rb_find(dev_t device, unsigned long sequence, 871 else if (sequence < __t->bit->sequence) 873 else if (sequence > __t->bit->sequence) 880 * hack - the list may not be sequence ordered because some 881 * events don't have sequence and time matched. so we end u [all...] |
| /external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
| jsilver.sablecc | 25 * The lexer breaks the inbound text stream in to a sequence of tokens. 71 // up to the sequence '<?cs '. 202 New expression.sequence([expression_list.expression]))} 208 New expression.sequence([expression_list.expression]))} 214 New expression.sequence([expression_list.expression]))} 220 New expression.sequence([expression_list.expression]))} 519 {->New expression.sequence([expression_list.expression])} 623 command = {multiple} command* // Sequence of commands 680 | {sequence} [args]:expression* // x, y, z
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
| set_operations.h | 372 const iterator_pair sequence[ 2 ] = local 403 multiseq_partition(sequence, sequence + 2, rank, offset, op.comp); 413 // front in first sequence.
|
| /cts/tests/tests/text/src/android/text/cts/ |
| AlteredCharSequenceTest.java | 25 private static final String SOURCE_STR = "This is a char sequence."; 141 public MockSpanned(String sequence) {
|
| /external/chromium/third_party/libjingle/source/talk/p2p/client/ |
| basicportallocator.h | 160 AllocationSequence* sequence; member in struct:cricket::BasicPortAllocatorSession::PortData
|
| basicportallocator.cc | 130 // Disables the phases for a new sequence that this one already covers for an 135 // Starts and stops the sequence. When started, it will continue allocating 335 // For each network, see if we have a sequence that covers it already. If not, 336 // create a new sequence to create the appropriate ports. 371 AllocationSequence* sequence = local 374 sequence->Start(); 376 sequences_.push_back(sequence); 408 data.sequence = seq; 443 if (it->sequence->ProtocolEnabled(pvalue)) { 457 if (!it->ready || (it->sequence != seq) [all...] |
| /external/openssl/crypto/rsa/ |
| rsa_ameth.c | 279 p = alg->parameter->value.sequence->data; 280 plen = alg->parameter->value.sequence->length; 292 p = param->value.sequence->data; 293 plen = param->value.sequence->length;
|
| /external/tcpdump/ |
| sctpHeader.h | 299 u_int16_t sequence; member in struct:sctpDataPart
|
| /external/webkit/Source/WebKit/mac/WebCoreSupport/ |
| WebEditorClient.mm | [all...] |
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| Helpers.java | 348 * [base]-[sequence].[ext]. 350 int sequence = 1; local 353 fullFilename = filename + sequence + extension; 358 Log.v(Constants.TAG, "file with sequence number " + sequence + " exists"); 360 sequence += sRandom.nextInt(magnitude) + 1;
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
| ip_icmp.h | 37 u_int16_t sequence; member in struct:icmphdr::__anon23464::__anon23465
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
| ip_icmp.h | 37 u_int16_t sequence; member in struct:icmphdr::__anon25054::__anon25055
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
| ip_icmp.h | 37 u_int16_t sequence; member in struct:icmphdr::__anon26566::__anon26567
|
| /development/ide/xcode/ports/ |
| skia_mac.cp | 74 // if we get here, we can start our normal Skia sequence
|
| /external/chromium/chrome/browser/printing/ |
| printing_message_filter.cc | 32 int sequence; member in struct:__anon3360::PrintingSequencePathMap 128 *sequence_number = g_printing_file_descriptor_map.Get().sequence++; 136 NOTREACHED() << "Sequence number already in use. seq=" << 152 NOTREACHED() << "Got a sequence that we didn't pass to the "
|
| /external/openssl/crypto/pkcs7/ |
| example.c | 77 /* To add an object of OID 1.9.999, which is a sequence containing 131 s=so->value.sequence; 240 /* To add an object of OID 1.9.999, which is a sequence containing 298 s=so->value.sequence;
|
| /external/webkit/LayoutTests/dom/html/level2/html/ |
| HTMLLIElement02.js | 78 The value attribute is a reset sequence number when used in OL.
|
| HTMLOListElement02.js | 78 The start attribute specifies the starting sequence number.
|
| /external/webkit/LayoutTests/dom/xhtml/level2/html/ |
| HTMLLIElement02.js | 78 The value attribute is a reset sequence number when used in OL.
|
| HTMLOListElement02.js | 78 The start attribute specifies the starting sequence number.
|
| /external/webkit/LayoutTests/fast/events/touch/script-tests/ |
| basic-multi-touch-events.js | 87 debug("multi touch sequence");
|
| /external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
| intermediate.h | 430 TIntermSequence& getSequence() { return sequence; } 448 TIntermSequence sequence; member in class:TIntermAggregate
|
| /frameworks/base/core/java/android/util/ |
| JsonReader.java | [all...] |
| /packages/apps/Contacts/src/com/android/contacts/vcard/ |
| NotificationImportExportListener.java | 67 public void onImportProcessed(ImportRequest request, int jobId, int sequence) { 81 if (sequence == 0) {
|
| /external/speex/libspeex/ |
| jitter.c | 453 jitter->packets[i].sequence=packet->sequence; 623 packet->sequence = jitter->packets[i].sequence; 704 packet->sequence = jitter->packets[i].sequence;
|