Home
last modified time | relevance | path

Searched full:product (Results 1 – 25 of 3456) sorted by relevance

12345678910>>...139

/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
5 uintx AHRIncrementSize = 5242880 {product}
6 uintx AHRMaxDeathCollectTimeRatio = 55 {product}
7 uintx AHRMaxMinorInvocationsPerMajor = 30 {product}
8 uintx AHRMaxMinorPauseTimeMillis = 100 {product}
9 uintx AHRMaxPromoToAllocRatio = 25 {product}
10 uintx AHRMaxRatio = 100 {product}
[all …]
Djdk7-flags.txt1 bool AHRByDeathCollectTimeRatio = false {product}
2 bool AHRByMinorPauseTimeMajorFreq = false {product}
3 bool AHRByPromoToAllocRatio = false {product}
4 bool AHRBySurvivorAge = false {product}
5 uintx AHRIncrementSize = 5242880 {product}
6 uintx AHRMaxDeathCollectTimeRatio = 55 {product}
7 uintx AHRMaxMinorInvocationsPerMajor = 30 {product}
8 uintx AHRMaxMinorPauseTimeMillis = 100 {product}
9 uintx AHRMaxPromoToAllocRatio = 25 {product}
10 uintx AHRMaxRatio = 100 {product}
[all …]
/external/autotest/client/common_lib/
Dandroid_utils.py41 On android it is only possible to get a devices product name
42 (eg. marlin, sailfish). However a product may have several aliases
44 etc. This wrapper allows for mapping the product name to different
48 product: The name a device reports itself as.
50 alias: Some name a device is called, this includes both product and
54 # regex pattern for CLIENT/android_aliases_[product]. For example,
56 # android product name `zzz` has following aliases.
61 # A dict of product:aliases for product aliases, can be defined in global
62 # config CLIENT/android_aliases_[product]
66 # regex pattern for CLIENT/android_board_name[product]. For example,
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
DProduct.java26 * Returns the product of the available values.
38 public class Product extends AbstractStorelessUnivariateStatistic implements Serializable, Weighted… class
47 * The current Running Product.
52 * Create a Product instance
54 public Product() { in Product() method in Product
60 * Copy constructor, creates a new {@code Product} identical
63 * @param original the {@code Product} instance to copy
65 public Product(Product original) { in Product() method in Product
107 * Returns the product of the entries in the specified portion of
116 * @return the product of the values or Double.NaN if length = 0
[all …]
/external/eigen/Eigen/src/SparseCore/
DSparseProduct.h15 /** \returns an expression of the product of two sparse matrices.
16 * By default a conservative product preserving the symbolic non zeros is performed.
18 * in which case a totally different product algorithm is employed:
28 inline const Product<Derived,OtherDerived,AliasFreeProduct>
31 return Product<Derived,OtherDerived,AliasFreeProduct>(derived(), other.derived());
100 // dense = sparse-product (can be sparse*sparse, sparse*perm, etc.)
102 …uct Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::assign_op<typename DstXprT…
104 typedef Product<Lhs,Rhs,AliasFreeProduct> SrcXprType;
116 // dense += sparse-product (can be sparse*sparse, sparse*perm, etc.)
118 …t Assignment<DstXprType, Product<Lhs,Rhs,AliasFreeProduct>, internal::add_assign_op<typename DstXp…
[all …]
DSparsePermutation.h93 // whereas it should be correctly handled by traits<Product<> >::PlainObject
96 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, PermutationShape, SparseS…
99 typedef Product<Lhs, Rhs, AliasFreeProduct> XprType;
119 struct product_evaluator<Product<Lhs, Rhs, AliasFreeProduct>, ProductTag, SparseShape, PermutationS…
122 typedef Product<Lhs, Rhs, AliasFreeProduct> XprType;
146 inline const Product<SparseDerived, PermDerived, AliasFreeProduct>
148 { return Product<SparseDerived, PermDerived, AliasFreeProduct>(matrix.derived(), perm.derived()); }
153 inline const Product<PermDerived, SparseDerived, AliasFreeProduct>
155 { return Product<PermDerived, SparseDerived, AliasFreeProduct>(perm.derived(), matrix.derived()); }
161 inline const Product<SparseDerived, Inverse<PermutationType>, AliasFreeProduct>
[all …]
/external/syslinux/gpxe/src/include/gpxe/
Disa_ids.h13 * product byte 0 bits 7-4 first hex digit of product number
14 * bits 3-0 second hex digit of product number
15 * byte 1 bits 7-4 third hex digit of product number
41 * Extract product ID and revision from combined product field
45 #define ISA_PROD_ID(product) ( (product) & ISA_PROD_ID_MASK ) argument
46 #define ISA_PROD_REV(product) ( ( (product) & ~ISA_PROD_ID_MASK ) >> 8 ) argument
49 extern char * isa_id_string ( unsigned int vendor, unsigned int product );
/external/syslinux/com32/lua/src/
Dpci.c54 lua_pushstring(L, "product"); in pci_getinfo()
55 lua_pushnumber(L, pci_device->product); in pci_getinfo()
80 char product[255]; in pci_getidlist() local
123 /* if we have a tab + a char, it means this is a product id */ in pci_getidlist()
126 /* the product name the second field */ in pci_getidlist()
127 strlcpy(product,skipspace(strstr(line," ")),255); in pci_getidlist()
128 remove_eol(product); in pci_getidlist()
132 /* the product id is first field */ in pci_getidlist()
137 lua_pushstring(L, product); in pci_getidlist()
140 /* if we have two tabs, it means this is a sub product */ in pci_getidlist()
[all …]
/external/chromium-trace/catapult/third_party/pyserial/
DLICENSE.txt4 This is the Python license. In short, you can use this product in
16 product, and the Individual or Organization ("Licensee") accessing
17 and otherwise using this product in source or binary form and its
24 and otherwise use this product alone or in any derivative version,
26 copyright holders notice of copyright are retained in this product
30 or incorporates this product or any part thereof, and wants to make
33 the changes made to this product.
35 4. The copyright holder is making this product available to Licensee on
40 THAT THE USE OF THIS PRODUCT WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
43 USERS OF THIS PRODUCT FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL
[all …]
/external/nist-sip/java/gov/nist/javax/sip/parser/
DUserAgentParser.java83 * server-val = product / comment product = token [SLASH in parse()
84 * product-version] product-version = token in parse()
93 // product = token [SLASHproduct-version] in parse()
94 // product-version = token in parse()
100 String product = this.lexer.byteStringNoSlash(); in parse() local
101 if ( product == null ) throw createParseException("Expected product string"); in parse()
103 StringBuffer productSb = new StringBuffer(product); in parse()
104 // do we possibily have the optional product-version? in parse()
108 // product-version in parse()
114 … if ( productVersion == null ) throw createParseException("Expected product version"); in parse()
/external/eigen/Eigen/src/Core/
DProduct.h20 struct traits<Product<Lhs, Rhs, Option> >
56 /** \class Product
59 * \brief Expression of the product of two arbitrary matrices or vectors
64 * This class represents an expression of the product of two arbitrary matrices.
71 class Product : public ProductImpl<_Lhs,_Rhs,Option,
86 EIGEN_GENERIC_PUBLIC_INTERFACE(Product)
93 EIGEN_DEVICE_FUNC Product(const Lhs& lhs, const Rhs& rhs) : m_lhs(lhs), m_rhs(rhs)
96 && "invalid matrix product"
97 && "if you wanted a coeff-wise or a dot product use the respective explicit functions");
116 : public internal::dense_xpr_base<Product<Lhs,Rhs,Option> >::type
[all …]
DProductEvaluators.h21 * Evaluator of a product expression.
29 struct evaluator<Product<Lhs, Rhs, Options> >
30 : public product_evaluator<Product<Lhs, Rhs, Options> >
32 typedef Product<Lhs, Rhs, Options> XprType;
43 const Product<Lhs, Rhs, DefaultProduct> > >
50 const Product<Lhs, Rhs, DefaultProduct> > >
51 …: public evaluator<Product<EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar1,Lhs,product), Rhs, Defau…
55 const Product<Lhs, Rhs, DefaultProduct> > XprType;
56 …typedef evaluator<Product<EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(Scalar1,Lhs,product), Rhs, Defaul…
65 struct evaluator<Diagonal<const Product<Lhs, Rhs, DefaultProduct>, DiagIndex> >
[all …]
DGeneralProduct.h80 /* The following allows to select the kind of product at compile time
81 * based on the three dimensions of the product.
82 * This is a compile time mapping from {1,Small,Large}^3 -> {product types} */
112 * Implementation of Inner Vector Vector Product
115 // FIXME : maybe the "inner product" could return a Scalar
119 // product ends up to a row-vector times col-vector product... To tackle this use
123 * Implementation of Outer Vector Vector Product
127 * Implementation of General Matrix Vector Product
135 * Furthermore, if the matrix is the rhs, then the product has to be transposed.
376 /** \returns the matrix product of \c *this and \a other.
[all …]
/external/eigen/doc/
DHiPerformance.dox4 /** \page TopicWritingEfficientProductExpression Writing efficient matrix product expressions
12 and evaluate complex product expressions, and discuss the current limitations.
23 \section GEMM General Matrix-Matrix product (GEMM)
25 Let's start with the most common primitive: the matrix product of general dense matrices.
31 When Eigen detects a matrix product, it analyzes both sides of the product to extract a
61 Otherwise the product m2 * m3 is evaluated into a temporary.</td>
68 <td>This is a special feature of Eigen. Here the product between a scalar
69 and a matrix product does not evaluate the matrix product but instead it
70 returns a matrix product expression tracking the scalar scaling factor. <br>
71 Without this optimization, the matrix product would be evaluated into a
[all …]
DTopicLazyEvaluation.dox21 …atrix</tt> gives a wrong result if the matrix product is lazy-evaluated, because of the way matrix…
39 …k. The most important example of such an expression is the \link Product matrix product expression…
43 …th matrix products. It also doesn't cost much, as the cost of the matrix product itself is much hi…
45 What if you know that the result does no alias the operand of the product and want to force lazy ev…
51 …n, the most important example of such an expression is the \link Product matrix product expression…
55 the product <tt>matrix3 * matrix4</tt> gets evaluated immediately into a temporary matrix. Indeed, …
61product. Instead of computing the sum everytime, it is much better to compute it once and store it…
DTutorialMatrixArithmetic.dox15 linear-algebraic operations. For example, \c matrix1 \c * \c matrix2 means matrix-matrix product,
119 case of matrices, they are implicitly handled there too, so matrix-vector product is really just a …
120 case of matrix-matrix product, and so is vector-vector outer product. Thus, all these cases are han…
141 If you know your matrix product can be safely evaluated into the destination matrix without aliasin…
149 \section TutorialArithmeticDotAndCross Dot product and cross product
151product and cross product, you need the \link MatrixBase::dot() dot()\endlink and \link MatrixBase…
161 Remember that cross product is only for vectors of size 3. Dot product is for vectors of any sizes.
162 When using complex numbers, Eigen's dot product is conjugate-linear in the first variable and linea…
166 …alue such as the sum (computed by \link DenseBase::sum() sum()\endlink), product (\link DenseBase:…
207 v = m * v; // Run-time assertion failure here: "invalid matrix product"
/external/r8/scripts/
Dupdate-host-art.sh29 echo " [--android-product <product name>]"
39 echo " --android-product specifies the Android product for the framework to include"
55 …$0) --android-checkout ~/android/5.1.1_r19 --art-dir art-5.1.1 --android-product mako --destinatio…
71 --android-product)
124 # Image files required for dex2oat of actual android apps. We need an actual android product
126 mkdir -p $DEST/product/$ANDROID_PRODUCT/system/framework
127 cp -r $ANDROID_TARGET_BUILD/product/$ANDROID_PRODUCT/system/framework/* $DEST/product/$ANDROID_PROD…
/external/google-breakpad/src/tools/windows/symupload/
Dsymupload.cc39 // product: the HTTP-friendly product name, e.g. "MyApp"
159 L" symupload [--timeout NN] [--product product_name] ^\n" in printUsageAndExit()
163 wprintf(L" - product_name is an HTTP-friendly product name. It must only\n" in printUsageAndExit()
167 L" symupload.exe --timeout 0 --product Chrome ^\n" in printUsageAndExit()
173 const wchar_t *product = nullptr; in wmain() local
182 if (!wcscmp(L"--product", argv[currentarg])) { in wmain()
183 product = argv[currentarg + 1]; in wmain()
211 // Don't make a missing product name a hard error. Issue a warning and let in wmain()
212 // the server decide whether to reject files without product name. in wmain()
213 if (product) { in wmain()
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_tests.txt5353 # Product tests.
5355 # These test vectors satisfy A * B = Product.
5357 Product = 5befab3320f8f90542f3120235abd926aac3805a19e343f690
5361 Product = -ab1ce167f4b2945c55ae3f87df50ad07d4be87cf9f8aa07b0c
5365 Product = -c2606cd48e6b075c8da79eb4668e7157f1f175c2860fd4c475
5369 Product = aa6805b5408aff7f914472756da07830dcad902834dbdd6944
5373 Product = 58ca2569173389df29b5ce4b784086055dee821a7243db7210
5377 Product = -a043d31dfce8bd01724d31c863d0a64f1bf013509d77737c42
5381 Product = -b5d6a45ffce851b201239d938ba551bab7dcb59fc11fc35fce
5385 Product = 6f2fde7d1a18625d727c6345ed85e597d546d9228bf7f0564a
[all …]
/external/autotest/client/cros/multimedia/
Dusb_facade_native.py54 The USB device is initially set to one with the default product name,
171 _device_product_name: The product name given to the USB device.
308 """Finds the bus ID of the USB device with the given product name.
310 @param product_name: The product name of the USB device as it appears
315 given product name.
319 """Checks if the product field matches expected product name.
321 @returns: True if the product name matches, False otherwise.
325 logging.debug('Read product at %s = %s', path, read_product_name)
328 # Find product field at these possible paths:
329 # '/sys/bus/usb/drivers/usb/usbX/X-Y/product' => bus id is X-Y.
[all …]
/external/clang/test/CodeGenCXX/
Dtemp-order.cpp13 unsigned Product, Index; member
15 TempTracker() : Product(1), Index(0) {} in TempTracker()
30 TT.Product *= pow(P, ++TT.Index); in ~A()
53 return tt.Product; in f0()
65 return tt.Product; in f1()
77 return tt.Product; in f2()
91 return tt.Product; in f3()
103 return tt.Product; in f4()
117 return tt.Product; in f5()
129 return tt.Product; in f6()
[all …]
/external/svox/pico/lang/
Dall_pico_languages.mk17 $(call inherit-product, external/svox/pico/lang/PicoLangDeDeInSystem.mk)
18 $(call inherit-product, external/svox/pico/lang/PicoLangEnGBInSystem.mk)
19 $(call inherit-product, external/svox/pico/lang/PicoLangEnUsInSystem.mk)
20 $(call inherit-product, external/svox/pico/lang/PicoLangEsEsInSystem.mk)
21 $(call inherit-product, external/svox/pico/lang/PicoLangFrFrInSystem.mk)
22 $(call inherit-product, external/svox/pico/lang/PicoLangItItInSystem.mk)
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp152 CFX_ArrayTemplate<int32_t> product; in Multiply() local
153 product.SetSize(aLength + bLength - 1); in Multiply()
157 product[i + j] = CBC_ReedSolomonGF256::AddOrSubtract( in Multiply()
158 product[i + j], in Multiply()
163 temp->Init(m_field, &product, e); in Multiply()
176 CFX_ArrayTemplate<int32_t> product; in Multiply() local
177 product.SetSize(size); in Multiply()
179 product[i] = m_field->Multiply(m_coefficients[i], scalar); in Multiply()
182 temp->Init(m_field, &product, e); in Multiply()
199 CFX_ArrayTemplate<int32_t> product; in MultiplyByMonomial() local
[all …]
/external/syslinux/com32/lib/pci/
Dscan.c143 int_product_id == dev->product && in get_module_name_from_pcimap()
184 /* Intializing the vendor/product name for each pci device to "unknown" */ in get_class_name_from_pci_ids()
264 /* Try to match any pci device to the appropriate vendor and product name */
271 char product[PCI_PRODUCT_NAME_SIZE]; in get_name_from_pci_ids() local
283 /* Intializing the vendor/product name for each pci device to "unknown" */ in get_name_from_pci_ids()
346 /* if we have a tab + a char, it means this is a product id in get_name_from_pci_ids()
351 /* the product name the second field */ in get_name_from_pci_ids()
352 strlcpy(product, skipspace(strstr(line, " ")), in get_name_from_pci_ids()
354 remove_eol(product); in get_name_from_pci_ids()
356 /* the product id is first field */ in get_name_from_pci_ids()
[all …]
/external/avb/libavb_atx/
Davb_atx_validate.h51 * - Permanent Product Attributes: A hash of these attributes is fused into
53 * - Product Root Key (PRK): This key is provided in permanent attributes and
56 * - Product Intermediate Key (PIK): This key is a rotated intermediary. It is
58 * - Product Signing Key (PSK): This key is a rotated authority for a specific
59 * Android Things product. It is certified by a
61 * - Product ID: This value is provided in permanent attributes and is unique
62 * to a specific Android Things product. This value must match

12345678910>>...139