/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/model/ |
D | products_repository.dart | 18 static List<Product> loadProducts(Category category) { 19 const List<Product> allProducts = <Product>[ 20 Product( 27 Product( 34 Product( 41 Product( 48 Product( 55 Product( 62 Product( 69 Product( [all …]
|
D | app_state_model.dart | 25 List<Product> _availableProducts; 59 List<Product> getProducts() { 61 return <Product>[]; 65 return List<Product>.from(_availableProducts); 68 .where((Product p) => p.category == _selectedCategory) 97 // Returns the Product instance matching the provided id. 98 Product getProductById(int id) { 99 return _availableProducts.firstWhere((Product p) => p.id == id);
|
D | product.dart | 24 class Product { 25 const Product({
|
/third_party/openssl/test/recipes/10-test_bn_data/ |
D | bnmul.txt | 321 # These test vectors satisfy A * B = Product. 323 Title = Product tests 325 Product = 5befab3320f8f90542f3120235abd926aac3805a19e343f690 329 Product = -ab1ce167f4b2945c55ae3f87df50ad07d4be87cf9f8aa07b0c 333 Product = -c2606cd48e6b075c8da79eb4668e7157f1f175c2860fd4c475 337 Product = aa6805b5408aff7f914472756da07830dcad902834dbdd6944 341 Product = 58ca2569173389df29b5ce4b784086055dee821a7243db7210 345 Product = -a043d31dfce8bd01724d31c863d0a64f1bf013509d77737c42 349 Product = -b5d6a45ffce851b201239d938ba551bab7dcb59fc11fc35fce 353 Product = 6f2fde7d1a18625d727c6345ed85e597d546d9228bf7f0564a [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveIntersectionTypes.errors.txt | 1 ….ts(19,1): error TS2322: Type 'LinkedList<Entity>' is not assignable to type 'LinkedList<Product>'. 2 Property 'price' is missing in type 'LinkedList<Entity>' but required in type 'Product'. 12 interface Product extends Entity { 22 var productList: LinkedList<Product>; 26 !!! error TS2322: Type 'LinkedList<Entity>' is not assignable to type 'LinkedList<Product>'. 27 … TS2322: Property 'price' is missing in type 'LinkedList<Entity>' but required in type 'Product'.
|
D | recursiveIntersectionTypes.types | 11 interface Product extends Entity { 55 var productList: LinkedList<Product>; 56 >productList : LinkedList<Product> 59 >entityList = productList : LinkedList<Product> 61 >productList : LinkedList<Product> 65 >productList : LinkedList<Product>
|
D | typeAnnotationBestCommonTypeInArrayLiteral.types | 23 …oductName", "type": "default", "link": "", "text": "Product Name" }] : ({ … 44 >{ "id": "productName", "type": "default", "link": "", "text": "Product… 58 "text": "Product Name" 60 >"Product Name" : "Product Name"
|
D | recursiveIntersectionTypes.symbols | 17 interface Product extends Entity { 18 >Product : Symbol(Product, Decl(recursiveIntersectionTypes.ts, 4, 1)) 22 >price : Symbol(Product.price, Decl(recursiveIntersectionTypes.ts, 6, 34)) 66 var productList: LinkedList<Product>; 69 >Product : Symbol(Product, Decl(recursiveIntersectionTypes.ts, 4, 1))
|
D | conditionalTypes2.types | 374 type Product<A extends Union, B> = { f1: A, f2: B}; 375 >Product : Product<A, B> 379 type ProductUnion = Product<'a', 0> | Product<'b', 1>; 406 // {a: Product<'b', 1>; b: Product<'a', 0>} 415 >PCA : Product<"b", 1> 418 >PCB : Product<"a", 0> 420 // {a: Product<'a', 0>; b: Product<'b', 1>} 429 >PCCA : Product<"a", 0> 432 >PCCB : Product<"b", 1>
|
D | recursiveIntersectionTypes.js | 8 interface Product extends Entity { 18 var productList: LinkedList<Product>;
|
D | recursiveMappedTypes.types | 73 interface Product { 78 declare var product: Transform<Product>; 79 >product : Transform<Product> 83 >product : Transform<Product>
|
/third_party/boost/libs/python/test/ |
D | ben_scott1.cpp | 9 struct Product {}; struct 10 typedef shared_ptr<Product> ProductPtr; 42 class_<Product, ProductPtr>("Product"); in BOOST_PYTHON_MODULE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CheckedArithmetic.h | 76 if (auto Product = checkedMul(A, B)) in checkedMulAdd() local 77 return checkedAdd(*Product, C); in checkedMulAdd() 105 if (auto Product = checkedMulUnsigned(A, B)) in checkedMulAddUnsigned() local 106 return checkedAddUnsigned(*Product, C); in checkedMulAddUnsigned()
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | recursiveIntersectionTypes.ts | 7 interface Product extends Entity { interface 17 var productList: LinkedList<Product>;
|
/third_party/boost/boost/hana/ |
D | second.hpp | 26 hana::Product<P>::value in operator ()() 30 static_assert(hana::Product<P>::value, in operator ()()
|
D | first.hpp | 26 hana::Product<P>::value in operator ()() 30 static_assert(hana::Product<P>::value, in operator ()()
|
D | product.hpp | 31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()() typedef 43 return Product::template apply<R>(static_cast<Xs&&>(xs)); in operator ()()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | second.hpp | 26 hana::Product<P>::value in operator ()() 30 static_assert(hana::Product<P>::value, in operator ()()
|
D | first.hpp | 26 hana::Product<P>::value in operator ()() 30 static_assert(hana::Product<P>::value, in operator ()()
|
D | product.hpp | 31 using Product = BOOST_HANA_DISPATCH_IF(product_impl<S>, in operator ()() typedef 43 return Product::template apply<R>(static_cast<Xs&&>(xs)); in operator ()()
|
/third_party/boost/tools/build/src/tools/ |
D | cw-config.jam | 15 …"HKEY_LOCAL_MACHINE\\SOFTWARE\\Metrowerks\\CodeWarrior\\Product Versions\\CodeWarrior for Windows … 18 …"HKEY_LOCAL_MACHINE\\SOFTWARE\\Metrowerks\\CodeWarrior\\Product Versions\\CodeWarrior for Windows …
|
/third_party/zlib/qnx/ |
D | package.qpg | 118 <QPM:Product>zlib</QPM:Product> 132 <QPM:Product>zlib-dev</QPM:Product>
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/qnx/ |
D | package.qpg | 118 <QPM:Product>zlib</QPM:Product> 132 <QPM:Product>zlib-dev</QPM:Product>
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/qnx/ |
D | package.qpg | 118 <QPM:Product>zlib</QPM:Product> 132 <QPM:Product>zlib-dev</QPM:Product>
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | recursiveMappedTypes.ts | 50 interface Product { interface 54 declare var product: Transform<Product>;
|