HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 151 - 175 of 1020) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/cc/trees/
layer_tree_host_client.h 15 namespace cc { namespace
44 virtual scoped_refptr<cc::ContextProvider>
46 virtual scoped_refptr<cc::ContextProvider>
56 } // namespace cc
  /external/chromium_org/content/browser/aura/
software_browser_compositor_output_surface.h 8 #include "cc/output/output_surface.h"
10 namespace cc { class SoftwareOutputDevice; } namespace
16 class SoftwareBrowserCompositorOutputSurface : public cc::OutputSurface {
19 scoped_ptr<cc::SoftwareOutputDevice> software_device) {
26 scoped_ptr<cc::SoftwareOutputDevice> software_device);
28 virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.h 15 namespace cc { namespace
38 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
44 virtual scoped_refptr<cc::ContextProvider>
46 virtual scoped_refptr<cc::ContextProvider>
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
testable_callback.cc 34 PP_CompletionCallback cc = local
36 cc.flags = flags;
37 return cc;
  /external/chromium_org/webkit/common/gpu/
test_context_provider_factory.h 11 namespace cc { namespace
24 scoped_refptr<cc::ContextProvider> OffscreenContextProviderForMainThread();
webgraphicscontext3d_provider_impl.h 13 namespace cc { class ContextProvider; } namespace
22 scoped_refptr<cc::ContextProvider> provider);
30 scoped_refptr<cc::ContextProvider> provider_;
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h 12 namespace cc { class Animation; } namespace
39 scoped_ptr<cc::Animation> CloneToAnimation();
42 scoped_ptr<cc::Animation> animation_;
web_float_animation_curve_impl.h 12 namespace cc { namespace
41 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
44 scoped_ptr<cc::KeyframedFloatAnimationCurve> curve_;
web_transform_animation_curve_impl.h 12 namespace cc { namespace
40 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
43 scoped_ptr<cc::KeyframedTransformAnimationCurve> curve_;
  /external/chromium_org/webkit/support/
web_layer_tree_view_impl_for_testing.h 9 #include "cc/trees/layer_tree_host_client.h"
12 namespace cc { namespace
21 public cc::LayerTreeHostClient {
59 // cc::LayerTreeHostClient implementation.
66 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
74 virtual scoped_refptr<cc::ContextProvider>
76 virtual scoped_refptr<cc::ContextProvider>
80 scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 8 int cc = c; member in struct:C
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 19 const int cc = c + vp9_cost_bit(prob, b); local
23 costs[-ii] = cc;
25 cost(costs, tree, probs, ii, cc);
  /external/valgrind/main/memcheck/tests/s390x/
cs.c 12 int cc = 1; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
20 : "cc");
csg.c 12 int cc = 1; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
20 : "cc");
  /external/valgrind/main/none/tests/s390x/
srst.c 16 int cc; local
22 :"+d" (start), "+d" (next), "=d" (cc) :"d" (what): "cc");
23 *__cc = cc;
31 int cc; local
37 :"+d" (start), "+d" (what), "=d" (cc) :: "cc");
38 *__cc = cc;
45 int cc; local
49 srst3((char *)0x12345678,(char *)0x12345678,'0', &cc);
    [all...]
stck.c 8 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...]
stckf.c 8 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...]
stfle.c 11 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/javassist/sample/
Test.java 28 CtClass cc = pool.get("sample.Test"); local
30 cc.getDeclaredMethod("g");
37 CtMethod fMethod = cc.getDeclaredMethod("f");
38 CtMethod gMethod = CtNewMethod.copy(fMethod, "g", cc, null);
39 cc.addMethod(gMethod);
40 cc.writeFile(); // update the class file
  /external/chromium/chrome/browser/ui/views/
ssl_client_certificate_selector_win.cc 37 PCCERT_CONTEXT cc = cert_request_info->client_certs[i]->os_cert_handle(); local
38 ok = CertAddCertificateContextToStore(client_certs, cc,
  /external/chromium_org/cc/animation/
animation_registrar.h 11 #include "cc/base/cc_export.h"
13 namespace cc { namespace
63 } // namespace cc
keyframed_animation_curve_unittest.cc 5 #include "cc/animation/keyframed_animation_curve.h"
7 #include "cc/animation/transform_operations.h"
11 namespace cc { namespace
336 } // namespace cc
scrollbar_animation_controller_linear_fade.h 9 #include "cc/animation/scrollbar_animation_controller.h"
10 #include "cc/base/cc_export.h"
12 namespace cc { namespace
54 } // namespace cc
scrollbar_animation_controller_linear_fade_unittest.cc 5 #include "cc/animation/scrollbar_animation_controller_linear_fade.h"
7 #include "cc/layers/scrollbar_layer_impl.h"
8 #include "cc/test/fake_impl_proxy.h"
9 #include "cc/test/fake_layer_tree_host_impl.h"
12 namespace cc { namespace
161 } // namespace cc
  /external/chromium_org/cc/base/
float_quad_unittest.cc 5 #include "cc/base/math_util.h"
11 namespace cc { namespace
65 } // namespace cc

Completed in 724 milliseconds

1 2 3 4 5 67 8 91011>>