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

<<21222324252627282930>>

  /external/valgrind/main/none/tests/s390x/
trot.c 13 uint64_t cc; member in struct:__anon36935
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+&d"(desaddr)
52 regs.cc = cc;
75 if (regs.cc == 0 && regs.len != 0)
76 printf("length is not zero but cc is zero\n");
84 return regs.cc;
90 int cc; local
    [all...]
trto.c 13 uint64_t cc; member in struct:__anon36936
35 register uint64_t cc asm("5");
37 cc = 2; /* cc result will never be 2 */
42 : "=d"(cc),"+&d"(desaddr)
51 regs.cc = cc;
74 if (regs.cc == 0 && regs.len != 0)
75 printf("length is not zero but cc is zero\n");
83 return regs.cc;
88 int cc; local
    [all...]
trtt.c 13 uint64_t cc; member in struct:__anon36937
36 register uint64_t cc asm("5");
38 cc = 2; /* cc result will never be 2 */
43 : "=d"(cc),"+d"(desaddr),"+d"(srcaddr)
52 regs.cc = cc;
76 if (regs.cc == 0 && regs.len != 0)
77 printf("length is not zero but cc is zero\n");
85 return regs.cc;
91 int cc; local
    [all...]
  /external/valgrind/main/none/tests/x86/
smc1.c 72 void cc ( int x ) { dd(x, (void(*)(int)) &code[0]); } function
75 void bb ( int x ) { cc(x); }
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
MessageHeaderViewTest.java 33 String[] cc = makeRecipientArray("CC", 60); local
34 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc,
45 String[] cc = makeRecipientArray("CC", 10); local
47 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 107 CompositeChange cc = new CompositeChange("Combined from unit test", local
109 cc.markAsSynthetic();
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChainDirectory.java 74 final ClusterChain cc = new ClusterChain(fat, false); local
75 cc.setChainLength(1);
77 bs.setRootDirFirstCluster(cc.getStartCluster());
80 new ClusterChainDirectory(cc, true);
  /external/chromium_org/cc/animation/
animation_events.h 10 #include "cc/animation/animation.h"
11 #include "cc/base/cc_export.h"
12 #include "cc/output/filter_operations.h"
15 namespace cc { namespace
39 } // namespace cc
keyframed_animation_curve.h 8 #include "cc/animation/animation_curve.h"
9 #include "cc/animation/timing_function.h"
10 #include "cc/animation/transform_operations.h"
11 #include "cc/base/cc_export.h"
12 #include "cc/base/scoped_ptr_vector.h"
14 namespace cc { namespace
228 } // namespace cc
keyframed_animation_curve_unittest.cc 5 #include "cc/animation/keyframed_animation_curve.h"
7 #include "cc/animation/transform_operations.h"
14 namespace cc { namespace
549 } // namespace cc
scroll_offset_animation_curve.cc 5 #include "cc/animation/scroll_offset_animation_curve.h"
11 #include "cc/animation/timing_function.h"
16 namespace cc { namespace
84 } // namespace cc
scrollbar_animation_controller.h 11 #include "cc/base/cc_export.h"
14 namespace cc { namespace
70 } // namespace cc
scrollbar_animation_controller_linear_fade_unittest.cc 5 #include "cc/animation/scrollbar_animation_controller_linear_fade.h"
7 #include "cc/layers/solid_color_scrollbar_layer_impl.h"
8 #include "cc/test/fake_impl_proxy.h"
9 #include "cc/test/fake_layer_tree_host_impl.h"
10 #include "cc/test/test_shared_bitmap_manager.h"
13 namespace cc { namespace
267 } // namespace cc
scrollbar_animation_controller_thinning.cc 5 #include "cc/animation/scrollbar_animation_controller_thinning.h"
8 #include "cc/layers/layer_impl.h"
9 #include "cc/layers/scrollbar_layer_impl_base.h"
17 namespace cc { namespace
149 } // namespace cc
scrollbar_animation_controller_thinning.h 9 #include "cc/animation/scrollbar_animation_controller.h"
10 #include "cc/base/cc_export.h"
12 namespace cc { namespace
77 } // namespace cc
scrollbar_animation_controller_thinning_unittest.cc 5 #include "cc/animation/scrollbar_animation_controller_thinning.h"
7 #include "cc/layers/solid_color_scrollbar_layer_impl.h"
8 #include "cc/test/fake_impl_proxy.h"
9 #include "cc/test/fake_layer_tree_host_impl.h"
10 #include "cc/test/test_shared_bitmap_manager.h"
13 namespace cc { namespace
339 } // namespace cc
  /external/chromium_org/cc/base/
delayed_unique_notifier_unittest.cc 11 #include "cc/base/delayed_unique_notifier.h"
14 namespace cc { namespace
266 } // namespace cc
region.h 12 #include "cc/base/cc_export.h"
21 namespace cc { namespace
133 } // namespace cc
region_unittest.cc 5 #include "cc/base/region.h"
9 namespace cc { namespace
454 } // namespace cc
  /external/chromium_org/cc/debug/
frame_viewer_instrumentation.h 9 #include "cc/resources/tile.h"
11 namespace cc { namespace
15 const char kCategory[] = "cc";
91 } // namespace cc
micro_benchmark_controller.cc 5 #include "cc/debug/micro_benchmark_controller.h"
13 #include "cc/debug/invalidation_benchmark.h"
14 #include "cc/debug/picture_record_benchmark.h"
15 #include "cc/debug/rasterize_and_record_benchmark.h"
16 #include "cc/debug/unittest_only_benchmark.h"
17 #include "cc/trees/layer_tree_host.h"
18 #include "cc/trees/layer_tree_host_impl.h"
20 namespace cc { namespace
134 } // namespace cc
rendering_stats.h 10 #include "cc/base/cc_export.h"
11 #include "cc/debug/traced_value.h"
13 namespace cc { namespace
17 // and Add in rendering_stats.cc.
32 // and Add in rendering_stats.cc.
54 } // namespace cc
rendering_stats_instrumentation.cc 5 #include "cc/debug/rendering_stats_instrumentation.h"
7 namespace cc { namespace
142 } // namespace cc
  /external/chromium_org/cc/input/
input_handler.h 10 #include "cc/base/cc_export.h"
11 #include "cc/base/swap_promise_monitor.h"
12 #include "cc/input/scrollbar.h"
23 namespace cc { namespace
152 } // namespace cc
page_scale_animation.h 14 namespace cc { namespace
113 } // namespace cc

Completed in 569 milliseconds

<<21222324252627282930>>