HomeSort by relevance Sort by last modified time
    Searched refs:m1 (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Matrix4fTest.java 106 Matrix4f m1 = new Matrix4f(); local
109 m1.load(m2);
110 checkData(m1, setData);
  /external/javassist/src/main/javassist/
SerialVersionUID.java 159 CtMethod m1 = (CtMethod)o1;
161 int value = m1.getName().compareTo(m2.getName());
163 value = m1.getMethodInfo2().getDescriptor()
  /external/skia/samplecode/
SampleSkLayer.cpp 59 SkMatrix44 m0, m1, m2; local
69 m1.setTranslate(5, 6, 7);
70 m0.setConcat(m0, m1);
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-function-mockers.h 87 MockSpec<F>& With(const Matcher<A1>& m1) {
88 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1));
108 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
109 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2));
129 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
131 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3));
151 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
153 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4));
174 MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
176 this->current_spec().SetMatchers(::std::tr1::make_tuple(m1, m2, m3, m4
    [all...]
gmock-generated-matchers.h 852 // AllOf(m1, m2, ..., mk) matches any value that matches all of the given
857 AllOf(Matcher1 m1, Matcher2 m2) {
858 return internal::BothOfMatcher<Matcher1, Matcher2>(m1, m2);
864 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3) {
865 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3));
872 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4) {
873 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4));
881 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5) {
882 return ::testing::AllOf(m1, ::testing::AllOf(m2, m3, m4, m5));
890 AllOf(Matcher1 m1, Matcher2 m2, Matcher3 m3, Matcher4 m4, Matcher5 m5
    [all...]
  /external/mesa3d/test/
main.cpp 187 GLmatrix m0, m1, m2, m3, m4; local
189 _math_matrix_ctr(&m1);
291 _math_matrix_set_identity(&m1);
301 _math_matrix_lookat(&m1, 0, 0, -6,
311 _math_matrix_mul_matrix(&m3, &m1, &m2);
m_matrix.c 366 GLfloat m0, m1, m2, m3, s; local
394 m1 = r1[0]/r0[0]; m2 = r2[0]/r0[0]; m3 = r3[0]/r0[0];
395 s = r0[1]; r1[1] -= m1 * s; r2[1] -= m2 * s; r3[1] -= m3 * s;
396 s = r0[2]; r1[2] -= m1 * s; r2[2] -= m2 * s; r3[2] -= m3 * s;
397 s = r0[3]; r1[3] -= m1 * s; r2[3] -= m2 * s; r3[3] -= m3 * s;
399 if (s != 0.0) { r1[4] -= m1 * s; r2[4] -= m2 * s; r3[4] -= m3 * s; }
401 if (s != 0.0) { r1[5] -= m1 * s; r2[5] -= m2 * s; r3[5] -= m3 * s; }
403 if (s != 0.0) { r1[6] -= m1 * s; r2[6] -= m2 * s; r3[6] -= m3 * s; }
405 if (s != 0.0) { r1[7] -= m1 * s; r2[7] -= m2 * s; r3[7] -= m3 * s; }
441 m1 = r1[3]
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
MethodTest.java 199 Method m1 = null, m2 = null; local
201 m1 = TestMethod.class.getMethod("invokeInstanceTest", new Class[0]);
207 assertTrue("Overriden method returned equal", !m1.equals(m2));
208 assertTrue("Same method returned not-equal", m1.equals(m1));
210 m1 = TestMethod.class.getMethod("invokeStaticTest", new Class[0]);
216 assertTrue("Inherited method returned not-equal", m1.equals(m2));
224 Method m1 = TestMethod.class.getMethod("invokeInstanceTest", new Class[0]); local
226 assertEquals(m1, m2);
234 Method m1 = TestMethod.class.getDeclaredMethod("invokeInstanceTest", new Class[0]) local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
MethodTest.java 143 Method m1 = null, m2 = null; local
144 m1 = TestMethod.class.getMethod("invokeInstanceTest", new Class[0]);
148 assertTrue("Overriden method returned equal", !m1.equals(m2));
149 assertTrue("Same method returned not-equal", m1.equals(m1));
150 m1 = TestMethod.class.getMethod("invokeStaticTest", new Class[0]);
154 assertTrue("Inherited method returned not-equal", m1.equals(m2));
  /external/openssl/crypto/bn/
bn_mont.c 264 size_t m1,m2; local
275 m1=0-(size_t)(((al-ri)>>(sizeof(al)*8-1))&1); /* al<ri */
277 m1|=m2; /* (al!=ri) */
278 m1|=(0-(size_t)v); /* (al!=ri || v) */
279 m1&=~m2; /* (al!=ri || v) && !al>ri */
280 nrp=(BN_ULONG *)(((PTR_SIZE_INT)rp&~m1)|((PTR_SIZE_INT)ap&m1));
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 894 SizeT m1 = 1024 * 1024; local
895 SizeT m16 = 16 * m1;
897 if (szB < m1) szB = m1;
900 if (szB < m1) szB = m1;
933 SizeT m1 = 1024 * 1024; local
934 SizeT m8 = 8 * m1;
937 if (dseg_max_size < m1) dseg_max_size = m1;
    [all...]
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
RsBenchRS.java 359 Matrix4f m1 = new Matrix4f(); local
364 m1.loadFrustum(-aspect,aspect, -1,1, 1,100);
367 m1.loadFrustum(-1,1, -aspect,aspect, 1,100);
371 m1.loadMultiply(m1, m2);
374 m1.loadMultiply(m1, m2);
377 m1.loadMultiply(m1, m2);
378 return m1;
    [all...]
  /external/bison/src/
symtab.c 455 hash_compare_symbol (const symbol *m1, const symbol *m2)
458 return UNIQSTR_EQ (m1->tag, m2->tag);
462 hash_symbol_comparator (void const *m1, void const *m2)
464 return hash_compare_symbol (m1, m2);
  /external/clang/test/Sema/
struct-packed-align.c 118 extern int m1[sizeof(struct packed_fas2) == 1 ? 1 : -1];
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java 44 Method m1 = AnnotatedClass2.class local
49 m1.getDeclaredAnnotations()[0].equals(m2
107 Method m1 = AnnotatedClass.class.getDeclaredMethod("e34c", new Class[] {}); local
121 m1.getDeclaredAnnotations()[0].hashCode());
  /external/opencv/cvaux/src/
cveigenobjects.cpp 476 int i, j, n, iev = 0, m1 = nObjects - 1, objStep1 = objStep, eigStep1 = eigStep / 4; local
486 if( m1 > calcLimit->max_iter && calcLimit->type != CV_TERMCRIT_EPS )
487 m1 = calcLimit->max_iter;
505 for( i = 0; i < m1; i++ )
674 for( i = 0; i < m1; i++ )
677 m1 = calcLimit->max_iter = i;
680 m1 = calcLimit->max_iter;
681 calcLimit->epsilon = (float) fabs( eigVals[m1 - 1] / eigVals[0] );
683 for( i = 0; i < m1; i++ )
692 ngr = m1 / nio; /* number of io groups *
    [all...]
  /external/quake/quake/src/QW/client/
common.h 137 #define Q_memcmp(m1, m2, c) memcmp((m1), (m2), (c))
  /frameworks/base/core/tests/coretests/src/android/app/
SearchablesTest.java 171 boolean m1 = (ai.getQueryActionMsg() != null) && (ai.getQueryActionMsg().length() > 0);
175 assertTrue(m1 || m2 || m3);
  /libcore/luni/src/main/java/java/util/
UUID.java 201 long m1 = Long.parseLong(uuid.substring(0, position[0]), 16); local
208 long msb = (m1 << 32) | (m2 << 16) | m3;
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 641 const Matcher<int> m1 = IsEven2(); local
642 EXPECT_EQ("is even", Describe(m1));
643 EXPECT_EQ("is odd", DescribeNegation(m1));
652 const Matcher<int> m1 = IsEven2(); local
653 EXPECT_EQ("OK", Explain(m1, 4));
654 EXPECT_EQ("% 2 == 1", Explain(m1, 5));
675 const Matcher< ::std::string> m1 = IsEmptyString(); local
676 EXPECT_TRUE(m1.Matches(""));
953 MATCHER_P3(TwoOf, m1, m2, m3, "") {
954 const int count = static_cast<int>(Value(arg, m1))
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
block.cpp 369 int r0, r1, r2, r3, m0, m1, m2 , m3; local
507 m1 = coef[0] - coef[4];
514 coef[8] = m1 - m3;
515 coef[12] = m1 + m3;
527 m1 = coef[0] - coef[64];
533 coef[128] = ((m1 - m3) * quant) << Qq;
534 coef[192] = ((m1 + m3) * quant) << Qq;
547 m1 = coef[0] - coef[64];
553 coef[128] = (((m1 - m3) * quant + offset) >> Qq);
554 coef[192] = (((m1 + m3) * quant + offset) >> Qq)
    [all...]
  /frameworks/base/opengl/libagl/
light.cpp 50 const GLfixed* m0, const GLfixed* m1, const GLfixed* a);
52 const GLfixed* m0, const GLfixed* m1);
163 const GLfixed* m0, const GLfixed* m1, const GLfixed* a)
165 d[0] = gglMulAddx(m0[0], m1[0], a[0]);
166 d[1] = gglMulAddx(m0[1], m1[1], a[1]);
167 d[2] = gglMulAddx(m0[2], m1[2], a[2]);
171 void vmul3(GLfixed* d, const GLfixed* m0, const GLfixed* m1) {
172 d[0] = gglMulx(m0[0], m1[0]);
173 d[1] = gglMulx(m0[1], m1[1]);
174 d[2] = gglMulx(m0[2], m1[2])
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er.c 37 struct wpabuf *m1));
480 static void wps_er_ap_get_m1(struct wps_er_ap *ap, struct wpabuf *m1)
484 if (wps_parse_msg(m1, &attr) < 0) {
485 wpa_printf(MSG_DEBUG, "WPS ER: Failed to parse M1");
721 int m1; local
723 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1;
728 * or M1. This will filter out bogus events and anything that
731 if (!probe_req && !m1)
743 if (m1)
808 if (m1 || new_sta
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 227 int[] m1 = new int[2]; local
235 m1[0] = j;
240 m1[1] = j;
244 gMDS0[i] = m1[P_00] | mX[P_00] << 8 |
248 mX[P_10] << 16 | m1[P_10] << 24;
251 m1[P_20] << 16 | mY[P_20] << 24;
253 gMDS3[i] = mX[P_30] | m1[P_30] << 8 |
  /external/chromium/chrome/browser/autocomplete/
autocomplete_unittest.cc 408 AutocompleteMatch m1(NULL, 0, false, AutocompleteMatch::URL_WHAT_YOU_TYPED);
412 m1.relevance = cases[i].r1;
415 AutocompleteMatch::MoreRelevant(m1, m2));

Completed in 1496 milliseconds

1 2 34 5 6 7 8