/toolchain/binutils/binutils-2.25/opcodes/ |
d10v-opc.c | 177 { "add3", LONG_L, 1, MU, SEQ|WCAR, 0x1000000, 0x3f000000, { RDST, RSRC, NUM16 } }, 178 { "addac3", LONG_R, 1, IU, SEQ, 0x17000200, 0x3ffffe22, { RDSTE, RSRCE, ASRC0 } }, 179 { "addac3", LONG_R, 1, IU, SEQ, 0x17000202, 0x3ffffe2e, { RDSTE, ASRC, ASRC0 } }, 180 { "addac3s", LONG_R, 1, IU, SEQ, 0x17001200, 0x3ffffe22, { RDSTE, RSRCE, ASRC0 } }, 181 { "addac3s", LONG_R, 1, IU, SEQ, 0x17001202, 0x3ffffe2e, { RDSTE, ASRC, ASRC0 } }, 184 { "and3", LONG_L, 1, MU, SEQ, 0x6000000, 0x3f000000, { RDST, RSRC, NUM16 } }, 188 { "bl.l", LONG_B, 3, MU, BRANCH_LINK|SEQ, 0x24800000, 0x3fff0000, { ANUM16 } }, 192 { "bra.l", LONG_B, 3, MU, BRANCH|SEQ, 0x24000000, 0x3fff0000, { ANUM16 } }, 195 { "brf0f.l", LONG_B, 3, MU, SEQ, 0x25000000, 0x3fff0000, { ANUM16 } }, 198 { "brf0t.l", LONG_B, 3, MU, SEQ, 0x25800000, 0x3fff0000, { ANUM16 } } [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
AbstractConstructTest.java | 34 Node node = new SequenceNode(Tag.SEQ, true, new ArrayList<Node>(), null, null, false); 39 assertEquals("Unexpected recursive structure for Node: <org.yaml.snakeyaml.nodes.SequenceNode (tag=tag:yaml.org,2002:seq, value=[])>", e.getMessage()); 50 Node node = new SequenceNode(Tag.SEQ, true, new ArrayList<Node>(), null, null, false);
|
/external/fio/tools/ |
genfio | 24 SEQ=-1 136 [$TYPE-$PRINTABLE_DISK-$BLK_SIZE-seq] 141 write_bw_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-seq.results 142 write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$BLK_SIZE-$PRINTABLE_DISK-$TYPE-seq.results 191 case $SEQ in 219 if [ "$SEQ" = "-1" ]; then 220 SEQ=1 240 if [ "$SEQ" = "-1" ]; then 241 SEQ=0 255 SEQ= [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/ |
SafeRepresenter.java | 175 return representSequence(getTag(data.getClass(), Tag.SEQ), (List<Object>) data, null); 183 return representSequence(getTag(data.getClass(), Tag.SEQ), new IteratorWrapper(iter), 204 return representSequence(Tag.SEQ, list, null); 218 return representSequence(Tag.SEQ, asByteList(data), null); 220 return representSequence(Tag.SEQ, asShortList(data), null); 222 return representSequence(Tag.SEQ, asIntList(data), null); 224 return representSequence(Tag.SEQ, asLongList(data), null); 226 return representSequence(Tag.SEQ, asFloatList(data), null); 228 return representSequence(Tag.SEQ, asDoubleList(data), null); 230 return representSequence(Tag.SEQ, asCharList(data), null) [all...] |
/external/opencv3/samples/cpp/ |
starter_imagelist.cpp | 40 if (n.type() != FileNode::SEQ)
|
filestorage.cpp | 118 if (n.type() != FileNode::SEQ)
|
select3dobj.cpp | 319 if( all.type() != FileNode::SEQ ) 376 if( n.type() != FileNode::SEQ )
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/serializer/ |
AnchorGeneratorTest.java | 62 if (node.getTag() == Tag.SEQ)
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
d10v.h | 73 #define SEQ 2 /* must be sequential */
|
/external/snakeyaml/src/test/java/examples/ |
IgnoreTagsExampleTest.java | 72 return yamlConstructors.get(Tag.SEQ).construct(node);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 241 * change to the bound also adds SEQ. 243 private static final int SEQ = MMASK + 1; 313 * The index of the largest valid arena position, OR'ed with SEQ 315 * update from 0 to SEQ is used to ensure that the arena array is 379 U.compareAndSwapInt(this, BOUND, b, b + SEQ - 1); 401 !U.compareAndSwapInt(this, BOUND, b, b + SEQ + 1)) { 440 U.compareAndSwapInt(this, BOUND, 0, SEQ))
|
/external/valgrind/none/tests/mips64/ |
cvm_ins.c | 118 EXTS=0, EXTS32, CINS, CINS32, SNEI, SNE, SEQI, DMUL, SEQ 126 for (op = EXTS; op <= SEQ; op++) { 156 case SEQ: { /* To record the result of an equals comparison. */ 159 TESTINST2("seq $t1, $t2 ,$t3 ", reg_val[i], reg_val[j],
|
/external/opencv3/modules/core/include/opencv2/core/ |
persistence.hpp | 467 SEQ = 5, //!< sequence 634 void* seq; /* sequence, beign read; CvSeq */ member in struct:cv::FileNodeIterator::SeqReader 639 int delta_index;/* = seq->first->start_index */ [all...] |
/external/opencv3/samples/cpp/tutorial_code/core/file_input_output/ |
file_input_output.cpp | 116 if (n.type() != FileNode::SEQ)
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/ |
SkipBeanTest.java | 73 if (Tag.SEQ.equals(valueNode.getTag())) { 74 SequenceNode seq = (SequenceNode) valueNode; local 75 if (seq.getValue().isEmpty()) { 80 MappingNode seq = (MappingNode) valueNode; local 81 if (seq.getValue().isEmpty()) {
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
DumpSetAsSequenceExampleTest.java | 66 return representSequence(getTag(data.getClass(), Tag.SEQ), (Iterable<Object>) data,
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 84 OP12(SEQ)
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/ |
Tag.java | 45 public static final Tag SEQ = new Tag(PREFIX + "seq");
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/ |
Resolver.java | 133 return Tag.SEQ;
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-d10v.c | 702 if ((op1->exec_type & SEQ) 710 if ((op2->exec_type & SEQ) 839 if ((op1->exec_type & SEQ) != 0 || (op2->exec_type & SEQ) != 0 1005 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ) [all...] |
/prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/ |
jarjar-gradle-1.0.0.jar | |
/external/opencv3/modules/core/test/ |
test_io.cpp | 127 CvSeq* seq = cvCreateSeq(test_mat.type(), (int)sizeof(CvSeq), local 129 cvSeqPushMulti(seq, test_mat.ptr(), test_mat.cols*test_mat.rows); 187 fs.writeObj("test_seq", seq); 298 if( tl.type() != FileNode::SEQ || tl.size() != 6 || 349 tm_lbp.type() != FileNode::SEQ ||
|
/cts/tests/tests/provider/src/android/provider/cts/ |
SmsBackupRestoreTest.java | 225 values.put(Telephony.Mms.Part.SEQ, 0);
|
/external/mesa3d/src/mesa/program/ |
program_lexer.l | 230 SEQ{sz}{cc}{sat} { return_opcode(require_NV_fp, BIN_OP, SEQ, 3); }
|
/external/opencv3/modules/ml/ |
precomp.hpp | 375 else if (node.type() == FileNode::SEQ)
|