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

1234567891011>>

/external/opencv/cv/src/
H A Dcvshapedescr.cpp66 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)
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
H A DSerializer.java131 case sequence:
172 case sequence:
174 boolean implicitS = node.getTag().equals(this.resolver.resolve(NodeId.sequence,
/external/v8/src/ia32/
H A Dcodegen-ia32.cc916 bool Code::IsYoungSequence(Isolate* isolate, byte* sequence) { argument
917 bool result = isolate->code_aging_helper()->IsYoung(sequence);
918 DCHECK(result || isolate->code_aging_helper()->IsOld(sequence));
923 void Code::GetCodeAgeAndParity(Isolate* isolate, byte* sequence, Age* age, argument
925 if (IsYoungSequence(isolate, sequence)) {
929 sequence++; // Skip the kCallOpcode byte
930 Address target_address = sequence + *reinterpret_cast<int*>(sequence) +
939 byte* sequence,
944 isolate->code_aging_helper()->CopyYoungSequenceTo(sequence);
938 PatchPlatformCodeAge(Isolate* isolate, byte* sequence, Code::Age age, MarkingParity parity) argument
[all...]
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/blktrace/
H A Dblktrace_api.h97 __u32 sequence; /* event number */ member in struct:blk_io_trace
/external/boringssl/src/crypto/x509/
H A Dx509cset.c126 r->sequence = i;
/external/drm_hwcomposer/
H A Dvsyncworker.cpp146 vblank.request.sequence = 1;
/external/fio/
H A Dblktrace_api.h96 __u32 sequence; /* event number */ member in struct:blk_io_trace
/external/kernel-headers/original/uapi/linux/
H A Dblktrace_api.h100 __u32 sequence; /* event number */ member in struct:blk_io_trace
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dv4l2_show.c66 ".sequence=%u, "
84 buf->timecode.userbits[3], buf->sequence, buf->memory);
/external/tcpdump/
H A Dprint-cnfp.c92 uint32_t sequence; /* flow sequence number */ member in struct:nfhdr_v5
128 uint32_t sequence; /* v5 flow sequence number */ member in struct:nfhdr_v6
276 ND_PRINT((ndo, "#%u, ", EXTRACT_32BITS(&nh->sequence)));
373 ND_PRINT((ndo, "#%u, ", EXTRACT_32BITS(&nh->sequence)));
/external/tpm2/
H A DContextLoad.c87 if(fingerprint != in->context.sequence)
113 // If this is a sequence object, the crypto library may need to
H A Dstubs_hash.c11 BOOL sequence, // IN: indicates if the state should be saved
50 // This will go in the caller's state structure and may be a sequence or not
51 if((digestSize = _cpri__StartHash(hashAlg, sequence, state)) > 0)
9 _cpri__StartHMAC( TPM_ALG_ID hashAlg, BOOL sequence, CPRI_HASH_STATE * state, UINT16 keySize, BYTE * key, TPM2B * oPadKey ) argument
/external/tremolo/Tremolo/
H A Dcodec_internal.h71 ogg_int64_t sequence; member in struct:vorbis_dsp_state
/external/v8/src/compiler/
H A Dinstruction-selector.h57 InstructionSequence* sequence, Schedule* schedule,
214 Isolate* isolate() const { return sequence()->isolate(); }
344 InstructionSequence* sequence() const { return sequence_; } function in class:v8::internal::compiler::final
345 Zone* instruction_zone() const { return sequence()->zone(); }
H A Dregister-allocator-verifier.h18 // sequence, and verifies the correctness of machine operand substitutions of
26 // virtual register that the instruction sequence declares as its output. We
167 const InstructionSequence* sequence);
229 const InstructionSequence* sequence() const { return sequence_; } function in class:v8::internal::compiler::final
/external/libvorbis/lib/
H A Dblock.c308 with sequence number 3 */
309 v->sequence=3;
607 vb->sequence=v->sequence++;
700 v->sequence=-1;
734 if((v->sequence==-1)||
735 (v->sequence+1 != vb->sequence)){
736 v->granulepos=-1; /* out of sequence; lose count */
740 v->sequence
[all...]
/external/ImageMagick/www/api/
H A Dlayer.php59 <p>CoalesceImages() composites a set of images while respecting any page offsets and disposal methods. GIF, MIFF, and MNG animation sequences typically start with an image background and each subsequent image varies in size and offset. A new image sequence is returned with all images the same size as the first images virtual canvas and composited with the next image in the sequence.</p>
75 <dd>the image sequence. </dd>
101 <dd>the image sequence. </dd>
111 <p>CompareImagesLayers() compares each image with the next in a sequence and returns the minimum bounding region of all the pixel differences (of the LayerMethod specified) it discovers.</p>
146 <p>OptimizeImageLayers() compares each image the GIF disposed forms of the previous image in the sequence. From this it attempts to select the smallest cropped image to replace each frame, while preserving the results of the GIF animation.</p>
202 <p>WARNING: This modifies the current images directly, rather than generate a new image sequence.</p>
218 <dd>the image sequence </dd>
288 <p>CompositeLayers() compose the source image sequence over the destination image sequence, startin
[all...]
/external/Microsoft-GSL/
H A DCONTRIBUTING.md21 * Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
H A Dnetwork_WiFi_RoamOnLowPower.py62 def writelines(self, sequence):
65 @param sequence: the array of lines to be written.
68 for string in sequence:
/external/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc47 /* Invalid sequence - mbrtowc() sets errno. */
/external/libdrm/exynos/
H A Dexynos_drm.c428 vblank->sequence,
439 vblank->sequence,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DCertInstallerHelper.java157 ASN1Sequence sequence = (ASN1Sequence)
159 return BasicConstraints.getInstance(sequence).isCA();
/external/syslinux/core/fs/btrfs/
H A Dbtrfs.h230 /* modification sequence number for NFS */
231 __le64 sequence; member in struct:btrfs_inode_item
282 __le64 sequence; member in struct:btrfs_root_ref
/external/volley/src/main/java/com/android/volley/
H A DRequest.java253 * Sets the sequence number of this request. Used by {@link RequestQueue}.
257 public final Request<?> setSequence(int sequence) { argument
258 mSequence = sequence;
263 * Returns the sequence number of this request.
589 * sequence number to provide FIFO ordering.
597 // Equal priorities are sorted by sequence number to provide FIFO ordering.

Completed in 1096 milliseconds

1234567891011>>