HomeSort by relevance Sort by last modified time
    Searched defs:lc (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
mywc.c 8 register int c, cc = 0, wc = 0, lc = 0; local
23 ++lc;
25 done: printf( "%8d%8d%8d\n", lc, wc, cc );
  /frameworks/base/core/tests/coretests/src/android/net/
LinkSocketTest.java 38 LinkCapabilities lc; local
40 lc = new LinkCapabilities();
41 assertEquals(0, lc.size());
42 assertEquals(true, lc.isEmpty());
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
LanguageCallbackTest.java 36 LanguageCallback lc; field in class:LanguageCallbackTest
42 lc = new LanguageCallback();
44 lc.setLocale(locale);
45 assertEquals("US", lc.getLocale().getCountry());
52 lc = new LanguageCallback();
53 assertNull(lc.getLocale());
55 lc.setLocale(null);
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/serialization/
LanguageCallbackTest.java 39 LanguageCallback lc = new LanguageCallback(); local
40 lc.setLocale(Locale.UK);
41 return new Object[] { lc };
  /external/skia/include/core/
SkTSearch.h 147 const char* lc() const { return fLC; } function in class:SkAutoAsciiToLC
  /development/tools/emulator/opengl/host/tools/emugen/
TypeFactory.cpp 77 int lc = 0; local
79 lc++;
88 fprintf(stderr, "Error: %d : missing type name\n", lc);
95 fprintf(stderr, "Error: %d : missing type width\n", lc);
102 fprintf(stderr, "Error: %d : missing print-string\n", lc);
110 fprintf(stderr, "Error: %d : missing ispointer definition\n", lc);
121 fprintf(stderr, "Error: %d : invalid isPointer definition, must be either \"true\" or \"false\"\n", lc);
127 fprintf(stderr, "Error: %d : unknown var width: %d\n", lc, atoi(size.c_str()));
134 lc, name.c_str(), lc);
    [all...]
ApiGen.cpp 959 unsigned int lc = 0; local
985 size_t lc = 0; local
    [all...]
  /external/skia/src/core/
SkTSearch.cpp 76 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
95 // assign lc to our preallocated storage if len is small enough, or allocate
97 char* lc; local
99 lc = fStorage;
101 lc = (char*)sk_malloc_throw(len + 1);
103 fLC = lc;
112 lc[i] = c;
114 lc[len] = 0;
  /external/openssl/crypto/bn/
bn_mul.c 763 BN_ULONG ll,lc,*lp,*mp; local
901 lc=c1;
903 ll=(r[i]+lc)&BN_MASK2;
905 lc=(lc > ll);
906 } while (lc);
910 lc= -c1;
913 r[i++]=(ll-lc)&BN_MASK2;
914 lc=(lc > ll)
    [all...]
  /external/svox/pico/lib/
picobase.c 101 picoos_uint32 lc; local
103 lc = utf32;
105 lc = (utf32 + 32);
107 lc = (utf32 + 40);
132 lc = (utf32 + 1);
142 lc = (utf32 - 8);
146 lc = (utf32 - 8);
151 lc = (utf32 + 16);
156 lc = (utf32 + 26);
159 lc = 8112
498 picoos_uint32 lc; local
    [all...]
  /dalvik/tests/082-inline-execute/src/
Main.java 141 String lc = "abcdefg"; local
146 String y = lc.toUpperCase();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 831 LoginContext lc = new LoginContext(CONFIG_NAME); local
832 lc.login();
853 LoginContext lc = new LoginContext(CONFIG_NAME); local
854 lc.login();
855 lc.login();
867 LoginContext lc = new LoginContext(CONFIG_NAME); local
868 lc.login();
869 Subject subj0 = lc.getSubject();
871 lc.logout();
873 lc.login()
886 LoginContext lc = new LoginContext(CONFIG_NAME); local
915 LoginContext lc = new LoginContext(CONFIG_NAME); local
1063 LoginContext lc = new LoginContext(CONFIG_NAME); local
1098 LoginContext lc = new LoginContext(CONFIG_NAME); local
1126 LoginContext lc = new LoginContext(CONFIG_NAME); local
1147 LoginContext lc = new LoginContext(CONFIG_NAME); local
1177 LoginContext lc = new LoginContext(CONFIG_NAME); local
1200 LoginContext lc = new LoginContext(CONFIG_NAME); local
1222 LoginContext lc = new LoginContext(CONFIG_NAME); local
1241 LoginContext lc = new LoginContext(CONFIG_NAME); local
1260 LoginContext lc = new LoginContext(CONFIG_NAME); local
1279 LoginContext lc = new LoginContext(CONFIG_NAME); local
1299 LoginContext lc = new LoginContext(CONFIG_NAME); local
1318 LoginContext lc = new LoginContext(CONFIG_NAME); local
1337 LoginContext lc = new LoginContext(CONFIG_NAME); local
1357 LoginContext lc = new LoginContext(CONFIG_NAME); local
1383 LoginContext lc = new LoginContext(CONFIG_NAME); local
1413 LoginContext lc = new LoginContext(CONFIG_NAME); local
1446 LoginContext lc = new LoginContext(CONFIG_NAME); local
1480 LoginContext lc = new LoginContext(CONFIG_NAME); local
1507 LoginContext lc = new LoginContext(CONFIG_NAME); local
1536 LoginContext lc = new LoginContext(CONFIG_NAME); local
1564 LoginContext lc = new LoginContext(CONFIG_NAME); local
1600 LoginContext lc = new LoginContext(CONFIG_NAME); local
1626 LoginContext lc = new LoginContext(CONFIG_NAME); local
1652 LoginContext lc = new LoginContext(CONFIG_NAME); local
1670 LoginContext lc = new LoginContext(CONFIG_NAME); local
1691 LoginContext lc = new LoginContext(CONFIG_NAME); local
1715 LoginContext lc = new LoginContext(CONFIG_NAME); local
1736 LoginContext lc = new LoginContext(CONFIG_NAME); local
1757 LoginContext lc = new LoginContext(CONFIG_NAME); local
1775 LoginContext lc = new LoginContext(CONFIG_NAME); local
1787 LoginContext lc = new LoginContext(CONFIG_NAME); local
1801 LoginContext lc = new LoginContext(CONFIG_NAME); local
2032 LoginContext lc = new LoginContext(CONFIG_NAME, null, null, local
    [all...]
  /external/clang/test/CodeGenCXX/
predefined-expr.cpp 285 LocalClass lc; local
286 lc.localClassFunction();
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 26 _Locale_lcid_t lc; member in struct:_Locale_codecvt
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1);
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1);
72 if (__GetLCIDFromName(name, &lcodecvt->lc.id, cp_name, lc_hint) == -1)
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size);
248 GetLocaleInfoW(lnum->lc.id, LOCALE_SDECIMAL, buf, 4);
254 GetLocaleInfoW(lnum->lc.id, LOCALE_STHOUSAND, buf, 4);
274 { GetLocaleInfoW(lmon->lc.id, LOCALE_SINTLSYMBOL, buf, (int)bufSize); return buf; }
    [all...]
  /external/valgrind/main/coregrind/m_ume/
macho.c 438 struct load_command *lc; local
498 for (lc = (struct load_command *)(headers + sizeof(mh));
499 lc < lcend;
500 lc = (struct load_command *)(lc->cmdsize + (vki_uint8_t *)lc))
502 if ((vki_uint8_t *)lc < headers ||
503 lc->cmdsize+(vki_uint8_t *)lc > headers_end) {
508 switch (lc->cmd)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-103087.js 37 var lc = ''; variable
138 re.exec(lc);
153 lc = RegExp.leftContext;
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 26 _Locale_lcid_t lc; member in struct:_Locale_codecvt
49 LCMapStringW(ltype->lc.id, LCMAP_LOWERCASE, &in_c, 1, &res, 1);
57 LCMapStringW(ltype->lc.id, LCMAP_UPPERCASE, &in_c, 1, &res, 1);
72 if (__GetLCIDFromName(name, &lcodecvt->lc.id, cp_name, lc_hint) == -1)
95 return __GetLocaleName(lcodecvt->lc.id, cp_buf, buf);
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
236 result = LCMapStringW(lcol->lc.id, LCMAP_SORTKEY, src, (int)src_size, dst, (int)dst_size);
248 GetLocaleInfoW(lnum->lc.id, LOCALE_SDECIMAL, buf, 4);
254 GetLocaleInfoW(lnum->lc.id, LOCALE_STHOUSAND, buf, 4);
274 { GetLocaleInfoW(lmon->lc.id, LOCALE_SINTLSYMBOL, buf, (int)bufSize); return buf; }
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 114 struct load_command lc; local
116 memcpy(&lc, buf, sizeof(struct load_command));
118 if (lc.cmd == LC_SEGMENT)
143 else if (lc.cmd == LC_SEGMENT_64)
162 else if (lc.cmd == LC_SYMTAB)
219 buf += lc.cmdsize;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 379 int lc = 0; local
389 lc++;
390 } else if (lc > 0)
411 int lc = 0; local
424 lc++;
425 } else if (lc > 0)
  /external/qemu/distrib/zlib-1.2.3/
trees.c 1078 int lc; \/* match length or unmatched char (if dist == 0) *\/ local
1088 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
    [all...]
  /external/zlib/
trees.c 1082 int lc; \/* match length or unmatched char (if dist == 0) *\/ local
1092 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 293 LoadLinearFixedContext lc; local
306 lc = (LoadLinearFixedContext) ar.userObj;
308 response = lc.onLoaded;
327 lc = (LoadLinearFixedContext) ar.userObj;
329 response = lc.onLoaded;
359 lc = (LoadLinearFixedContext) ar.userObj;
361 response = lc.onLoaded;
376 fileid = lc.efid;
377 recordNum = lc.recordNum;
387 lc.recordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF
    [all...]
  /external/bluetooth/bluez/attrib/
client.c 592 GSList *lc; local
594 for (lc = prim->chars; lc; lc = lc->next) {
595 struct characteristic *chr = lc->data;
1082 GSList *l, *lp, *lc; local
1093 for (lc = prim->chars; lc; lc = lc->next)
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 650 double* lc = (double*)cvStackAlloc( (mi+1)*2*sizeof(lc[0]) ) + 1; local
651 double* rc = lc + mi + 1;
654 lc[i] = rc[i] = 0;
657 // sent to the left (lc) and to the right (rc) by the primary split
663 double sum = lc[idx] + d*w;
665 lc[idx] = sum; rc[idx] = sum_abs;
670 double sum = lc[i];
672 lc[i] = (sum_abs - sum) * 0.5;
680 double lval = lc[i], rval = rc[i]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 593 struct load_command *lc = 0; local
598 lc = (struct load_command *)((char *)mh + sizeof(struct mach_header));
599 for (n = 0; n < mh->ncmds; n++, lc = (struct load_command *)((char *)lc + lc->cmdsize))
601 if ((LC_LOAD_DYLIB == lc->cmd) || (LC_LOAD_WEAK_DYLIB == lc->cmd))
604 my_find_image((char *)(((struct dylib_command *)lc)->dylib.name.offset +
605 (char *)lc))))
1195 struct load_command *lc = 0 local
    [all...]

Completed in 2386 milliseconds

1 2