/art/compiler/dex/quick/x86/ |
int_x86.cc | 91 X86ConditionCode cc = X86ConditionEncoding(cond); local 93 cc); 106 X86ConditionCode cc = X86ConditionEncoding(cond); local 107 LIR* branch = NewLIR2(kX86Jcc8, 0 /* lir operand for Jcc offset */ , cc);
|
/dalvik/vm/ |
Misc.cpp | 36 01234567: 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0123456789abcdef\n 684 int cc = read(fd, lineBuf, sizeof(lineBuf)-1); local 685 if (cc <= 0) { 686 const char* msg = (cc == 0) ? "unexpected EOF" : strerror(errno); 692 lineBuf[cc] = '\0';
|
Thread.cpp | 452 int cc; local 455 cc = dvmTryLockMutex(&gDvm._threadSuspendLock); 456 if (cc != 0) { 499 } while (cc != 0); 500 assert(cc == 0); 1017 int cc; local 1077 int cc = pthread_setspecific(gDvm.pthreadKeySelf, self); local 1306 int cc = pthread_create(&threadHandle, &threadAttr, interpThreadStart, newThread); local 1662 int cc = pthread_create(pHandle, &threadAttr, internalThreadStart, pArgs); local [all...] |
/dalvik/vm/jdwp/ |
JdwpAdb.cpp | 463 ssize_t cc = netState->writePacket(pReply); local 465 if (cc != (ssize_t) expandBufGetLength(pReply)) { 622 int cc; local 632 cc = TEMP_FAILURE_RETRY(write(netState->clientSock, netState->inputBuffer, 634 if (cc != kMagicHandshakeLen) { 636 strerror(errno), cc, (int) kMagicHandshakeLen); 676 ssize_t cc = netState->writePacket(pReq); local 678 if (cc != (ssize_t) expandBufGetLength(pReq)) { 680 strerror(errno), (int) cc, (int) expandBufGetLength(pReq));
|
JdwpSocket.cpp | 328 int cc, on = 1; local 330 cc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)); 331 assert(cc == 0); 332 return cc; 414 int cc = gethostbyname_r(state->params.host, &he, auxBuf, sizeof(auxBuf), local 416 if (cc != 0) { 621 ssize_t cc = netState->writePacket(pReply); local 623 if (cc != (ssize_t) expandBufGetLength(pReply)) { 782 int cc; local 792 cc = TEMP_FAILURE_RETRY(write(netState->clientSock, netState->inputBuffer 836 ssize_t cc = netState->writePacket(pReq); local [all...] |
/external/ceres-solver/include/ceres/ |
rotation.h | 495 T cc = c * c; local 499 R(0, 0) = aa + bb - cc - dd; R(0, 1) = T(2) * (bc - ad); R(0, 2) = T(2) * (ac + bd); // NOLINT 500 R(1, 0) = T(2) * (ad + bc); R(1, 1) = aa - bb + cc - dd; R(1, 2) = T(2) * (cd - ab); // NOLINT 501 R(2, 0) = T(2) * (bd - ac); R(2, 1) = T(2) * (ab + cd); R(2, 2) = aa - bb - cc + dd; // NOLINT
|
/external/ceres-solver/internal/ceres/ |
autodiff_test.cc | 116 A cc = c*c; local 120 R(0, 0) = aa+bb-cc-dd; R(0, 1) = A(2)*(bc-ad); R(0, 2) = A(2)*(ac+bd); // NOLINT 121 R(1, 0) = A(2)*(ad+bc); R(1, 1) = aa-bb+cc-dd; R(1, 2) = A(2)*(cd-ab); // NOLINT 122 R(2, 0) = A(2)*(bd-ac); R(2, 1) = A(2)*(ab+cd); R(2, 2) = aa-bb-cc+dd; // NOLINT
|
/external/chromium_org/cc/animation/ |
layer_animation_controller.cc | 5 #include "cc/animation/layer_animation_controller.h" 9 #include "cc/animation/animation.h" 10 #include "cc/animation/animation_delegate.h" 11 #include "cc/animation/animation_registrar.h" 12 #include "cc/animation/keyframed_animation_curve.h" 13 #include "cc/animation/layer_animation_value_observer.h" 14 #include "cc/base/scoped_ptr_algorithm.h" 17 namespace cc { namespace 59 animations.erase(cc::remove_if(&animations, 84 animations.erase(cc::remove_if(&animations [all...] |
/external/chromium_org/cc/debug/ |
debug_colors.cc | 5 #include "cc/debug/debug_colors.h" 7 #include "cc/trees/layer_tree_impl.h" 9 namespace cc { namespace 290 } // namespace cc
|
/external/chromium_org/cc/layers/ |
delegated_renderer_layer_impl.cc | 5 #include "cc/layers/delegated_renderer_layer_impl.h" 12 #include "cc/base/math_util.h" 13 #include "cc/layers/append_quads_data.h" 14 #include "cc/layers/quad_sink.h" 15 #include "cc/layers/render_pass_sink.h" 16 #include "cc/output/delegated_frame_data.h" 17 #include "cc/quads/render_pass_draw_quad.h" 18 #include "cc/quads/solid_color_draw_quad.h" 19 #include "cc/trees/layer_tree_impl.h" 21 namespace cc { namespace [all...] |
layer_unittest.cc | 5 #include "cc/layers/layer.h" 7 #include "cc/animation/keyframed_animation_curve.h" 8 #include "cc/base/math_util.h" 9 #include "cc/layers/layer_impl.h" 10 #include "cc/resources/layer_painter.h" 11 #include "cc/test/animation_test_common.h" 12 #include "cc/test/fake_impl_proxy.h" 13 #include "cc/test/fake_layer_tree_host_client.h" 14 #include "cc/test/fake_layer_tree_host_impl.h" 15 #include "cc/test/geometry_test_utils.h 36 namespace cc { namespace [all...] |
texture_layer_unittest.cc | 5 #include "cc/layers/texture_layer.h" 10 #include "cc/layers/texture_layer_client.h" 11 #include "cc/layers/texture_layer_impl.h" 12 #include "cc/test/fake_impl_proxy.h" 13 #include "cc/test/fake_layer_tree_host_client.h" 14 #include "cc/test/fake_layer_tree_host_impl.h" 15 #include "cc/test/layer_test_common.h" 16 #include "cc/test/layer_tree_test.h" 17 #include "cc/trees/layer_tree_host.h" 18 #include "cc/trees/layer_tree_impl.h 29 namespace cc { namespace [all...] |
/external/chromium_org/cc/output/ |
software_renderer.cc | 5 #include "cc/output/software_renderer.h" 8 #include "cc/base/math_util.h" 9 #include "cc/output/compositor_frame.h" 10 #include "cc/output/compositor_frame_ack.h" 11 #include "cc/output/compositor_frame_metadata.h" 12 #include "cc/output/copy_output_request.h" 13 #include "cc/output/output_surface.h" 14 #include "cc/output/software_output_device.h" 15 #include "cc/quads/checkerboard_draw_quad.h" 16 #include "cc/quads/debug_border_draw_quad.h 33 namespace cc { namespace [all...] |
/external/chromium_org/cc/resources/ |
pixel_buffer_raster_worker_pool.cc | 5 #include "cc/resources/pixel_buffer_raster_worker_pool.h" 10 #include "cc/debug/traced_value.h" 11 #include "cc/resources/resource.h" 14 namespace cc { namespace 151 TRACE_EVENT0("cc", "PixelBufferRasterWorkerPool::ScheduleTasks"); 156 TRACE_EVENT_ASYNC_BEGIN0("cc", "ScheduledTasks", this); 235 "cc", "ScheduledTasks", this, StateName(), 240 TRACE_EVENT0("cc", "PixelBufferRasterWorkerPool::CheckForCompletedTasks"); 386 "cc", "PixelBufferRasterWorkerPool::CheckForCompletedRasterTasks"); 416 "cc", "ScheduledTasks", this, StateName() [all...] |
/external/chromium_org/cc/test/ |
layer_tree_test.h | 10 #include "cc/animation/animation_delegate.h" 11 #include "cc/trees/layer_tree_host.h" 12 #include "cc/trees/layer_tree_host_impl.h" 17 namespace cc { namespace 77 virtual scoped_refptr<cc::ContextProvider> 79 virtual scoped_refptr<cc::ContextProvider> 160 virtual scoped_refptr<cc::ContextProvider> 162 virtual scoped_refptr<cc::ContextProvider> 191 } // namespace cc
|
/external/chromium_org/cc/trees/ |
layer_sorter.cc | 5 #include "cc/trees/layer_sorter.h" 13 #include "cc/base/math_util.h" 14 #include "cc/layers/render_surface_impl.h" 17 namespace cc { namespace 469 } // namespace cc
|
layer_tree_host_unittest_delegated.cc | 5 #include "cc/trees/layer_tree_host.h" 8 #include "cc/layers/delegated_renderer_layer.h" 9 #include "cc/layers/delegated_renderer_layer_client.h" 10 #include "cc/layers/delegated_renderer_layer_impl.h" 11 #include "cc/output/compositor_frame.h" 12 #include "cc/output/compositor_frame_ack.h" 13 #include "cc/output/delegated_frame_data.h" 14 #include "cc/quads/shared_quad_state.h" 15 #include "cc/quads/texture_draw_quad.h" 16 #include "cc/test/fake_delegated_renderer_layer.h 23 namespace cc { namespace [all...] |
layer_tree_host_unittest_scroll.cc | 5 #include "cc/trees/layer_tree_host.h" 8 #include "cc/layers/content_layer.h" 9 #include "cc/layers/layer.h" 10 #include "cc/layers/layer_impl.h" 11 #include "cc/test/fake_content_layer_client.h" 12 #include "cc/test/fake_layer_tree_host_client.h" 13 #include "cc/test/geometry_test_utils.h" 14 #include "cc/test/layer_tree_test.h" 15 #include "cc/trees/layer_tree_impl.h" 20 namespace cc { namespace [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_custom_menu_item.cc | 25 register GCClosure *cc = (GCClosure*)closure; local 50 cc->callback);
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_impl.h | 51 namespace cc { namespace 464 const cc::CompositorFrameAck& ack); [all...] |
render_widget_host_view_aura.h | 18 #include "cc/resources/texture_mailbox.h" 42 namespace cc { namespace 247 scoped_ptr<cc::CompositorFrame> frame) OVERRIDE; 449 scoped_ptr<cc::CopyOutputResult> result); 453 scoped_ptr<cc::CopyOutputResult> result); 457 scoped_ptr<cc::CopyOutputResult> result); 462 scoped_ptr<cc::CopyOutputResult> result); 502 scoped_ptr<cc::DelegatedFrameData> frame_data, 509 scoped_ptr<cc::SoftwareFrameData> frame_data,
|
/external/chromium_org/content/renderer/ |
render_thread_impl.h | 48 namespace cc { namespace 276 scoped_refptr<cc::ContextProvider> 278 scoped_refptr<cc::ContextProvider>
|
/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/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/texture_layer_client.h" 20 #include "cc/resources/texture_mailbox.h" 32 namespace cc { namespace 63 NON_EXPORTED_BASE(public cc::ContentLayerClient), 64 NON_EXPORTED_BASE(public cc::TextureLayerClient), 65 NON_EXPORTED_BASE(public cc::LayerAnimationEventObserver) [all...] |