Home
last modified time | relevance | path

Searched full:prices (Results 1 – 25 of 30) sorted by relevance

12

/external/python/google-api-python-client/docs/dyn/
Dandroidpublisher_v3.inappproducts.html129 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
154 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
188 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
213 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
225 …autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app t…
242 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
267 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
317 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
342 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
379 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
[all …]
Dandroidpublisher_v2.inappproducts.html129 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
154 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
188 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
213 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
225 …autoConvertMissingPrices: boolean, If true the prices for all regions targeted by the parent app t…
242 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
267 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
317 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
342 …"prices": { # Prices per buyer region. None of these prices should be zero. In-app products can ne…
379 …he developer's Checkout merchant currency. Targeted countries have their prices set automatically …
[all …]
Dcontent_v2.shippingsettings.html168 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
169prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
211 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
212prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
255 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
256prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
298 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
299prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
339 …R code of the currency to which this service applies. Must match that of the prices in rate groups.
341 …t, indicates that customers will have to spend at least this amount. All prices within a service m…
[all …]
Dcontent_v2_1.shippingsettings.html165 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
166prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
208 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
209prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
252 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
253prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
295 … # A non-empty list of row or column headers for a table. Exactly one of prices, weights, numItems…
296prices": [ # A list of inclusive order price upper bounds. The last price's value can be "infinity…
336 …R code of the currency to which this service applies. Must match that of the prices in rate groups.
338 …t, indicates that customers will have to spend at least this amount. All prices within a service m…
[all …]
Dconsumersurveys_v2.surveys.html451 …os": "A String", # Threshold to start a survey automically if the quoted prices is less than or eq…
Dsurveys_v2.surveys.html447 …, # *Deprecated* Threshold to start a survey automatically if the quoted prices is less than or eq…
Dsheets_v4.spreadsheets.html7276 # For example, if charting stock prices over time, multiple series may exist,
7473 # may want to be pinned to the right with the prices pinned to the left,
7475 # prices.
7507 # For example, if charting stock prices over time, this would be the date.
7509 …d in a domain or series. # The data of the domain. For example, if charting stock prices over time,
22040 # For example, if charting stock prices over time, multiple series may exist,
22237 # may want to be pinned to the right with the prices pinned to the left,
22239 # prices.
22271 # For example, if charting stock prices over time, this would be the date.
22273 …d in a domain or series. # The data of the domain. For example, if charting stock prices over time,
[all …]
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java520 * and length prices. The updating is skipped for performance reasons
661 * The prices are updated after at least
668 private final int[][] prices; field in LZMAEncoder.LengthEncoder
675 // it makes updatePrices slightly simpler. The prices aren't in LengthEncoder()
679 prices = new int[posStates][lenSymbols]; in LengthEncoder()
686 // the prices are needed. in reset()
714 return prices[posState][len - MATCH_LEN_MIN]; in getPrice()
731 prices[posState][i] = choice0Price in updatePrices()
738 prices[posState][i] = choice0Price + choice1Price in updatePrices()
744 for (; i < prices[posState].length; ++i) in updatePrices()
[all …]
DLZMAEncoderNormal.java219 // Initialize the prices for latter opts that will be used below. in getNextSymbol()
223 // Calculate the prices of repeated matches of all lengths. in getNextSymbol()
239 // Calculate the prices of normal matches that are longer than rep0. in getNextSymbol()
272 // by calculating the prices and picking the cheapest symbol in getNextSymbol()
371 * Calculates prices of a literal, a short rep, and literal + rep0.
427 * Calculates prices of long rep and long rep + literal + rep0.
492 * Calculates prices of a normal match and normal match + literal + rep0.
/external/snakeyaml/src/test/resources/issues/
Dissue56-1.yaml116 prices:
158 prices:
253 prices:
400 prices:
441 prices:
482 prices:
643 prices:
675 prices:
764 prices:
796 prices:
[all …]
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeEncoder.java19 private static final int[] prices field in RangeEncoder
48 prices[i >> MOVE_REDUCING_BITS]
124 return prices[(prob ^ ((-bit) & (BIT_MODEL_TOTAL - 1))) in getBitPrice()
/external/lzma/C/
DLzmaEnc.c244 UInt32 prices[LZMA_NUM_PB_STATES_MAX][kLenNumSymbolsTotal]; member
250 ((p)->prices[posState][(size_t)(len) - LZMA_MATCH_LEN_MIN])
866 static void SetPrices_3(const CLzmaProb *probs, UInt32 startPrice, UInt32 *prices, const CProbPrice… in SetPrices_3() argument
876 prices[i ] = price + GET_PRICEa_0(prob); in SetPrices_3()
877 prices[i + 1] = price + GET_PRICEa_1(prob); in SetPrices_3()
899 UInt32 *prices = p->prices[posState]; in LenPriceEnc_UpdateTables() local
901 SetPrices_3(probs, a, prices, ProbPrices); in LenPriceEnc_UpdateTables()
902 SetPrices_3(probs + kLenNumLowSymbols, c, prices + kLenNumLowSymbols, ProbPrices); in LenPriceEnc_UpdateTables()
930 UInt32 *prices = p->prices[0] + kLenNumLowSymbols * 2; in LenPriceEnc_UpdateTables() local
954 prices[(size_t)i * 2 ] = price + GET_PRICEa_0(prob); in LenPriceEnc_UpdateTables()
[all …]
/external/tensorflow/tensorflow/python/keras/datasets/
Dboston_housing.py56 50 that represent the home prices in k$.
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java220 public void SetPrices(int posState, int numSymbols, int[] prices, int st) in SetPrices() argument
231 prices[st + i] = a0 + _lowCoder[posState].GetPrice(i); in SetPrices()
237 prices[st + i] = b0 + _midCoder[posState].GetPrice(i - Base.kNumLowLenSymbols); in SetPrices()
240 prices[st + i] = b1 + _highCoder.GetPrice(i - Base.kNumLowLenSymbols - Base.kNumMidLenSymbols); in SetPrices()
/external/u-boot/lib/zstd/
Dzstd_opt.h477 /* set prices using matches at position = 0 */ in ZSTD_compressBlock_opt_generic()
590 /* set prices using matches at position = cur */ in ZSTD_compressBlock_opt_generic()
794 /* set prices using matches at position = 0 */ in ZSTD_compressBlock_opt_extDict_generic()
904 /* set prices using matches at position = cur */ in ZSTD_compressBlock_opt_extDict_generic()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs220 public void SetPrices(UInt32 posState, UInt32 numSymbols, UInt32[] prices, UInt32 st) in SetPrices() argument
231 prices[st + i] = a0 + _lowCoder[posState].GetPrice(i); in SetPrices()
237 prices[st + i] = b0 + _midCoder[posState].GetPrice(i - Base.kNumLowLenSymbols); in SetPrices()
240 prices[st + i] = b1 + _highCoder.GetPrice(i - Base.kNumLowLenSymbols - Base.kNumMidLenSymbols); in SetPrices()
/external/lz4/lib/
Dlz4hc.c1203 /* set prices for first positions (literals) */ in LZ4HC_compress_optimal()
1214 /* set prices using initial match */ in LZ4HC_compress_optimal()
1290 /* set prices using match at position = cur */ in LZ4HC_compress_optimal()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfSampleRuleSets.java1056 * American stock-price formatting. Non-integral stock prices are still
1058 * and cents. This example formats stock prices in this way if possible,
1678 "Stock prices",
1860 "American stock-price formatting. Non-integral stock prices are still "
1862 + "and cents. This example formats stock prices in this way if possible, "
/external/libxml2/test/HTML/
Dwired.html447 …f of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned…
Ddoc3.htm674 Prices', this guide will help you determine which cpu is best for
687 Prices</FONT></U></B><BR><FONT color=#0066cc face=Arial
/external/libxml2/result/HTML/
Dwired.html506 …f of Friday trading. Why? Wholesale prices are the highest this decade, and Greenspan is concerned…
Ddoc3.htm409 Prices', this guide will help you determine which cpu is best for
422Prices</font></u></b><br><font color="#0066cc" face="Arial" size="1"><small>Posted by <a class="na…
/external/jline/src/src/test/resources/jline/example/
Denglish.gz1Aarhus 2Aaron 3Ababa 4aback 5abaft 6abandon 7abandoned 8abandoning 9abandonment 10 ...
/external/brotli/tests/testdata/
Dlcet10.txt3189 with the prices currently charged by photocopy vendors.
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz

12