HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 176 - 200 of 1116) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cc/test/
paths.h 8 namespace cc { namespace
24 } // namespace cc
pixel_test_software_output_device.h 8 #include "cc/output/software_output_device.h"
10 namespace cc { namespace
24 } // namespace cc
skia_common.h 19 namespace cc { namespace
61 } // namespace cc
test_tile_priorities.h 8 #include "cc/resources/tile_priority.h"
10 namespace cc { namespace
32 } // namespace cc
  /external/chromium_org/content/browser/aura/
software_browser_compositor_output_surface.h 17 namespace cc { namespace
30 scoped_ptr<cc::SoftwareOutputDevice> software_device,
39 virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE;
  /external/chromium_org/content/public/browser/android/
compositor.h 9 #include "cc/resources/ui_resource_bitmap.h"
10 #include "cc/resources/ui_resource_client.h"
18 namespace cc { namespace
44 virtual void SetRootLayer(scoped_refptr<cc::Layer> root) = 0;
73 virtual cc::UIResourceId GenerateUIResource(
74 const cc::UIResourceBitmap& bitmap) = 0;
77 virtual void DeleteUIResource(cc::UIResourceId resource_id) = 0;
  /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/content/test/
web_layer_tree_view_impl_for_testing.h 9 #include "cc/trees/layer_tree_host_client.h"
10 #include "cc/trees/layer_tree_host_single_thread_client.h"
13 namespace cc { namespace
23 public cc::LayerTreeHostClient,
24 public cc::LayerTreeHostSingleThreadClient {
61 // cc::LayerTreeHostClient implementation.
68 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
75 virtual scoped_refptr<cc::ContextProvider>
78 // cc::LayerTreeHostSingleThreadClient implementation.
85 scoped_ptr<cc::LayerTreeHost> layer_tree_host_
    [all...]
  /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/ui/compositor/test/
test_context_factory.h 10 namespace cc { class TestContextProvider; } namespace
21 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
29 virtual scoped_refptr<cc::ContextProvider>
31 virtual scoped_refptr<cc::ContextProvider>
37 scoped_refptr<cc::TestContextProvider> offscreen_compositor_contexts_;
38 scoped_refptr<cc::TestContextProvider> shared_main_thread_contexts_;
  /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> PassAnimation();
42 scoped_ptr<cc::Animation> animation_;
web_filter_animation_curve_impl.h 12 namespace cc { namespace
39 scoped_ptr<cc::AnimationCurve> CloneToAnimationCurve() const;
42 scoped_ptr<cc::KeyframedFilterAnimationCurve> curve_;
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/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

Completed in 295 milliseconds

1 2 3 4 5 6 78 91011>>