HomeSort by relevance Sort by last modified time
    Searched defs:cp (Results 226 - 250 of 876) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/nawk-20071023/
parse.c 187 Cell *cp; local
190 cp = (Cell *) (p->narg[0]);
191 if (isfcn(cp))
192 SYNTAX( "%s is a function, not an array", cp->nval );
193 else if (!isarr(cp)) {
194 xfree(cp->sval);
195 cp->sval = (char *) makesymtab(NSYMTAB);
196 cp->tval = ARR;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
45 cp=c/a;
48 q=(bp2-3.0*cp)/9.0;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
UnicodeEscaper.java 63 * {@code 0 <= cp <= Character#MAX_CODE_POINT}.
78 * @param cp the Unicode code point to escape if necessary
82 protected abstract char[] escape(int cp);
111 int cp = codePointAt(csq, index, end); local
112 if (cp < 0 || escape(cp) != null) {
115 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1;
177 int cp = codePointAt(s, index, end); local
178 if (cp < 0) {
185 char[] escaped = escape(cp);
    [all...]
  /system/core/liblog/
event_tag_map.c 229 const char* cp; local
232 cp = (const char*) map->mapAddr;
233 endp = cp + map->mapLen;
237 while (cp < endp) {
238 if (*cp == '\n') {
241 if (isCharDigit(*cp)) {
245 } else if (isCharWhitespace(*cp)) {
254 cp++;
266 char* cp; local
269 cp = (char*) map->mapAddr
336 char* cp = *pData; local
    [all...]
  /system/core/logd/
LogAudit.cpp 95 char *cp; local
96 while ((cp = strstr(str, " "))) {
97 memmove(cp, cp + 1, strlen(cp + 1) + 1);
125 && ((cp = now.strptime(timeptr + sizeof(audit_str) - 1, "%s.%q")))
126 && (*cp == ':')) {
128 memmove(timeptr + sizeof(audit_str) - 1 + 3, cp, strlen(cp) + 1);
147 cp = pidptr + sizeof(pid_str) - 1
    [all...]
LogReader.cpp 61 char *cp = strstr(buffer, _tail); local
62 if (cp) {
63 tail = atol(cp + sizeof(_tail) - 1);
68 cp = strstr(buffer, _start);
69 if (cp) {
71 start.strptime(cp + sizeof(_start) - 1, "%s.%q");
76 cp = strstr(buffer, _timeout);
77 if (cp) {
78 timeout = atol(cp + sizeof(_timeout) - 1) * NS_PER_SEC +
84 cp = strstr(buffer, _logIds)
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
args.c 363 struct conv *cp, tmp; local
367 if (!(cp = bsearch(&tmp, clist,
372 if (ddflags & cp->noset) {
377 ddflags |= cp->set;
378 if (cp->ctab)
379 ctab = cp->ctab;
  /toolchain/binutils/binutils-2.25/intl/
l10nflist.c 209 char *cp;
245 cp = abs_filename;
248 memcpy (cp, dirlist, dirlist_len);
249 __argz_stringify (cp, dirlist_len, PATH_SEPARATOR);
250 cp += dirlist_len;
251 cp[-1] = '/';
254 cp = stpcpy (cp, language);
258 *cp++ = '_';
259 cp = stpcpy (cp, territory)
208 char *cp; local
    [all...]
localcharset.c 112 const char *cp; local
114 cp = charset_aliases;
115 if (cp == NULL)
140 cp = "";
194 cp = "";
198 cp = res_ptr;
213 cp = "ISO8859-1" "\0" "ISO-8859-1" "\0"
237 cp = "CP936" "\0" "GBK" "\0"
255 charset_aliases = cp;
258 return cp;
325 ULONG cp[3]; local
    [all...]
plural-exp.h 80 const char *cp; member in struct:parse_args
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 192 ContentProvider cp = new OpenFileContentProvider(file.getAbsolutePath(), TEST_DB_NAME); local
195 assertNotNull(cp.openFile(uri, "r"));
199 cp.openFile(uri, "wrong");
209 cp.openFile(uri, "r");
215 cp.openFile((Uri) null, "r");
  /external/guice/core/test/com/google/inject/
CircularDependencyTest.java 260 @Inject Provider<C2> cp; field in class:CircularDependencyTest.D2P
262 cp.get();
  /bionic/libc/dns/resolv/
res_init.c 172 register char *cp, **pp; local
248 if ((cp = getenv("LOCALDOMAIN")) != NULL) {
249 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
260 cp = statp->defdname;
262 *pp++ = cp;
263 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
264 if (*cp == '\n') /* silly backwards compat */
266 else if (*cp == ' ' || *cp == '\t')
494 const char *cp = options; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
hdlcdrv.h 64 struct hdlcdrv_channel_params cp; member in union:hdlcdrv_ioctl::__anon514
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 89 cp = 9.61796693925975554329e-01, /* 0x3FEEC709, 0xDC3A03FD =2/(3ln2) */ variable
90 cp_h = 9.61796700954437255859e-01, /* 0x3FEEC709, 0xE0000000 =(float)cp */
248 z_l = cp_l*p_h+p_l*cp+dp_l[k];
e_powf.c 48 cp = 9.6179670095e-01, /* 0x3f76384f =2/(3ln2) */ variable
49 cp_h = 9.6191406250e-01, /* 0x3f764000 =12b cp */
193 z_l = cp_l*p_h+p_l*cp+dp_l[k];
  /bootable/recovery/tests/component/
applypatch_test.cpp 118 static void cp(std::string src, std::string tgt) { function
119 std::string cmd = android::base::StringPrintf("cp %s %s",
126 cp(ApplyPatchTest::old_file, ApplyPatchTest::cache_file);
130 cp(ApplyPatchTest::cache_file, ApplyPatchTest::old_file);
189 cp(cache_file, "/cache/reallysaved.file");
193 cp("/cache/reallysaved.file", cache_file);
  /dalvik/libdex/
DexFile.cpp 139 char* cp; local
142 cp = tmpBuf;
144 *cp++ = hexDigit[digest[i] >> 4];
145 *cp++ = hexDigit[digest[i] & 0x0f];
147 *cp++ = '\0';
149 assert(cp == tmpBuf + kSHA1DigestOutputLen);
  /development/ndk/platforms/android-21/include/linux/
hdlcdrv.h 64 struct hdlcdrv_channel_params cp; member in union:hdlcdrv_ioctl::__anon1647
  /device/htc/flounder/health/
healthd-flounder.cpp 55 char *cp = NULL; local
65 cp = (char *)memrchr(buf, '\n', count);
67 if (cp)
68 *cp = '\0';
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 283 CertPath cp = mcp.get("X.509"); local
289 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
311 CertPath cp = mcp.get("X.509"); local
314 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1);
331 "getCertPath() must return ".concat(cp.toString()), tE
332 .getCertPath(), cp);
CertificateFactory2Test.java 162 CertPath cp; local
164 cp = certFactory.generateCertPath(list);
168 assertNull("Must be null", cp);
PKIXCertPathBuilderResultTest.java 227 CertPath cp = new MyCertPath(testEncoding); local
230 cp,
237 assertSame(cp, r.getCertPath());
  /external/avahi/avahi-core/
iface-pfroute.c 125 char *cp = (char *)(ifam + 1); local
132 if(((struct sockaddr *)cp)->sa_family == AF_UNSPEC)
133 ((struct sockaddr *)cp)->sa_family = AF_INET;
136 for (cp0 = cp, i = 0; i < RTAX_MAX; i++) {
139 sa = (struct sockaddr *)cp;
143 cp += SA_SIZE(sa);
145 ADVANCE(cp, sa);
157 for(cp = cp0, i = 0; i < RTAX_MAX; i++)
161 sa = (struct sockaddr *)cp;
202 cp += SA_SIZE(sa)
    [all...]
  /external/bison/src/
output.c 112 | Print to OUT a representation of CP quoted and escaped for M4. |
116 quoted_output (FILE *out, char const *cp)
120 for (; *cp; cp++)
121 switch (*cp)
127 default: fputc (*cp, out); break;
173 char *cp = quotearg_alloc (symbols[i]->tag, -1, qo); local
176 int width = strlen (cp) + 2;
186 obstack_escape (&format_obstack, cp);
187 free (cp);
    [all...]

Completed in 564 milliseconds

1 2 3 4 5 6 7 8 91011>>