Home
last modified time | relevance | path

Searched refs:convertible (Results 1 – 25 of 64) sorted by relevance

123

/external/libchrome/base/
Doptional_unittest.nc17 // T is not convertible from "const U&".
21 // but not convertible.
26 "const int& to Test is convertible");
34 // T is not convertible from "U&&".
38 // but not convertible.
43 "int&& to Test is convertible");
49 // Optional<T>(U&&) constructor is marked explicit if T is not convertible
54 // but not convertible.
59 "int&& to Test is convertible");
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/tck/
DCarModule.java26 Car provideConvertible(Convertible convertible) { in provideConvertible() argument
27 return convertible; in provideConvertible()
/external/icu/icu4c/source/data/curr/
Dee.txt99 "bosnia-herzegovinaga convertible mark",
115 "beldziumga franc (convertible)",
295 "cubaga convertible peso",
607 "lazembɔgga convertible franc",
1123 "yugoslaviaga convertible dinar (1990–1992)",
1321 one{"bosnia-herzegovinaga convertible mark"}
1322 other{"bosnia-herzegovinaga convertible mark"}
1337 one{"beldziumga franc (convertible)"}
1338 other{"beldziumga franc (convertible)"}
1517 one{"cubaga convertible peso"}
[all …]
Den.txt115 "Belgian Franc (convertible)",
367 "Spanish Peseta (convertible account)",
1312 one{"Bosnia-Herzegovina convertible mark"}
1313 other{"Bosnia-Herzegovina convertible marks"}
1328 one{"Belgian franc (convertible)"}
1329 other{"Belgian francs (convertible)"}
1512 one{"Cuban convertible peso"}
1513 other{"Cuban convertible pesos"}
1580 one{"Spanish peseta (convertible account)"}
1581 other{"Spanish pesetas (convertible account)"}
[all …]
Des.txt87 "marco convertible de Bosnia y Herzegovina",
99 "franco belga (convertible)",
259 "peso cubano convertible",
327 "peseta española (cuenta convertible)",
555 "franco convertible luxemburgués",
1091 "dinar convertible yugoslavo",
1288 one{"marco convertible de Bosnia y Herzegovina"}
1300 one{"franco belga (convertible)"}
1460 one{"peso cubano convertible"}
1528 one{"peseta española (cuenta convertible)"}
[all …]
Den_AU.txt135 one{"Bosnia-Herzegovina convertible marka"}
136 other{"Bosnia-Herzegovina convertible marka"}
Dfr.txt91 "mark convertible bosniaque",
103 "franc belge (convertible)",
263 "peso cubain convertible",
331 "peseta espagnole (compte convertible)",
559 "franc convertible luxembourgeois",
1091 "dinar yougoslave convertible",
1316 one{"mark convertible bosniaque"}
1328 one{"franc belge (convertible)"}
1488 one{"peso cubain convertible"}
1556 one{"peseta espagnole (compte convertible)"}
[all …]
Dca.txt99 "marc convertible de Bòsnia i Hercegovina",
115 "franc belga (convertible)",
295 "peso convertible cubà",
363 "pesseta espanyola (compte convertible)",
612 "franc convertible luxemburguès",
1160 "dinar convertible iugoslau",
1397 one{"marc convertible de Bòsnia i Hercegovina"}
1413 one{"franc belga (convertible)"}
1597 one{"peso convertible cubà"}
1665 one{"pesseta espanyola (compte convertible)"}
[all …]
Dast.txt99 "marcu convertible de Bosnia-Herzegovina",
115 "Francu belga (convertible)",
295 "Pesu cubanu convertible",
363 "Peseta española (cuenta convertible)",
607 "Francu convertible luxemburgués",
1167 "Dinar convertible yugoslavu (1990–1992)",
1407 one{"marcu convertible de Bosnia-Herzegovina"}
1423 one{"francu belga (convertible)"}
1603 one{"pesu cubanu convertible"}
1671 one{"peseta española (cuenta convertible)"}
[all …]
Dgl.txt55 "Marco convertible de Bosnia e Hercegovina",
67 "Franco belga (convertible)",
195 "Peso cubano convertible",
251 "Peseta española (conta convertible)",
452 "Franco convertible luxemburgués",
1001 one{"marco convertible de Bosnia e Hercegovina"}
1013 one{"franco belga (convertible)"}
1137 one{"peso cubano convertible"}
Dfil.txt828 one{"Bosnia-Herzegovina convertible mark"}
829 other{"Bosnia-Herzegovina convertible marks"}
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp338 std::function<bool(const TType& from, const TType& to, TOperator op, int arg)> convertible, in selectFunction() argument
395 … if (! convertible(*call[param].type, *candidate[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
401 … if (! convertible(*candidate[param].type, *call[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
/external/cros/system_api/dbus/power_manager/
Dbacklight.proto65 // the power button on a convertible device).
/external/deqp-deps/glslang/Test/baseResults/
Duint.frag.out4 ERROR: 0:20: 'const' : non-matching or non-convertible constant type for const initializer
5 ERROR: 0:24: 'const' : non-matching or non-convertible constant type for const initializer
6 ERROR: 0:34: 'const' : non-matching or non-convertible constant type for const initializer
7 ERROR: 0:37: 'const' : non-matching or non-convertible constant type for const initializer
DmatrixError.vert.out3 ERROR: 0:7: 'const' : non-matching or non-convertible constant type for const initializer
Dhlsl.function.frag.out3 ERROR: 0:24: 'return' : type does not match, or is not convertible to, the function's return type
Datomic_uint.frag.out3 ERROR: 0:12: 'return' : type does not match, or is not convertible to, the function's return type
Darray.frag.out11 ERROR: 0:54: 'const' : non-matching or non-convertible constant type for const initializer
22 ERROR: 0:84: 'return' : type does not match, or is not convertible to, the function's return type
/external/bcc/src/cc/vendor/
Dtinyformat.hpp210 template<typename T, typename fmtT, bool convertible = is_convertible<T, fmtT>::value>
225 template<typename T, bool convertible = is_convertible<T, int>::value>
247 template<typename T, bool convertible = is_convertible<T,int>::value>
/external/Microsoft-GSL/include/gsl/
Dstring_span523 // VS treats temp and const containers as convertible to basic_string_span,
576 // VS treats temp and const containers as convertible to basic_string_span,
627 // VS treats temp and const containers as convertible to basic_string_span,
678 // VS treats temp and const containers as convertible to basic_string_span,
/external/libchrome/base/containers/
Dspan_unittest.nc99 // A const container should not be convertible to a mutable span.
/external/u-boot/arch/arm/mach-rockchip/rk3288/
DKconfig26 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
/external/libchrome/base/numerics/
DREADME.md318 of the supplied arithmetic or directly convertible type.
409 of the supplied arithmetic or directly convertible type.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h.pump243 // convertible to U.
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util-generated.h.pump245 // convertible to U.

123