HomeSort by relevance Sort by last modified time
    Searched refs:cc (Results 1 - 25 of 4178) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/actions-none/src/
foo.cc 1 foo.cc
  /external/clang/test/CodeGen/
2007-10-30-Volatile.c 4 volatile int cc = 0; local
5 p += cc;
  /external/chromium_org/third_party/skia/experimental/webtry/
safec 7 cc $@
  /external/chromium_org/tools/gyp/test/external-cross-compile/src/
bogus1.cc 1 From bogus1.cc
test1.cc 1 From test1.cc
test3.cc 1 From test3.cc
  /external/chromium_org/third_party/libwebp/utils/
color_cache.c 22 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
24 assert(cc != NULL);
26 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
27 sizeof(*cc->colors_));
28 if (cc->colors_ == NULL) return 0;
29 cc->hash_shift_ = 32 - hash_bits;
33 void VP8LColorCacheClear(VP8LColorCache* const cc) {
34 if (cc != NULL) {
35 WebPSafeFree(cc->colors_);
36 cc->colors_ = NULL
    [all...]
  /external/chromium_org/cc/
cc.target.darwin-arm.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-arm64.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-mips.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-mips64.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-x86.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-x86_64.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-arm.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-arm64.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-mips.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-mips64.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-x86.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-x86_64.mk 23 LOCAL_CPP_EXTENSION := .cc
29 cc/animation/animation.cc \
30 cc/animation/animation_curve.cc \
31 cc/animation/animation_events.cc \
32 cc/animation/animation_id_provider.cc \
33 cc/animation/animation_registrar.cc
    [all...]
  /external/chromium_org/third_party/libyuv/util/
Makefile 1 psnr: psnr.cc ssim.cc psnr_main.cc
3 $(CXX) /arch:SSE2 /Ox /openmp psnr.cc ssim.cc psnr_main.cc
5 $(CXX) -msse2 -O3 -fopenmp -static -o psnr psnr.cc ssim.cc psnr_main.cc -Wl,--strip-all
  /external/chromium_org/third_party/libyuv/
Android.mk 6 LOCAL_CPP_EXTENSION := .cc
9 source/compare.cc \
10 source/compare_common.cc \
11 source/compare_posix.cc \
12 source/convert.cc \
13 source/convert_argb.cc \
14 source/convert_from.cc \
15 source/convert_from_argb.cc \
16 source/convert_to_argb.cc \
17 source/convert_to_i420.cc \
    [all...]
  /external/chromium_org/cc/resources/
raster_buffer.cc 5 #include "cc/resources/raster_buffer.h"
7 namespace cc { namespace
15 } // namespace cc
  /external/chromium_org/content/browser/compositor/
surface_display_output_surface.h 8 #include "cc/output/output_surface.h"
9 #include "cc/surfaces/surface_factory.h"
10 #include "cc/surfaces/surface_factory_client.h"
11 #include "cc/surfaces/surface_id_allocator.h"
13 namespace cc { namespace
23 class SurfaceDisplayOutputSurface : public cc::OutputSurface,
24 public cc::SurfaceFactoryClient {
26 // The underlying cc::Display and cc::SurfaceManager must outlive this class.
28 cc::SurfaceManager* surface_manager
    [all...]
  /art/runtime/
Android.mk 22 atomic.cc.arm \
23 barrier.cc \
24 base/allocator.cc \
25 base/bit_vector.cc \
26 base/hex_dump.cc \
27 base/logging.cc \
28 base/mutex.cc \
29 base/scoped_flock.cc \
30 base/stringpiece.cc \
31 base/stringprintf.cc \
    [all...]
  /external/chromium_org/content/public/browser/android/
layer_tree_build_helper.h 10 namespace cc { namespace
21 virtual scoped_refptr<cc::Layer> GetLayerTree(
22 scoped_refptr<cc::Layer> content_root_layer) = 0;

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>