/external/syzkaller/dashboard/app/ |
D | reporting_test.go | 114 rep2 := c.client.pollBug() 115 if rep2.ID == "" || rep2.ID == rep.ID { 116 t.Fatalf("bad report ID: %q", rep2.ID) 118 want.ID = rep2.ID 122 c.expectEQ(rep2, want) 126 ID: rep2.ID, 250 rep2 := reports[1] 253 c.client.updateBug(rep2.ID, dashapi.BugStatusDup, rep1.ID) 256 closed, _ := c.client.ReportingPollClosed([]string{rep1.ID, rep2.ID}) 261 c.client.updateBug(rep2.ID, dashapi.BugStatusOpen, "") [all …]
|
D | fix_test.go | 79 rep2 := c.client.pollBug() 80 c.expectEQ(rep2.Title, "title1 (2)") 84 c.client.updateBug(rep2.ID, dashapi.BugStatusUpstream, "") 144 rep2 := c.client.pollBug() 145 c.expectEQ(rep2.Title, "title1 (2)") 275 rep2 := c.client.pollBug() 276 c.expectEQ(rep2.Title, "title1 (2)") 361 rep2 := c.client.pollBug() 362 c.expectEQ(rep2.Title, "title1 (2)") 411 rep2 := c.client.pollBug() [all …]
|
/external/v8/src/ |
D | machine-type.cc | 11 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2) { in IsSubtype() argument 12 if (rep1 == rep2) return true; in IsSubtype() 15 return rep2 == MachineRepresentation::kTagged; in IsSubtype() 17 return rep2 == MachineRepresentation ::kTagged; in IsSubtype()
|
D | machine-type.h | 34 bool IsSubtype(MachineRepresentation rep1, MachineRepresentation rep2);
|
D | objects.cc | 4748 Representation rep2, in GeneralizeFieldType() argument 4754 if (FieldTypeIsCleared(rep1, *type1) || FieldTypeIsCleared(rep2, *type2)) { in GeneralizeFieldType()
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Decoder.java | 209 int rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Code() local 249 distance = rep2; in Code() 253 rep3 = rep2; in Code() 255 rep2 = rep1; in Code() 268 rep3 = rep2; in Code() 269 rep2 = rep1; in Code()
|
/external/v8/src/compiler/ |
D | representation-change.cc | 69 TruncationKind rep2) { in Generalize() argument 70 if (LessGeneral(rep1, rep2)) return rep2; in Generalize() 71 if (LessGeneral(rep2, rep1)) return rep1; in Generalize() 74 LessGeneral(rep2, TruncationKind::kFloat64)) { in Generalize() 79 LessGeneral(rep2, TruncationKind::kAny)) { in Generalize() 98 bool Truncation::LessGeneral(TruncationKind rep1, TruncationKind rep2) { in LessGeneral() argument 103 return rep2 == TruncationKind::kBool || rep2 == TruncationKind::kAny; in LessGeneral() 105 return rep2 == TruncationKind::kWord32 || in LessGeneral() 106 rep2 == TruncationKind::kWord64 || in LessGeneral() 107 rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny; in LessGeneral() [all …]
|
D | representation-change.h | 103 static TruncationKind Generalize(TruncationKind rep1, TruncationKind rep2); 106 static bool LessGeneral(TruncationKind rep1, TruncationKind rep2);
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 237 uint rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Code() 294 distance = rep2; in Code() 298 rep3 = rep2; in Code() 300 rep2 = rep1; in Code() 310 rep3 = rep2; in Code() 311 rep2 = rep1; in Code()
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 474 UInt32 rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; in Decode() local 521 dist = rep2; in Decode() 525 rep3 = rep2; in Decode() 527 rep2 = rep1; in Decode() 537 rep3 = rep2; in Decode() 538 rep2 = rep1; in Decode()
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_lzma2.c | 136 uint32_t rep2; member 654 s->lzma.rep3 = s->lzma.rep2; in lzma_match() 655 s->lzma.rep2 = s->lzma.rep1; in lzma_match() 704 tmp = s->lzma.rep2; in lzma_rep_match() 707 s->lzma.rep3 = s->lzma.rep2; in lzma_rep_match() 710 s->lzma.rep2 = s->lzma.rep1; in lzma_rep_match() 775 s->lzma.rep2 = 0; in lzma_reset()
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 139 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LzmaDec_DecodeReal() local 256 distance = rep2; in LzmaDec_DecodeReal() 262 rep3 = rep2; in LzmaDec_DecodeReal() 264 rep2 = rep1; in LzmaDec_DecodeReal() 379 rep3 = rep2; in LzmaDec_DecodeReal() 380 rep2 = rep1; in LzmaDec_DecodeReal() 447 p->reps[2] = rep2; in LzmaDec_DecodeReal()
|
/external/lzma/C/ |
D | LzmaDec.c | 222 UInt32 rep0 = p->reps[0], rep1 = p->reps[1], rep2 = p->reps[2], rep3 = p->reps[3]; in LZMA_DECODE_REAL() local 357 distance = rep2; in LZMA_DECODE_REAL() 363 rep3 = rep2; in LZMA_DECODE_REAL() 365 rep2 = rep1; in LZMA_DECODE_REAL() 514 rep3 = rep2; in LZMA_DECODE_REAL() 515 rep2 = rep1; in LZMA_DECODE_REAL() 580 p->reps[2] = rep2; in LZMA_DECODE_REAL()
|
/external/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 528 rep2 dd ? define 557 rep2 dd ? define 633 COPY_VAR(rep2) 899 ; rep3 = rep2; 900 ; rep2 = rep1; 907 mov x1, LOC rep2 912 mov LOC rep2, t1
|
/external/toybox/toys/pending/ |
D | xzcat.c | 1292 uint32_t rep2; member 1796 s->lzma.rep3 = s->lzma.rep2; in lzma_match() 1797 s->lzma.rep2 = s->lzma.rep1; in lzma_match() 1846 tmp = s->lzma.rep2; in lzma_rep_match() 1849 s->lzma.rep3 = s->lzma.rep2; in lzma_rep_match() 1852 s->lzma.rep2 = s->lzma.rep1; in lzma_rep_match() 1917 s->lzma.rep2 = 0; in lzma_reset()
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 927 UInt32 rep0 = 0, rep1 = 0, rep2 = 0, rep3 = 0; 1020 rep3 = rep2; 1021 rep2 = rep1; 1096 UInt32 dist = rep2; 1097 rep2 = rep1; 1103 rep3 = rep2; 1104 rep2 = rep1;
|
/external/deqp-deps/glslang/Test/ |
D | 300.vert | 17 centroid sample out vec4 rep2; // ERROR, replicating auxiliary qualification
|
D | 420.vert | 12 centroid sample out vec4 rep2; // ERROR, replicating auxiliary qualification
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.vert.out | 260 0:? 'rep2' ( centroid smooth sample out 4-component vector of float) 342 0:? 'rep2' ( centroid smooth sample out 4-component vector of float)
|
D | 300.vert.out | 320 0:? 'rep2' ( centroid smooth sample out highp 4-component vector of float) 480 0:? 'rep2' ( centroid smooth sample out highp 4-component vector of float)
|
/external/v8/src/objects/ |
D | map.h | 477 Representation rep1, Handle<FieldType> type1, Representation rep2,
|