Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-post-table.hh77 struct post struct
79 static constexpr hb_tag_t tableTag = HB_OT_TAG_post;
81 bool serialize (hb_serialize_context_t *c, bool glyph_names) const in serialize()
95 bool subset (hb_subset_context_t *c) const in subset()
111 struct accelerator_t
263 bool has_data () const { return version.to_int (); } in has_data()
265 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
275 FixedVersion<>version; /* 0x00010000 for version 1.0
279 HBFixed italicAngle; /* Italic angle in counter-clockwise degrees
283 FWORD underlinePosition; /* This is the suggested distance of the top
[all …]
/third_party/skia/third_party/externals/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
/third_party/node/test/parallel/
Dtest-worker-debug.js111 post(method, parameters) { method in WorkerSession
128 async function testBasicWorkerDebug(session, post) { argument
161 async function testNoWaitOnStart(session, post) { argument
173 async function testTwoWorkers(session, post) { argument
206 async function testWaitForDisconnectInWorker(session, post) { argument
Dtest-trace-events-dynamic-enable.js24 function post(message, data) { function
Dtest-inspector-tracing-domain.js13 function post(message, data) { function
Dtest-http-client-keep-alive-release-before-finish.js15 const post = http.request({ constant
Dtest-http-no-read-no-dump.js30 const post = http.request({ constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource13.js124 var post = (cur: AST, parent: AST) => { function
162 var post = function (cur, parent) { function
DawaitedTypeStrictNull.js81 async post() { return this.request(); } method in Api
/third_party/cups-filters/fontembed/
Dembed_sfnt.c96 char *post=otf_get_table(otf,OTF_TAG('p','o','s','t'),&len); in emb_otf_get_pdf_fontdescr() local
322 static const char *emb_otf_get_post_name(const char *post,unsigned short gid) // {{{ in emb_otf_get_post_name()
372 static const char *get_glyphname(const char *post,unsigned short *to_unicode,int charcode,unsigned … in get_glyphname()
530 char *post=otf_get_table(otf,OTF_TAG('p','o','s','t'),&rlen); in emb_otf_ps() local
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilderTest.java48 PostScriptTable post = font.getTable(Tag.post); in testPostTableBuilding() local
/third_party/typescript/tests/cases/compiler/
DerrorsWithInvokablesInUnions01.ts11 post?: IDirectiveLinkFn<TScope>; property
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DPostScriptTableSubsetter.java43 PostScriptTable post = font.getTable(Tag.post); in subset() local
/third_party/curl/tests/unit/
Dunit1308.c48 struct curl_httppost *post = NULL; variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DGsubRulesDump.java28 PostScriptTable post = font.getTable(Tag.post); in main() local
DSFFontView.java30 PostScriptTable post = font.getTable(Tag.post); in SFFontView() local
/third_party/curl/lib/
Dformdata.c80 struct curl_httppost *post; in AddHttpPost() local
214 struct curl_httppost *post = NULL; in FormAdd() local
818 struct curl_httppost *post, in Curl_getformdata()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dtest_postprocessor_amp.c40 …const char* post = "a=xx+xx+xxx+xxxxx+xxxx+xxxxxxxx+xxx+xxxxxx+xxx+xxx+xxxxxxx+xxxxx%0A+++++++xxxx… in main() local
/third_party/curl/tests/libtest/
Dlib510.c28 static const char *post[]={ variable
Dlib579.c28 static const char * const post[]={ variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc277 const time_point<seconds> post = FromUnixSeconds(t0); in MakeTime() local
283 const time_point<seconds> post = FromUnixSeconds(t1); in MakeTime() local
/third_party/optimized-routines/string/test/
Dstringtest.h32 const char *post = "\""; in quoteat() local
/third_party/python/Tools/demo/
Deiffel.py46 def make_eiffel_method(func, pre, post): argument
73 def __init__(self, func, pre, post): argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleSegment.java62 String toString(PostScriptTable post) { in toString()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dotf_basic_editing_test.cc92 TablePtr post = font->GetTable(Tag::post); in TestOTFBasicEditing() local

1234