/external/mockito/src/org/mockito/internal/verification/ |
H A D | Times.java | 22 public class Times implements VerificationInOrderMode, VerificationMode { class in inherits:VerificationInOrderMode,VerificationMode 26 public Times(int wantedNumberOfInvocations) { method in class:Times
|
/external/openfst/src/include/fst/ |
H A D | expectation-weight.h | 24 // Times: <a1, b1> * <a2, b2> = < (a1 * a2) , [(a1 * b2) + (a2 * b1)] > 125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w, function in namespace:fst 127 return ExpectationWeight<X1, X2>(Times(w.Value1(), v.Value1()), 128 Plus(Times(w.Value1(), v.Value2()), 129 Times(w.Value2(), v.Value1())));
|
H A D | lexicographic-weight.h | 22 // path property and Times() must be (strongly) cancellative 23 // (for all a,b,c != Zero(): Times(c, a) = Times(c, b) => a = b, 24 // Times(a, c) = Times(b, c) => a = b). 135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w, function in namespace:fst 137 return LexicographicWeight<W1, W2>(Times(w.Value1(), v.Value1()), 138 Times(w.Value2(), v.Value2()));
|
H A D | product-weight.h | 99 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, function in namespace:fst 101 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()), 102 Times(w.Value2(), v.Value2()));
|
H A D | power-weight.h | 36 // The Times operation is overloaded to provide the 109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1, function in namespace:fst 113 w.SetValue(i, Times(w1.Value(i), w2.Value(i))); 130 inline PowerWeight<W, n> Times(const W &s, const PowerWeight<W, n> &w) { function in namespace:fst 133 sw.SetValue(i, Times(s, w.Value(i))); 139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) { function in namespace:fst 142 ws.SetValue(i, Times(w.Value(i), s)); 152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
|
H A D | signed-log-weight.h | 152 inline SignedLogWeightTpl<T> Times(const SignedLogWeightTpl<T> &w1, function in namespace:fst
|
H A D | sparse-power-weight.h | 46 return Times(v1, v2); 76 // The Times operation is overloaded to provide the 160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, function in namespace:fst 183 const SparsePowerWeight<W, K>& product = Times(w1, w2); 202 inline SparsePowerWeight<W, K> Times(const W &k, function in namespace:fst 205 return Times(w1, w2); 209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1, function in namespace:fst 212 return Times(w1, w2);
|
H A D | float-weight.h | 260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1, function in namespace:fst 273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1, function in namespace:fst 275 return Times<float>(w1, w2); 278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1, function in namespace:fst 280 return Times<double>(w1, w2); 395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1, function in namespace:fst 408 inline LogWeightTpl<float> Times(const LogWeightTpl<float> &w1, function in namespace:fst 410 return Times<float>(w1, w2); 413 inline LogWeightTpl<double> Times(const LogWeightTpl<double> &w1, function in namespace:fst 415 return Times<doubl 522 inline MinMaxWeightTpl<T> Times( function in namespace:fst 529 inline MinMaxWeightTpl<float> Times( function in namespace:fst 534 inline MinMaxWeightTpl<double> Times( function in namespace:fst [all...] |
H A D | string-weight.h | 434 inline StringWeight<L, S> Times(const StringWeight<L, S> &w1, function in namespace:fst
|
/external/v8/src/ |
H A D | diy-fp.h | 51 static DiyFp Times(const DiyFp& a, const DiyFp& b) { function in class:v8::internal::DiyFp
|
/external/pdfium/xfa/src/fxbarcode/common/ |
H A D | BC_CommonPerspectiveTransform.cpp | 66 return sToQ->Times(*(qToS.get()));
136 CBC_CommonPerspectiveTransform* CBC_CommonPerspectiveTransform::Times(
function in class:CBC_CommonPerspectiveTransform
|
/external/dexmaker/lib/ |
H A D | mockito-core-1.9.1-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ... |
/external/robolectric/v1/lib/test/ |
H A D | mockito-core-1.8.5.jar | META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ... |