Home
last modified time | relevance | path

Searched refs:Product (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/model/
Dproducts_repository.dart18 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 …]
Dapp_state_model.dart25 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);
Dproduct.dart24 class Product {
25 const Product({
/third_party/openssl/test/recipes/10-test_bn_data/
Dbnmul.txt321 # 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/
DrecursiveIntersectionTypes.errors.txt1 ….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'.
DrecursiveIntersectionTypes.types11 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>
DtypeAnnotationBestCommonTypeInArrayLiteral.types23 …oductName", "type": "default", "link": "", "text": "Product Name" }] : ({ …
44 >{ "id": "productName", "type": "default", "link": "", "text": "Product
58 "text": "Product Name"
60 >"Product Name" : "Product Name"
DrecursiveIntersectionTypes.symbols17 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))
DconditionalTypes2.types374 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>
DrecursiveIntersectionTypes.js8 interface Product extends Entity {
18 var productList: LinkedList<Product>;
DrecursiveMappedTypes.types73 interface Product {
78 declare var product: Transform<Product>;
79 >product : Transform<Product>
83 >product : Transform<Product>
/third_party/boost/libs/python/test/
Dben_scott1.cpp9 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/
DCheckedArithmetic.h76 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/
DrecursiveIntersectionTypes.ts7 interface Product extends Entity { interface
17 var productList: LinkedList<Product>;
/third_party/boost/boost/hana/
Dsecond.hpp26 hana::Product<P>::value in operator ()()
30 static_assert(hana::Product<P>::value, in operator ()()
Dfirst.hpp26 hana::Product<P>::value in operator ()()
30 static_assert(hana::Product<P>::value, in operator ()()
Dproduct.hpp31 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/
Dsecond.hpp26 hana::Product<P>::value in operator ()()
30 static_assert(hana::Product<P>::value, in operator ()()
Dfirst.hpp26 hana::Product<P>::value in operator ()()
30 static_assert(hana::Product<P>::value, in operator ()()
Dproduct.hpp31 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/
Dcw-config.jam15 …"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/
Dpackage.qpg118 <QPM:Product>zlib</QPM:Product>
132 <QPM:Product>zlib-dev</QPM:Product>
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/qnx/
Dpackage.qpg118 <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/
Dpackage.qpg118 <QPM:Product>zlib</QPM:Product>
132 <QPM:Product>zlib-dev</QPM:Product>
/third_party/typescript/tests/cases/conformance/types/mapped/
DrecursiveMappedTypes.ts50 interface Product { interface
54 declare var product: Transform<Product>;

1234567