HomeSort by relevance Sort by last modified time
    Searched defs:cp (Results 176 - 200 of 572) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/platform/graphics/
WidthIterator.cpp 83 const UChar* cp = m_run.data(currentCharacter); local
94 UChar32 c = *cp;
115 UChar low = cp[1];
190 if (treatAsSpace && currentCharacter && !Font::treatAsSpace(cp[-1]) && m_font->wordSpacing())
206 cp += clusterLength;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve3x3.cpp 97 RsdCpuScriptIntrinsicConvolve3x3 *cp = (RsdCpuScriptIntrinsicConvolve3x3 *)p->usr; local
99 if (!cp->mAlloc.get()) {
103 const uchar *pin = (const uchar *)cp->mAlloc->mHal.drvState.lod[0].mallocPtr;
104 const size_t stride = cp->mAlloc->mHal.drvState.lod[0].stride;
116 ConvolveOne(p, 0, out, py0, py1, py2, cp->mFp);
125 rsdIntrinsicConvolve3x3_K(out, &py0[x1-1], &py1[x1-1], &py2[x1-1], cp->mIp, len);
132 ConvolveOne(p, x1, out, py0, py1, py2, cp->mFp);
rsCpuIntrinsicConvolve5x5.cpp 126 RsdCpuScriptIntrinsicConvolve5x5 *cp = (RsdCpuScriptIntrinsicConvolve5x5 *)p->usr; local
127 if (!cp->alloc.get()) {
131 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr;
132 const size_t stride = cp->alloc->mHal.drvState.lod[0].stride;
151 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);
159 rsdIntrinsicConvolve5x5_K(out, py0, py1, py2, py3, py4, cp->ip, len);
166 One(p, x1, out, py0, py1, py2, py3, py4, cp->fp);
rsCpuIntrinsicYuvToRGB.cpp 111 RsdCpuScriptIntrinsicYuvToRGB *cp = (RsdCpuScriptIntrinsicYuvToRGB *)p->usr; local
112 if (!cp->alloc.get()) {
116 const uchar *pinY = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr;
118 size_t strideY = cp->alloc->mHal.drvState.lod[0].stride;
121 if (cp->alloc->mHal.drvState.lod[0].dimY == 0) {
127 // ALOGE("dimX, %d, dimY, %d", cp->alloc->mHal.drvState.lod[0].dimX, cp->alloc->mHal.drvState.lod[0].dimY);
134 switch (cp->alloc->mHal.state.yuv) {
141 const uchar *pinUV = (const uchar *)cp->alloc->mHal.drvState.lod[1].mallocPtr;
142 size_t strideUV = cp->alloc->mHal.drvState.lod[1].stride
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 274 CertPath cp = mcp.get("X.509"); local
280 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
302 CertPath cp = mcp.get("X.509"); local
305 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1);
322 "getCertPath() must return ".concat(cp.toString()), tE
323 .getCertPath(), cp);
371 CertPath cp = mcp.get("X.509"); local
374 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1);
378 "getCertPath() must return ".concat(cp.toString()), tE
379 .getCertPath(), cp);
418 CertPath cp = mcp.get("X.509"); local
    [all...]
PKIXCertPathBuilderResultTest.java 216 CertPath cp = new MyCertPath(testEncoding); local
219 cp,
226 assertSame(cp, r.getCertPath());
  /ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc 48 const char *cp = reinterpret_cast<const char*>(p) + off; local
49 return reinterpret_cast<const void*>(cp);
  /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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 116 const char *cp; local
118 cp = charset_aliases;
119 if (cp == NULL)
150 cp = "";
209 cp = "";
213 cp = res_ptr;
226 cp = "ISO8859-1" "\0" "ISO-8859-1" "\0"
261 cp = "ISO8859-1" "\0" "ISO-8859-1" "\0"
285 cp = "CP936" "\0" "GBK" "\0"
311 charset_aliases = cp;
428 ULONG cp[3]; local
    [all...]
  /packages/apps/Camera/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/Gallery2/jni_mosaic/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/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;
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 207 ContentProvider cp = new OpenFileContentProvider(file.getAbsolutePath(), TEST_DB_NAME); local
210 assertNotNull(cp.openFile(uri, "r"));
214 cp.openFile(uri, "wrong");
224 cp.openFile(uri, "r");
230 cp.openFile((Uri) null, "r");
  /bionic/libc/netbsd/nameser/
ns_name.c 105 const u_char *cp; local
111 cp = src;
115 while ((n = *cp++) != 0) {
128 if ((l = labellen(cp - 1)) < 0) {
144 if ((m = decode_bitstring(&cp, dn, eom)) < 0)
153 c = *cp++;
210 char *cp; local
220 if ((cp = strchr(src, ']')) == NULL) {
224 if ((e = encode_bitsring(&src, cp + 2,
240 else if ((cp = strchr(digits, c)) != NULL)
340 const u_char *cp; local
643 const u_char *cp; local
742 const u_char *dn, *cp, *sp; local
799 const unsigned char *cp = *cpp; local
849 const char *cp = *bp; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_init.c 171 register char *cp, **pp; local
237 if ((cp = getenv("LOCALDOMAIN")) != NULL) {
238 (void)strncpy(statp->defdname, cp, sizeof(statp->defdname) - 1);
249 cp = statp->defdname;
251 *pp++ = cp;
252 for (n = 0; *cp && pp < statp->dnsrch + MAXDNSRCH; cp++) {
253 if (*cp == '\n') /* silly backwards compat */
255 else if (*cp == ' ' || *cp == '\t')
483 const char *cp = options; local
    [all...]
  /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];
  /dalvik/dexopt/
OptMain.cpp 467 char* cp; local
476 cp = bootClassPath = (char*) malloc(bcpLen +1);
483 *cp++ = ':';
484 memcpy(cp, *argp, strLen);
485 cp += strLen;
487 *cp = '\0';
  /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);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 284 CertPath cp = mcp.get("X.509"); local
290 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
312 CertPath cp = mcp.get("X.509"); local
315 tE = new CertPathValidatorException(msgs[i], tCause, cp, -1);
332 "getCertPath() must return ".concat(cp.toString()), tE
333 .getCertPath(), cp);
CertificateFactory2Test.java 163 CertPath cp; local
165 cp = certFactory.generateCertPath(list);
169 assertNull("Must be null", cp);
PKIXCertPathBuilderResultTest.java 222 CertPath cp = new MyCertPath(testEncoding); local
225 cp,
232 assertSame(cp, r.getCertPath());
  /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...]
  /external/clang/test/Analysis/
malloc-annotations.c 216 const void *cp = p; // not crash local
  /external/compiler-rt/BlocksRuntime/
runtime.c 623 char *cp = buffer; local
625 sprintf(cp, "NULL passed to _Block_dump\n");
632 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure);
634 cp += sprintf(cp, "isa: NULL\n");
637 cp += sprintf(cp, "isa: stack Block\n");
640 cp += sprintf(cp, "isa: malloc heap Block\n")
689 char *cp = buffer; local
    [all...]

Completed in 753 milliseconds

1 2 3 4 5 6 78 91011>>