| /external/chromium_org/third_party/icu/source/samples/break/ |
| D | break.cpp | 44 void printEachForward( BreakIterator& boundary) in printEachForward() 56 void printEachBackward( BreakIterator& boundary) in printEachBackward() 68 void printFirst(BreakIterator& boundary) in printFirst() 76 void printLast(BreakIterator& boundary) in printLast() 84 void printAt(BreakIterator &boundary, int32_t pos ) in printAt() 96 BreakIterator* boundary; in main() local
|
| D | ubreak.c | 33 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward() 44 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward() 54 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst() 62 void printLast(UBreakIterator* boundary, UChar* str) { in printLast() 71 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt() 81 UBreakIterator *boundary; in c_main() local
|
| /external/icu/icu4c/source/samples/break/ |
| D | break.cpp | 44 void printEachForward( BreakIterator& boundary) in printEachForward() 56 void printEachBackward( BreakIterator& boundary) in printEachBackward() 68 void printFirst(BreakIterator& boundary) in printFirst() 76 void printLast(BreakIterator& boundary) in printLast() 84 void printAt(BreakIterator &boundary, int32_t pos ) in printAt() 96 BreakIterator* boundary; in main() local
|
| D | ubreak.c | 33 void printEachForward( UBreakIterator* boundary, UChar* str) { in printEachForward() 44 void printEachBackward( UBreakIterator* boundary, UChar* str) { in printEachBackward() 54 void printFirst(UBreakIterator* boundary, UChar* str) { in printFirst() 62 void printLast(UBreakIterator* boundary, UChar* str) { in printLast() 71 void printAt(UBreakIterator* boundary, int32_t pos , UChar* str) { in printAt() 81 UBreakIterator *boundary; in c_main() local
|
| /external/compiler-rt/test/asan/TestCases/Posix/ |
| D | large_allocator_unpoisons_on_free.cc | 14 void *my_memalign(size_t boundary, size_t size) { in my_memalign() 18 void *my_memalign(size_t boundary, size_t size) { in my_memalign()
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
| D | bc-align.c | 40 /*@only@*/ yasm_expr *boundary; /* alignment boundary */ member 139 unsigned long boundary = in bc_align_expand() local 174 unsigned long boundary = in bc_align_tobytes() local 233 yasm_bc_create_align(yasm_expr *boundary, yasm_expr *fill, in yasm_bc_create_align()
|
| /external/nist-sip/java/gov/nist/javax/sip/message/ |
| D | ContentImpl.java | 17 private String boundary; field in ContentImpl 25 public ContentImpl( String content, String boundary ) { in ContentImpl()
|
| D | MultipartMimeContentImpl.java | 31 private String boundary; field in MultipartMimeContentImpl
|
| /external/eigen/doc/special_examples/ |
| D | Tutorial_sparse_example_details.cpp | 9 Eigen::VectorXd& b, const Eigen::VectorXd& boundary) in insertCoefficient() 22 Eigen::ArrayXd boundary = Eigen::ArrayXd::LinSpaced(n, 0,M_PI).sin().pow(2); in buildProblem() local
|
| /external/chromium_org/third_party/WebKit/Source/platform/network/ |
| D | FormDataBuilder.cpp | 105 Vector<char> boundary; in generateUniqueBoundaryString() local 144 void FormDataBuilder::beginMultiPartHeader(Vector<char>& buffer, const CString& boundary, const CSt… in beginMultiPartHeader() 155 void FormDataBuilder::addBoundaryToMultiPartHeader(Vector<char>& buffer, const CString& boundary, b… in addBoundaryToMultiPartHeader()
|
| D | FormData.h | 112 const Vector<char>& boundary() const { return m_boundary; } in boundary() function 113 void setBoundary(Vector<char> boundary) { m_boundary = boundary; } in setBoundary()
|
| /external/chromium_org/base/i18n/ |
| D | break_iterator.cc | 150 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position)); in IsEndOfWord() local 160 UBool boundary = ubrk_isBoundary(iter, static_cast<int32_t>(position)); in IsStartOfWord() local
|
| /external/chromium_org/third_party/speex/libspeex/ |
| D | vq.c | 51 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries) in scal_quant() 62 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries) in scal_quant32()
|
| /external/speex/libspeex/ |
| D | vq.c | 51 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries) in scal_quant() 62 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries) in scal_quant32()
|
| /external/chromium_org/ui/accessibility/ |
| D | ax_text_utils.cc | 14 TextBoundaryType boundary, in FindAccessibleTextBoundary()
|
| /external/compiler-rt/lib/asan/ |
| D | asan_malloc_linux.cc | 104 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() 109 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() 114 INTERCEPTOR(void*, __libc_memalign, uptr boundary, uptr size) { in INTERCEPTOR()
|
| /external/chromium_org/third_party/skia/src/core/ |
| D | SkDeviceLooper.cpp | 83 static bool next_tile(const SkIRect& boundary, int delta, SkIPoint* offset) { in next_tile()
|
| /external/skia/src/core/ |
| D | SkDeviceLooper.cpp | 82 static bool next_tile(const SkIRect& boundary, int delta, SkIPoint* offset) { in next_tile()
|
| /external/chromium_org/third_party/WebKit/Source/core/loader/ |
| D | FormSubmission.cpp | 146 …sRefPtrWillBeRawPtr<FormState> state, PassRefPtr<FormData> data, const String& boundary, PassRefPt… in FormSubmission() 229 String boundary; in create() local
|
| /external/chromium_org/components/autofill/core/browser/ |
| D | autofill_type_unittest.cc | 43 AutofillType boundary(MAX_VALID_FIELD_TYPE); in TEST() local
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| D | brktrans.cpp | 96 int32_t boundary; in handleTransliterate() local
|
| /external/icu/icu4c/source/i18n/ |
| D | brktrans.cpp | 96 int32_t boundary; in handleTransliterate() local
|
| /external/chromium_org/pdf/ |
| D | document_loader.cc | 310 std::string boundary = GetMultiPartBoundary(headers); in DidOpen() local 362 const char* boundary = strstr(type.c_str(), "boundary="); in GetMultiPartBoundary() local
|
| /external/bison/src/ |
| D | location.h | 47 } boundary; typedef
|
| /external/openssl/crypto/cms/ |
| D | cms_io.c | 61 int CMS_stream(unsigned char ***boundary, CMS_ContentInfo *cms) in CMS_stream()
|