Searched refs:getPrice (Results 1 – 4 of 4) sorted by relevance
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMAEncoderNormal.java | 179 int literalPrice = literalEncoder.getPrice(curByte, matchByte, in getNextSymbol() 230 int price = longRepPrice + repLenEncoder.getPrice(repLen, in getNextSymbol() 381 + literalEncoder.getPrice(curByte, matchByte, lz.getByte(1), 445 + repLenEncoder.getPrice(i, posState); 460 + repLenEncoder.getPrice(len, posState); 468 price += literalEncoder.getPrice(curByte, matchByte, prevByte, 544 + literalEncoder.getPrice(curByte, matchByte,
|
D | LZMAEncoder.java | 404 return longRepPrice + repLenEncoder.getPrice(len, posState); in getLongRepAndLenPrice() 410 + matchLenEncoder.getPrice(len, posState); in getMatchAndLenPrice() 527 int getPrice(int curByte, int matchByte, in getPrice() method in LZMAEncoder.LiteralEncoder 674 int getPrice(int len, int posState) { in getPrice() method in LZMAEncoder.LengthEncoder
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Item.java | 27 public String getPrice() { in getPrice() method in Item
|
D | CompactConstructorExampleTest.java | 141 assertEquals("25.0", top.getPrice()); in test11withoutPackageNames() 145 assertEquals("3.5", bottom.getPrice()); in test11withoutPackageNames()
|