/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | libprotoc.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/compiler/code_generator.cc 3 ${protobuf_source_dir}/src/google/protobuf/compiler/command_line_interface.cc 4 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_extension.cc 7 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_field.cc 8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc 9 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_generator.cc 10 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_helpers.cc 11 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_map_field.cc [all …]
|
D | libprotobuf.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/any.cc 3 ${protobuf_source_dir}/src/google/protobuf/any.pb.cc 4 ${protobuf_source_dir}/src/google/protobuf/api.pb.cc 5 ${protobuf_source_dir}/src/google/protobuf/compiler/importer.cc 6 ${protobuf_source_dir}/src/google/protobuf/compiler/parser.cc 7 ${protobuf_source_dir}/src/google/protobuf/descriptor.cc 8 ${protobuf_source_dir}/src/google/protobuf/descriptor.pb.cc 9 ${protobuf_source_dir}/src/google/protobuf/descriptor_database.cc 10 ${protobuf_source_dir}/src/google/protobuf/duration.pb.cc 11 ${protobuf_source_dir}/src/google/protobuf/dynamic_message.cc [all …]
|
D | tests.cmake | 17 ${protobuf_source_dir}/gmock/src/gmock-all.cc 18 ${protobuf_source_dir}/gmock/gtest/src/gtest-all.cc 20 add_library(gmock_main STATIC ${protobuf_source_dir}/gmock/src/gmock_main.cc) 76 OUTPUT ${protobuf_source_dir}/src/${dirname}/${basename}.pb.cc 87 string(REPLACE .proto .pb.cc pb_file ${proto_file}) 95 string(REPLACE .proto .pb.cc pb_file ${proto_file}) 101 ${protobuf_source_dir}/src/google/protobuf/arena_test_util.cc 102 ${protobuf_source_dir}/src/google/protobuf/map_test_util.cc 103 ${protobuf_source_dir}/src/google/protobuf/test_util.cc 104 ${protobuf_source_dir}/src/google/protobuf/testing/file.cc [all …]
|
D | libprotobuf-lite.cmake | 2 ${protobuf_source_dir}/src/google/protobuf/arena.cc 3 ${protobuf_source_dir}/src/google/protobuf/arenastring.cc 4 ${protobuf_source_dir}/src/google/protobuf/extension_set.cc 5 ${protobuf_source_dir}/src/google/protobuf/generated_message_util.cc 6 ${protobuf_source_dir}/src/google/protobuf/io/coded_stream.cc 7 ${protobuf_source_dir}/src/google/protobuf/io/zero_copy_stream.cc 8 ${protobuf_source_dir}/src/google/protobuf/io/zero_copy_stream_impl_lite.cc 9 ${protobuf_source_dir}/src/google/protobuf/message_lite.cc 10 ${protobuf_source_dir}/src/google/protobuf/repeated_field.cc 11 ${protobuf_source_dir}/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc [all …]
|
/frameworks/opt/gamesdk/src/protobuf/ |
D | protobuf.cmake | 102 protobuf_generate_base("cc" "--cpp_out" "" "/full" ${ARGN}) 106 protobuf_generate_base("cc" "--cpp_out" "" "/lite" ${ARGN}) 112 ${GP_SRC_DIR}/arena.cc 113 ${GP_SRC_DIR}/arenastring.cc 114 ${GP_SRC_DIR}/extension_set.cc 115 ${GP_SRC_DIR}/generated_message_util.cc 116 ${GP_SRC_DIR}/io/coded_stream.cc 117 ${GP_SRC_DIR}/io/zero_copy_stream.cc 118 ${GP_SRC_DIR}/io/zero_copy_stream_impl_lite.cc 119 ${GP_SRC_DIR}/message_lite.cc [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | BUILD | 75 "src/google/protobuf/arena.cc", 76 "src/google/protobuf/arenastring.cc", 77 "src/google/protobuf/extension_set.cc", 78 "src/google/protobuf/generated_message_util.cc", 79 "src/google/protobuf/io/coded_stream.cc", 80 "src/google/protobuf/io/zero_copy_stream.cc", 81 "src/google/protobuf/io/zero_copy_stream_impl_lite.cc", 82 "src/google/protobuf/message_lite.cc", 83 "src/google/protobuf/repeated_field.cc", 84 "src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc", [all …]
|
D | gmock.BUILD | 4 "gmock-1.7.0/gtest/src/gtest-all.cc", 5 "gmock-1.7.0/src/gmock-all.cc", 9 "gmock-1.7.0/gtest/src/*.cc", 10 "gmock-1.7.0/src/*.cc", 24 srcs = ["gmock-1.7.0/src/gmock_main.cc"],
|
D | generate_descriptor_proto.sh | 68 diff ${BASE_NAME}.pb.cc $TMP/${BASE_NAME}.pb.cc > /dev/null 78 diff google/protobuf/compiler/plugin.pb.cc $TMP/google/protobuf/compiler/plugin.pb.cc > /dev/null 89 mv $TMP/${BASE_NAME}.pb.cc ${BASE_NAME}.pb.cc
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/ |
D | Makefile.am | 55 no_warning_test.cc 176 google/protobuf/stubs/atomicops_internals_x86_gcc.cc \ 177 google/protobuf/stubs/atomicops_internals_x86_msvc.cc \ 178 google/protobuf/stubs/bytestream.cc \ 180 google/protobuf/stubs/common.cc \ 182 google/protobuf/stubs/int128.cc \ 186 google/protobuf/stubs/once.cc \ 188 google/protobuf/stubs/status.cc \ 191 google/protobuf/stubs/statusor.cc \ 193 google/protobuf/stubs/stringpiece.cc \ [all …]
|
/frameworks/av/media/libmediaplayer2/nuplayer2/ |
D | NuPlayer2CCDecoder.cpp | 54 static bool isNullPad(CCData *cc) { in isNullPad() argument 55 return cc->mData1 < 0x10 && cc->mData2 < 0x10; in isNullPad() 66 CCData *cc = (CCData *) (ccBuf->data() + offset); in dumpBytePair() local 68 if (isNullPad(cc)) { in dumpBytePair() 74 if (cc->mData1 >= 0x20 && cc->mData1 <= 0x7f) { in dumpBytePair() 76 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2); in dumpBytePair() 77 } else if ((cc->mData1 == 0x11 || cc->mData1 == 0x19) in dumpBytePair() 78 && cc->mData2 >= 0x30 && cc->mData2 <= 0x3f) { in dumpBytePair() 80 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2); in dumpBytePair() 81 } else if ((cc->mData1 == 0x12 || cc->mData1 == 0x1A) in dumpBytePair() [all …]
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerCCDecoder.cpp | 53 static bool isNullPad(CCData *cc) { in isNullPad() argument 54 return cc->mData1 < 0x10 && cc->mData2 < 0x10; in isNullPad() 65 CCData *cc = (CCData *) (ccBuf->data() + offset); in dumpBytePair() local 67 if (isNullPad(cc)) { in dumpBytePair() 73 if (cc->mData1 >= 0x20 && cc->mData1 <= 0x7f) { in dumpBytePair() 75 snprintf(tmp, sizeof(tmp), "[%d]Basic: %c %c", cc->mType, cc->mData1, cc->mData2); in dumpBytePair() 76 } else if ((cc->mData1 == 0x11 || cc->mData1 == 0x19) in dumpBytePair() 77 && cc->mData2 >= 0x30 && cc->mData2 <= 0x3f) { in dumpBytePair() 79 snprintf(tmp, sizeof(tmp), "[%d]Special: %02x %02x", cc->mType, cc->mData1, cc->mData2); in dumpBytePair() 80 } else if ((cc->mData1 == 0x12 || cc->mData1 == 0x1A) in dumpBytePair() [all …]
|
/frameworks/base/startop/view_compiler/ |
D | Android.bp | 52 "apk_layout_compiler.cc", 53 "dex_builder.cc", 54 "dex_layout_compiler.cc", 55 "java_lang_builder.cc", 56 "tinyxml_layout_parser.cc", 57 "util.cc", 58 "layout_validation.cc", 67 "main.cc", 80 "dex_builder_test.cc", 81 "layout_validation_test.cc", [all …]
|
/frameworks/native/vulkan/vkjson/ |
D | Android.bp | 4 "vkjson.cc", 5 "vkjson_instance.cc", 30 "vkjson.cc", 31 "vkjson_instance.cc",
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 274 register int32 cc = (int32)op3; in mla724() local 280 "r"(cc)); in mla724() 290 register int32 cc = (int32)round; in mla392() local 296 "r"(cc)); in mla392() 306 register int32 cc = (int32)k1; in mla554() local 312 "r"(cc)); in mla554() 322 register int32 cc = (int32)k1; in mla1338() local 328 "r"(cc)); in mla1338() 337 register int32 cc = (int32)k1; in mla946() local 343 "r"(cc)); in mla946() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/benchmarks/ |
D | Makefile.am | 10 benchmarks.pb.cc \ 12 benchmark_messages_proto3.pb.cc \ 16 benchmark_messages_proto2.pb.cc \ 22 generate_datasets_SOURCES = generate_datasets.cc
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | Makefile.am | 16 conformance.pb.cc \ 64 google/protobuf/any.pb.cc \ 68 google/protobuf/duration.pb.cc \ 72 google/protobuf/field_mask.pb.cc \ 76 google/protobuf/struct.pb.cc \ 80 google/protobuf/timestamp.pb.cc \ 84 google/protobuf/wrappers.pb.cc \ 151 conformance_test_runner_SOURCES = conformance_test.h conformance_test.cc \ 152 conformance_test_runner.cc \ 155 nodist_conformance_test_runner_SOURCES = conformance.pb.cc [all …]
|
/frameworks/av/cmds/screenrecord/ |
D | FrameOutput.cpp | 96 int cc = mEventCond.waitRelative(mMutex, timeoutNsec); in copyFrame() local 97 if (cc == -ETIMEDOUT) { in copyFrame() 100 } else if (cc != 0) { in copyFrame() 101 ALOGW("cond wait returned error %d", cc); in copyFrame() 102 return cc; in copyFrame()
|
/frameworks/compile/mclinker/unittests/ |
D | SymbolCategoryTest.cpp | 57 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() local 63 m_pTestee->add(*cc); in TEST_F() 100 LDSymbol* cc = LDSymbol::Create(*c); in TEST_F() local 106 c->setSymPtr(cc); in TEST_F() 112 m_pTestee->add(*cc); in TEST_F()
|
/frameworks/ml/nn/common/random/ |
D | Android.bp | 30 "guarded_philox_random.cc", 31 "random.cc", 32 "simple_philox.cc",
|
/frameworks/base/tools/aapt/tests/ |
D | CrunchCache_test.cpp | 52 CrunchCache cc(source,dest,ff); in main() local 58 int result = cc.crunch(cu); in main() 74 result = cc.crunch(cu, true); in main()
|
/frameworks/opt/gamesdk/test/tuningfork/ |
D | CMakeLists.txt | 47 ${PGENS_DIR}/full/dev_tuningfork.pb.cc 48 ${PGENS_DIR}/full/tuningfork.pb.cc 49 ${PGENS_DIR}/full/tuningfork_clearcut_log.pb.cc
|
/frameworks/rs/ |
D | Android.mk | 7 llvm-rs-cc \ 23 host_cross_llvm-rs-cc \
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/ |
D | Makefile | 54 ${BUILD_DIR}/%.o: ${SRC_DIR}/%.cc | ${BUILD_DIR} 57 ${PROTO_BUILD_DIR}/%.pb.o: ${PROTO_BUILD_DIR}/%.pb.cc | ${PROTO_BUILD_DIR} 60 ${PROTO_BUILD_DIR}/%.pb.cc: ${PROTO_DIR}/%.proto | ${PROTO_BUILD_DIR}
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/ |
D | CMakeLists.txt | 39 ${PROTO_GENS_DIR}/full/dev_tuningfork.pb.cc 40 ${PROTO_GENS_DIR}/full/tuningfork.pb.cc 41 ${PROTO_GENS_DIR}/full/tuningfork_clearcut_log.pb.cc
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 550 const uint32_t cc = v[0].flags; in drawPrimitivesPoints() local 551 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesPoints() 588 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineStrip() local 589 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLineStrip() 610 const uint32_t cc = v0->flags & v1->flags; in drawPrimitivesLineLoop() local 611 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLineLoop() 636 const uint32_t cc = v[0].flags & v[1].flags; in drawPrimitivesLines() local 637 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesLines() 682 const uint32_t cc = v0->flags & v1->flags & v2->flags; in drawPrimitivesTriangleFanOrStrip() local 683 if (ggl_likely(!(cc & vertex_t::CLIP_ALL))) in drawPrimitivesTriangleFanOrStrip() [all …]
|