HomeSort by relevance Sort by last modified time
    Searched defs:sequence (Results 126 - 150 of 782) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
icmpv6.h 21 __be16 sequence; member in struct:icmp6hdr::__anon62531::icmpv6_echo
65 #define icmp6_sequence icmp6_dataun.u_echo.sequence
ncp.h 24 __u8 sequence; member in struct:ncp_request_header
38 __u8 sequence; member in struct:ncp_reply_header
195 __u32 sequence; member in struct:nw_search_sequence
  /prebuilts/misc/windows/sdl2/test/
testatomic.c 264 SDL_atomic_t sequence; member in struct:__anon470
302 SDL_AtomicSet(&queue->entries[i].sequence, i);
332 entry_seq = (unsigned)SDL_AtomicGet(&entry->sequence);
340 SDL_AtomicSet(&entry->sequence, (int)(queue_pos + 1));
379 entry_seq = (unsigned)SDL_AtomicGet(&entry->sequence);
387 SDL_AtomicSet(&entry->sequence, (int)(queue_pos+MAX_ENTRIES));
419 entry_seq = (unsigned)entry->sequence.value;
427 entry->sequence.value = (int)(queue_pos + 1);
452 entry_seq = (unsigned)entry->sequence.value;
460 entry->sequence.value = (int)(queue_pos + MAX_ENTRIES)
    [all...]
  /system/connectivity/wificond/net/
netlink_manager.cpp 132 // There is no handler for this sequence number.
288 uint32_t sequence = packet.GetMessageSequence(); local
295 message_handlers_[sequence] = std::bind(AppendPacket, response, _1);
298 message_handlers_.find(sequence) != message_handlers_.end()) {
306 message_handlers_.erase(sequence);
310 message_handlers_.erase(sequence);
319 message_handlers_.erase(sequence);
  /bionic/libc/kernel/uapi/drm/
etnaviv_drm.h 101 __u32 sequence; member in struct:drm_etnaviv_gem_submit_pmr
via_drm.h 176 __u32 sequence; member in struct:drm_via_wait_irq_request
  /bionic/libc/kernel/uapi/linux/
ncp.h 29 __u8 sequence; member in struct:ncp_request_header
41 __u8 sequence; member in struct:ncp_reply_header
176 __u32 sequence; member in struct:nw_search_sequence
  /device/google/marlin/camera/QCamera2/stack/common/
mm_jpeg_interface.h 87 /* Indicates if it is a single jpeg or part of a multi picture sequence*/
90 /*Indicates if image is the primary image in a sequence of images.
94 /*Number of images in the sequence*/
99 uint32_t sequence; /* for jpeg bit streams, assembling is based on sequence. sequence starts from 0 */ member in struct:__anon2421
305 /*Info associated with multiple image sequence*/
353 /*Primary image in the MPO sequence*/
356 /*All auxillary images in the sequence*/
359 /*Total number of images in the MPO sequence*/
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 777 struct SResource *sequence = resLookup(collation, "Sequence"); local
778 if (sequence != NULL && sequence->isString()) {
780 StringResource *sr = static_cast<StringResource *>(sequence);
897 else if (uprv_strcmp(subtag, "Sequence") == 0 && member->isString())
964 error(line, "CollationBuilder failed at %s~%s/Sequence rule offset %ld: %s %s",
    [all...]
  /external/kernel-headers/original/uapi/drm/
etnaviv_drm.h 162 __u32 sequence; /* in, sequence number */ member in struct:drm_etnaviv_gem_submit_pmr
via_drm.h 242 __u32 sequence; member in struct:drm_via_wait_irq_request
  /external/kernel-headers/original/uapi/linux/
ncp.h 25 __u8 sequence; member in struct:ncp_request_header
39 __u8 sequence; member in struct:ncp_reply_header
199 __u32 sequence; member in struct:nw_search_sequence
  /external/libdrm/include/drm/
via_drm.h 239 __u32 sequence; member in struct:drm_via_wait_irq_request
  /external/libogg/src/
framing.c 817 /* are we in sequence? */
1012 static int sequence=0; local
1024 /* packet number just follows sequence/gap; adjust the input number
1027 sequence=0;
1029 sequence++;
1031 sequence++;
1034 if(op->packetno!=sequence){
1035 fprintf(stderr,"incorrect packet sequence %ld != %d\n",
1036 (long)(op->packetno),sequence);
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 66 CV_ERROR( CV_StsBadArg, "Unsupported sequence type" );
300 CvSeq* sequence = 0; local
308 sequence = (CvSeq*)array;
309 if( !CV_IS_SEQ_POINT_SET( sequence ))
310 CV_ERROR( CV_StsBadArg, "The passed sequence is not a valid contour" );
314 CV_CALL( sequence = cvPointSeqFromMat(
318 if( sequence->total <= 0 )
321 CV_CALL( cvStartReadSeq( sequence, &reader, 0 ));
323 count = sequence->total;
324 is_float = CV_SEQ_ELTYPE(sequence) == CV_32FC2
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 433 const std::vector<const HloInstruction*>* sequence = local
435 if (sequence != nullptr) {
436 module_sequence.emplace(computation, *sequence);
    [all...]
hlo_dataflow_analysis_test.cc 1259 SequentialHloOrdering::HloModuleSequence sequence; local
1337 SequentialHloOrdering::HloModuleSequence sequence; local
1474 SequentialHloOrdering::HloModuleSequence sequence; local
    [all...]
  /external/xz-embedded/linux/lib/xz/
xz_dec_lzma2.c 226 } sequence; member in struct:lzma2_dec
936 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) {
937 switch (s->lzma2.sequence) {
985 s->lzma2.sequence = SEQ_UNCOMPRESSED_1;
1010 s->lzma2.sequence = SEQ_COMPRESSED_0;
1019 s->lzma2.sequence = SEQ_UNCOMPRESSED_2;
1025 s->lzma2.sequence = SEQ_COMPRESSED_0;
1031 s->lzma2.sequence = SEQ_COMPRESSED_1;
1037 s->lzma2.sequence = s->lzma2.next_sequence;
1044 s->lzma2.sequence = SEQ_LZMA_PREPARE
    [all...]
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 882 // previous and new IAudioRecord sequence numbers are used to detect track re-creation
1096 uint32_t sequence = mSequence; local
    [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintSpooler.java 725 public void onGetPrintJobInfosResult(List<PrintJobInfo> printJobs, int sequence) {
726 onRemoteMethodResult(printJobs, sequence);
734 final int sequence = onBeforeRemoteCall(); local
735 target.getPrintJobInfos(mCallback, componentName, state, appId, sequence);
736 return getResultTimed(sequence);
747 public void onGetPrintJobInfoResult(PrintJobInfo printJob, int sequence) {
748 onRemoteMethodResult(printJob, sequence);
755 final int sequence = onBeforeRemoteCall(); local
756 target.getPrintJobInfo(printJobId, mCallback, appId, sequence);
757 return getResultTimed(sequence);
776 final int sequence = onBeforeRemoteCall(); local
797 final int sequence = onBeforeRemoteCall(); local
818 final int sequence = onBeforeRemoteCall(); local
839 final int sequence = onBeforeRemoteCall(); local
860 final int sequence = onBeforeRemoteCall(); local
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.h 157 int32_t sequence; member in class:android::Layer
190 int32_t sequence; // changes when visible regions can change member in struct:android::Layer::State
324 int32_t getSequence() const { return sequence; }
  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/text/
EmojiCompatTest.java 591 String sequence = new TestString(new int[]{CHAR_DEFAULT_EMOJI_STYLE}).toString(); local
592 assertFalse(EmojiCompat.get().hasEmojiGlyph(sequence));
598 String sequence = new TestString(new int[]{CHAR_DEFAULT_EMOJI_STYLE}).toString(); local
599 assertFalse(EmojiCompat.get().hasEmojiGlyph(sequence, Integer.MAX_VALUE));
605 final String sequence = new TestString(EMOJI_FLAG).toString(); local
606 assertTrue(EmojiCompat.get().hasEmojiGlyph(sequence));
611 final String sequence = new TestString(EMOJI_FLAG).append(0x1111).toString(); local
612 assertFalse(EmojiCompat.get().hasEmojiGlyph(sequence));
618 String sequence = new TestString(new int[]{CHAR_DEFAULT_EMOJI_STYLE}).toString(); local
619 assertTrue(EmojiCompat.get().hasEmojiGlyph(sequence));
631 final String sequence = new TestString(EMOJI_SINGLE_CODEPOINT).toString(); local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_jpeg_interface.h 87 /* Indicates if it is a single jpeg or part of a multi picture sequence */
90 /* Indicates if image is the primary image in a sequence of images.
94 /* Number of images in the sequence */
102 uint32_t sequence; /* for jpeg bit streams, assembling is based on sequence. sequence starts from 0 */ member in struct:__anon49224
308 /*Info associated with multiple image sequence*/
356 /*Primary image in the MPO sequence*/
359 /*All auxillary images in the sequence*/
362 /*Total number of images in the MPO sequence*/
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
via_drm.h 239 __u32 sequence; member in struct:drm_via_wait_irq_request
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip_icmp.h 37 u_int16_t sequence; member in struct:icmphdr::__anon62939::__anon62940

Completed in 1660 milliseconds

1 2 3 4 56 7 8 91011>>