Searched refs:_post (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-post-table-v2subset.hh | 41 const void* _post) const in serialize() 60 hb_bytes_t s = reinterpret_cast<const post::accelerator_t*> (_post)->find_glyph_name (glyph_id); in serialize() 79 post::accelerator_t _post; in subset() local 80 _post.init (c->plan->source); in subset() 93 hb_bytes_t s = _post.find_glyph_name (old_gid); in subset() 131 bool ret = serialize (c->serializer, index_iter, &_post); in subset() 132 _post.fini (); in subset()
|
H A D | hb-ot-post-table.hh | 61 const void* _post) const;
|
/third_party/python/Tools/demo/ |
H A D | eiffel.py | 25 If a method ends in _pre or _post, it is removed from the dict 31 if k.endswith('_pre') or k.endswith('_post'): 76 self._post = post 88 if self._post: 89 self._post(inst, x, *args, **kwargs)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | version.py | 536 _post: CmpPrePostDevType = NegativeInfinity 539 _post = post 563 return epoch, _release, _pre, _post, _dev, _local
|
/third_party/python/Lib/ |
H A D | nntplib.py | 884 def _post(self, command, f): member in NNTP 910 return self._post('POST', data) 919 return self._post('IHAVE {0}'.format(message_id), data)
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 835 A##_##B##_post = LoadStorePairPostIndexFixed | A##_##B 928 A##B##_##C##_post = LoadStorePostIndexFixed | D
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 856 case A##_post: \ in VisitLoadStorePostIndex() 991 case A##_post: \ in VisitLoadStorePairPostIndex()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1041 A##_##B##_post = LoadStorePairPostIndexFixed | A##_##B 1163 A##B##_##C##_post = LoadStorePostIndexFixed | D
|
H A D | disasm-aarch64.cc | 1553 case A##_post: \ in Disassembler() 1702 case A##_post: \ in Disassembler()
|
Completed in 39 milliseconds