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

1 2 3 4 5 6 7 8 91011

  /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);
  /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/chromium_org/third_party/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/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/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 };
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context; local
58 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
61 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
128 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc);
    [all...]
  /external/clang/test/Headers/
tgmath.c 12 long double complex lc; variable
22 _Static_assert(sizeof(creal(lc)) == sizeof(l), "");
32 _Static_assert(sizeof(fabs(lc)) == sizeof(l), "");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_jit.c 47 LLVMContextRef lc = gallivm->context; local
58 elem_types[LP_JIT_TEXTURE_LAST_LEVEL] = LLVMInt32TypeInContext(lc);
61 LLVMArrayType(LLVMInt32TypeInContext(lc), LP_MAX_TEXTURE_LEVELS);
63 LLVMArrayType(LLVMPointerType(LLVMInt8TypeInContext(lc), 0),
67 elem_types[LP_JIT_TEXTURE_LOD_BIAS] = LLVMFloatTypeInContext(lc);
69 LLVMArrayType(LLVMFloatTypeInContext(lc), 4);
71 texture_type = LLVMStructTypeInContext(lc, elem_types,
125 elem_types[LP_JIT_CTX_CONSTANTS] = LLVMPointerType(LLVMFloatTypeInContext(lc), 0);
126 elem_types[LP_JIT_CTX_ALPHA_REF] = LLVMFloatTypeInContext(lc);
128 elem_types[LP_JIT_CTX_STENCIL_REF_BACK] = LLVMInt32TypeInContext(lc);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 345 LoadLinearFixedContext lc; local
356 lc = (LoadLinearFixedContext) ar.userObj;
358 response = lc.mOnLoaded;
383 lc = (LoadLinearFixedContext) ar.userObj;
385 response = lc.mOnLoaded;
401 lc.mRecordSize = data[RESPONSE_DATA_RECORD_LENGTH] & 0xFF;
406 lc.mCountRecords = size / lc.mRecordSize;
408 if (lc.mLoadAll) {
409 lc.results = new ArrayList<byte[]>(lc.mCountRecords)
    [all...]
  /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 23 const decltype(l) lc = l;
25 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/chromium_org/third_party/lzma_sdk/
LzmaLib.h 21 state_size = (4 + (1.5 << (lc + lp))) KB
22 by default (lc=3, lp=0), state_size = 16 KB.
26 0 1 lc, lp and pb in encoded form.
66 lc - The number of literal context bits (high bits of previous literal).
68 Sometimes lc=4 gives the gain for big files.
74 better to set lc=0, if you change lp switch.
102 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 19 int lc, /* 0 <= lc <= 8, default = 3 */
30 props.lc = lc;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaLib.h 22 state_size = (4 + (1.5 << (lc + lp))) KB
23 by default (lc=3, lp=0), state_size = 16 KB.
27 0 1 lc, lp and pb in encoded form.
67 lc - The number of literal context bits (high bits of previous literal).
69 Sometimes lc=4 gives the gain for big files.
75 better to set lc=0, if you change lp switch.
103 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 20 int lc, /* 0 <= lc <= 8, default = 3 */
31 props.lc = lc;
  /external/lzma/C/
LzmaLib.h 21 state_size = (4 + (1.5 << (lc + lp))) KB
22 by default (lc=3, lp=0), state_size = 16 KB.
26 0 1 lc, lp and pb in encoded form.
66 lc - The number of literal context bits (high bits of previous literal).
68 Sometimes lc=4 gives the gain for big files.
74 better to set lc=0, if you change lp switch.
102 int lc, /* 0 <= lc <= 8, default = 3 */
LzmaLib.c 19 int lc, /* 0 <= lc <= 8, default = 3 */
30 props.lc = lc;
  /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...]

Completed in 2433 milliseconds

1 2 3 4 5 6 7 8 91011