HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 726 - 750 of 1211) sorted by null

<<21222324252627282930>>

  /external/chromium_org/cc/trees/
layer_tree_impl_unittest.cc 5 #include "cc/trees/layer_tree_impl.h"
7 #include "cc/layers/heads_up_display_layer_impl.h"
8 #include "cc/layers/layer.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/test/layer_tree_host_common_test.h"
14 #include "cc/test/test_shared_bitmap_manager.h"
15 #include "cc/trees/layer_tree_host_impl.h
18 namespace cc { namespace
    [all...]
occlusion_tracker_perftest.cc 5 #include "cc/trees/occlusion_tracker.h"
8 #include "cc/debug/lap_timer.h"
9 #include "cc/layers/layer_iterator.h"
10 #include "cc/layers/solid_color_layer_impl.h"
11 #include "cc/test/fake_layer_tree_host_impl_client.h"
12 #include "cc/test/fake_output_surface.h"
13 #include "cc/test/fake_proxy.h"
14 #include "cc/test/fake_rendering_stats_instrumentation.h"
15 #include "cc/test/test_shared_bitmap_manager.h"
16 #include "cc/trees/layer_tree_host_impl.h
22 namespace cc { namespace
    [all...]
  /external/chromium_org/content/browser/android/
edge_effect.h 13 namespace cc { namespace
36 EdgeEffect(scoped_refptr<cc::Layer> edge, scoped_refptr<cc::Layer> glow);
63 scoped_refptr<cc::Layer> edge_;
64 scoped_refptr<cc::Layer> glow_;
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.h 14 #include "cc/resources/ui_resource_client.h"
15 #include "cc/trees/layer_tree_host_client.h"
16 #include "cc/trees/layer_tree_host_single_thread_client.h"
27 namespace cc { namespace
41 public cc::LayerTreeHostClient,
42 public cc::LayerTreeHostSingleThreadClient,
60 virtual void SetRootLayer(scoped_refptr<cc::Layer> root) OVERRIDE;
77 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback)
95 virtual void AttachLayerForReadback(scoped_refptr<cc::Layer> layer) OVERRIDE;
97 scoped_ptr<cc::CopyOutputRequest> request) OVERRIDE
    [all...]
render_widget_host_view_android.h 17 #include "cc/layers/delegated_frame_resource_collection.h"
18 #include "cc/output/begin_frame_args.h"
39 namespace cc { namespace
65 public cc::DelegatedFrameResourceCollectionClient,
156 scoped_ptr<cc::CompositorFrame> frame) OVERRIDE;
169 // cc::DelegatedFrameResourceCollectionClient implementation.
233 const cc::CompositorFrameMetadata& frame_metadata);
248 scoped_ptr<cc::DelegatedFrameData> frame_data);
253 const cc::CompositorFrameMetadata& frame_metadata);
254 void ComputeContentsSize(const cc::CompositorFrameMetadata& frame_metadata)
    [all...]
  /external/chromium_org/content/renderer/
child_frame_compositing_helper.h 14 #include "cc/layers/delegated_frame_resource_collection.h"
23 namespace cc { namespace
57 public cc::DelegatedFrameResourceCollectionClient {
77 void OnCompositorFrameSwapped(scoped_ptr<cc::CompositorFrame> frame,
85 // cc::DelegatedFrameProviderClient implementation.
131 cc::Layer* layer);
142 scoped_ptr<cc::CopyOutputResult> result);
162 scoped_refptr<cc::DelegatedFrameResourceCollection> resource_collection_;
163 scoped_refptr<cc::DelegatedFrameProvider> frame_provider_;
165 scoped_refptr<cc::SolidColorLayer> background_layer_
    [all...]
renderer_webkitplatformsupport_impl.h 22 namespace cc { namespace
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.cc 242 PP_CompletionCallback cc = local
248 filesystem_resource_, expected_size, cc);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.cpp 46 static bool isAlphaNumeric(UChar cc)
48 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'z') || (cc >= 'A' && cc <= 'Z');
74 static bool isHexDigit(UChar cc)
76 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'f') || (cc >= 'A' && cc <= 'F')
177 UChar cc = source.currentChar(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 35 cc = make_option("--cc", action="store", type="string", dest="cc", help="Comma-separated list of email addresses to carbon-copy.") variable in class:Options
56 suggest_reviewers = make_option("--suggest-reviewers", action="store_true", default=False, help="Offer to CC appropriate reviewers.")
  /external/chromium_org/third_party/icu/source/i18n/
ucol_cnt.cpp 187 uint8_t ccMax = 0, ccMin = 255, cc = 0; local
189 cc = u_getCombiningClass(table->elements[i]->codePoints[j]);
190 if(cc>ccMax) {
191 ccMax = cc;
193 if(cc<ccMin) {
194 ccMin = cc;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 122 unsigned cc; local
128 cc = 0;
131 cc = 4;
134 cc = 1;
137 cc = 2;
140 cc = 1;
144 cc = 2;
161 args[2] = LLVMConstInt(LLVMInt8TypeInContext(gallivm->context), cc, 0);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_tritmp.h 57 GLfloat cc = ex*fy - ey*fx; local
61 facing = (cc < 0.0) ^ ctx->Polygon._FrontBit;
141 if (cc * cc > 1e-16) {
144 const GLfloat oneOverArea = 1.0F / cc;
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
speed.c 189 long ca,cb,cc,cd,ce; local
216 cc=count*3*8/BUFSIZE+1;
259 printf("Doing DES_cbc_encrypt %ld times on %ld byte blocks\n",cc,
263 for (count=0,run=1; COND(cc); count++)
269 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/chromium_org/third_party/openssl/openssl/crypto/rc2/
rc2speed.c 185 long ca,cb,cc; local
209 cc=count*8/BUFSIZE+1;
258 printf("Doing RC2_cbc_encrypt %ld times on %ld byte blocks\n",cc,
262 for (count=0,run=1; COND(cc); count++)
268 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4speed.c 185 long ca,cb,cc; local
208 cc=count*8/BUFSIZE+1;
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
239 for (count=0,run=1; COND(cc); count++)
244 c=((double)COUNT(cc)*BUFSIZE)/d;
  /external/clang/test/SemaCXX/
const-cast.cpp 12 typedef const char cc; typedef
13 typedef cc *ccp;
  /external/libedit/examples/
tc1.c 181 int ac, cc, co; local
205 ac = cc = co = 0;
206 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
213 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
214 ncontinuation, ac, cc, co);
241 if (i != cc)
wtc1.c 158 int ac, cc, co, rc; local
181 ac = cc = co = 0;
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
191 ncontinuation, ac, cc, co);
203 if (i != cc)
  /external/libedit/src/
tokenizer.c 199 int cc, co; local
201 cc = co = -1;
207 cc = (int)tok->argc;
425 if (cc == -1 && co == -1) {
426 cc = (int)tok->argc;
430 *cursorc = cc;
  /external/libpcap/
pcap-pf.c 110 register int cc, n, buflen, inc; local
118 cc = pc->cc;
119 if (cc == 0) {
120 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
121 if (cc < 0) {
147 while (cc > 0) {
162 pc->cc = cc;
167 if (cc < sizeof(*sp))
    [all...]
pcap-snit.c 22 * Micky Liu, micky@cunixc.cc.columbia.edu, Columbia University in May, 1989.
124 register int cc, n; local
132 cc = p->cc;
133 if (cc == 0) {
134 cc = read(p->fd, (char *)p->buffer, p->bufsize);
135 if (cc < 0) {
150 ep = bp + cc;
167 p->cc = ep - bp;
205 p->cc = ep - bp
    [all...]
pcap-snoop.c 72 int cc; local
91 cc = read(p->fd, (char *)p->buffer, p->bufsize);
92 if (cc < 0) {
114 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
  /external/libpcap/tests/
filtertest.c 74 register int i, fd, cc; local
89 cc = read(fd, cp, (u_int)buf.st_size);
90 if (cc < 0)
92 if (cc != buf.st_size)
93 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
97 for (i = 0; i < cc; i++) {
99 while (i < cc && cp[i] != '\n')
102 cp[cc] = '\0';
valgrindtest.c 107 register int i, fd, cc; local
122 cc = read(fd, cp, (u_int)buf.st_size);
123 if (cc < 0)
125 if (cc != buf.st_size)
126 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
130 for (i = 0; i < cc; i++) {
132 while (i < cc && cp[i] != '\n')
135 cp[cc] = '\0';

Completed in 1123 milliseconds

<<21222324252627282930>>