HomeSort by relevance Sort by last modified time
    Searched refs:cc (Results 1 - 25 of 4138) 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/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/webp/src/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 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-arm64.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-mips.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-x86.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.darwin-x86_64.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-arm.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-arm64.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-mips.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-x86.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 cc/animation/animation_registrar.cc
    [all...]
cc.target.linux-x86_64.mk 25 LOCAL_CPP_EXTENSION := .cc
31 cc/animation/animation.cc \
32 cc/animation/animation_curve.cc \
33 cc/animation/animation_events.cc \
34 cc/animation/animation_id_provider.cc \
35 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/regex-re2/
Android.mk 11 util/arena.cc \
12 util/hash.cc \
13 util/rune.cc \
14 util/stringpiece.cc \
15 util/stringprintf.cc \
16 util/strutil.cc \
17 util/valgrind.cc \
18 re2/bitstate.cc \
19 re2/compile.cc \
20 re2/dfa.cc \
    [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/valgrind/main/none/tests/s390x/
icm.c 8 : "1", "memory", "cc"); \
16 : "1", "memory", "cc"); \
30 int cc; local
36 icm(&a[0+offset], 0, what); cc = get_cc(); \
37 icm(&a[1+offset+cc], 1, what); cc = get_cc(); \
38 icm(&a[2+offset+cc], 2, what); cc = get_cc(); \
39 icm(&a[3+offset+cc], 3, what); cc = get_cc();
    [all...]
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...]
  /external/chromium_org/content/browser/compositor/
surface_display_output_surface.h 8 #include "cc/output/output_surface.h"
10 namespace cc { namespace
20 class SurfaceDisplayOutputSurface : public cc::OutputSurface {
22 // The underlying cc::Display and cc::SurfaceManager must outlive this class.
24 cc::Display* display,
25 cc::SurfaceManager* surface_manager,
26 const scoped_refptr<cc::ContextProvider>& context_provider);
29 // cc::OutputSurface implementation.
30 virtual void SwapBuffers(cc::CompositorFrame* frame) OVERRIDE
    [all...]
onscreen_display_client.h 8 #include "cc/surfaces/display_client.h"
12 #include "cc/surfaces/display.h"
14 namespace cc { namespace
23 class OnscreenDisplayClient : cc::DisplayClient {
26 const scoped_refptr<cc::ContextProvider>& onscreen_context_provider,
27 scoped_ptr<cc::OutputSurface> software_surface,
28 cc::SurfaceManager* manager);
31 cc::Display* display() { return &display_; }
33 // cc::DisplayClient implementation.
34 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface() OVERRIDE
    [all...]
  /external/stressapptest/
Android.mk 6 src/main.cc \
7 src/adler32memcpy.cc \
8 src/disk_blocks.cc \
9 src/error_diag.cc \
10 src/finelock_queue.cc \
11 src/logger.cc \
12 src/os.cc \
13 src/os_factory.cc \
14 src/pattern.cc \
15 src/queue.cc \
    [all...]

Completed in 659 milliseconds

1 2 3 4 5 6 7 8 91011>>