Home
last modified time | relevance | path

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

12345

/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh72 struct post struct
74 enum { tableTag = HB_OT_TAG_post };
76 bool subset (hb_subset_plan_t *plan) const in subset()
98 struct accelerator_t
249 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
259 FixedVersion<>version; /* 0x00010000 for version 1.0
263 Fixed italicAngle; /* Italic angle in counter-clockwise degrees
267 FWORD underlinePosition; /* This is the suggested distance of the top
277 FWORD underlineThickness; /* Suggested values for the underline
279 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally
[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/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, int low_var_thresh, in vp8_deblock()
120 YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag, in vp8_de_noise()
Dvp8_loopfilter.c268 YV12_BUFFER_CONFIG *post = cm->frame_to_show; in vp8_loop_filter_frame() local
390 YV12_BUFFER_CONFIG *post = cm->frame_to_show; in vp8_loop_filter_frame_yonly() local
480 YV12_BUFFER_CONFIG *post = cm->frame_to_show; in vp8_loop_filter_partial_frame() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeVisitorAction.java46 public Object post(Object t); in post() method
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_PlatformFile.java24 public static String getNewPlatformFile(String pre, String post) { in getNewPlatformFile()
/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/u-boot/include/
DACEX1K.h32 Altera_post_fn post; member
43 Altera_post_fn post; member
/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/curl/tests/unit/
Dunit1308.c45 struct curl_httppost *post = NULL; variable
/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/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/cldr/tools/java/org/unicode/cldr/draft/
DRule.java48 boolean post; field in Rule.NumberedItem
77 public Rule(String pre, String post, List<String> results2) { in Rule()
/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/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/iproute2/misc/
Dssfilter.h19 struct ssfilter *post; member
/external/eigen/Eigen/src/SparseLU/
DSparseLU_heap_relax_snode.h50 IndexVector post; in heap_relax_snode() local
/external/curl/lib/
Dformdata.c79 struct curl_httppost *post; in AddHttpPost() local
210 struct curl_httppost *post = NULL; in FormAdd() local
808 struct curl_httppost *post, in Curl_getformdata()
/external/replicaisland/src/com/replica/replicaisland/
DGameFlowEvent.java36 public void post(int event, int index, Context context) { in post() method in GameFlowEvent
/external/python/cpython2/Demo/newmetaclasses/
DEiffel.py38 def make_eiffel_method(func, pre, post): argument
63 def __init__(self, func, pre, post): argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBackupManager.java110 post( in getAvailableRestoreSets() method
197 private void post(RemoteRunnable runnable) { in post() method in ShadowBackupManager.FakeRestoreSession
/external/sfntly/cpp/src/test/
Dotf_basic_editing_test.cc81 TablePtr post = font->GetTable(Tag::post); in TestOTFBasicEditing() local

12345