/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | Item.java | 20 private String price; field in Item 31 public void setPrice(String price) { in setPrice()
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
D | BitTreeEncoder.java | 46 int price = 0; in GetPrice() local 60 int price = 0; in ReverseGetPrice() local 75 int price = 0; in ReverseGetPrice() local
|
/external/lz4/lib/ |
D | lz4opt.h | 47 int price; member 57 size_t price = 8*litlen; in LZ4HC_literalsPrice() local 66 size_t price = 16 + 8; /* 16-bit offset + token */ in LZ4HC_sequencePrice() local 195 #define SET_PRICE(pos, mlen, offset, litlen, price) \ argument 220 size_t i, llen, litlen, mlen, best_mlen, price, offset, best_off, match_num, last_pos; in LZ4HC_compress_optimal() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | Product.java | 22 public Float price; field in Product
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
D | LZMAEncoder.java | 380 int price = anyRepPrice; in getLongRepPrice() local 409 int price = normalMatchPrice in getMatchAndLenPrice() local 456 int price = RangeEncoder.getReverseBitTreePrice( in updateDistPrices() local 529 int price = RangeEncoder.getBitPrice( in getPrice() local 577 int price = 0; in getNormalPrice() local 595 int price = 0; in getMatchedPrice() local
|
D | LZMAEncoderNormal.java | 230 int price = longRepPrice + repLenEncoder.getPrice(repLen, in getNextSymbol() local 252 int price = getMatchAndLenPrice(normalMatchPrice, in getNextSymbol() local
|
D | Optimum.java | 22 int price; field in Optimum
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/ |
D | RangeEncoder.java | 149 int price = 0; in getBitTreePrice() local 174 int price = 0; in getReverseBitTreePrice() local
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 110 int price = 0; in GetPrice() local 463 int price; in GetPureRepPrice() local 485 int price = _repMatchLenEncoder.GetPrice(len - Base.kMatchMinLen, posState); in GetRepPrice() local 491 int price; in GetPosLenPrice() local 650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum() local
|
/external/lzma/C/ |
D | LzmaEnc.c | 181 UInt32 price; member 688 UInt32 price = 0; in LitEnc_GetPrice() local 701 UInt32 price = 0; in LitEnc_GetPriceMatched() local 745 UInt32 price = 0; in RcTree_GetPrice() local 757 UInt32 price = 0; in RcTree_ReverseGetPrice() local 920 UInt32 price; in GetPureRepPrice() local 1113 UInt32 price; in GetOptimum() local 1377 UInt32 price; in GetOptimum() local
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 451 unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | FactoryProviderTest.java | 248 private final double price; field in FactoryProviderTest.Porshe 253 public Porshe(@Assisted Color color, double price) { in Porshe()
|
D | FactoryProvider2Test.java | 213 private final double price; field in FactoryProvider2Test.Porsche 218 public Porsche(@Assisted Color color, double price) { in Porsche()
|
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 902 int price; member
|