Searched defs:price (Results 1 - 10 of 10) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DProduct.java22 public Float price; field in class:Product
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DItem.java20 private String price; field in class:Item
28 return price;
31 public void setPrice(String price) { argument
32 this.price = price;
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
H A DOptimum.java20 * Cumulative price of arriving to this byte.
22 int price; field in class:Optimum
33 * Resets the price.
36 price = INFINITY_PRICE;
43 price = newPrice;
53 price = newPrice;
65 price = newPrice;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
H A Dmturk28 import boto.mturk.connection, boto.mturk.price, boto.mturk.question, boto.mturk.qualification namespace
/external/lzma/C/Util/SfxSetup/
H A DSfxSetup.c445 unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); local
446 if (minPrice > price)
448 minPrice = price;
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryProviderTest.java241 assertEquals(50000d, grayPorshe.price);
248 private final double price; field in class:FactoryProviderTest.Porshe
253 public Porshe(@Assisted Color color, double price) { argument
255 this.price = price;
H A DFactoryProvider2Test.java206 assertEquals(50000d, grayPorsche.price);
213 private final double price; field in class:FactoryProvider2Test.Porsche
218 public Porsche(@Assisted Color color, double price) { argument
220 this.price = price;
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp797 int price; member in struct:MultilineStringTypeMap
811 io.mapRequired("price", s.price);
850 map.price = 350;
868 EXPECT_EQ(map2.price, 350);
/external/lzma/C/
H A DLzmaEnc.c156 UInt32 price; member in struct:__anon13037
648 UInt32 price = 0; local
652 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1);
656 return price;
661 UInt32 price = 0; local
667 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
672 return price;
705 UInt32 price = 0; local
709 price += GET_PRICEa(probs[symbol >> 1], symbol & 1);
712 return price;
717 UInt32 price = 0; local
878 UInt32 price; local
1066 UInt32 price; local
1327 UInt32 price; local
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 359 milliseconds