HomeSort by relevance Sort by last modified time
    Searched defs:cp (Results 276 - 300 of 557) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 105 const UChar* cp = m_run.data(m_currentCharacter); local
124 const UChar* curr = m_run.rtl() ? cp + length - 1 : cp;
125 const UChar* end = m_run.rtl() ? cp - 1 : cp + length;
136 smallCapsBuffer[curr - cp] = newC;
145 int index = curr - cp;
163 itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData, glyphBuffer);
175 itemizeShapeAndPlace((nextIsSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, nextFontData, glyphBuffer);
181 void UniscribeController::itemizeShapeAndPlace(const UChar* cp, unsigned length, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 255 char *cp; local
276 cp = os_strchr(optstring, optopt);
277 if (cp == NULL || optopt == ':') {
285 if (cp[1] == ':') {
306 return *cp;
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 624 char *cp = buffer; local
626 sprintf(cp, "NULL passed to _Block_dump\n");
633 cp += sprintf(cp, "^%p (new layout) =\n", (void *)closure);
635 cp += sprintf(cp, "isa: NULL\n");
638 cp += sprintf(cp, "isa: stack Block\n");
641 cp += sprintf(cp, "isa: malloc heap Block\n")
690 char *cp = buffer; local
    [all...]
  /frameworks/native/libs/utils/
String8.cpp 484 const char* cp; local
487 cp = strrchr(buf, OS_PATH_SEPARATOR);
488 if (cp == NULL)
491 return String8(cp+1);
496 const char* cp; local
499 cp = strrchr(str, OS_PATH_SEPARATOR);
500 if (cp == NULL)
503 return String8(str, cp - str);
508 const char* cp; local
512 cp = strchr(buf, OS_PATH_SEPARATOR)
    [all...]
  /frameworks/rs/driver/
rsdIntrinsicBlend.cpp 98 ConvolveParams *cp = (ConvolveParams *)p->usr; local
455 ConvolveParams *cp = (ConvolveParams *)calloc(1, sizeof(ConvolveParams)); local
456 return cp;
  /frameworks/support/renderscript/v8/rs_support/driver/
rsdIntrinsicBlend.cpp 98 ConvolveParams *cp = (ConvolveParams *)p->usr; local
455 ConvolveParams *cp = (ConvolveParams *)calloc(1, sizeof(ConvolveParams)); local
456 return cp;
  /libcore/luni/src/test/java/tests/security/cert/
CertPathTest.java 213 MyFailingCertPath cp = new MyFailingCertPath(testEncoding); local
214 Object obj = cp.writeReplace();
CertificateFactory2Test.java 153 CertPath cp; local
155 cp = certFactory.generateCertPath(list);
159 assertNull("Must be null", cp);
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 27 UINT cp; member in struct:_Locale_codecvt
75 lcodecvt->cp = atoi(cp_name);
76 if (!GetCPInfo(lcodecvt->cp, &CPInfo)) { free(lcodecvt); return NULL; }
78 if (lcodecvt->cp != CP_UTF7 && lcodecvt->cp != CP_UTF8) {
94 my_ltoa(lcodecvt->cp, cp_buf);
123 if (l->cp == CP_UTF7 || l->cp == CP_UTF8) {
124 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1);
136 result = MultiByteToWideChar(l->cp, l->mbtowc_flags, from, count, dst, 1);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 150 const char * cp = format.data(); variable
151 const char * cp_end = cp + format.size();
152 while (cp != cp_end) {
153 if (*cp == '%') {
155 ++cp;
156 if (*cp == '#') {
157 mod = *cp; ++cp;
159 __write_formatted_timeT(buf, ct, *cp++, mod, table, t);
161 buf.append(1, *cp++)
    [all...]
  /ndk/sources/host-tools/make-3.81/
commands.c 144 char *cp;
162 cp = plus_value;
180 bcopy (c, cp, len);
181 cp += len;
182 *cp++ = FILE_LIST_SEPARATOR;
189 cp[cp > plus_value ? -1 : 0] = '\0';
207 cp = caret_value = plus_value; /* Reuse the buffer; it's big enough. */
239 bcopy (c, cp, len);
240 cp += len
143 char *cp; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 542 money_base::pattern cp = cfacet.pos_format(); local
544 CPPUNIT_CHECK( cp_bn.field[0] == cp.field[0] );
545 CPPUNIT_CHECK( cp_bn.field[1] == cp.field[1] );
546 CPPUNIT_CHECK( cp_bn.field[2] == cp.field[2] );
547 CPPUNIT_CHECK( cp_bn.field[3] == cp.field[3] );
571 money_base::pattern cp = cfacet.pos_format(); local
573 CPPUNIT_CHECK( cp_bn.field[0] == cp.field[0] );
574 CPPUNIT_CHECK( cp_bn.field[1] == cp.field[1] );
575 CPPUNIT_CHECK( cp_bn.field[2] == cp.field[2] );
576 CPPUNIT_CHECK( cp_bn.field[3] == cp.field[3] )
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 542 money_base::pattern cp = cfacet.pos_format(); local
544 CPPUNIT_CHECK( cp_bn.field[0] == cp.field[0] );
545 CPPUNIT_CHECK( cp_bn.field[1] == cp.field[1] );
546 CPPUNIT_CHECK( cp_bn.field[2] == cp.field[2] );
547 CPPUNIT_CHECK( cp_bn.field[3] == cp.field[3] );
571 money_base::pattern cp = cfacet.pos_format(); local
573 CPPUNIT_CHECK( cp_bn.field[0] == cp.field[0] );
574 CPPUNIT_CHECK( cp_bn.field[1] == cp.field[1] );
575 CPPUNIT_CHECK( cp_bn.field[2] == cp.field[2] );
576 CPPUNIT_CHECK( cp_bn.field[3] == cp.field[3] )
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 193 int cp = 0; local
194 for (end = startIndex + 1; end < len; end += Character.charCount(cp)) {
195 cp = string.codePointAt(end);
196 if (!(cp == Keyboard.CODE_DASH || cp == Keyboard.CODE_SINGLE_QUOTE
197 || Character.isLetter(cp))) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdlcdrv.h 54 struct hdlcdrv_channel_params cp; member in union:hdlcdrv_ioctl::__anon24183
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 54 struct hdlcdrv_channel_params cp; member in union:hdlcdrv_ioctl::__anon25773
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hdlcdrv.h 54 struct hdlcdrv_channel_params cp; member in union:hdlcdrv_ioctl::__anon27285
  /system/core/liblog/
event_tag_map.c 228 const char* cp; local
231 cp = (const char*) map->mapAddr;
232 endp = cp + map->mapLen;
236 while (cp < endp) {
237 if (*cp == '\n') {
240 if (isCharDigit(*cp)) {
244 } else if (isCharWhitespace(*cp)) {
253 cp++;
265 char* cp; local
268 cp = (char*) map->mapAddr
335 char* cp = *pData; local
    [all...]
  /bionic/libc/bionic/
fts.c 182 char *cp; local
193 if ((cp = strrchr(p->fts_name, '/')) && (cp != p->fts_name || cp[1])) {
194 len = strlen(++cp);
195 memmove(p->fts_name, cp, len + 1);
553 char *cp = NULL; local
632 cp = sp->fts_path + len;
633 *cp++ = '/';
676 cp = sp->fts_path + len
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 156 cp += (x); \
157 if (cp > eom) { \
176 const u_char *cp; local
213 cp = answer->buf;
219 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
248 while (ancount-- > 0 && cp < eom && !had_error) {
249 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
254 cp += n; /* name */
255 BOUNDS_CHECK(cp, 3 * INT16SZ + INT32SZ);
256 type = _getshort(cp);
521 const char *cp; local
724 char *cp, **q; local
837 char *tmpbuf, *ptr, **cp; local
    [all...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 140 char *cp = buf; local
141 if (*cp == '#')
144 if (isdigit(*cp)) {
145 int time = strtoul(cp, &cp, 0);
146 while (isspace(*cp))
147 cp += 1;
148 int threadId = strtoul(cp, &cp, 0);
152 indentEnd = cp;
177 char *cp = buf; local
    [all...]
  /dalvik/vm/
Misc.cpp 203 char* cp = newStr; local
208 while (*cp != '\0') {
209 if (*cp == '/') {
213 if (*cp == '.')
214 *cp = '/';
215 cp++;
699 char* cp = strchr(lineBuf, ')'); local
700 if (cp == NULL)
702 cp += 2;
703 pData->state = *cp++
    [all...]
Native.cpp 627 char* cp = mangle; local
632 sprintf(cp, "_0%04x", ch);
633 cp += 6;
637 *cp++ = '_';
638 *cp++ = '1';
641 *cp++ = '_';
642 *cp++ = '2';
645 *cp++ = '_';
646 *cp++ = '3';
649 *cp++ = '_'
    [all...]
  /dalvik/vm/analysis/
DexVerify.cpp 438 const char* cp = classDescriptor; local
439 while (*cp++ == '[')
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory1Test.java 619 CertPath cp = certFs[i].generateCertPath(list); local
620 List list1 = cp.getCertificates();

Completed in 211 milliseconds

<<11121314151617181920>>