/external/harfbuzz_ng/src/ |
D | hb-ot-post-table.hh | 72 struct post struct 74 static constexpr hb_tag_t tableTag = HB_OT_TAG_post; 76 void serialize (hb_serialize_context_t *c) const in serialize() 85 bool subset (hb_subset_context_t *c) const in subset() 97 struct accelerator_t 249 bool has_data () const { return version.to_int (); } in has_data() 251 bool sanitize (hb_sanitize_context_t *c) const in sanitize() 261 FixedVersion<>version; /* 0x00010000 for version 1.0 265 HBFixed italicAngle; /* Italic angle in counter-clockwise degrees 269 FWORD underlinePosition; /* This is the suggested distance of the top [all …]
|
/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/nanohttpd/fileupload/src/test/java/fi/iki/elonen/ |
D | TestNanoFileUpLoad.java | 180 HttpPost post = new HttpPost("http://localhost:8192/uploadFile1"); in testPostWithMultipartFormUpload1() local 191 HttpPost post = new HttpPost("http://localhost:8192/uploadFile2"); in testPostWithMultipartFormUpload2() local 202 HttpPost post = new HttpPost("http://localhost:8192/uploadFile3"); in testPostWithMultipartFormUpload3() local 209 …private void executeUpload(CloseableHttpClient httpclient, String textFileName, HttpPost post) thr… in executeUpload()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/ |
D | FakeAndroid.kt | 7 fun post(r: Runnable): Boolean { in post() method
|
/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/rust/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/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/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeVisitorAction.java | 46 public Object post(Object t); in post() method
|
/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/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/apache-harmony/support/src/test/java/tests/support/ |
D | Support_PlatformFile.java | 24 public static String getNewPlatformFile(String pre, String post) { in getNewPlatformFile()
|
/external/libchrome/ui/gfx/geometry/ |
D | axis_transform2d.h | 48 void PostConcat(const AxisTransform2d& post) { in PostConcat() 118 const AxisTransform2d& post, in ConcatAxisTransform2d()
|
/external/cldr/tools/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/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | task_io_service.hpp | 52 void task_io_service::post(Handler& handler) in post() function in asio::detail::task_io_service
|
/external/curl/tests/unit/ |
D | unit1308.c | 45 struct curl_httppost *post = NULL; variable
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/exc/ |
D | VerifierConstraintViolatedException.java | 65 public void extendMessage(String pre, String post) { in extendMessage()
|
D | AssertionViolatedException.java | 56 public void extendMessage(String pre, String post) { in extendMessage()
|
/external/curl/lib/ |
D | formdata.c | 79 struct curl_httppost *post; in AddHttpPost() local 210 struct curl_httppost *post = NULL; in FormAdd() local 804 struct curl_httppost *post, in Curl_getformdata()
|
/external/rust/crates/structopt/examples/ |
D | group.rs | 19 post: bool, field
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/ |
D | PostExample.java | 16 String post(String url, String json) throws IOException { in post() method in PostExample
|
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
D | ParamsParserTest.java | 16 HttpPost post = new HttpPost("example.com"); in parseParams_shouldParsePostEntitiesIntoParams() local
|
/external/curl/tests/libtest/ |
D | lib510.c | 26 static const char *post[]={ variable
|
/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 270 const time_point<seconds> post = FromUnixSeconds(t0); in MakeTime() local 276 const time_point<seconds> post = FromUnixSeconds(t1); in MakeTime() local
|
/external/python/cpython2/Demo/newmetaclasses/ |
D | Eiffel.py | 38 def make_eiffel_method(func, pre, post): argument 63 def __init__(self, func, pre, post): argument
|