/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.cpp | 68 void ARMAssemblerInterface::ADDR_LDR(int cc, int Rd, 71 LDR(cc, Rd, Rn, offset); 73 void ARMAssemblerInterface::ADDR_STR(int cc, int Rd, 76 STR(cc, Rd, Rn, offset); 78 void ARMAssemblerInterface::ADDR_ADD(int cc, int s, 81 dataProcessing(opADD, cc, s, Rd, Rn, Op2); 83 void ARMAssemblerInterface::ADDR_SUB(int cc, int s, 86 dataProcessing(opSUB, cc, s, Rd, Rn, Op2);
|
ARMAssembler.cpp | 119 void ARMAssembler::B(int cc, const char* label) 122 *mPC++ = (cc<<28) | (0xA<<24) | 0; 125 void ARMAssembler::BL(int cc, const char* label) 128 *mPC++ = (cc<<28) | (0xB<<24) | 0; 216 void ARMAssembler::dataProcessing(int opcode, int cc, 219 *mPC++ = (cc<<28) | (opcode<<21) | (s<<20) | (Rn<<16) | (Rd<<12) | Op2; 228 void ARMAssembler::MLA(int cc, int s, 232 *mPC++ = (cc<<28) | (1<<21) | (s<<20) | 235 void ARMAssembler::MUL(int cc, int s, 239 *mPC++ = (cc<<28) | (s<<20) | (Rd<<16) | (Rs<<8) | 0x90 | Rm [all...] |
/external/chromium_org/content/ |
content_child.target.darwin-arm64.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.darwin-mips.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.darwin-x86.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.darwin-x86_64.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.linux-arm64.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.linux-mips.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.linux-x86.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
content_child.target.linux-x86_64.mk | 30 LOCAL_CPP_EXTENSION := .cc 36 content/child/appcache/appcache_backend_proxy.cc \ 37 content/child/appcache/appcache_dispatcher.cc \ 38 content/child/appcache/appcache_frontend_impl.cc \ 39 content/child/appcache/web_application_cache_host_impl.cc \ 40 content/child/assert_matching_enums.cc \ 41 content/child/blink_glue.cc \ 42 content/child/blink_platform_impl.cc \ 43 content/child/child_histogram_message_filter.cc \ 44 content/child/child_message_filter.cc \ [all...] |
/external/chromium_org/testing/gtest/ |
CMakeLists.txt | 80 cxx_library(gtest "${cxx_strict}" src/gtest-all.cc) 81 cxx_library(gtest_main "${cxx_strict}" src/gtest_main.cc) 93 cxx_executable(sample1_unittest samples gtest_main samples/sample1.cc) 94 cxx_executable(sample2_unittest samples gtest_main samples/sample2.cc) 96 cxx_executable(sample4_unittest samples gtest_main samples/sample4.cc) 97 cxx_executable(sample5_unittest samples gtest_main samples/sample1.cc) 134 test/gtest-param-test2_test.cc) 138 test/gtest_premature_exit_test.cc) 141 test/production.cc) 148 test/gtest-typed-test2_test.cc) [all...] |
/external/chromium_org/mojo/examples/compositor_app/ |
compositor_host.h | 11 #include "cc/trees/layer_tree_host_client.h" 15 namespace cc { namespace 18 } // namespace cc 24 class CompositorHost : public cc::LayerTreeHostClient { 31 // cc::LayerTreeHostClient implementation. 38 virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(bool fallback) 50 scoped_ptr<cc::LayerTreeHost> tree_; 51 scoped_refptr<cc::Layer> child_layer_;
|
/external/chromium_org/ppapi/cpp/dev/ |
truetype_font_dev.cc | 97 const CompletionCallbackWithOutput<std::vector<Var> >& cc) { 101 cc.output(), cc.pp_completion_callback()); 103 return cc.MayForce(PP_ERROR_NOINTERFACE); 110 const CompletionCallbackWithOutput<std::vector<TrueTypeFontDesc_Dev> >& cc) 116 cc.output(), cc.pp_completion_callback()); 118 return cc.MayForce(PP_ERROR_NOINTERFACE); 122 const CompletionCallbackWithOutput<TrueTypeFontDesc_Dev>& cc) { 126 pp_resource(), cc.output(), cc.pp_completion_callback()) [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
Android.mk | 19 LOCAL_CPP_EXTENSION := .cc 21 audio_device_buffer.cc \ 22 audio_device_generic.cc \ 23 audio_device_utility.cc \ 24 audio_device_impl.cc \ 25 android/audio_device_android_opensles.cc \ 26 android/audio_device_utility_android.cc \ 27 dummy/audio_device_utility_dummy.cc \ 28 dummy/audio_device_dummy.cc \ 29 dummy/file_audio_device.cc [all...] |
/external/chromium_org/tools/traceline/traceline/ |
Makefile | 3 sidestep/ia32_modrm_map.cc \ 4 sidestep/ia32_opcode_map.cc \ 5 sidestep/mini_disassembler.cc \ 6 main.cc \ 17 assembler_unittest.cc \
|
/external/chromium_org/v8/src/ |
uri.js | 34 function isAlphaNumeric(cc) { 36 if (97 <= cc && cc <= 122) return true; 38 if (65 <= cc && cc <= 90) return true; 40 if (48 <= cc && cc <= 57) return true; 67 function URIEncodeSingle(cc, result, index) { 68 var x = (cc >> 12) & 0xF; 69 var y = (cc >> 6) & 63 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_unixccompiler.py | 17 self.cc = CompilerWrapper() 36 self.assertEqual(self.cc.rpath_foo(), '-L/foo') 44 self.assertEqual(self.cc.rpath_foo(), ['+s', '-L/foo']) 49 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo']) 54 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo']) 60 self.assertEqual(self.cc.rpath_foo(), ['-rpath', '/foo']) 64 self.assertEqual(self.cc.rpath_foo(), ['-rpath', '/foo']) 69 if v == 'CC': 74 self.assertEqual(self.cc.rpath_foo(), '-Wl,-R/foo') 79 if v == 'CC' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_unixccompiler.py | 17 self.cc = CompilerWrapper() 36 self.assertEqual(self.cc.rpath_foo(), '-L/foo') 44 self.assertEqual(self.cc.rpath_foo(), ['+s', '-L/foo']) 49 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo']) 54 self.assertEqual(self.cc.rpath_foo(), ['-Wl,+s', '-L/foo']) 60 self.assertEqual(self.cc.rpath_foo(), ['-rpath', '/foo']) 64 self.assertEqual(self.cc.rpath_foo(), ['-rpath', '/foo']) 69 if v == 'CC': 74 self.assertEqual(self.cc.rpath_foo(), '-Wl,-R/foo') 79 if v == 'CC' [all...] |
/external/chromium_org/third_party/webrtc/modules/utility/source/ |
Android.mk | 18 LOCAL_CPP_EXTENSION := .cc 19 LOCAL_SRC_FILES := coder.cc \ 20 file_player_impl.cc \ 21 file_recorder_impl.cc \ 22 process_thread_impl.cc \ 23 rtp_dump_impl.cc \ 24 frame_scaler.cc \ 25 video_coder.cc \ 26 video_frames_queue.cc
|
/external/chromium_org/third_party/webrtc/modules/video_render/ |
Android.mk | 18 LOCAL_CPP_EXTENSION := .cc 20 incoming_video_stream.cc \ 21 video_render_frames.cc \ 22 video_render_impl.cc \ 23 external/video_render_external_impl.cc \ 24 android/video_render_android_impl.cc \ 25 android/video_render_android_native_opengl2.cc \ 26 android/video_render_android_surface_view.cc \ 27 android/video_render_opengles20.cc
|
/external/chromium_org/content/renderer/gpu/ |
compositor_software_output_device.h | 12 #include "cc/output/software_output_device.h" 13 #include "cc/resources/shared_bitmap.h" 19 namespace cc { namespace 28 : NON_EXPORTED_BASE(public cc::SoftwareOutputDevice), 37 virtual void EndPaint(cc::SoftwareFrameData* frame_data) OVERRIDE; 50 explicit Buffer(unsigned id, scoped_ptr<cc::SharedBitmap> bitmap); 56 cc::SharedBitmapId shared_bitmap_id() const { return shared_bitmap_->id(); } 68 scoped_ptr<cc::SharedBitmap> shared_bitmap_; 96 cc::SharedBitmapManager* shared_bitmap_manager_;
|
/external/chromium_org/content/renderer/pepper/ |
pepper_compositor_host.h | 19 namespace cc { namespace 21 } // namespace cc 39 const scoped_refptr<cc::Layer> layer() { return layer_; }; 55 void UpdateLayer(const scoped_refptr<cc::Layer>& layer, 78 // The toplevel cc::Layer. It is the parent of other cc::Layers. 79 scoped_refptr<cc::Layer> layer_; 84 LayerData(const scoped_refptr<cc::Layer>& cc, 88 scoped_refptr<cc::Layer> cc_layer [all...] |
/external/chromium_org/ppapi/cpp/ |
file_ref.cc | 115 const CompletionCallback& cc) { 120 cc.pp_completion_callback()); 124 return cc.MayForce(PP_ERROR_NOTSUPPORTED); 128 cc.pp_completion_callback()); 132 return cc.MayForce(PP_ERROR_NOTSUPPORTED); 136 cc.pp_completion_callback()); 138 return cc.MayForce(PP_ERROR_NOINTERFACE); 143 const CompletionCallback& cc) { 147 cc.pp_completion_callback()); 152 cc.pp_completion_callback()) [all...] |
/external/chromium_org/ppapi/cpp/private/ |
video_source_private.cc | 44 const CompletionCallback& cc) { 49 stream_url.pp_var(), cc.pp_completion_callback()); 52 return cc.MayForce(PP_ERROR_NOINTERFACE); 56 const CompletionCallbackWithOutput<VideoFrame_Private>& cc) { 60 cc.output(), cc.pp_completion_callback()); 62 return cc.MayForce(PP_ERROR_NOINTERFACE);
|
/external/chromium_org/testing/gtest/scripts/test/ |
Makefile | 15 FUSED_GTEST_ALL_CC = $(FUSED_GTEST_DIR)/gtest/gtest-all.cc 20 # Where to find gtest_main.cc. 21 GTEST_MAIN_CC = ../../src/gtest_main.cc 46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc 51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h 52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc 54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \ 56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
|