Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 25 of 126) sorted by relevance

123456

/third_party/skia/third_party/externals/icu/source/samples/break/
Dbreak.cpp51 void printEachForward( BreakIterator& boundary) in printEachForward()
63 void printEachBackward( BreakIterator& boundary) in printEachBackward()
75 void printFirst(BreakIterator& boundary) in printFirst()
83 void printLast(BreakIterator& boundary) in printLast()
91 void printAt(BreakIterator &boundary, int32_t pos ) in printAt()
103 BreakIterator* boundary; in main() local
Dubreak.c39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward()
50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward()
60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst()
68 void printLast(UBreakIterator* boundary, UChar* str) { in printLast()
77 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt()
87 UBreakIterator *boundary; in c_main() local
/third_party/icu/icu4c/source/samples/break/
Dbreak.cpp51 void printEachForward( BreakIterator& boundary) in printEachForward()
63 void printEachBackward( BreakIterator& boundary) in printEachBackward()
75 void printFirst(BreakIterator& boundary) in printFirst()
83 void printLast(BreakIterator& boundary) in printLast()
91 void printAt(BreakIterator &boundary, int32_t pos ) in printAt()
103 BreakIterator* boundary; in main() local
Dubreak.c39 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward()
50 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward()
60 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst()
68 void printLast(UBreakIterator* boundary, UChar* str) { in printLast()
77 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt()
87 UBreakIterator *boundary; in c_main() local
/third_party/skia/src/core/
DSkMarkerStack.cpp10 void SkMarkerStack::setMarker(uint32_t id, const SkM44& mx, void* boundary) { in setMarker()
58 void SkMarkerStack::restore(void* boundary) { in restore()
/third_party/ffmpeg/libavformat/
Dmpjpegdec.c33 char *boundary; member
133 char boundary[70 + 2 + 1] = {0}; in mpjpeg_read_header() local
300 uint8_t* boundary = NULL; in mpjpeg_read_packet() local
/third_party/python/Lib/email/mime/
Dmultipart.py16 def __init__(self, _subtype='mixed', boundary=None, _subparts=None, argument
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c145 const char *boundary; member
278 const char *boundary; in MHD_create_post_processor() local
531 const char *boundary, in find_boundary()
703 const char *boundary, in process_value_to_boundary()
/third_party/musl/porting/uniproton/kernel/src/malloc/
Dmalloc.c56 void *memalign(size_t boundary, size_t size) in memalign()
/third_party/node/test/fixtures/wpt/FileAPI/support/
Dsend-file-formdata-helper.js64 const boundary = formDataLines[0]; constant
Dsend-file-form-helper.js236 const boundary = formDataLines[0]; constant
/third_party/node/deps/icu-small/source/common/
Dmlbe.cpp48 UVector32 boundary(inString.countChar32() + 1, status); in divideUpRange() local
135 UVector32 &boundary, UErrorCode &status) const { in evaluateBreakpoint()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat04.c51 unsigned long boundary = BOUNDARY; in shared_hugepage() local
/third_party/python/Lib/email/
Dmessage.py862 def set_boundary(self, boundary): argument
1130 def _make_multipart(self, subtype, disallowed_subtypes, boundary): argument
1157 def make_related(self, boundary=None): argument
1160 def make_alternative(self, boundary=None): argument
1163 def make_mixed(self, boundary=None): argument
/third_party/python/Lib/
Denum.py496 def __new__(metacls, cls, bases, classdict, *, boundary=None, _simple=False, **kwds): argument
685 …__call__(cls, value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None): argument
838 …_create_(cls, class_name, names, *, module=None, qualname=None, type=None, start=1, boundary=None): argument
890 def _convert_(cls, name, module, filter, source=None, *, boundary=None, as_global=False): argument
1641 def _simple_enum(etype=Enum, *, boundary=None, use_args=None): argument
2022 def _old_convert_(etype, name, module, filter, source=None, *, boundary=None): argument
/third_party/icu/icu4c/source/i18n/
Dbrktrans.cpp106 int32_t boundary; in handleTransliterate() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dbrktrans.cpp106 int32_t boundary; in handleTransliterate() local
/third_party/node/deps/icu-small/source/i18n/
Dbrktrans.cpp106 int32_t boundary; in handleTransliterate() local
/third_party/skia/src/gpu/geometry/
DGrAATriangulator.cpp184 void GrAATriangulator::simplifyBoundary(EdgeList* boundary, const Comparator& c) const { in simplifyBoundary()
410 void GrAATriangulator::strokeBoundary(EdgeList* boundary, VertexList* innerMesh, in strokeBoundary()
570 void GrAATriangulator::extractBoundary(EdgeList* boundary, Edge* e) const { in extractBoundary()
611 EdgeList boundary; in extractBoundaries() local
/third_party/node/deps/openssl/openssl/crypto/cms/
Dcms_io.c18 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream()
/third_party/pulseaudio/src/tests/
Dalsa-time-test.c31 snd_pcm_uframes_t boundary, buffer_size = SAMPLE_RATE/10; /* 100s */ in main() local
/third_party/openssl/crypto/cms/
Dcms_io.c18 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
DDicer.js104 Dicer.prototype.setBoundary = function (boundary) { argument
Ddicer.d.ts103 boundary?: string | undefined; property
/third_party/mbedtls/scripts/mbedtls_dev/
Dbignum_common.py144 def boundary(self) -> int: member in OperationCommon
319 def boundary(self) -> int: member in ModOperationCommon

123456