HomeSort by relevance Sort by last modified time
    Searched defs:s2 (Results 201 - 225 of 586) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/eigen/test/
sparse_product.cpp 51 Scalar s2 = internal::random<Scalar>(); local
90 VERIFY_IS_APPROX(m4 = s2*m2*m3*s1, refMat4 = s2*refMat2*refMat3*s1);
  /external/elfutils/libdw/
memory-access.h 184 int16_t s2; member in union:unaligned
203 return up->s2;
  /external/icu4c/test/intltest/
nmfmtrt.cpp 238 UnicodeString s, s2, temp; local
255 s2 = fmt->format(n.getDouble(), s2);
257 s2 = fmt->format(n.getLong(), s2);
260 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
263 if (s != s2) {
264 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
294 escape(s2));
  /external/iproute2/ip/
link_gre.c 272 char s2[64]; local
336 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_IKEY]), s2, sizeof(s2));
337 fprintf(f, "ikey %s ", s2);
342 inet_ntop(AF_INET, RTA_DATA(tb[IFLA_GRE_OKEY]), s2, sizeof(s2));
343 fprintf(f, "ikey %s ", s2);
  /external/llvm/unittests/IR/
MetadataTest.cpp 35 MDString *s2 = MDString::get(Context, StringRef(&x[0], 3)); local
36 EXPECT_NE(s1, s2);
46 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3)); local
47 EXPECT_EQ(s1, s2);
82 MDString *s2 = MDString::get(Context, StringRef(&y[0], 3)); local
88 V.push_back(s2);
111 EXPECT_EQ(s2, n1->getOperand(2));
  /external/marisa-trie/tests/
unit-test.cc 144 std::string s2 = "xyz"; local
145 str = marisa::String(s2.c_str(), s2.length());
147 ASSERT(str.ptr() == s2.c_str());
149 ASSERT(str[0] == s2[0]);
150 ASSERT(str[1] == s2[1]);
151 ASSERT(str[2] == s2[2]);
159 ASSERT(rstr.ptr() == s2.c_str());
161 ASSERT(rstr[0] == s2[2]);
162 ASSERT(rstr[1] == s2[1])
    [all...]
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 146 std::string s2 = "xyz"; local
147 str = marisa_alpha::String(s2.c_str(), s2.length());
149 ASSERT(str.ptr() == s2.c_str());
151 ASSERT(str[0] == s2[0]);
152 ASSERT(str[1] == s2[1]);
153 ASSERT(str[2] == s2[2]);
161 ASSERT(rstr.ptr() == s2.c_str());
163 ASSERT(rstr[0] == s2[2]);
164 ASSERT(rstr[1] == s2[1])
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
TimeStamp.java 101 String s2 = getDelayAsString(); local
102 if (s1.equals("") && s2.equals(""))
106 if (!s2.equals(""))
107 retval.append(" ").append(s2);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
HeaderParser.java 117 String s2 = lexer.number(); local
118 int yr = Integer.parseInt(s2);
  /external/openfst/src/include/fst/
signed-log-weight.h 113 bool s2 = w2.Value1().Value() > 0.0; local
121 if (s1 == s2)
126 if (s1 == s2) {
134 if (s2 == s1) {
157 bool s2 = w2.Value1().Value() > 0.0; local
160 if (s1 == s2)
173 bool s2 = w2.Value1().Value() > 0.0; local
182 else if (s1 == s2)
193 bool s2 = w2.Value1().Value() > 0.0; local
194 if (s1 == s2) {
206 bool s2 = w2.Value1().Value() > 0.0; local
    [all...]
  /external/openssh/
rijndael.c 859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
    [all...]
  /external/openssl/crypto/aes/
aes_core.c 785 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
976 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
    [all...]
  /external/openssl/ssl/
s2_lib.c 316 return SSL_in_init(s) ? 0 : s->s2->ract_data_length;
321 SSL2_STATE *s2; local
323 if ((s2=OPENSSL_malloc(sizeof *s2)) == NULL) goto err;
324 memset(s2,0,sizeof *s2);
330 if ((s2->rbuf=OPENSSL_malloc(
334 if ((s2->wbuf=OPENSSL_malloc(
336 s->s2=s2;
352 SSL2_STATE *s2; local
367 SSL2_STATE *s2; local
    [all...]
  /external/qemu/
aes.c 889 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
    [all...]
  /external/quake/quake/src/QW/client/
r_sky.c 263 int g, s1, s2; local
271 s2 = iskyspeed2 / g;
272 temp = SKYSIZE * s1 * s2;
  /external/quake/quake/src/WinQuake/
r_sky.cpp 263 int g, s1, s2; local
271 s2 = iskyspeed2 / g;
272 temp = SKYSIZE * s1 * s2;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SpannableStringTest.java 39 UnderlineSpan s2 = new UnderlineSpan(); local
41 spanStr.setSpan(s2, 1, 10, 0);
43 assertBothSpans(s1, s2);
49 UnderlineSpan s2 = new UnderlineSpan(); local
51 spanStr.setSpan(s2, 1, 10, 0);
57 assertThat((UnderlineSpan) spans[0], sameInstance(s2));
63 UnderlineSpan s2 = new UnderlineSpan(); local
65 spanStr.setSpan(s2, 20, 30, 0);
70 assertBothSpans(s1, s2);
80 assertThat((UnderlineSpan) spans[0], sameInstance(s2));
96 UnderlineSpan s2 = new UnderlineSpan(); local
111 UnderlineSpan s2 = new UnderlineSpan(); local
    [all...]
  /external/stlport/test/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 37 ALWAYS_INLINE JSValue jsString(ExecState* exec, JSString* s1, JSString* s2)
41 return s2;
42 unsigned length2 = s2->length();
48 unsigned fiberCount = s1->fiberCount() + s2->fiberCount();
52 return new (globalData) JSString(globalData, fiberCount, s1, s2);
58 ropeBuilder.append(s2);
62 ALWAYS_INLINE JSValue jsString(ExecState* exec, const UString& u1, JSString* s2)
66 return s2;
67 unsigned length2 = s2->length();
73 unsigned fiberCount = 1 + s2->fiberCount()
254 bool s2 = v2.isString(); local
    [all...]
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 205 QState* s2 = new QState(m_machine); local
206 s2->assignProperty(this, "yRotation", -90);
207 s1->addTransition(s1, SIGNAL(propertiesAssigned()), s2);
212 QAbstractTransition* t2 = s2->addTransition(s3);
  /frameworks/base/core/tests/coretests/src/android/text/
SpannedTest.java 79 Spanned s2 = (Spanned) TextUtils.CHAR_SEQUENCE_CREATOR. local
83 style = s2.getSpans(1, 2, StyleSpan.class);
85 assertEquals(1, s2.getSpanStart(style[0]));
86 assertEquals(2, s2.getSpanEnd(style[0]));
88 style = s2.getSpans(3, 7, StyleSpan.class);
90 assertEquals(3, s2.getSpanStart(style[0]));
91 assertEquals(7, s2.getSpanEnd(style[0]));
93 TextAppearanceSpan[] appearance = s2.getSpans(7, 8,
96 assertEquals(7, s2.getSpanStart(appearance[0]));
97 assertEquals(8, s2.getSpanEnd(appearance[0]))
    [all...]
  /frameworks/rs/cpp/
Element.cpp 341 const char *s2 = name.string(); local
343 if (strlen(s2) >= len) {
344 if (!memcmp(s1, s2, len)) {
  /ndk/sources/host-tools/make-3.81/
vmsify.c 242 char *s2; local
247 s2 = strchr (s+1, ']');
254 if ((type == 1) && (s1 != 0) && (s2 == 0))
266 if ((type == 1) && (s1 != 0) && (s2 == 0))
450 char *s2; local
453 s2 = s1 + strlen (s1) - 1;
454 if (*s2 == ':') /* translation ends in ':' */
456 s2 = trnlog (s1);
458 if (*s2 == 0)
463 s1 = s2;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 41 struct S2 { } s2; variable in typeref:struct:S2
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
    [all...]

Completed in 1437 milliseconds

1 2 3 4 5 6 7 891011>>