Home
last modified time | relevance | path

Searched refs:stock (Results 1 – 25 of 132) sorted by relevance

123456

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java309 Annotations stock = baseData.get(code); in getShortName() local
310 if (stock != null && stock.tts != null) { in getShortName()
311 return stock.tts; in getShortName()
313 stock = localeCache.get(code); in getShortName()
314 if (stock != null) { in getShortName()
315 return stock.tts; in getShortName()
317 stock = synthesize(code, otherSource); in getShortName()
318 if (stock != null) { in getShortName()
319 localeCache.put(code, stock); in getShortName()
320 return stock.tts; in getShortName()
[all …]
/external/elfutils/tests/
Drun-funcscopes.sh24 ….c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (/home/rolan…
25 …cr (0x2e): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (/home/rolan…
Drun-addrscopes.sh35 ….c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x8048360 (/home/rolan…
36 add (0x1d): 0x804834e (/home/roland/build/stock-elfutils/inline-test.c:3) .. 0x804834f
Drun-line2addr.sh45 foo.c:2 -> (.init.text)+0xc (/home/roland/stock-elfutils-build/foo.c:2)
46 foo.c:6 -> (.text)+0xc (/home/roland/stock-elfutils-build/foo.c:6)
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DCheckYear.java52 for (String stock : STOCK) {
53 stock2skeleton2locales.put("date-" + stock, Relation.of(
56 for (String stock : STOCK) {
57 stock2skeleton2locales.put("time-" + stock, Relation.of(
73 public void recordStockTime(String localeId, String stock, in recordStockTime() argument
77 stock2skeleton2locales.get("time-" + stock).put(skeleton, localeId); in recordStockTime()
81 public void recordStock(String localeId, String stock, in recordStock() argument
85 stock2skeleton2locales.get("date-" + stock).put( in recordStock()
87 String key = skeleton + "*" + stock.charAt(0); in recordStock()
325 for (String stock : STOCK) {
[all …]
/external/rust/crates/libz-sys/
DCargo.toml.orig42 default = ["libc", "stock-zlib"]
43 # By default, libz-sys uses stock zlib. If you set default-features=false,
44 # enable the zlib-ng feature, and don't enable the stock-zlib feature, libz-sys
50 # of stock zlib (which will produce conflicting symbols). If a single crate in
51 # the dependency graph requests stock-zlib (or doesn't disable default
52 # features), you'll get stock zlib.
63 stock-zlib = []
DREADME.md21 zlib-compat mode), or the widely available stock zlib.
23 By default, `libz-sys` uses stock zlib, primarily because doing so allows the
30 stock zlib (which will produce conflicting symbols). Nonetheless, for maximum
32 if any library crate in your dependency graph wants stock zlib, `libz-sys` will
33 use stock zlib.
DCargo.toml59 "stock-zlib",
62 stock-zlib = []
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfSampleRuleSets.java1061 public static final String stock = field in RbnfSampleRuleSets
1640 stock,
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCollectExemplars.java12 …final String stock = "en|ar|de|es|fr|it|ja|ko|nl|pl|ru|th|tr|pt|zh|zh_Hant|bg|ca|cs|da|el|fa|fi|fi… in main() local
13 final HashSet<String> REGION_LOCALES = new HashSet<>(Arrays.asList(stock.split("\\|"))); in main()
/external/rust/crates/libz-sys/src/zlib-ng/test/benchmarks/
DCMakeLists.txt75 …LT_LIB "libz.a" CACHE FILEPATH "Optional alternative zlib implementation (defaults to stock zlib)")
94 # libraries (likely linked to stock zlib)
/external/rust/crates/flate2/
DREADME.md84 dependency graph explicitly requests stock zlib, or uses libz-sys directly
85 without `default-features = false`, you'll get stock zlib rather than zlib-ng.
92 fast as zlib-ng, but it's faster than stock zlib. It requires an x86-64 CPU with
/external/pdfium/testing/resources/javascript/xfa_specific/
Dbug_1082597.in17 <medium long="297mm" short="210mm" stock="a4"/>
22 <medium long="297mm" short="210mm" stock="a4"/>
Dpopup_menu.in15 <medium stock="default" short="612pt" long="792pt"/>
/external/pdfium/testing/resources/pixel/xfa_specific/
Dbug_1286970.in15 <medium stock="default" short="72pt" long="72pt"/>
Dxfa_bmp_image.in15 <medium stock="default" short="612pt" long="792pt"/>
Dxfa_rectangle_node.in15 <medium stock="default" short="612pt" long="792pt"/>
Dxfa_png_image.in15 <medium stock="default" short="612pt" long="792pt"/>
/external/pdfium/testing/resources/pixel/xfa_specific/use_ahem/
Dbug_997412.in15 <medium stock="default" short="612pt" long="792pt"/>
Dxfa_example.in15 <medium stock="default" short="612pt" long="792pt"/>
/external/pdfium/testing/resources/
Dsimple_xfa.in15 <medium long="11in" short="8.5in" stock="letter"/>
/external/pdfium/testing/resources/xfa/
Dxfa_date_time_edit.in15 <medium stock="default" short="612pt" long="792pt"/>
Dxfa_image_edit.in15 <medium stock="default" short="612pt" long="792pt"/>
Dxfa_multiline_textfield.in15 <medium stock="default" short="612pt" long="792pt"/>
Dxfa_combobox.in15 <medium stock="default" short="612pt" long="792pt"/>

123456