HomeSort by relevance Sort by last modified time
    Searched refs:s1 (Results 276 - 300 of 614) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/icu/source/test/cintltst/
tracetst.c 293 UChar s1[] = {0x41fe, 0x42, 0x43, 00}; local
294 const char *a1[] = {"s1", "s2", "s3"};
303 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
332 test_format("%vs", 100, 0, "s1\ns2\n[00000002]", __LINE__, a1, 2);
333 test_format("%vs", 100, 4, " s1\n s2\n [00000002]", __LINE__, a1, 2);
  /external/icu4c/test/cintltst/
tracetst.c 293 UChar s1[] = {0x41fe, 0x42, 0x43, 00}; local
294 const char *a1[] = {"s1", "s2", "s3"};
303 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
332 test_format("%vs", 100, 0, "s1\ns2\n[00000002]", __LINE__, a1, 2);
333 test_format("%vs", 100, 4, " s1\n s2\n [00000002]", __LINE__, a1, 2);
  /external/quake/quake/src/WinQuake/
common.cpp 225 int Q_strcmp (const char *s1, const char *s2)
229 if (*s1 != *s2)
231 if (!*s1)
233 s1++;
240 int Q_strncmp (const char *s1, const char *s2, int count)
246 if (*s1 != *s2)
248 if (!*s1)
250 s1++;
257 int Q_strncasecmp (const char *s1, const char *s2, int n)
263 c1 = *s1++
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 149 string s1; local
151 s1 += c;
158 istringstream strm1(s1);
compose.h 211 StateTuple(StateId s1, StateId s2, int f)
212 : state_id1(s1), state_id2(s2), filt(f) {}
270 // and those of the resulting (string) FST, a state tuple (s1, s2) is
271 // simply mapped to StateId s1. Hence, we use an STL vector as a
283 StateTuple(StateId s1, StateId s2, int /* f */)
284 : state_id1(s1), state_id2(s2) {}
454 StateId s1 = tuple.state_id1; local
459 ComposeFstImplBase<A>::fst1_, s1, f, true);
461 OrderedExpand(s, ComposeFstImplBase<A>::fst1_, s1,
623 StateId s1 = ComposeFstImplBase<A>::fst1_->Start() local
    [all...]
  /external/svox/pico/lib/
picoacph.c 635 /* s1: nr sylls in word before the first primary stressed syll,
640 picoos_uint8 *s1,
651 *s1 = 0;
662 (*s1)++;
669 (*s1)++;
678 (*s2) = (*s1);
692 picoos_uint8 s1; local
695 if (!acphAccNrSyllParts(this, acph, ind, &s1, &s2)) {
723 if (!acphAccNrSyllParts(this, acph, i, &s1, &s2)) {
726 *footsyllsfol += s1;
738 picoos_uint8 s1; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
LinkedHashMapTest.java 561 Set s1 = lhm.entrySet(); local
562 Iterator it1 = s1.iterator();
563 assertTrue("Returned set of incorrect size 1", lhm.size() == s1.size());
629 Set s1 = lhm.keySet(); local
630 Iterator it1 = s1.iterator();
631 assertTrue("Returned set of incorrect size", lhm.size() == s1.size());
691 Collection s1 = lhm.values(); local
692 Iterator it1 = s1.iterator();
693 assertTrue("Returned set of incorrect size 1", lhm.size() == s1.size());
753 Collection s1 = lhm.values() local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 148 extern NJ_INT16 nj_strcmp(NJ_CHAR *s1, NJ_CHAR *s2);
149 extern NJ_INT16 nj_strncmp(NJ_CHAR *s1, NJ_CHAR *s2, NJ_UINT16 n);
151 extern NJ_INT16 nj_charncmp(NJ_CHAR *s1, NJ_CHAR *s2, NJ_UINT16 n);
  /external/bluetooth/glib/tests/
regex-test.c 66 streq (const gchar *s1, const gchar *s2)
68 if (s1 == NULL && s2 == NULL)
70 else if (s1 == NULL)
75 return strcmp (s1, s2) == 0;
398 t1, s1, e1) { \
401 t1, s1, e1, NULL)) \
408 t1, s1, e1, t2, s2, e2) { \
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
421 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL))
    [all...]
  /external/icu4c/test/intltest/
tstnorm.cpp 847 ref_norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) {
852 Normalizer::decompose(s1, FALSE, normOptions, r1, errorCode);
858 r1=s1;
874 _norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) {
877 if( UNORM_YES==Normalizer::quickCheck(s1, UNORM_FCD, normOptions, errorCode) &&
882 return Normalizer::compare(s1, s2, options, errorCode);
887 ref_case_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options) {
890 t1=s1;
1107 UnicodeString s1, s2; local
    [all...]
astrotst.cpp 317 UnicodeString s1, s2, s3, s4, s5; local
320 errln("FAIL: (rise) " + df_d->format(cal->getTime(status),s1) +
325 logln(df_d->format(cal->getTime(status),s1) +
329 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
331 errln("FAIL: (set) " + df_d->format(cal->getTime(status),s1) +
336 logln(df_d->format(cal->getTime(status),s1) +
341 logln(df_d->format(cal->getTime(status),s1) +
  /external/openssl/crypto/aes/asm/
aes-ia64.S 49 t1=r34; s1=r35;
105 xor s1=s1,t1
125 (p0) shr.u te01=s1,twenty4 };; // 1/1:s1>>24
134 (p0) extr.u te21=s1,8,8 } // 3/3:s1>>8&0xff
140 (p0) extr.u te11=s1,16,8 } // 4/0:s1>>16&0xff
142 (p0) shladd te01=te01,3,te0 // 4/1:te0+s1>>2
    [all...]
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 85 int s1 = scratches.obtain(); local
86 LDRB(AL, s1, addr.reg, immed12_pre(0)); // R
88 ORR(AL, 0, s1, s1, reg_imm(s0, LSL, 8));
90 ORR(AL, 0, s.reg, s1, reg_imm(s0, LSL, 16));
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium/third_party/icu/source/test/intltest/
astrotst.cpp 317 UnicodeString s1, s2, s3, s4, s5; local
320 errln("FAIL: (rise) " + df_d->format(cal->getTime(status),s1) +
325 logln(df_d->format(cal->getTime(status),s1) +
329 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
331 errln("FAIL: (set) " + df_d->format(cal->getTime(status),s1) +
336 logln(df_d->format(cal->getTime(status),s1) +
341 logln(df_d->format(cal->getTime(status),s1) +
  /external/grub/stage2/
shared.h 873 int grub_strncat (char *s1, const char *s2, int n);
876 int grub_strncat (char *s1, const char *s2, int n);
877 char *grub_strstr (const char *s1, const char *s2);
878 int grub_memcmp (const char *s1, const char *s2, int n);
879 int grub_strcmp (const char *s1, const char *s2);
910 int substring (const char *s1, const char *s2);
  /external/libpng/
pngconf.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 268 const char* s1, size_t n1, const char* s2, size_t n2) {
274 _STLP_STRNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
279 s1 += bufsize1; n1 -= bufsize1;
288 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) {
294 _STLP_WCSNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
299 s1 += bufsize1; n1 -= bufsize1;
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 363 const char *s1, size_t n1,
370 strncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
375 s1 += bufsize1; n1 -= bufsize1;
383 const wchar_t *s1, size_t n1,
390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
395 s1 += bufsize1; n1 -= bufsize1;
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 272 const char* s1, size_t n1, const char* s2, size_t n2) {
278 _STLP_STRNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
283 s1 += bufsize1; n1 -= bufsize1;
292 const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) {
298 _STLP_WCSNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
303 s1 += bufsize1; n1 -= bufsize1;
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 363 const char *s1, size_t n1,
370 strncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
375 s1 += bufsize1; n1 -= bufsize1;
383 const wchar_t *s1, size_t n1,
390 wcsncpy(buf1, s1, bufsize1); buf1[bufsize1] = 0;
395 s1 += bufsize1; n1 -= bufsize1;
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 86 ((length <= 3) ? Hex.s1(value) : Hex.s2(value));
236 valueStr = "#" + Hex.s1(value);
262 valueStr = Hex.s1((int) value);
  /frameworks/base/opengl/libagl/
primitives.cpp 695 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2)
707 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) -
728 int32_t s1 = v1->texture[i].S; local
735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
744 s1 *= width;
753 itt[6] = -lerp.iteratorsScale(itt+0, s0, s1, s2);
785 int32_t s1 = v1->texture[i].S; local
792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
801 s1 *= width;
813 s1 = gglMulx(s1, w1, wscale)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
QName.java 637 String s1 = tokenizer.nextToken(); local
641 qname = new QName(null, s1);
643 qname = new QName(s1, s2);

Completed in 2217 milliseconds

<<11121314151617181920>>