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

1 2 3 4 5 6 7

  /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...]
  /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/webkit/Tools/android/flex-2.5.4a/MISC/fastwc/
wc1.l 7 int cc = 0, wc = 0, lc = 0;
13 \n ++lc; ++cc;
16 printf( "%8d %8d %8d\n", lc, wc, cc );
wc2.l 8 int cc = 0, wc = 0, lc = 0;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
15 \n+ cc += yyleng; lc += yyleng;
18 printf( "%8d %8d %8d\n", lc, wc, cc );
wc4.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
18 {words}{3}{word}{ws}*\n wc += 4; cc += yyleng; ++lc;
22 \n+ cc += yyleng; lc += yyleng;
25 printf( "%8d %8d %8d\n", lc, wc, cc );
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 );
wc3.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 printf( "%8d %8d %8d\n", lc, wc, cc );
wc5.l 9 int cc = 0, wc = 0, lc = 0;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
19 \n+ cc += yyleng; lc += yyleng;
22 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/libmtp/src/
util.c 75 uint32_t ln, lc; local
79 lc = 0;
87 fprintf(f, "%02x", bp[16*lc+i]);
97 unsigned char ch= bp[16*lc+i];
103 lc++;
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 95 bool EntryPoint::parse(unsigned int lc, const std::string & str)
113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str());
205 int EntryPoint::setAttribute(const std::string &line, size_t lc)
216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc);
222 (unsigned int)lc, varname.c_str(), name().c_str());
233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc);
239 (unsigned int)lc, varname.c_str(), name().c_str());
250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc);
    [all...]
EntryPoint.h 33 bool parse(unsigned int lc, const std::string & str);
50 int setAttribute(const std::string &line, size_t lc);
61 void err(unsigned int lc, const char *msg) {
62 fprintf(stderr, "line %d: %s\n", lc, msg);
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...]
  /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/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 };
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 296 LoadLinearFixedContext lc; local
309 lc = (LoadLinearFixedContext) ar.userObj;
311 response = lc.onLoaded;
330 lc = (LoadLinearFixedContext) ar.userObj;
332 response = lc.onLoaded;
362 lc = (LoadLinearFixedContext) ar.userObj;
364 response = lc.onLoaded;
379 fileid = lc.efid;
380 recordNum = lc.recordNum;
390 lc.recordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF
    [all...]
  /bionic/libc/private/
bionic_time.h 52 extern size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale* lc);
  /external/elfutils/libelf-po/
Makefile 149 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
150 if test -n "$$lc"; then \
151 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
152 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
153 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
154 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
155 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
158 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
161 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old;
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p5.cpp 22 const decltype(l) lc = l;
24 lc();
  /external/llvm/test/Object/Inputs/
elfver.S 3 # clang $ARGS -m32 elfver.S -lc -o elf-versioning-test.i386
4 # clang $ARGS -m64 elfver.S -lc -o elf-versioning-test.x86_64
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 184 _Locale_lcid_t lc; member in struct:_Locale_ctype
190 _Locale_lcid_t lc; member in struct:_Locale_numeric
198 _Locale_lcid_t lc; member in struct:_Locale_time
214 _Locale_lcid_t lc; member in struct:_Locale_collate
219 _Locale_lcid_t lc; member in struct:_Locale_monetary
269 { return (ltype != 0) ? &ltype->lc : 0; }
271 { return (lnumeric != 0) ? &lnumeric->lc : 0; }
273 { return (ltime != 0) ? &ltime->lc : 0; }
275 { return (lcollate != 0) ? &lcollate->lc : 0; }
277 { return (lmonetary != 0) ? &lmonetary->lc : 0;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 184 _Locale_lcid_t lc; member in struct:_Locale_ctype
190 _Locale_lcid_t lc; member in struct:_Locale_numeric
198 _Locale_lcid_t lc; member in struct:_Locale_time
214 _Locale_lcid_t lc; member in struct:_Locale_collate
219 _Locale_lcid_t lc; member in struct:_Locale_monetary
269 { return (ltype != 0) ? &ltype->lc : 0; }
271 { return (lnumeric != 0) ? &lnumeric->lc : 0; }
273 { return (ltime != 0) ? &ltime->lc : 0; }
275 { return (lcollate != 0) ? &lcollate->lc : 0; }
277 { return (lmonetary != 0) ? &lmonetary->lc : 0;
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 110 if 'lc' in self.props:
111 args.append('lc rgb "%s"' % self.props['lc'])
238 Plot(Item('Scavenge', scavenge_scope, lc = 'green'),
239 Item('Marking', 'mark', lc = 'purple'),
240 Item('Sweep', 'sweep', lc = 'blue'),
241 Item('External', 'external', lc = '#489D43'),
242 Item('Other', other_scope, lc = 'grey'),
243 Item('IGC Steps', 'stepstook', lc = '#FF6347'))
249 Plot(Item('Scavenge', scavenge_scope, lc = 'green')
    [all...]
  /external/skia/src/core/
SkTSearch.cpp 68 return SkStrSearch(base, count, tolc.lc(), len, elemSize);
87 // assign lc to our preallocated storage if len is small enough, or allocate
89 char* lc; local
91 lc = fStorage;
93 lc = (char*)sk_malloc_throw(len + 1);
95 fLC = lc;
104 lc[i] = c;
106 lc[len] = 0;
  /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 424 milliseconds

1 2 3 4 5 6 7