/external/valgrind/main/none/tests/s390x/ |
cu21_1.c | 18 uint32_t cc; member in struct:__anon30268 70 int cc = 42; local 83 : "+d"(dest), "+d"(source), "=d"(cc), 86 : "memory", "cc"); 93 regs.cc = cc; 116 printf(" cc = %d\n", result.cc); 193 /* When both operands are exhausted, cc=0 takes precedence.
|
cu41.c | 15 uint32_t cc; member in struct:__anon30271 71 int cc = 42; local 84 : "+d"(dest), "+d"(source), "=d"(cc), 87 : "memory", "cc"); 94 regs.cc = cc; 117 printf(" cc = %d\n", result.cc); 180 /* When both operands are exhausted, cc=0 takes precedence. 195 run_test(buff, 0, invalid, sizeof invalid); // cc = [all...] |
/frameworks/base/libs/androidfw/ |
ZipUtils.cpp | 102 int cc = TEMP_FAILURE_RETRY(read(fd, readBuf, getSize)); local 103 if (cc < 0) { 105 } else if (cc != (int) getSize) { 106 ALOGW("inflate read failed (%d vs %ld)", cc, getSize); 215 int cc = fread(readBuf, 1, getSize, fp); local 216 if (cc != (int) getSize) { 218 cc, getSize);
|
/dalvik/dx/src/com/android/dx/ssa/ |
ConstCollector.java | 74 ConstCollector cc = new ConstCollector(ssaMethod); local 75 cc.run();
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
ConstCollector.java | 74 ConstCollector cc = new ConstCollector(ssaMethod); local 75 cc.run();
|
/art/runtime/jdwp/ |
jdwp_socket.cc | 199 int cc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)); local 200 CHECK_EQ(cc, 0); 201 return cc; 279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error); local 280 if (cc != 0) { 478 int cc = TEMP_FAILURE_RETRY(write(clientSock, input_buffer_, kMagicHandshakeLen)); local 479 if (cc != kMagicHandshakeLen) { 480 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactorySpiTest.java | 85 Certificate cc = certFactorySpi local 87 assertNull("Not null Cerificate", cc);
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_expanded_container.cc | 87 register GCClosure *cc = reinterpret_cast<GCClosure*>(closure); local 101 marshal_data ? marshal_data : cc->callback);
|
/external/chromium_org/base/threading/ |
thread_restrictions.h | 30 namespace cc { namespace 184 friend class cc::CompletionEvent;
|
/external/chromium_org/cc/animation/ |
keyframed_animation_curve.cc | 5 #include "cc/animation/keyframed_animation_curve.h" 7 namespace cc { namespace 270 } // namespace cc
|
layer_animation_controller_unittest.cc | 5 #include "cc/animation/layer_animation_controller.h" 7 #include "cc/animation/animation.h" 8 #include "cc/animation/animation_curve.h" 9 #include "cc/animation/animation_delegate.h" 10 #include "cc/animation/keyframed_animation_curve.h" 11 #include "cc/animation/transform_operations.h" 12 #include "cc/test/animation_test_common.h" 17 namespace cc { namespace 345 0, operations, scoped_ptr<cc::TimingFunction>())); 348 1, operations, scoped_ptr<cc::TimingFunction>())) [all...] |
/external/chromium_org/cc/base/ |
scoped_ptr_hash_map.h | 17 namespace cc { namespace 155 } // namespace cc
|
tiling_data.h | 12 #include "cc/base/cc_export.h" 20 namespace cc { namespace 146 } // namespace cc
|
/external/chromium_org/cc/debug/ |
rendering_stats.h | 10 #include "cc/base/cc_export.h" 12 namespace cc { namespace 41 // and Add in rendering_stats.cc. 68 } // namespace cc
|
/external/chromium_org/cc/input/ |
page_scale_animation.cc | 5 #include "cc/input/page_scale_animation.h" 10 #include "cc/animation/timing_function.h" 41 namespace cc { namespace 232 } // namespace cc
|
/external/chromium_org/cc/layers/ |
compositing_reasons.h | 10 namespace cc { namespace 58 } // namespace cc
|
layer_impl_unittest.cc | 5 #include "cc/layers/layer_impl.h" 7 #include "cc/output/filter_operation.h" 8 #include "cc/output/filter_operations.h" 9 #include "cc/test/fake_impl_proxy.h" 10 #include "cc/test/fake_layer_tree_host_impl.h" 11 #include "cc/test/fake_output_surface.h" 12 #include "cc/test/geometry_test_utils.h" 13 #include "cc/trees/layer_tree_impl.h" 14 #include "cc/trees/single_thread_proxy.h" 19 namespace cc { namespace [all...] |
layer_iterator.h | 9 #include "cc/base/cc_export.h" 10 #include "cc/trees/layer_tree_host_common.h" 12 namespace cc { namespace 302 } // namespace cc
|
layer_iterator_unittest.cc | 5 #include "cc/layers/layer_iterator.h" 9 #include "cc/layers/layer.h" 10 #include "cc/test/fake_layer_tree_host.h" 11 #include "cc/trees/layer_tree_host_common.h" 21 namespace cc { namespace 271 } // namespace cc
|
layer_position_constraint_unittest.cc | 5 #include "cc/layers/layer_position_constraint.h" 9 #include "cc/layers/layer_impl.h" 10 #include "cc/test/fake_impl_proxy.h" 11 #include "cc/test/fake_layer_tree_host_impl.h" 12 #include "cc/test/geometry_test_utils.h" 13 #include "cc/trees/layer_tree_host_common.h" 16 namespace cc { namespace [all...] |
render_surface_impl.cc | 5 #include "cc/layers/render_surface_impl.h" 11 #include "cc/base/math_util.h" 12 #include "cc/debug/debug_colors.h" 13 #include "cc/layers/delegated_renderer_layer_impl.h" 14 #include "cc/layers/layer_impl.h" 15 #include "cc/layers/quad_sink.h" 16 #include "cc/layers/render_pass_sink.h" 17 #include "cc/quads/debug_border_draw_quad.h" 18 #include "cc/quads/render_pass.h" 19 #include "cc/quads/render_pass_draw_quad.h 26 namespace cc { namespace [all...] |
texture_layer.h | 11 #include "cc/base/cc_export.h" 12 #include "cc/layers/layer.h" 13 #include "cc/resources/texture_mailbox.h" 21 namespace cc { namespace 159 } // namespace cc
|
video_layer_impl.cc | 5 #include "cc/layers/video_layer_impl.h" 9 #include "cc/layers/quad_sink.h" 10 #include "cc/layers/video_frame_provider_client_impl.h" 11 #include "cc/quads/io_surface_draw_quad.h" 12 #include "cc/quads/stream_video_draw_quad.h" 13 #include "cc/quads/texture_draw_quad.h" 14 #include "cc/quads/yuv_video_draw_quad.h" 15 #include "cc/resources/resource_provider.h" 16 #include "cc/trees/layer_tree_impl.h" 17 #include "cc/trees/proxy.h 24 namespace cc { namespace [all...] |
/external/chromium_org/cc/output/ |
delegating_renderer.cc | 5 #include "cc/output/delegating_renderer.h" 15 #include "cc/output/compositor_frame_ack.h" 16 #include "cc/quads/checkerboard_draw_quad.h" 17 #include "cc/quads/debug_border_draw_quad.h" 18 #include "cc/quads/render_pass.h" 19 #include "cc/quads/render_pass_draw_quad.h" 20 #include "cc/quads/solid_color_draw_quad.h" 21 #include "cc/quads/texture_draw_quad.h" 22 #include "cc/quads/tile_draw_quad.h" 23 #include "cc/quads/yuv_video_draw_quad.h 30 namespace cc { namespace [all...] |
direct_renderer.h | 10 #include "cc/base/cc_export.h" 11 #include "cc/output/renderer.h" 12 #include "cc/resources/resource_provider.h" 13 #include "cc/resources/scoped_resource.h" 15 namespace cc { namespace 148 } // namespace cc
|