HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 226 - 250 of 1283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 8 int cc = c; member in struct:C
  /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
  /external/chromium_org/cc/animation/
scroll_offset_animation_curve.h 10 #include "cc/animation/animation_curve.h"
11 #include "cc/base/cc_export.h"
13 namespace cc { namespace
51 } // namespace cc
scrollbar_animation_controller_linear_fade.cc 5 #include "cc/animation/scrollbar_animation_controller_linear_fade.h"
8 #include "cc/layers/layer_impl.h"
9 #include "cc/layers/scrollbar_layer_impl_base.h"
11 namespace cc { namespace
61 } // namespace cc
timing_function.h 8 #include "cc/base/cc_export.h"
11 namespace cc { namespace
84 } // namespace cc
  /external/chromium_org/cc/base/
delayed_unique_notifier.cc 5 #include "cc/base/delayed_unique_notifier.h"
12 namespace cc { namespace
78 } // namespace cc
delayed_unique_notifier.h 10 #include "cc/base/cc_export.h"
16 namespace cc { namespace
59 } // namespace cc
float_quad_unittest.cc 5 #include "cc/base/math_util.h"
11 namespace cc { namespace
62 } // namespace cc
invalidation_region.cc 5 #include "cc/base/invalidation_region.h"
15 namespace cc { namespace
39 } // namespace cc
latency_info_swap_promise.cc 5 #include "cc/base/latency_info_swap_promise.h"
11 cc::SwapPromise::DidNotSwapReason reason) {
13 case cc::SwapPromise::DID_NOT_SWAP_UNKNOWN:
14 case cc::SwapPromise::SWAP_FAILS:
16 case cc::SwapPromise::COMMIT_FAILS:
18 case cc::SwapPromise::COMMIT_NO_UPDATE:
26 namespace cc { namespace
52 } // namespace cc
latency_info_swap_promise_monitor.cc 5 #include "cc/base/latency_info_swap_promise_monitor.h"
8 #include "cc/base/latency_info_swap_promise.h"
9 #include "cc/trees/layer_tree_host.h"
10 #include "cc/trees/layer_tree_host_impl.h"
11 #include "cc/trees/layer_tree_impl.h"
39 namespace cc { namespace
97 } // namespace cc
math_util_unittest.cc 5 #include "cc/base/math_util.h"
9 #include "cc/test/geometry_test_utils.h"
16 namespace cc { namespace
197 } // namespace cc
rolling_time_delta_history.cc 7 #include "cc/base/rolling_time_delta_history.h"
9 namespace cc { namespace
63 } // namespace cc
rolling_time_delta_history_unittest.cc 5 #include "cc/base/rolling_time_delta_history.h"
8 namespace cc { namespace
109 } // namespace cc
simple_enclosed_region_unittest.cc 5 #include "cc/base/simple_enclosed_region.h"
11 #include "cc/base/region.h"
14 namespace cc { namespace
637 } // namespace cc
swap_promise.h 8 #include "cc/output/compositor_frame_metadata.h"
10 namespace cc { namespace
51 } // namespace cc
unique_notifier.h 10 #include "cc/base/cc_export.h"
16 namespace cc { namespace
43 } // namespace cc
  /external/chromium_org/cc/blink/
web_external_texture_layer_impl.h 11 #include "cc/blink/cc_blink_export.h"
12 #include "cc/layers/texture_layer_client.h"
20 namespace cc { namespace
32 public cc::TextureLayerClient,
49 cc::TextureMailbox* mailbox,
50 scoped_ptr<cc::SingleReleaseCallback>* release_callback,
  /external/chromium_org/cc/debug/
micro_benchmark_controller.h 12 #include "cc/base/scoped_ptr_vector.h"
13 #include "cc/debug/micro_benchmark.h"
20 namespace cc { namespace
52 } // namespace cc

Completed in 734 milliseconds

1 2 3 4 5 6 7 8 91011>>