/external/valgrind/main/none/tests/s390x/ |
cu24.c | 18 uint32_t cc; member in struct:__anon30248 57 int cc = 42; local 70 : "+d"(dest), "+d"(source), "=d"(cc), 73 : "memory", "cc"); 80 regs.cc = cc; 110 printf(" cc = %d\n", result.cc); 166 /* When both operands are exhausted, cc=0 takes precedence.
|
cu24_1.c | 18 uint32_t cc; member in struct:__anon30249 57 int cc = 42; local 70 : "+d"(dest), "+d"(source), "=d"(cc), 73 : "memory", "cc"); 80 regs.cc = cc; 110 printf(" cc = %d\n", result.cc); 166 /* When both operands are exhausted, cc=0 takes precedence.
|
cu42.c | 15 uint32_t cc; member in struct:__anon30251 60 int cc = 42; local 73 : "+d"(dest), "+d"(source), "=d"(cc), 76 : "memory", "cc"); 83 regs.cc = cc; 107 printf(" cc = %d\n", result.cc); 167 /* When both operands are exhausted, cc=0 takes precedence. 182 run_test(buff, 0, invalid, sizeof invalid); // cc = [all...] |
/frameworks/compile/mclinker/unittests/ |
SymbolCategoryTest.cpp | 62 LDSymbol* cc = LDSymbol::Create(*c); local 68 m_pTestee->add(*cc); 105 LDSymbol* cc = LDSymbol::Create(*c); local 111 c->setSymPtr(cc); 117 m_pTestee->add(*cc);
|
/system/core/libutils/ |
FileMap.cpp | 205 int cc, sysAdvice; local 218 cc = madvise(mBasePtr, mBaseLength, sysAdvice); 219 if (cc != 0) 221 return cc;
|
/bionic/libc/unistd/ |
fnmatch.c | 102 struct cclass *cc; local 124 for (cc = cclasses; cc->name != NULL; cc++) { 125 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') { 126 if (cc->isctype((unsigned char)test)) 131 if (cc->name == NULL) {
|
/build/tools/acp/ |
acp.c | 44 int i, cc; local
|
/dalvik/vm/ |
SignalCatcher.cpp | 258 int cc; local 287 cc = sigwait(&mask, &rcvd); 288 if (cc != 0) { 289 if (cc == EINTR) {
|
StdioConverter.cpp | 131 int cc; local 136 cc = pthread_cond_signal(&gDvm.stdioConverterCond); 137 assert(cc == 0);
|
/external/chromium_org/cc/animation/ |
animation.cc | 5 #include "cc/animation/animation.h" 11 #include "cc/animation/animation_curve.h" 28 COMPILE_ASSERT(static_cast<int>(cc::Animation::RunStateEnumSize) == 38 COMPILE_ASSERT(static_cast<int>(cc::Animation::TargetPropertyEnumSize) == 44 namespace cc { namespace 101 "cc", "Animation", this, "Name", TRACE_STR_COPY(name_buffer)); 117 TRACE_EVENT_ASYNC_END0("cc", "Animation", this); 126 TRACE_EVENT_INSTANT2("cc", 238 } // namespace cc
|
layer_animation_controller.h | 14 #include "cc/animation/animation_events.h" 15 #include "cc/animation/layer_animation_event_observer.h" 16 #include "cc/base/cc_export.h" 17 #include "cc/base/scoped_ptr_vector.h" 22 namespace cc { namespace 166 } // namespace cc
|
timing_function.cc | 9 #include "cc/animation/timing_function.h" 11 namespace cc { namespace 118 } // namespace cc
|
transform_operation.cc | 8 #include "cc/animation/transform_operation.h" 15 namespace cc { namespace 180 } // namespace cc
|
transform_operation.h | 10 namespace cc { namespace 61 } // namespace cc
|
transform_operations.cc | 5 #include "cc/animation/transform_operations.h" 12 namespace cc { namespace 193 } // namespace cc
|
/external/chromium_org/cc/base/ |
math_util.h | 13 #include "cc/base/cc_export.h" 29 namespace cc { namespace 173 } // namespace cc
|
region.cc | 5 #include "cc/base/region.h" 8 namespace cc { namespace 133 } // namespace cc
|
tiling_data_unittest.cc | 5 #include "cc/base/tiling_data.h" 9 #include "cc/test/geometry_test_utils.h" 12 namespace cc { namespace [all...] |
/external/chromium_org/cc/debug/ |
debug_rect_history.cc | 5 #include "cc/debug/debug_rect_history.h" 7 #include "cc/base/math_util.h" 8 #include "cc/layers/layer_impl.h" 9 #include "cc/layers/render_surface_impl.h" 10 #include "cc/trees/damage_tracker.h" 11 #include "cc/trees/layer_tree_host.h" 12 #include "cc/trees/layer_tree_host_common.h" 14 namespace cc { namespace 236 } // namespace cc
|
overdraw_metrics.cc | 5 #include "cc/debug/overdraw_metrics.h" 9 #include "cc/base/math_util.h" 10 #include "cc/trees/layer_tree_host.h" 11 #include "cc/trees/layer_tree_host_impl.h" 16 namespace cc { namespace 189 TRACE_COUNTER_ID1("cc", 193 TRACE_EVENT2("cc", 236 TRACE_COUNTER_ID1("cc", 240 TRACE_EVENT2("cc", 249 TRACE_EVENT1("cc", [all...] |
overdraw_metrics.h | 16 namespace cc { namespace 113 } // namespace cc
|
rendering_stats_instrumentation.cc | 5 #include "cc/debug/rendering_stats_instrumentation.h" 7 namespace cc { namespace 183 } // namespace cc
|
ring_buffer.h | 10 namespace cc { namespace 120 } // namespace cc
|
/external/chromium_org/cc/input/ |
input_handler.h | 10 #include "cc/base/cc_export.h" 11 #include "cc/input/scrollbar.h" 22 namespace cc { namespace 139 } // namespace cc
|
top_controls_manager.cc | 5 #include "cc/input/top_controls_manager.h" 11 #include "cc/animation/keyframed_animation_curve.h" 12 #include "cc/animation/timing_function.h" 13 #include "cc/input/top_controls_manager_client.h" 14 #include "cc/trees/layer_tree_impl.h" 18 namespace cc { namespace 230 } // namespace cc
|