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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/test/
fake_tile_manager_client.cc 5 #include "cc/test/fake_tile_manager_client.h"
7 namespace cc { namespace
9 } // namespace cc
render_pass_test_common.h 8 #include "cc/quads/render_pass.h"
10 namespace cc { namespace
14 namespace cc { namespace
16 class TestRenderPass : public cc::RenderPass {
22 void AppendQuad(scoped_ptr<cc::DrawQuad> quad);
23 void AppendSharedQuadState(scoped_ptr<cc::SharedQuadState> state);
26 cc::ResourceProvider*, RenderPass::Id child_pass);
32 } // namespace cc
  /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/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-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.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-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...]
  /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/cc/output/
delegated_frame_data.cc 5 #include "cc/output/delegated_frame_data.h"
7 namespace cc { namespace
13 } // namespace cc
  /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...]
  /art/runtime/
Android.mk 22 atomic.cc.arm \
23 barrier.cc \
24 base/logging.cc \
25 base/mutex.cc \
26 base/stringpiece.cc \
27 base/stringprintf.cc \
28 base/timing_logger.cc \
29 base/unix_file/fd_file.cc \
30 base/unix_file/mapped_file.cc \
31 base/unix_file/null_file.cc \
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
color_cache.c 26 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
28 assert(cc != NULL);
30 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
31 sizeof(*cc->colors_));
32 if (cc->colors_ == NULL) return 0;
33 cc->hash_shift_ = 32 - hash_bits;
37 void VP8LColorCacheClear(VP8LColorCache* const cc) {
38 if (cc != NULL) {
39 free(cc->colors_);
40 cc->colors_ = NULL
    [all...]
  /external/webp/src/utils/
color_cache.c 26 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) {
28 assert(cc != NULL);
30 cc->colors_ = (uint32_t*)WebPSafeCalloc((uint64_t)hash_size,
31 sizeof(*cc->colors_));
32 if (cc->colors_ == NULL) return 0;
33 cc->hash_shift_ = 32 - hash_bits;
37 void VP8LColorCacheClear(VP8LColorCache* const cc) {
38 if (cc != NULL) {
39 free(cc->colors_);
40 cc->colors_ = NULL
    [all...]
  /external/chromium/
Android.mk 11 LOCAL_CPP_EXTENSION := .cc
18 googleurl/src/gurl.cc \
19 googleurl/src/url_canon_etc.cc \
20 googleurl/src/url_canon_fileurl.cc \
21 googleurl/src/url_canon_host.cc \
22 googleurl/src/url_canon_icu.cc \
23 googleurl/src/url_canon_internal.cc \
24 googleurl/src/url_canon_ip.cc \
25 googleurl/src/url_canon_mailtourl.cc \
26 googleurl/src/url_canon_path.cc \
    [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...]
  /external/chromium_org/net/
net.target.darwin-arm.mk 24 LOCAL_CPP_EXTENSION := .cc
30 net/android/gurl_utils.cc \
31 net/android/keystore.cc \
32 net/android/keystore_openssl.cc \
33 net/android/net_jni_registrar.cc \
34 net/android/network_change_notifier_android.cc \
35 net/android/network_change_notifier_delegate_android.cc \
36 net/android/network_change_notifier_factory_android.cc \
37 net/android/network_library.cc \
38 net/base/address_list.cc \
    [all...]
net.target.darwin-mips.mk 24 LOCAL_CPP_EXTENSION := .cc
30 net/android/gurl_utils.cc \
31 net/android/keystore.cc \
32 net/android/keystore_openssl.cc \
33 net/android/net_jni_registrar.cc \
34 net/android/network_change_notifier_android.cc \
35 net/android/network_change_notifier_delegate_android.cc \
36 net/android/network_change_notifier_factory_android.cc \
37 net/android/network_library.cc \
38 net/base/address_list.cc \
    [all...]
net.target.darwin-x86.mk 24 LOCAL_CPP_EXTENSION := .cc
30 net/android/gurl_utils.cc \
31 net/android/keystore.cc \
32 net/android/keystore_openssl.cc \
33 net/android/net_jni_registrar.cc \
34 net/android/network_change_notifier_android.cc \
35 net/android/network_change_notifier_delegate_android.cc \
36 net/android/network_change_notifier_factory_android.cc \
37 net/android/network_library.cc \
38 net/base/address_list.cc \
    [all...]

Completed in 909 milliseconds

1 2 3 4 5 6 7 8 91011>>