/external/fio/tools/ |
D | genfio | 24 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/ |
D | SafeRepresenter.java | 175 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/ |
D | sequencing-0.txt | 25 # RUN: FileCheck --check-prefix CHECK-SEQ < %t.out %s 27 # CHECK-SEQ: first-line 28 # CHECK-SEQ: second-line
|
/external/valgrind/none/tests/mips64/ |
D | cvm_ins.c | 118 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/ |
D | persistence.hpp | 467 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/ |
D | AbstractConstructTest.java | 34 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/ |
D | starter_imagelist.cpp | 40 if (n.type() != FileNode::SEQ) in readStringList()
|
D | filestorage.cpp | 118 if (n.type() != FileNode::SEQ) in main()
|
D | select3dobj.cpp | 319 if( all.type() != FileNode::SEQ ) in readModelViews() 376 if( n.type() != FileNode::SEQ ) in readStringList()
|
D | 3calibration.cpp | 166 if( n.type() != FileNode::SEQ ) in readStringList()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/ |
D | AnchorGeneratorTest.java | 62 if (node.getTag() == Tag.SEQ) in nextAnchor()
|
/external/snakeyaml/src/test/java/examples/ |
D | IgnoreTagsExampleTest.java | 72 return yamlConstructors.get(Tag.SEQ).construct(node); in construct()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/ |
D | SkipBeanTest.java | 73 if (Tag.SEQ.equals(valueNode.getTag())) { in representJavaBeanProperty()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
D | DumpSetAsSequenceExampleTest.java | 66 return representSequence(getTag(data.getClass(), Tag.SEQ), (Iterable<Object>) data, in representData()
|
/external/opencv3/samples/cpp/tutorial_code/core/file_input_output/ |
D | file_input_output.cpp | 116 if (n.type() != FileNode::SEQ) in main()
|
/external/snakeyaml/src/test/java8/org/yaml/snakeyaml/issues/issue310/ |
D | OptionalTest.java | 121 return representSequence(Tag.SEQ, seq, true); in representData()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/ |
D | Resolver.java | 133 return Tag.SEQ; in resolve()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/ |
D | Tag.java | 45 public static final Tag SEQ = new Tag(PREFIX + "seq"); field in Tag
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_opcode_tmp.h | 84 OP12(SEQ)
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 230 SEQ{sz}{cc}{sat} { return_opcode(require_NV_fp, BIN_OP, SEQ, 3); }
|
/external/opencv3/modules/core/test/ |
D | test_io.cpp | 298 if( tl.type() != FileNode::SEQ || tl.size() != 6 || in run() 349 tm_lbp.type() != FileNode::SEQ || in run()
|
/external/opencv3/modules/ml/src/ |
D | precomp.hpp | 375 else if (node.type() == FileNode::SEQ) in readVectorOrMat()
|
/external/opencv3/modules/ml/ |
D | precomp.hpp | 375 else if (node.type() == FileNode::SEQ) in readVectorOrMat()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 271 OP2_(EQ, SEQ); in translate_insns() 553 OP2_(IEQ, SEQ); in translate_insns()
|
/external/srtp/doc/ |
D | rfc3711.txt | 412 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 …]
|