/external/chromium_org/content/renderer/ |
render_widget.h | 19 #include "cc/debug/rendering_stats_instrumentation.h" 62 namespace cc { class OutputSurface; } namespace 182 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLElement.cpp | 802 UChar cc = (*v)[length]; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 88 ConversionCase cc; local 114 cc.caseNr=i; 118 cc.charset=charset; 120 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode); 122 cc.unicode=unicode.getBuffer(); 123 cc.unicodeLength=unicode.length(); 126 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); 128 cc.offsets=NULL; 135 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode) 200 ConversionCase cc; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_lowering_nv50.cpp | 359 CondCode cc = mul->cc; local 378 def->getInsn()->setPredicate(cc, pred); 639 const CondCode cc[4] = { CC_EQU, CC_S, CC_C, CC_O }; local 666 (tex[l] = cloneForward(func, i))->setPredicate(cc[l], flags); 676 bld.mkMov(res[l][d], tex[l]->getDef(d))->setPredicate(cc[l], flags); 1023 insn->setPredicate(insn->cc, cdst); 1036 if (i->cc != CC_ALWAYS)
|
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 791 CharClass* cc = re->cc(); local 792 if (cc->empty()) { 805 bool foldascii = cc->FoldsASCII(); 810 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i) { [all...] |
regexp.cc | 6 // Tested by parse_test.cc 300 Regexp* Regexp::NewCharClass(CharClass* cc, ParseFlags flags) { 302 re->cc_ = cc; 368 CharClass* acc = a->cc(); 369 CharClass* bcc = b->cc(); 766 void CharClassBuilder::AddCharClass(CharClassBuilder *cc) { 767 for (iterator it = cc->begin(); it != cc->end(); ++it) 781 CharClassBuilder* cc = new CharClassBuilder; local 783 cc->ranges_.insert(RuneRange(it->lo, it->hi)) 865 CharClass* cc; local 881 CharClass* cc = CharClass::New(nranges_+1); local 918 CharClass* cc = CharClass::New(ranges_.size()); local [all...] |
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/ |
harfbuzz-myanmar.c | 350 MymrCharClass cc; local 358 cc = getMyanmarCharClass(uc[i]); 359 if (kinzi >= 0 && i > base && (cc & Mymr_CF_AFTER_KINZI)) { 370 switch(cc & Mymr_CF_POS_MASK) {
|
/external/chromium_org/v8/src/ia32/ |
ic-ia32.cc | 1281 Condition cc = (check == ENABLE_INLINED_SMI_CHECK) local [all...] |
/external/chromium_org/v8/src/x64/ |
ic-x64.cc | 1302 Condition cc = (check == ENABLE_INLINED_SMI_CHECK) local [all...] |
/external/chromium_org/v8/src/x87/ |
ic-x87.cc | 1281 Condition cc = (check == ENABLE_INLINED_SMI_CHECK) local [all...] |
/external/clang/test/CXX/special/class.copy/ |
implicit-move.cpp | 144 ContainsConst cc; local 145 cc = ContainsConst(); // expected-error {{no viable}}
|
/external/icu/icu4c/source/test/intltest/ |
convtest.cpp | 88 ConversionCase cc; local 114 cc.caseNr=i; 118 cc.charset=charset; 129 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode); 131 cc.unicode=unicode.getBuffer(); 132 cc.unicodeLength=unicode.length(); 135 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode); 137 cc.offsets=NULL; 144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode) 209 ConversionCase cc; local [all...] |
itspoof.cpp | 323 UChar32 cc = 0; local 327 if (cc > 0) { 328 result.append(cc); 329 cc = 0; 332 cc = (cc<<4) + (c - 0x30); 334 cc = (cc<<4) + (c & 0x0f)+9; 338 if (cc > 0) { 339 result.append(cc); [all...] |
/external/iproute2/lib/ |
utils.c | 713 ssize_t cc; local 716 if ((cc = getline(linep, lenp, in)) < 0) 717 return cc; /* eof or error */ 748 cc += cc1 - 2; 752 return cc;
|
/external/iputils/ |
ping.c | 721 int cc; local 743 cc = datalen + 8; /* skips ICMP portion */ 746 icp->checksum = in_cksum((u_short *)icp, cc, 0); 760 iov.iov_len = cc; 766 return (cc == i ? 0 : i); 783 parse_reply(struct msghdr *msg, int cc, void *addr, struct timeval *tv) 800 if (cc < hlen + 8 || ip->ihl < 5) { 802 fprintf(stderr, "ping: packet too short (%d bytes) from %s\n", cc, 829 cc -= hlen; 831 csfailed = in_cksum((u_short *)icp, cc, 0) [all...] |
traceroute6.c | 92 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms 112 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms 146 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms 294 int packet_ok(u_char *buf, int cc, struct sockaddr_in6 *from, 298 void print(unsigned char *buf, int cc, struct sockaddr_in6 *from); 600 int cc, reset_timer; local 609 while ((cc = wait_for_reply(icmp_sock, &from, &to, reset_timer)) != 0) { 611 if ((i = packet_ok(packet, cc, &from, &to, seq, &t1))) { 614 print(packet, cc, &from); 643 if (cc <= 0 665 int cc = 0; local [all...] |
/external/libpcap/ |
pcap-int.h | 146 int cc; member in struct:pcap
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_lowering_nv50.cpp | 359 CondCode cc = mul->cc; local 378 def->getInsn()->setPredicate(cc, pred); 639 const CondCode cc[4] = { CC_EQU, CC_S, CC_C, CC_O }; local 666 (tex[l] = cloneForward(func, i))->setPredicate(cc[l], flags); 676 bld.mkMov(res[l][d], tex[l]->getDef(d))->setPredicate(cc[l], flags); 1023 insn->setPredicate(insn->cc, cdst); 1036 if (i->cc != CC_ALWAYS)
|
/external/qemu/android/camera/ |
camera-service.c | 617 _camera_client_free(CameraClient* cc) 621 if (cc->camera_info != NULL) { 622 ((CameraInfo*)cc->camera_info)->in_use = 0; 624 if (cc->camera != NULL) { 625 camera_device_close(cc->camera); 627 if (cc->video_frame != NULL) { 628 free(cc->video_frame); 630 if (cc->device_name != NULL) { 631 free(cc->device_name); 634 AFREE(cc); 651 CameraClient* cc; local 1176 CameraClient* cc = (CameraClient*)opaque; local 1217 CameraClient* cc = (CameraClient*)opaque; local 1257 CameraClient* cc = _camera_client_create(csd, client_param); local [all...] |
/external/regex-re2/re2/ |
compile.cc | 790 CharClass* cc = re->cc(); local 791 if (cc->empty()) { 804 bool foldascii = cc->FoldsASCII(); 809 for (CharClass::iterator i = cc->begin(); i != cc->end(); ++i) { [all...] |
regexp.cc | 6 // Tested by parse_test.cc 300 Regexp* Regexp::NewCharClass(CharClass* cc, ParseFlags flags) { 302 re->cc_ = cc; 368 CharClass* acc = a->cc(); 369 CharClass* bcc = b->cc(); 766 void CharClassBuilder::AddCharClass(CharClassBuilder *cc) { 767 for (iterator it = cc->begin(); it != cc->end(); ++it) 781 CharClassBuilder* cc = new CharClassBuilder; local 783 cc->ranges_.insert(RuneRange(it->lo, it->hi)) 865 CharClass* cc; local 883 CharClass* cc = CharClass::New(nranges_+1); local 920 CharClass* cc = CharClass::New(ranges_.size()); local [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
remote-utils.c | 783 int cc; local 828 cc = readchar (1); 829 if (cc > 0) 830 dlog(1, "[received '%c' (0x%x)]\n", cc, cc); 832 if (cc <= 0) { 833 if (cc == 0) 843 if (cc == '\003') 846 while (cc != '+'); [all...] |
/external/valgrind/main/coregrind/ |
m_oset.c | 116 const HChar* cc; // cc for allocator member in struct:_OSet 306 t->cc = _cc; 349 t = os->alloc(os->cc, sizeof(AvlTree)); 353 t->cc = os->cc; 437 n = t->alloc( t->cc, nodeSize );
|
m_wordfm.c | 85 const HChar* cc; member in struct:_WordFM 506 const HChar* cc ) 511 nyu = alloc_nofail(cc, sizeof(AvlNode)); 541 alloc_nofail, cc ); 547 alloc_nofail, cc ); 558 const HChar* cc, 565 fm->cc = cc; 580 const HChar* cc, 584 WordFM* fm = alloc_nofail(cc, sizeof(WordFM)) [all...] |
/external/valgrind/main/helgrind/ |
hg_wordset.c | 152 const HChar* cc; member in struct:_WordSetU 190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) ); 195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) ); 248 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) ); 340 if (HG_DEBUG) VG_(printf)("aodW %s re-use free %d %p\n", wsu->cc, (Int)ws, wv_new ); 348 if (HG_DEBUG) VG_(printf)("aodW %s %d %p\n", wsu->cc, (Int)wsu->ix2vec_used, wv_new ); 357 const HChar* cc, 364 wsu = alloc_nofail( cc, sizeof(WordSetU) ); 367 wsu->cc = cc; [all...] |