| /third_party/ffmpeg/libavcodec/mips/ |
| D | h264qpel_mmi.c | 2181 uint8_t full[36]; in ff_put_h264_qpel4_mc01_mmi() local 2192 uint8_t full[36]; in ff_put_h264_qpel4_mc02_mmi() local 2201 uint8_t full[36]; in ff_put_h264_qpel4_mc03_mmi() local 2212 uint8_t full[36]; in ff_put_h264_qpel4_mc11_mmi() local 2225 uint8_t full[36]; in ff_put_h264_qpel4_mc31_mmi() local 2238 uint8_t full[36]; in ff_put_h264_qpel4_mc13_mmi() local 2251 uint8_t full[36]; in ff_put_h264_qpel4_mc33_mmi() local 2290 uint8_t full[36]; in ff_put_h264_qpel4_mc12_mmi() local 2303 uint8_t full[36]; in ff_put_h264_qpel4_mc32_mmi() local 2345 uint8_t full[36]; in ff_avg_h264_qpel4_mc01_mmi() local [all …]
|
| /third_party/skia/third_party/externals/microhttpd/doc/doxygen/ |
| D | Makefile.am | 8 full: libmicrohttpd.doxy target
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MapFieldSchemas.java | 37 static MapFieldSchema full() { in full() method in MapFieldSchemas
|
| D | ExtensionSchemas.java | 50 static ExtensionSchema<?> full() { in full() method in ExtensionSchemas
|
| D | NewInstanceSchemas.java | 37 static NewInstanceSchema full() { in full() method in NewInstanceSchemas
|
| /third_party/boost/boost/fiber/ |
| D | channel_op_status.hpp | 23 full, enumerator
|
| /third_party/boost/boost/asio/detail/ |
| D | null_fenced_block.hpp | 30 enum half_or_full_t { half, full }; enumerator
|
| D | gcc_sync_fenced_block.hpp | 37 enum half_or_full_t { half, full }; enumerator
|
| D | solaris_fenced_block.hpp | 36 enum full_t { full }; enumerator
|
| D | std_fenced_block.hpp | 36 enum full_t { full }; enumerator
|
| D | macos_fenced_block.hpp | 36 enum full_t { full }; enumerator
|
| D | gcc_hppa_fenced_block.hpp | 35 enum full_t { full }; enumerator
|
| D | gcc_arm_fenced_block.hpp | 35 enum full_t { full }; enumerator
|
| D | win_fenced_block.hpp | 36 enum full_t { full }; enumerator
|
| /third_party/icu/icu4c/source/common/ |
| D | uniset_closure.cpp | 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() 178 const UChar *full; in closeOver() local
|
| /third_party/boost/boost/thread/concurrent_queues/ |
| D | queue_views.hpp | 39 bool full() const { return queue->full(); } in full() function in boost::concurrent::queue_back_view 72 bool full() const { return queue->full(); } in full() function in boost::concurrent::queue_front_view
|
| D | deque_adaptor.hpp | 42 bool full() const { return queue.full(); } in full() function in boost::concurrent::detail::deque_adaptor_copyable_only 79 bool full() const { return queue.full(); } in full() function in boost::concurrent::detail::deque_adaptor_movable_only 118 bool full() const { return queue.full(); } in full() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
|
| D | queue_adaptor.hpp | 42 bool full() const { return queue.full(); } in full() function in boost::concurrent::detail::queue_adaptor_copyable_only 79 bool full() const { return queue.full(); } in full() function in boost::concurrent::detail::queue_adaptor_movable_only 118 bool full() const { return queue.full(); } in full() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uniset_closure.cpp | 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() 178 const UChar *full; in closeOver() local
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uniset_closure.cpp | 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() 178 const UChar *full; in closeOver() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | uniset_closure.cpp | 137 addCaseMapping(UnicodeSet &set, int32_t result, const UChar *full, UnicodeString &str) { in addCaseMapping() 178 const UChar *full; in closeOver() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | aacps.c | 464 static void map_idx_10_to_20(int8_t *par_mapped, const int8_t *par, int full) in map_idx_10_to_20() 478 static void map_idx_34_to_20(int8_t *par_mapped, const int8_t *par, int full) in map_idx_34_to_20() 543 static void map_idx_10_to_34(int8_t *par_mapped, const int8_t *par, int full) in map_idx_10_to_34() 585 static void map_idx_20_to_34(int8_t *par_mapped, const int8_t *par, int full) in map_idx_20_to_34() 784 int num_par, int num_env, int full) in remap34() 803 int num_par, int num_env, int full) in remap20()
|
| /third_party/skia/tests/ |
| D | SkTOptionalTest.cpp | 222 skstd::optional<SkTOptionalTestPayload> full(1); in DEF_TEST() local 249 skstd::optional<SkTOptionalTestPayload> full(1); in DEF_TEST() local 333 skstd::optional<SkString> full("full"); in DEF_TEST() local
|
| D | ImageFilterCacheTest.cpp | 155 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_TEST() local 175 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in test_image_backed() local 262 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
| /third_party/flutter/skia/tests/ |
| D | ImageFilterCacheTest.cpp | 153 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_TEST() local 172 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in test_image_backed() local 257 const SkIRect& full = SkIRect::MakeWH(kFullSize, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|