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

1 2 3 4

  /external/libffi/testsuite/libffi.call/
return_uc.c 10 static unsigned char return_uc(unsigned char uc)
12 return uc;
22 unsigned char uc; local
25 values[0] = &uc;
31 for (uc = (unsigned char) '\x00';
32 uc < (unsigned char) '\xff'; uc++)
35 CHECK(rint == (signed int) uc);
promotion.c 10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
24 unsigned char uc; local
35 values[2] = &uc;
48 for (uc = (unsigned char) 0;
49 uc <= (unsigned char) 200; uc += 20)
55 (unsigned char) uc + (unsigned short) us);
struct1.c 12 unsigned char uc; member in struct:__anon5150
19 ts.uc++;
54 ts1_arg.uc = '\x01';
  /external/qemu/android/
user-config.c 51 AUserConfig* uc; local
58 ANEW0(uc);
82 uc->iniPath = ASTRDUP(temp);
83 DD("looking user-config in: %s", uc->iniPath);
87 parentPath = path_parent(uc->iniPath, 1);
90 uc->iniPath);
107 if (path_exists(uc->iniPath)) {
109 ini = iniFile_newFromFile(uc->iniPath);
112 uc->iniPath);
117 uc->windowX = iniFile_getInteger(ini, KEY_WINDOW_X, DEFAULT_X)
    [all...]
  /external/chromium/third_party/icu/source/tools/genctd/
genctd.cpp 296 UChar uc = *current++;
305 while (uc && !breaks.contains(uc)) {
306 uc = *current++;
309 while (uc && breaks.contains(uc)) {
310 uc = *current++;
313 while (uc && (breaks.contains(uc) || u_isspace(uc)));
    [all...]
  /external/icu4c/tools/genctd/
genctd.cpp 283 UChar uc = *current++;
292 while (uc && !breaks.contains(uc)) {
293 uc = *current++;
296 while (uc && breaks.contains(uc)) {
297 uc = *current++;
300 while (uc && (breaks.contains(uc) || u_isspace(uc)));
    [all...]
  /external/bzip2/
decompress.c 108 UChar uc; local
197 GET_UCHAR(BZ_X_MAGIC_1, uc);
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
200 GET_UCHAR(BZ_X_MAGIC_2, uc);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
203 GET_UCHAR(BZ_X_MAGIC_3, uc)
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
222 GET_UCHAR(BZ_X_BLKHDR_1, uc);
224 if (uc == 0x17) goto endhdr_2;
225 if (uc != 0x31) RETURN(BZ_DATA_ERROR)
    [all...]
  /external/webkit/WebCore/bridge/jni/jsc/
JavaStringJSC.h 55 const jchar* uc = getUCharactersFromJStringInEnv(e, s); local
58 m_rep = UString(reinterpret_cast<const UChar*>(uc), size).rep();
60 releaseUCharactersForJStringInEnv(e, s, uc);
  /external/libvpx/vp8/common/
loopfilter_filters.c 19 typedef unsigned char uc; typedef
31 uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3)
50 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 152 UnprocessedCatch uc = unprocessed_catches.elementAt(i); local
153 if (uc.from.compareToIgnoreCase(start) == 0) {
154 if (uc.to.compareToIgnoreCase(end) != 0)
158 + uc.from
159 + ") and different end addresses (" + uc.to
161 uc.add(exception, branch);
177 UnprocessedCatch uc = unprocessed_catches.elementAt(i); local
178 LabelTableEntry lte = labels_table.get(uc.from);
181 throw new RuntimeException("Label " + uc.from + " not defined");
184 lte = labels_table.get(uc.to)
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 373 URLConnection uc;
389 uc = url.openConnection();
407 ((HttpURLConnection) uc).disconnect();
427 uc.setRequestProperty("prop", "yo");
428 uc.setRequestProperty("prop", "yo2");
429 assertEquals("yo2", uc.getRequestProperty("prop"));
430 Map<String, List<String>> map = uc.getRequestProperties();
431 List<String> props = uc.getRequestProperties().get("prop");
503 uc.setAllowUserInteraction(false);
504 assertFalse("getAllowUserInteraction should have returned false", uc
    [all...]
  /external/chromium/third_party/icu/source/common/
ubidiwrt.c 456 UChar uc; local
475 uc=LRM_CHAR;
478 uc=RLM_CHAR;
480 else uc=0;
481 if(uc) {
483 *dest++=uc;
499 uc=LRM_CHAR;
502 uc=RLM_CHAR;
504 else uc=0;
505 if(uc) {
    [all...]
dictbe.cpp 262 UChar32 uc; local
334 uc = utext_current32(text);
341 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
344 // two characters after uc were not 0x0E4C THANTHAKHAT before
353 pc = uc;
383 && fSuffixSet.contains(uc = utext_current32(text))) {
384 if (uc == THAI_PAIYANNOI) {
390 uc = utext_current32(text); // Fetch next character
397 if (uc == THAI_MAIYAMOK) {
589 UChar32 uc = normalizer.next() local
    [all...]
  /external/icu4c/common/
ubidiwrt.c 456 UChar uc; local
475 uc=LRM_CHAR;
478 uc=RLM_CHAR;
480 else uc=0;
481 if(uc) {
483 *dest++=uc;
499 uc=LRM_CHAR;
502 uc=RLM_CHAR;
504 else uc=0;
505 if(uc) {
    [all...]
dictbe.cpp 257 UChar32 uc; local
329 uc = utext_current32(text);
336 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
339 // two characters after uc were not 0x0E4C THANTHAKHAT before
348 pc = uc;
378 && fSuffixSet.contains(uc = utext_current32(text))) {
379 if (uc == THAI_PAIYANNOI) {
385 uc = utext_current32(text); // Fetch next character
392 if (uc == THAI_MAIYAMOK) {
triedict.cpp 56 TernaryNode(UChar uc);
65 TernaryNode::TernaryNode(UChar uc) {
66 ch = uc;
124 UChar uc = utext_current32(text); local
127 if (uc < p->ch) {
131 else if (uc == p->ch) {
150 uc = utext_next32(text);
151 uc = utext_current32(text);
180 UChar32 uc = utext_next32(fIter); // TODO: supplemetary support? local
181 U_ASSERT(uc != U_SENTINEL)
474 UChar uc = utext_current32(text); local
    [all...]
  /external/v8/test/mjsunit/
regexp-multiline.js 82 function check_case(lc, uc) {
84 assertFalse(a.test(uc));
86 assertTrue(a.test(uc));
88 var A = new RegExp("^" + uc + "$");
90 A = new RegExp("^" + uc + "$", "i");
94 assertFalse(a.test(uc));
96 assertTrue(a.test(uc));
98 A = new RegExp("^[" + uc + "]$");
100 A = new RegExp("^[" + uc + "]$", "i");
regexp-multiline-stack-trace.js 86 function check_case(lc, uc) {
88 assertFalse(a.test(uc));
90 assertTrue(a.test(uc));
92 var A = new RegExp("^" + uc + "$");
94 A = new RegExp("^" + uc + "$", "i");
98 assertFalse(a.test(uc));
100 assertTrue(a.test(uc));
102 A = new RegExp("^[" + uc + "]$");
104 A = new RegExp("^[" + uc + "]$", "i");
  /external/v8/src/
usage-analyzer.cc 74 WeightScaler(UsageComputer* uc, float scale);
87 UsageComputer uc(InitialWeight, false);
88 uc.Visit(node);
89 return !uc.HasStackOverflow();
369 UsageComputer uc(weight_, false);
370 uc.Visit(x);
379 UsageComputer uc(weight_, true);
380 uc.Visit(x);
402 WeightScaler::WeightScaler(UsageComputer* uc, float scale) {
403 uc_ = uc;
    [all...]
  /external/qemu/
cpu-exec.c 72 struct ucontext *uc = puc; local
74 struct sigcontext *uc = puc;
86 sigprocmask(SIG_SETMASK, &uc->uc_sigmask, NULL);
88 sigprocmask(SIG_SETMASK, &uc->sc_mask, NULL);
1243 struct sigcontext *uc = puc; local
1245 struct ucontext *uc = puc; local
1289 ucontext_t *uc = puc; local
1291 struct sigcontext *uc = puc; local
1293 struct ucontext *uc = puc; local
1358 struct ucontext *uc = puc; local
1382 struct ucontext *uc = puc; local
1425 struct sigcontext *uc = puc; local
1469 struct ucontext *uc = puc; local
1491 struct ucontext *uc = puc; local
1513 struct ucontext *uc = puc; local
1543 struct ucontext *uc = puc; local
1560 struct ucontext *uc = puc; local
1576 struct ucontext *uc = puc; local
    [all...]
  /external/webkit/WebCore/css/
makeprop.pl 51 $id =~ s/(^[^-])|-(.)/uc($1||$2)/ge;
73 $id =~ s/(^[^-])|-(.)/uc($1||$2)/ge;
makevalues.pl 52 $id =~ s/(^[^-])|-(.)/uc($1||$2)/ge;
72 $id =~ s/(^[^-])|-(.)/uc($1||$2)/ge;
  /external/chromium/sdch/open-vcdiff/packages/
deb.sh 62 debuild -uc -us
  /external/chromium/third_party/icu/source/config/
Makefile.inc.in 86 COMMON_STUBNAME = uc
104 ICULIBS_COMMON = -l$(ICUPREFIX)uc$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
116 ICULIBS_COMMON_LIB_NAME = ${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}
  /external/openssl/apps/
progs.pl 61 printf "#ifndef OPENSSL_NO_".uc($_)."\n\t{FUNC_TYPE_MD,\"".$_."\",dgst_main},\n#endif\n";

Completed in 1154 milliseconds

1 2 3 4