/external/chromium_org/cc/trees/ |
tree_synchronizer_unittest.cc | 5 #include "cc/trees/tree_synchronizer.h" 13 #include "cc/animation/layer_animation_controller.h" 14 #include "cc/layers/layer.h" 15 #include "cc/layers/layer_impl.h" 16 #include "cc/test/animation_test_common.h" 17 #include "cc/test/fake_impl_proxy.h" 18 #include "cc/test/fake_layer_tree_host.h" 19 #include "cc/test/test_shared_bitmap_manager.h" 20 #include "cc/trees/proxy.h" 21 #include "cc/trees/single_thread_proxy.h 24 namespace cc { namespace [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_impl.h | 26 #include "cc/resources/shared_bitmap.h" 54 namespace cc { namespace 415 const cc::CompositorFrameAck& ack); 421 const cc::CompositorFrameAck& ack); 645 const cc::SharedBitmapId& id); [all...] |
render_widget_host_view_aura.h | 45 namespace cc { namespace 236 scoped_ptr<cc::CompositorFrame> frame) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
MediaQueryTokenizer.cpp | 62 MediaQueryToken MediaQueryTokenizer::whiteSpace(UChar cc) 98 MediaQueryToken MediaQueryTokenizer::leftParenthesis(UChar cc) 103 MediaQueryToken MediaQueryTokenizer::rightParenthesis(UChar cc) 108 MediaQueryToken MediaQueryTokenizer::leftBracket(UChar cc) 113 MediaQueryToken MediaQueryTokenizer::rightBracket(UChar cc) 118 MediaQueryToken MediaQueryTokenizer::leftBrace(UChar cc) 123 MediaQueryToken MediaQueryTokenizer::rightBrace(UChar cc) 128 MediaQueryToken MediaQueryTokenizer::plusOrFullStop(UChar cc) 130 if (nextCharsAreNumber(cc)) { 131 reconsume(cc); 243 UChar cc = consume(); local 370 UChar cc = consume(); local 434 UChar cc = consume(); local 451 UChar cc = consume(); local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
ratectrl.c | 218 CODING_CONTEXT *const cc = & cpi->coding_context; local 226 cc->frames_since_key = cpi->frames_since_key; 227 cc->filter_level = cpi->common.filter_level; 228 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due; 229 cc->frames_since_golden = cpi->frames_since_golden; 231 vp8_copy(cc->mvc, cpi->common.fc.mvc); 232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); 234 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); 235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob); 237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count) 257 CODING_CONTEXT *const cc = & cpi->coding_context; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 749 unsigned cc = blk2cc[blk]; local 757 bs->pred_dc[cc] += dct_diff; 760 dst[0] = bs->pred_dc[cc];
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen6_blorp.cpp | 322 struct gen6_color_calc_state *cc = (struct gen6_color_calc_state *) local 326 memset(cc, 0, sizeof(*cc)); [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkScaledBitmapSampler.cpp | 369 SkPMColor cc = A32_MASK_IN_PLACE; local 372 cc &= c; 376 return cc != A32_MASK_IN_PLACE; 385 SkPMColor cc = A32_MASK_IN_PLACE; local 388 cc &= c; 394 return cc != A32_MASK_IN_PLACE; 452 SkPMColor cc = A32_MASK_IN_PLACE; local 455 cc &= c; 459 return cc != A32_MASK_IN_PLACE; 467 SkPMColor cc = A32_MASK_IN_PLACE local 484 SkPMColor cc = A32_MASK_IN_PLACE; local 501 SkPMColor cc = A32_MASK_IN_PLACE; local [all...] |
/external/chromium_org/ui/compositor/ |
layer.h | 15 #include "cc/animation/animation_events.h" 16 #include "cc/animation/layer_animation_event_observer.h" 17 #include "cc/base/scoped_ptr_vector.h" 18 #include "cc/layers/content_layer_client.h" 19 #include "cc/layers/layer_client.h" 20 #include "cc/layers/texture_layer_client.h" 21 #include "cc/resources/texture_mailbox.h" 22 #include "cc/surfaces/surface_id.h" 34 namespace cc { namespace 67 NON_EXPORTED_BASE(public cc::ContentLayerClient) [all...] |
/external/chromium_org/v8/src/compiler/arm/ |
code-generator-arm.cc | 528 Condition cc = kNoCondition; local 536 cc = eq; 544 cc = ne; 547 cc = lt; 550 cc = ge; 553 cc = le; 556 cc = gt; 564 cc = lo; 572 cc = hs; 580 cc = ls [all...] |
/external/chromium_org/v8/src/compiler/arm64/ |
code-generator-arm64.cc | 366 // TODO(dcarney): implement directly. See note in lithium-codegen-arm64.cc 554 Condition cc = nv; local 562 cc = eq; 570 cc = ne; 573 cc = lt; 576 cc = ge; 579 cc = le; 582 cc = gt; 590 cc = lo; 598 cc = hs [all...] |
/external/chromium_org/v8/src/compiler/ia32/ |
code-generator-ia32.cc | 483 Condition cc = no_condition; local 491 cc = equal; 499 cc = not_equal; 502 cc = less; 505 cc = greater_equal; 508 cc = less_equal; 511 cc = greater; 519 cc = below; 527 cc = above_equal; 535 cc = below_equal [all...] |
/external/chromium_org/v8/src/compiler/x64/ |
code-generator-x64.cc | 705 Condition cc = no_condition; local 713 cc = equal; 721 cc = not_equal; 724 cc = less; 727 cc = greater_equal; 730 cc = less_equal; 733 cc = greater; 741 cc = below; 749 cc = above_equal; 757 cc = below_equal [all...] |
/external/chromium_org/v8/src/mips/ |
disasm-mips.cc | 215 // Print the integer value of the cc field for the bc1t/f instructions. 217 int cc = instr->FBccValue(); local 218 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc); 222 // Print the integer value of the cc field for the FP compare instructions. 224 int cc = instr->FCccValue(); local 225 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc); 412 case 'b': { // 'bc - Special for bc1 cc field. 417 case 'C': { // 'Cc - Special for c.xx.d cc field [all...] |
/external/chromium_org/v8/src/mips64/ |
disasm-mips64.cc | 216 // Print the integer value of the cc field for the bc1t/f instructions. 218 int cc = instr->FBccValue(); local 219 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc); 223 // Print the integer value of the cc field for the FP compare instructions. 225 int cc = instr->FCccValue(); local 226 out_buffer_pos_ += SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc); 413 case 'b': { // 'bc - Special for bc1 cc field. 418 case 'C': { // 'Cc - Special for c.xx.d cc field [all...] |
/external/clang/test/SemaCXX/ |
cstyle-cast.cpp | 14 typedef const char cc; typedef 15 typedef cc *ccp;
|
/external/eigen/Eigen/src/SPQRSupport/ |
SuiteSparseQRSupport.h | 253 cholmod_common *cc = m_spqr.cholmodCommon(); local 255 x_cd = SuiteSparseQR_qmult<Scalar>(method, m_spqr.m_H, m_spqr.m_HTau, m_spqr.m_HPinv, &y_cd, cc); 257 cholmod_l_free_dense(&x_cd, cc);
|
/external/iputils/ |
clockdiff.c | 130 int cc, count; local 154 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, 156 if (cc < 0) 220 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, 223 if (cc < 0) 307 int cc, count; local 330 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, 332 if (cc < 0) 400 cc = recvfrom(sock_raw, (char *)packet, PACKET_IN, 0, 403 if (cc < 0 [all...] |
/external/iputils/ninfod/ |
ninfod.c | 293 int cc; local 309 if ((cc = recvmsg(sock, &msgh, 0)) < 0) 312 p->querylen = cc; 338 int cc; local 382 cc = sendmsg(sock, &msgh, 0); 383 if (cc < 0) 389 return cc;
|
/external/javassist/src/main/javassist/compiler/ |
MemberResolver.java | 283 CtClass cc = null; local 285 cc = lookupClass(jvmToJavaName(jvmClassName), true); 293 return cc.getField(field); 297 jvmClassName = javaToJvmName(cc.getName()); 317 CtClass cc = lookupClass(className, false); local 319 return cc.getField(fieldName.get()); 425 CtClass cc = classPool.get(fqName); local 428 return cc; 434 CtClass cc = classPool.get(pac); local 437 return cc; 453 CtClass cc = null; local [all...] |
/external/libpcap/ |
pcap-dlpi.c | 191 int cc; local 197 cc = p->cc; 198 if (cc == 0) { 226 cc = 0; 236 cc = data.len; 237 } while (cc == 0); 242 return (pcap_process_pkts(p, callback, user, cnt, bp, cc)); 1684 register int cc; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
ratectrl.c | 218 CODING_CONTEXT *const cc = & cpi->coding_context; local 226 cc->frames_since_key = cpi->frames_since_key; 227 cc->filter_level = cpi->common.filter_level; 228 cc->frames_till_gf_update_due = cpi->frames_till_gf_update_due; 229 cc->frames_since_golden = cpi->frames_since_golden; 231 vp8_copy(cc->mvc, cpi->common.fc.mvc); 232 vp8_copy(cc->mvcosts, cpi->rd_costs.mvcosts); 234 vp8_copy(cc->ymode_prob, cpi->common.fc.ymode_prob); 235 vp8_copy(cc->uv_mode_prob, cpi->common.fc.uv_mode_prob); 237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count) 257 CODING_CONTEXT *const cc = & cpi->coding_context; local [all...] |
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mpeg12_bitstream.c | 749 unsigned cc = blk2cc[blk]; local 757 bs->pred_dc[cc] += dct_diff; 760 dst[0] = bs->pred_dc[cc];
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_blorp.cpp | 322 struct gen6_color_calc_state *cc = (struct gen6_color_calc_state *) local 326 memset(cc, 0, sizeof(*cc)); [all...] |
/external/mksh/src/ |
shf.c | 587 unsigned char cc = (unsigned char)c; local 596 while ((n = write(shf->fd, &cc, 1)) != 1)
|