/external/libchrome/base/ |
D | optional_unittest.nc | 17 // 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/ |
D | CarModule.java | 26 Car provideConvertible(Convertible convertible) { in provideConvertible() argument 27 return convertible; in provideConvertible()
|
/external/icu/icu4c/source/data/curr/ |
D | ee.txt | 99 "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 …]
|
D | en.txt | 115 "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 …]
|
D | es.txt | 87 "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 …]
|
D | en_AU.txt | 135 one{"Bosnia-Herzegovina convertible marka"} 136 other{"Bosnia-Herzegovina convertible marka"}
|
D | fr.txt | 91 "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 …]
|
D | ca.txt | 99 "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 …]
|
D | ast.txt | 99 "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 …]
|
D | gl.txt | 55 "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"}
|
D | fil.txt | 828 one{"Bosnia-Herzegovina convertible mark"} 829 other{"Bosnia-Herzegovina convertible marks"}
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 338 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/ |
D | backlight.proto | 65 // the power button on a convertible device).
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | uint.frag.out | 4 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
|
D | matrixError.vert.out | 3 ERROR: 0:7: 'const' : non-matching or non-convertible constant type for const initializer
|
D | hlsl.function.frag.out | 3 ERROR: 0:24: 'return' : type does not match, or is not convertible to, the function's return type
|
D | atomic_uint.frag.out | 3 ERROR: 0:12: 'return' : type does not match, or is not convertible to, the function's return type
|
D | array.frag.out | 11 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/ |
D | tinyformat.hpp | 210 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/ |
D | string_span | 523 // 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/ |
D | span_unittest.nc | 99 // A const container should not be convertible to a mutable span.
|
/external/u-boot/arch/arm/mach-rockchip/rk3288/ |
D | Kconfig | 26 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
|
/external/libchrome/base/numerics/ |
D | README.md | 318 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/ |
D | gtest-param-util-generated.h.pump | 243 // convertible to U.
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 245 // convertible to U.
|