/external/harfbuzz_ng/src/ |
D | hb-ot-post-table.hh | 78 struct post struct 80 static constexpr hb_tag_t tableTag = HB_OT_TAG_post; 82 bool serialize (hb_serialize_context_t *c, bool glyph_names) const in serialize() 96 bool subset (hb_subset_context_t *c) const in subset() 133 struct accelerator_t 296 bool has_data () const { return version.to_int (); } in has_data() 298 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 309 FixedVersion<>version; /* 0x00010000 for version 1.0 313 F16DOT16 italicAngle; /* Italic angle in counter-clockwise degrees 317 FWORD underlinePosition; /* This is the suggested distance of the top [all …]
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/ |
D | attributes.hpp | 25 static void post(Exposed& val, Transformed const& attr) in post() function 40 static void post(Attribute&, Attribute const&) {} in post() function 50 static void post(Exposed&, Transformed const&) { /* no-op */ } in post() function 62 static void post(Attribute&, Attribute const&) {} in post() function 90 static void post(boost::optional<Exposed>&, Transformed const&) {} in post() function 103 static void post(unused_type, unused_type) {} in post() function
|
/external/libjpeg-turbo/ |
D | jdpostct.c | 81 my_post_ptr post = (my_post_ptr)cinfo->post; in start_pass_dpost() local 137 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_1pass() local 169 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_prepass() local 212 my_post_ptr post = (my_post_ptr)cinfo->post; in post_process_2pass() local 256 my_post_ptr post; in jinit_d_post_controller() local
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/ |
D | transform_attribute.hpp | 28 static void post(Exposed& val, Transformed&& attribute) in post() function 40 static void post(Attribute&, Attribute const&) {} in post() function 54 static void post(unused_type, unused_type) {} in post() function
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
D | ArrayGenerationTest.java | 117 private void _testIntArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testIntArray() 158 private void _testLongArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testLongArray() 199 … private void _testDoubleArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testDoubleArray() 236 … private void _testStringArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testStringArray()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/ |
D | FakeAndroid.kt | 8 fun post(r: Runnable): Boolean { in post() method
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | rnn_unittest.cc | 52 float post = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local 64 float post = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/ |
D | TestCoroutineDispatcher.kt | 45 private fun post(block: Runnable, context: CoroutineContext) = in toString() method in kotlinx.coroutines.test.TestCoroutineDispatcher
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | regexp_generator.cc | 106 void RegexpGenerator::GeneratePostfix(std::vector<std::string>* post, in GeneratePostfix() 142 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix() 192 void RegexpGenerator::RunPostfix(const std::vector<std::string>& post) { in RunPostfix()
|
/external/regex-re2/re2/testing/ |
D | regexp_generator.cc | 106 void RegexpGenerator::GeneratePostfix(std::vector<string>* post, int nstk, in GeneratePostfix() 142 bool RegexpGenerator::GenerateRandomPostfix(std::vector<string>* post, int nstk, in GenerateRandomPostfix() 192 void RegexpGenerator::RunPostfix(const std::vector<string>& post) { in RunPostfix()
|
/external/cronet/stable/third_party/re2/src/re2/testing/ |
D | regexp_generator.cc | 112 void RegexpGenerator::GeneratePostfix(std::vector<std::string>* post, in GeneratePostfix() 148 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix() 198 void RegexpGenerator::RunPostfix(const std::vector<std::string>& post) { in RunPostfix()
|
/external/cronet/tot/third_party/re2/src/re2/testing/ |
D | regexp_generator.cc | 112 void RegexpGenerator::GeneratePostfix(std::vector<std::string>* post, in GeneratePostfix() 148 bool RegexpGenerator::GenerateRandomPostfix(std::vector<std::string>* post, in GenerateRandomPostfix() 198 void RegexpGenerator::RunPostfix(const std::vector<std::string>& post) { in RunPostfix()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | ThrowUncaughtException.java | 13 private static void post() { in post() method in ThrowUncaughtException
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseColEtree.h | 130 …IndexVector& parent, IndexVector& first_kid, IndexVector& next_kid, IndexVector& post, typename In… in nr_etdfs() 178 void treePostorder(typename IndexVector::Scalar n, IndexVector& parent, IndexVector& post) in treePostorder()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | executor.hpp | 96 void post(BOOST_ASIO_MOVE_ARG(function) f) in post() function in boost::asio::executor::impl 206 void post(BOOST_ASIO_MOVE_ARG(function) f) in post() function in boost::asio::executor::impl 266 void executor::post(BOOST_ASIO_MOVE_ARG(Function) f, in post() function in boost::asio::executor
|
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/ |
D | OkApacheClientTest.java | 95 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postByteEntity() local 108 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postInputStreamEntity() local 119 final HttpPost post = new HttpPost(server.getUrl("/").toURI()); in postEmptyEntity() local
|
/external/libvpx/vp8/common/ |
D | postproc.c | 55 static void vp8_de_mblock(YV12_BUFFER_CONFIG *post, int q) { in vp8_de_mblock() 63 YV12_BUFFER_CONFIG *post, int q) { in vp8_deblock()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeVisitorAction.java | 46 public Object post(Object t); in post() method
|
/external/libchrome/ui/gfx/geometry/ |
D | axis_transform2d.h | 48 void PostConcat(const AxisTransform2d& post) { in PostConcat() 118 const AxisTransform2d& post, in ConcatAxisTransform2d()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_PlatformFile.java | 24 public static String getNewPlatformFile(String pre, String post) { in getNewPlatformFile()
|
/external/rust/android-crates-io/crates/tinystr/tests/ |
D | serde.rs | 26 let post = postcard::to_stdvec(&tiny).unwrap(); localVariable
|
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | attribute2.cpp | 63 static void post(test_int_data1& d, int i) { d.i = i; } in post() function 83 static void post(test_int_data2&, int const&) {} in post() function
|
D | attribute1.cpp | 63 static void post(test_int_data1& d, int i) { d.i = i; } in post() function 83 static void post(test_int_data2&, int const&) {} in post() function
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/ |
D | Rule.java | 50 boolean post; field in Rule.NumberedItem 83 public Rule(String pre, String post, List<String> results2) { in Rule()
|
/external/curl/lib/ |
D | formdata.c | 82 struct curl_httppost *post; in AddHttpPost() local 216 struct curl_httppost *post = NULL; in FormAdd() local 819 struct curl_httppost *post, in Curl_getformdata()
|