Home
last modified time | relevance | path

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

123456

/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh72 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/
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/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java180 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/
DFakeAndroid.kt7 fun post(r: Runnable): Boolean { in post() method
/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/rust/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/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/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeVisitorAction.java46 public Object post(Object t); in post() method
/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/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/apache-harmony/support/src/test/java/tests/support/
DSupport_PlatformFile.java24 public static String getNewPlatformFile(String pre, String post) { in getNewPlatformFile()
/external/libchrome/ui/gfx/geometry/
Daxis_transform2d.h48 void PostConcat(const AxisTransform2d& post) { in PostConcat()
118 const AxisTransform2d& post, in ConcatAxisTransform2d()
/external/cldr/tools/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/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtask_io_service.hpp52 void task_io_service::post(Handler& handler) in post() function in asio::detail::task_io_service
/external/curl/tests/unit/
Dunit1308.c45 struct curl_httppost *post = NULL; variable
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/exc/
DVerifierConstraintViolatedException.java65 public void extendMessage(String pre, String post) { in extendMessage()
DAssertionViolatedException.java56 public void extendMessage(String pre, String post) { in extendMessage()
/external/curl/lib/
Dformdata.c79 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/
Dgroup.rs19 post: bool, field
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/guide/
DPostExample.java16 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/
DParamsParserTest.java16 HttpPost post = new HttpPost("example.com"); in parseParams_shouldParsePostEntitiesIntoParams() local
/external/curl/tests/libtest/
Dlib510.c26 static const char *post[]={ variable
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc270 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/
DEiffel.py38 def make_eiffel_method(func, pre, post): argument
63 def __init__(self, func, pre, post): argument

123456