Home
last modified time | relevance | path

Searched refs:SEQ (Results 1 – 25 of 43) sorted by relevance

12

/external/fio/tools/
Dgenfio24 SEQ=-1
191 case $SEQ in
219 if [ "$SEQ" = "-1" ]; then
220 SEQ=1
240 if [ "$SEQ" = "-1" ]; then
241 SEQ=0
255 SEQ=2
269 if [ "$SEQ" = "-1" ]; then
270 SEQ=0
274 case $SEQ in
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DSafeRepresenter.java175 return representSequence(getTag(data.getClass(), Tag.SEQ), (List<Object>) data, null); in representData()
183 return representSequence(getTag(data.getClass(), Tag.SEQ), new IteratorWrapper(iter), in representData()
204 return representSequence(Tag.SEQ, list, null); in representData()
218 return representSequence(Tag.SEQ, asByteList(data), null); in representData()
220 return representSequence(Tag.SEQ, asShortList(data), null); in representData()
222 return representSequence(Tag.SEQ, asIntList(data), null); in representData()
224 return representSequence(Tag.SEQ, asLongList(data), null); in representData()
226 return representSequence(Tag.SEQ, asFloatList(data), null); in representData()
228 return representSequence(Tag.SEQ, asDoubleList(data), null); in representData()
230 return representSequence(Tag.SEQ, asCharList(data), null); in representData()
[all …]
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dsequencing-0.txt25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s
27 # CHECK-SEQ: first-line
28 # CHECK-SEQ: second-line
/external/valgrind/none/tests/mips64/
Dcvm_ins.c118 EXTS=0, EXTS32, CINS, CINS32, SNEI, SNE, SEQI, DMUL, SEQ enumerator
126 for (op = EXTS; op <= SEQ; op++) { in main()
156 case SEQ: { /* To record the result of an equals comparison. */ in main()
/external/opencv3/modules/core/include/opencv2/core/
Dpersistence.hpp467 SEQ = 5, //!< sequence enumerator
927 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
934 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
941 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
948 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
955 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
962 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
969 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
976 cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+FileNode::FLOW); in write()
983 …cv::internal::WriteStructContext ws(fs, name, FileNode::SEQ+(DataType<_Tp>::fmt != 0 ? FileNode::F… in write()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DAbstractConstructTest.java34 Node node = new SequenceNode(Tag.SEQ, true, new ArrayList<Node>(), null, null, false); in testNotRecursive()
50 Node node = new SequenceNode(Tag.SEQ, true, new ArrayList<Node>(), null, null, false); in testRecursive()
/external/opencv3/samples/cpp/
Dstarter_imagelist.cpp40 if (n.type() != FileNode::SEQ) in readStringList()
Dfilestorage.cpp118 if (n.type() != FileNode::SEQ) in main()
Dselect3dobj.cpp319 if( all.type() != FileNode::SEQ ) in readModelViews()
376 if( n.type() != FileNode::SEQ ) in readStringList()
D3calibration.cpp166 if( n.type() != FileNode::SEQ ) in readStringList()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/
DAnchorGeneratorTest.java62 if (node.getTag() == Tag.SEQ) in nextAnchor()
/external/snakeyaml/src/test/java/examples/
DIgnoreTagsExampleTest.java72 return yamlConstructors.get(Tag.SEQ).construct(node); in construct()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DSkipBeanTest.java73 if (Tag.SEQ.equals(valueNode.getTag())) { in representJavaBeanProperty()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DDumpSetAsSequenceExampleTest.java66 return representSequence(getTag(data.getClass(), Tag.SEQ), (Iterable<Object>) data, in representData()
/external/opencv3/samples/cpp/tutorial_code/core/file_input_output/
Dfile_input_output.cpp116 if (n.type() != FileNode::SEQ) in main()
/external/snakeyaml/src/test/java8/org/yaml/snakeyaml/issues/issue310/
DOptionalTest.java121 return representSequence(Tag.SEQ, seq, true); in representData()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/
DResolver.java133 return Tag.SEQ; in resolve()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DTag.java45 public static final Tag SEQ = new Tag(PREFIX + "seq"); field in Tag
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h84 OP12(SEQ)
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l230 SEQ{sz}{cc}{sat} { return_opcode(require_NV_fp, BIN_OP, SEQ, 3); }
/external/opencv3/modules/core/test/
Dtest_io.cpp298 if( tl.type() != FileNode::SEQ || tl.size() != 6 || in run()
349 tm_lbp.type() != FileNode::SEQ || in run()
/external/opencv3/modules/ml/src/
Dprecomp.hpp375 else if (node.type() == FileNode::SEQ) in readVectorOrMat()
/external/opencv3/modules/ml/
Dprecomp.hpp375 else if (node.type() == FileNode::SEQ) in readVectorOrMat()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
Dsm4_to_tgsi.cpp271 OP2_(EQ, SEQ); in translate_insns()
553 OP2_(IEQ, SEQ); in translate_insns()
/external/srtp/doc/
Drfc3711.txt412 passing through 65,535. Unlike the sequence number (SEQ), which
419 i = 2^16 * ROC + SEQ.
697 counter, ROC, to zero. Each time the RTP sequence number, SEQ, wraps
702 i = 2^16 * ROC + SEQ.
716 sequence number (SEQ) of the first observed SRTP packet (unless the
722 i = 2^16 * v + SEQ,
739 then s_l is set to SEQ if and only if SEQ is larger than the current
741 set to SEQ and ROC is set to v.
1183 index of ROC || SEQ, and the SSRC used in the construction of the IV
1318 IV = 0x00 || M || PT || SEQ || TS || SSRC || ROC
[all …]

12