/external/chromium_org/cc/resources/ |
picture_layer_tiling.h | 15 #include "cc/base/cc_export.h" 16 #include "cc/base/region.h" 17 #include "cc/base/tiling_data.h" 18 #include "cc/resources/tile.h" 19 #include "cc/resources/tile_priority.h" 20 #include "cc/trees/occlusion.h" 29 namespace cc { namespace 368 } // namespace cc
|
picture_layer_tiling_unittest.cc | 5 #include "cc/resources/picture_layer_tiling.h" 10 #include "cc/base/math_util.h" 11 #include "cc/resources/picture_layer_tiling_set.h" 12 #include "cc/test/fake_output_surface.h" 13 #include "cc/test/fake_output_surface_client.h" 14 #include "cc/test/fake_picture_layer_tiling_client.h" 15 #include "cc/test/test_context_provider.h" 16 #include "cc/test/test_shared_bitmap_manager.h" 21 namespace cc { namespace [all...] |
/external/chromium_org/cc/scheduler/ |
scheduler_state_machine.h | 13 #include "cc/base/cc_export.h" 14 #include "cc/output/begin_frame_args.h" 15 #include "cc/scheduler/draw_result.h" 16 #include "cc/scheduler/scheduler_settings.h" 26 namespace cc { namespace 321 } // namespace cc
|
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.cc | 5 #include "cc/test/test_web_graphics_context_3d.h" 14 #include "cc/test/test_context_support.h" 19 namespace cc { namespace 735 } // namespace cc
|
/external/chromium_org/cc/trees/ |
layer_tree_host.h | 22 #include "cc/animation/animation_events.h" 23 #include "cc/base/cc_export.h" 24 #include "cc/base/scoped_ptr_vector.h" 25 #include "cc/base/swap_promise.h" 26 #include "cc/base/swap_promise_monitor.h" 27 #include "cc/debug/micro_benchmark.h" 28 #include "cc/debug/micro_benchmark_controller.h" 29 #include "cc/input/input_handler.h" 30 #include "cc/input/layer_selection_bound.h" 31 #include "cc/input/scrollbar.h 44 namespace cc { namespace [all...] |
layer_tree_host_unittest_delegated.cc | 5 #include "cc/trees/layer_tree_host.h" 14 #include "cc/layers/delegated_frame_provider.h" 15 #include "cc/layers/delegated_frame_resource_collection.h" 16 #include "cc/layers/delegated_renderer_layer.h" 17 #include "cc/layers/delegated_renderer_layer_impl.h" 18 #include "cc/output/compositor_frame.h" 19 #include "cc/output/compositor_frame_ack.h" 20 #include "cc/output/delegated_frame_data.h" 21 #include "cc/quads/render_pass_draw_quad.h" 22 #include "cc/quads/shared_quad_state.h 32 namespace cc { namespace [all...] |
layer_tree_impl.h | 15 #include "cc/base/scoped_ptr_vector.h" 16 #include "cc/base/swap_promise.h" 17 #include "cc/layers/layer_impl.h" 18 #include "cc/output/renderer.h" 19 #include "cc/resources/ui_resource_client.h" 24 struct hash<cc::LayerImpl*> { 25 size_t operator()(cc::LayerImpl* ptr) const { 38 namespace cc { namespace 111 // TODO(nduca): These are implemented in cc files temporarily, but will become 408 } // namespace cc [all...] |
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_instance_impl.h | 19 #include "cc/layers/content_layer_client.h" 20 #include "cc/layers/layer.h" 21 #include "cc/layers/texture_layer_client.h" 84 namespace cc { namespace 122 public NON_EXPORTED_BASE(cc::TextureLayerClient), 545 // cc::TextureLayerClient implementation. 547 cc::TextureMailbox* mailbox, 548 scoped_ptr<cc::SingleReleaseCallback>* release_callback, 722 scoped_refptr<cc::Layer> compositor_layer_; 723 scoped_refptr<cc::TextureLayer> texture_layer_ [all...] |
/external/chromium_org/content/renderer/ |
render_thread_impl.h | 50 namespace cc { namespace
|
render_widget.h | 20 #include "cc/debug/rendering_stats_instrumentation.h" 65 namespace cc { namespace 192 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback); 460 static scoped_ptr<cc::SwapPromise> QueueMessageImpl(
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLElement.cpp | 803 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...] |
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/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/v8/src/ic/ia32/ |
ic-ia32.cc | 975 Condition cc = local [all...] |
/external/chromium_org/v8/src/ic/x64/ |
ic-x64.cc | 981 Condition cc = local [all...] |
/external/chromium_org/v8/src/ic/x87/ |
ic-x87.cc | 977 Condition cc = 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...] |