Searched defs:cc (Results 276 - 300 of 1269) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/mojo/examples/compositor_app/
H A Dcompositor_host.h11 #include "cc/trees/layer_tree_host_client.h"
15 namespace cc { namespace
18 } // namespace cc
24 class CompositorHost : public cc::LayerTreeHostClient {
31 // cc::LayerTreeHostClient implementation.
34 virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE;
50 scoped_ptr<cc::LayerTreeHost> tree_;
51 scoped_refptr<cc::Layer> child_layer_;
/external/chromium_org/mojo/examples/surfaces_app/
H A Dembedder.h9 #include "cc/surfaces/surface_id.h"
13 namespace cc { namespace
29 void SetSurfaceId(cc::SurfaceId id) { id_ = id; }
30 void ProduceFrame(cc::SurfaceId child_one,
31 cc::SurfaceId child_two,
37 cc::SurfaceId id_;
/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_service_impl.h12 namespace cc { namespace
22 SurfacesServiceImpl(cc::SurfaceManager* manager,
32 cc::SurfaceManager* manager_;
/external/chromium_org/ppapi/cpp/private/
H A Dext_crx_file_system_private.cc31 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
33 return cc.MayForce(PP_ERROR_NOINTERFACE);
35 Open(instance_, cc.output(), cc.pp_completion_callback());
30 Open( const CompletionCallbackWithOutput<pp::FileSystem>& cc) argument
H A Dflash_menu.cc36 const CompletionCallback& cc) {
38 return cc.MayForce(PP_ERROR_NOINTERFACE);
43 cc.pp_completion_callback());
34 Show(const Point& location, int32_t* selected_id, const CompletionCallback& cc) argument
H A Disolated_file_system_private.cc33 const CompletionCallbackWithOutput<pp::FileSystem>& cc) {
35 return cc.MayForce(PP_ERROR_NOINTERFACE);
37 Open(instance_, type_, cc.output(), cc.pp_completion_callback());
32 Open( const CompletionCallbackWithOutput<pp::FileSystem>& cc) argument
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer.h11 namespace cc { namespace
13 } // namespace cc
38 void OnFrameCaptured(scoped_ptr<cc::CopyOutputResult> result);
/external/valgrind/main/memcheck/tests/s390x/
H A Dcs.c12 int cc = 1; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
20 : "cc");
H A Dcsg.c12 int cc = 1; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
20 : "cc");
/external/valgrind/main/none/tests/s390x/
H A Dbfp-4.c7 int cc; local
12 : [psw]"=d"(cc) : [r1]"f"(v1), [r2]"f"(v2) : "cc");
13 if (cc == 0)
15 if (cc == 1)
17 if (cc == 2)
23 int cc; local
28 : [psw]"=d"(cc) : [r1]"f"(v1), [r2]"f"(v2) : "cc");
29 if (cc
[all...]
H A Dcs.c12 int cc = 1 - expected_cc; local
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
24 : "cc");
29 printf("cc = %d\n", cc);
31 if (cc != expected_cc) {
H A Dcsg.c12 int cc = 1 - expected_cc; local
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
24 : "cc");
29 printf("cc = %d\n", cc);
31 if (cc != expected_cc) {
H A Ddfp-1.c8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \
16 :"+f" (d1), "=d" (cc) \
23 int cc; local
29 /* case 1: cc = 2 */
32 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
33 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
34 /* case 2: cc = 1 */
37 result_64 = DFP_BINOP(ADTRA, d64_1, d64_2, _Decimal64, 1, cc);
38 DFP_BINOP_PRINT(d64_1, d64_2, result_64, _Decimal64, "+", cc);
39 /* case 2: cc
[all...]
H A Dlaa.c12 int cc = 1 - expected_cc; local
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
24 : "cc");
29 printf("cc = %d\n", cc);
31 if (cc != expected_cc) {
35 printf("cc = 0, but result != 0\n");
38 printf("cc = 1, but result >= 0\n");
41 printf("cc = 2, but result <= 0\n");
43 /* the test for cc
[all...]
H A Dstck.c8 int cc; local
12 :"=Q" (*addr), "=d"(cc)::"memory", "cc");
13 return cc;
24 int cc; local
27 cc = stck(&start);
28 if (cc)
29 printf("cc != 0!\n");
31 cc = stck(&end);
32 if (cc)
[all...]
H A Dstckf.c8 int cc; local
12 :"=Q" (*addr), "=d"(cc)::"memory", "cc");
13 return cc;
24 int cc; local
27 cc = stckf(&start);
28 if (cc)
29 printf("cc != 0!\n");
31 cc = stckf(&end);
32 if (cc)
[all...]
H A Dstfle.c11 int cc; local
16 : "=m" (*hoststfle), "+d" (__nr), "=d" (cc) : : "cc", "memory");
18 printf("the value of cc is %d and #double words is %llu\n", cc, __nr + 1);
/external/chromium_org/cc/animation/
H A Danimation_registrar.cc5 #include "cc/animation/animation_registrar.h"
7 #include "cc/animation/layer_animation_controller.h"
9 namespace cc { namespace
58 } // namespace cc
H A Danimation_registrar.h11 #include "cc/base/cc_export.h"
13 namespace cc { namespace
71 } // namespace cc
H A Dscroll_offset_animation_curve.h10 #include "cc/animation/animation_curve.h"
11 #include "cc/base/cc_export.h"
13 namespace cc { namespace
51 } // namespace cc
H A Dscrollbar_animation_controller_linear_fade.cc5 #include "cc/animation/scrollbar_animation_controller_linear_fade.h"
8 #include "cc/layers/layer_impl.h"
9 #include "cc/layers/scrollbar_layer_impl_base.h"
11 namespace cc { namespace
61 } // namespace cc
/external/chromium_org/cc/base/
H A Dcompletion_event.h12 namespace cc { namespace
61 } // namespace cc
H A Ddelayed_unique_notifier.cc5 #include "cc/base/delayed_unique_notifier.h"
12 namespace cc { namespace
78 } // namespace cc
H A Dinvalidation_region.cc5 #include "cc/base/invalidation_region.h"
15 namespace cc { namespace
39 } // namespace cc
H A Dlatency_info_swap_promise.cc5 #include "cc/base/latency_info_swap_promise.h"
11 cc::SwapPromise::DidNotSwapReason reason) {
13 case cc::SwapPromise::DID_NOT_SWAP_UNKNOWN:
14 case cc::SwapPromise::SWAP_FAILS:
16 case cc::SwapPromise::COMMIT_FAILS:
18 case cc::SwapPromise::COMMIT_NO_UPDATE:
26 namespace cc { namespace
52 } // namespace cc

Completed in 1050 milliseconds

<<11121314151617181920>>