Home
last modified time | relevance | path

Searched defs:post (Results 1 – 25 of 214) sorted by relevance

123456789

/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh78 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/
Dattributes.hpp25 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/
Djdpostct.c81 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/
Dtransform_attribute.hpp28 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/
DArrayGenerationTest.java117 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/
DFakeAndroid.kt8 fun post(r: Runnable): Boolean { in post() method
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_unittest.cc52 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/
DTestCoroutineDispatcher.kt45 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/
Dregexp_generator.cc106 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/
Dregexp_generator.cc106 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/
Dregexp_generator.cc112 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/
Dregexp_generator.cc112 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/
DThrowUncaughtException.java13 private static void post() { in post() method in ThrowUncaughtException
/external/eigen/Eigen/src/SparseCore/
DSparseColEtree.h130 …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/
Dexecutor.hpp96 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/
DOkApacheClientTest.java95 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/
Dpostproc.c55 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/
DTreeVisitorAction.java46 public Object post(Object t); in post() method
/external/libchrome/ui/gfx/geometry/
Daxis_transform2d.h48 void PostConcat(const AxisTransform2d& post) { in PostConcat()
118 const AxisTransform2d& post, in ConcatAxisTransform2d()
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_PlatformFile.java24 public static String getNewPlatformFile(String pre, String post) { in getNewPlatformFile()
/external/rust/android-crates-io/crates/tinystr/tests/
Dserde.rs26 let post = postcard::to_stdvec(&tiny).unwrap(); localVariable
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dattribute2.cpp63 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
Dattribute1.cpp63 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/
DRule.java50 boolean post; field in Rule.NumberedItem
83 public Rule(String pre, String post, List<String> results2) { in Rule()
/external/curl/lib/
Dformdata.c82 struct curl_httppost *post; in AddHttpPost() local
216 struct curl_httppost *post = NULL; in FormAdd() local
819 struct curl_httppost *post, in Curl_getformdata()

123456789