/external/valgrind/main/none/tests/s390x/ |
comp-1.stdout.exp | 1 cr (0, 0) --> cc = 0 2 cr (0, 1) --> cc = 1 3 cr (0, -1) --> cc = 2 4 cr (1, 0) --> cc = 2 5 cr (-1, 0) --> cc = 1 6 cr (-2, -1) --> cc = 1 7 cr (-2, -2) --> cc = 0 8 cr (-2, -3) --> cc = 2 9 cr (2, 1) --> cc = 2 10 cr (2, 2) --> cc = [all...] |
comp-2.stdout.exp | 1 clr (0, 0) --> cc = 0 2 clr (0, 1) --> cc = 1 3 clr (1, 0) --> cc = 2 4 clr (2, 1) --> cc = 2 5 clr (2, 2) --> cc = 0 6 clr (2, 3) --> cc = 1 7 clr (0, 127) --> cc = 1 8 clr (127, 0) --> cc = 2 9 clr (127, 126) --> cc = 2 10 clr (127, 127) --> cc = [all...] |
dfp-3.stdout.exp | 2 2220000000500005 == 2220000000500005 (cc == 0) 3 2220000000500005 < 363c000000000000 (cc == 1) 4 363c000000000000 > 2220000000500005 (cc == 2) 5 7800000000000000 <> 7c00000000000000 (cc == 3) 6 7800000000000000 == 7800000000000000 (cc == 0) 7 7c00000000000000 <> 7c00000000000000 (cc == 3) 9 2206c00000000000000a0005 == 2206c00000000000000a0005 (cc == 0) 10 2206c00000000000000a0005 < 2207c00000000000140000000000005 (cc == 1) 11 2207c00000000000140000000000005 > 2206c00000000000000a0005 (cc == 2) 12 780000000000000000000000 <> 7c0000000000000000000000 (cc == 3 [all...] |
lpr.c | 6 int _new, cc; local 10 : "=d" (_new), "=d" (cc) 12 : "cc"); 14 return cc; 20 int cc; local 24 : "=d" (_new), "=d" (cc) 26 : "cc"); 28 return cc; 34 int cc; local 38 : "=d" (_new), "=d" (cc) 48 int n,cc; local 57 int cc; local 67 int cc; local [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...] |
/art/runtime/ |
Android.mk | 22 atomic.cc.arm \ 23 barrier.cc \ 24 base/allocator.cc \ 25 base/bit_vector.cc \ 26 base/hex_dump.cc \ 27 base/logging.cc \ 28 base/mutex.cc \ 29 base/scoped_flock.cc \ 30 base/stringpiece.cc \ 31 base/stringprintf.cc \ [all...] |
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
Android.mk | 18 LOCAL_CPP_EXTENSION := .cc 21 sort.cc \ 22 aligned_malloc.cc \ 23 atomic32_posix.cc \ 24 condition_variable.cc \ 25 cpu_features.cc \ 26 cpu_info.cc \ 27 critical_section.cc \ 28 event.cc \ 29 event_tracer.cc \ [all...] |
/external/chromium_org/content/public/browser/android/ |
layer_tree_build_helper.h | 10 namespace cc { namespace 21 virtual scoped_refptr<cc::Layer> GetLayerTree( 22 scoped_refptr<cc::Layer> content_root_layer) = 0;
|
/external/valgrind/main/callgrind/ |
costs.c | 46 CostChunk* cc = (CostChunk*) CLG_MALLOC("cl.costs.gc.1", local 49 cc->size = COSTCHUNK_SIZE; 50 cc->used = 0; 51 cc->next = 0; 54 cost_chunk_current->next = cc; 55 cost_chunk_current = cc; 57 if (!cost_chunk_base) cost_chunk_base = cc; 72 CostChunk* cc = cost_chunk_base, *cc_next; local 73 while(cc) { 74 cc_next = cc->next [all...] |
/external/chromium_org/content/browser/android/ |
ui_resource_provider_impl.h | 11 namespace cc { namespace 25 void SetLayerTreeHost(cc::LayerTreeHost* host); 29 virtual cc::UIResourceId CreateUIResource( 32 virtual void DeleteUIResource(cc::UIResourceId resource_id) OVERRIDE; 35 typedef base::hash_map<cc::UIResourceId, UIResourceClientAndroid*> 39 cc::LayerTreeHost* host_;
|
/art/compiler/ |
Android.mk | 22 compiled_method.cc \ 23 dex/global_value_numbering.cc \ 24 dex/local_value_numbering.cc \ 25 dex/quick/arm/assemble_arm.cc \ 26 dex/quick/arm/call_arm.cc \ 27 dex/quick/arm/fp_arm.cc \ 28 dex/quick/arm/int_arm.cc \ 29 dex/quick/arm/target_arm.cc \ 30 dex/quick/arm/utility_arm.cc \ 31 dex/quick/arm64/assemble_arm64.cc \ [all...] |
/external/chromium_org/content/renderer/compositor_bindings/ |
web_animation_curve_common.h | 11 namespace cc { namespace 16 scoped_ptr<cc::TimingFunction> CreateTimingFunction(
|
/external/harfbuzz_ng/ |
Android.mk | 54 src/hb-blob.cc \ 55 src/hb-buffer-serialize.cc \ 56 src/hb-buffer.cc \ 57 src/hb-common.cc \ 58 src/hb-face.cc \ 59 src/hb-font.cc \ 60 src/hb-ot-tag.cc \ 61 src/hb-set.cc \ 62 src/hb-shape.cc \ 63 src/hb-shape-plan.cc \ [all...] |
/external/chromium_org/third_party/libwebp/utils/ |
color_cache.h | 33 const VP8LColorCache* const cc, uint32_t key) { 34 assert(key <= (~0U >> cc->hash_shift_)); 35 return cc->colors_[key]; 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, 40 const uint32_t key = (kHashMul * argb) >> cc->hash_shift_; 41 cc->colors_[key] = argb; 44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, 46 return (kHashMul * argb) >> cc->hash_shift_; 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, 51 const uint32_t key = (kHashMul * argb) >> cc->hash_shift_ [all...] |
/external/webp/src/utils/ |
color_cache.h | 33 const VP8LColorCache* const cc, uint32_t key) { 34 assert(key <= (~0U >> cc->hash_shift_)); 35 return cc->colors_[key]; 38 static WEBP_INLINE void VP8LColorCacheInsert(const VP8LColorCache* const cc, 40 const uint32_t key = (kHashMul * argb) >> cc->hash_shift_; 41 cc->colors_[key] = argb; 44 static WEBP_INLINE int VP8LColorCacheGetIndex(const VP8LColorCache* const cc, 46 return (kHashMul * argb) >> cc->hash_shift_; 49 static WEBP_INLINE int VP8LColorCacheContains(const VP8LColorCache* const cc, 51 const uint32_t key = (kHashMul * argb) >> cc->hash_shift_ [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLTokenizer.cpp | 67 static inline UChar toLowerCase(UChar cc) 69 ASSERT(isASCIIUpper(cc)); 71 return cc + lowerCaseOffset; 196 cc = m_inputStreamPreprocessor.nextInputCharacter(); \ 229 UChar cc = m_inputStreamPreprocessor.nextInputCharacter(); 234 if (cc == '&') 236 else if (cc == '<') { 243 } else if (cc == kEndOfFileMarker) 246 bufferCharacter(cc); 260 if (cc == '&' [all...] |
/abi/cpp/ |
Android.mk | 7 src/array_type_info.cc \ 8 src/class_type_info.cc \ 9 src/delete.cc \ 10 src/dynamic_cast.cc \ 11 src/enum_type_info.cc \ 12 src/function_type_info.cc \ 13 src/new.cc \ 14 src/pbase_type_info.cc \ 15 src/pointer_type_info.cc \ 16 src/pointer_to_member_type_info.cc \ [all...] |
/external/chromium_org/ppapi/api/ |
pp_completion_callback.idl | 145 * struct PP_CompletionCallback cc = PP_MakeCompletionCallback(Foo, NULL); 151 * struct PP_CompletionCallback cc = PP_MakeCompletionCallback(Foo, NULL); 152 * cc.flags = cc.flags | PP_COMPLETIONCALLBACK_FLAG_OPTIONAL; 166 struct PP_CompletionCallback cc; 167 cc.func = func; 168 cc.user_data = user_data; 169 cc.flags = PP_COMPLETIONCALLBACK_FLAG_NONE; 170 return cc; 187 struct PP_CompletionCallback cc = PP_MakeCompletionCallback(func, user_data) [all...] |
/external/chromium_org/v8/tools/gyp/ |
v8_base.host.darwin-arm64.mk | 22 LOCAL_CPP_EXTENSION := .cc 28 v8/src/accessors.cc \ 29 v8/src/allocation.cc \ 30 v8/src/allocation-site-scopes.cc \ 31 v8/src/allocation-tracker.cc \ 32 v8/src/api.cc \ 33 v8/src/arguments.cc \ 34 v8/src/assembler.cc \ 35 v8/src/assert-scope.cc \ 36 v8/src/ast.cc \ [all...] |
v8_base.host.linux-arm64.mk | 22 LOCAL_CPP_EXTENSION := .cc 28 v8/src/accessors.cc \ 29 v8/src/allocation.cc \ 30 v8/src/allocation-site-scopes.cc \ 31 v8/src/allocation-tracker.cc \ 32 v8/src/api.cc \ 33 v8/src/arguments.cc \ 34 v8/src/assembler.cc \ 35 v8/src/assert-scope.cc \ 36 v8/src/ast.cc \ [all...] |
/external/chromium_org/base/ |
base.target.darwin-x86.mk | 24 LOCAL_CPP_EXTENSION := .cc 30 base/async_socket_io_handler_posix.cc \ 31 base/event_recorder_stubs.cc \ 32 base/linux_util.cc \ 33 base/message_loop/message_pump_android.cc \ 34 base/message_loop/message_pump_libevent.cc \ 35 base/metrics/field_trial.cc \ 36 base/posix/file_descriptor_shuffle.cc \ 37 base/sync_socket_posix.cc \ 38 base/third_party/dmg_fp/g_fmt.cc \ [all...] |
base.target.darwin-x86_64.mk | 24 LOCAL_CPP_EXTENSION := .cc 30 base/async_socket_io_handler_posix.cc \ 31 base/event_recorder_stubs.cc \ 32 base/linux_util.cc \ 33 base/message_loop/message_pump_android.cc \ 34 base/message_loop/message_pump_libevent.cc \ 35 base/metrics/field_trial.cc \ 36 base/posix/file_descriptor_shuffle.cc \ 37 base/sync_socket_posix.cc \ 38 base/third_party/dmg_fp/g_fmt.cc \ [all...] |
base.target.linux-x86.mk | 24 LOCAL_CPP_EXTENSION := .cc 30 base/async_socket_io_handler_posix.cc \ 31 base/event_recorder_stubs.cc \ 32 base/linux_util.cc \ 33 base/message_loop/message_pump_android.cc \ 34 base/message_loop/message_pump_libevent.cc \ 35 base/metrics/field_trial.cc \ 36 base/posix/file_descriptor_shuffle.cc \ 37 base/sync_socket_posix.cc \ 38 base/third_party/dmg_fp/g_fmt.cc \ [all...] |
base.target.linux-x86_64.mk | 24 LOCAL_CPP_EXTENSION := .cc 30 base/async_socket_io_handler_posix.cc \ 31 base/event_recorder_stubs.cc \ 32 base/linux_util.cc \ 33 base/message_loop/message_pump_android.cc \ 34 base/message_loop/message_pump_libevent.cc \ 35 base/metrics/field_trial.cc \ 36 base/posix/file_descriptor_shuffle.cc \ 37 base/sync_socket_posix.cc \ 38 base/third_party/dmg_fp/g_fmt.cc \ [all...] |