/external/chromium_org/third_party/icu/source/common/ |
D | ubrk.cpp | 125 const UBreakIterator *bi, in ubrk_safeClone() 150 ubrk_close(UBreakIterator *bi) in ubrk_close() 164 ubrk_setText(UBreakIterator* bi, in ubrk_setText() 187 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText() 207 ubrk_current(const UBreakIterator *bi) in ubrk_current() 214 ubrk_next(UBreakIterator *bi) in ubrk_next() 221 ubrk_previous(UBreakIterator *bi) in ubrk_previous() 228 ubrk_first(UBreakIterator *bi) in ubrk_first() 235 ubrk_last(UBreakIterator *bi) in ubrk_last() 242 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() [all …]
|
/external/icu4c/common/ |
D | ubrk.cpp | 125 const UBreakIterator *bi, in ubrk_safeClone() 150 ubrk_close(UBreakIterator *bi) in ubrk_close() 164 ubrk_setText(UBreakIterator* bi, in ubrk_setText() 180 ubrk_setUText(UBreakIterator *bi, in ubrk_setUText() 193 ubrk_current(const UBreakIterator *bi) in ubrk_current() 200 ubrk_next(UBreakIterator *bi) in ubrk_next() 207 ubrk_previous(UBreakIterator *bi) in ubrk_previous() 214 ubrk_first(UBreakIterator *bi) in ubrk_first() 221 ubrk_last(UBreakIterator *bi) in ubrk_last() 228 ubrk_preceding(UBreakIterator *bi, in ubrk_preceding() [all …]
|
D | unistr_titlecase_brkiter.cpp | 71 BreakIterator *bi=titleIter; in toTitle() local
|
/external/yaffs2/yaffs2/ |
D | yaffs_checkptrw.c | 49 yaffs_BlockInfo *bi = &dev->blockInfo[i]; in yaffs_CheckpointErase() local 80 yaffs_BlockInfo *bi = &dev->blockInfo[i]; in yaffs_CheckpointFindNextErasedBlock() local 198 yaffs_BlockInfo *bi = &dev->blockInfo[dev->checkpointCurrentBlock]; in yaffs_CheckpointFlushBuffer() local 324 yaffs_BlockInfo *bi = &dev->blockInfo[dev->checkpointBlockList[i]]; in yaffs_CheckpointClose() local
|
D | yaffs_nand.c | 47 yaffs_BlockInfo *bi = yaffs_GetBlockInfo(dev, chunkInNAND/dev->nChunksPerBlock); in yaffs_ReadChunkWithTagsFromNAND() local
|
/external/icu4c/test/intltest/ |
D | rbbitst.cpp | 332 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestStatusReturn() local 411 RuleBasedBreakIterator* bi = in TestBug3818() local 438 void RBBITest::generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td) in generalIteratorTest() 458 void RBBITest::testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td) in testFirstAndNext() 487 void RBBITest::testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td) in testLastAndPrevious() 517 void RBBITest::testFollowing(RuleBasedBreakIterator& bi, BITestData &td) in testFollowing() 562 void RBBITest::testPreceding(RuleBasedBreakIterator& bi, BITestData &td) { in testPreceding() 604 void RBBITest::testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td) { in testIsBoundary() 694 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::g… in TestEmptyString() local 801 BreakIterator *bi = BreakIterator::createSentenceInstance(Locale::getEnglish(), status); in TestBug5775() local [all …]
|
D | rbbiapts.cpp | 376 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInst… in TestIteration() local 600 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBuilder() local 627 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestQuoteGrouping() local 661 …RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::g… in TestRuleStatus() local 759 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString, parseError, status); in TestRuleStatusVec() local 863 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBug2190() local 1144 …RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::g… in TestRefreshInputText() local 1222 void RBBIAPITest::doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundari… in doBoundaryTest()
|
/external/chromium_org/chrome/common/ |
D | chrome_version_info_android.cc | 28 const base::android::BuildInfo* bi = base::android::BuildInfo::GetInstance(); in GetChannel() local
|
/external/icu4c/test/cintltst/ |
D | cbiapts.c | 517 UBreakIterator *bi; in testOpenRules() local 556 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules() local 600 UBreakIterator *bi; in TestBreakIteratorRuleError() local 628 UBreakIterator *bi = NULL; in TestBreakIteratorStatusVec() local 679 UBreakIterator *bi = NULL; in TestBreakIteratorUText() local 846 UBreakIterator *bi; in TestBreakIteratorRefresh() local
|
/external/chromium_org/chrome/browser/history/ |
D | snippet.cc | 123 void MoveByNGraphemes(icu::BreakIterator* bi, int count, size_t* utf8_pos) { in MoveByNGraphemes() 141 bool IsNextMatchWithinSnippetWindow(icu::BreakIterator* bi, in IsNextMatchWithinSnippetWindow() 222 scoped_ptr<icu::BreakIterator> bi(icu::BreakIterator::createCharacterInstance( in ComputeSnippet() local
|
/external/chromium/chrome/browser/history/ |
D | snippet.cc | 123 void MoveByNGraphemes(icu::BreakIterator* bi, int count, size_t* utf8_pos) { in MoveByNGraphemes() 141 bool IsNextMatchWithinSnippetWindow(icu::BreakIterator* bi, in IsNextMatchWithinSnippetWindow() 222 scoped_ptr<icu::BreakIterator> bi(icu::BreakIterator::createCharacterInstance( in ComputeSnippet() local
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | rbbiapts.cpp | 376 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator*)RuleBasedBreakIterator::createCharacterInst… in TestIteration() local 600 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBuilder() local 627 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestQuoteGrouping() local 661 …RuleBasedBreakIterator *bi = (RuleBasedBreakIterator *)BreakIterator::createWordInstance(Locale::g… in TestRuleStatus() local 759 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString, parseError, status); in TestRuleStatusVec() local 863 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestBug2190() local 1142 void RBBIAPITest::doBoundaryTest(RuleBasedBreakIterator& bi, UnicodeString& text, int32_t *boundari… in doBoundaryTest()
|
D | rbbitst.cpp | 391 RuleBasedBreakIterator *bi = new RuleBasedBreakIterator(rulesString1, parseError, status); in TestStatusReturn() local 591 RuleBasedBreakIterator* bi = in TestBug3818() local 1232 void RBBITest::generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td) in generalIteratorTest() 1252 void RBBITest::testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td) in testFirstAndNext() 1281 void RBBITest::testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td) in testLastAndPrevious() 1311 void RBBITest::testFollowing(RuleBasedBreakIterator& bi, BITestData &td) in testFollowing() 1356 void RBBITest::testPreceding(RuleBasedBreakIterator& bi, BITestData &td) { in testPreceding() 1398 void RBBITest::testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td) { in testIsBoundary() 1488 …RuleBasedBreakIterator* bi = (RuleBasedBreakIterator *)BreakIterator::createLineInstance(Locale::g… in TestEmptyString() local 1595 BreakIterator *bi = BreakIterator::createSentenceInstance(Locale::getEnglish(), status); in TestBug5775() local [all …]
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/ |
D | CipherInputStream.java | 19 InputStream bi; field in CipherInputStream 35 public CipherInputStream(BlockCipher tc, InputStream bi) in CipherInputStream()
|
/external/libvorbis/lib/ |
D | bitrate.c | 31 bitrate_manager_info *bi=&ci->bi; in vorbis_bitrate_init() local 81 bitrate_manager_info *bi=&ci->bi; in vorbis_bitrate_addblock() local
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cbiapts.c | 511 UBreakIterator *bi; in testOpenRules() local 550 UBreakIterator *bi = testOpenRules(rules); in TestBreakIteratorRules() local 594 UBreakIterator *bi; in TestBreakIteratorRuleError() local 622 UBreakIterator *bi = NULL; in TestBreakIteratorStatusVec() local 673 UBreakIterator *bi = NULL; in TestBreakIteratorUText() local
|
/external/eigen/bench/ |
D | bench_gemm.cpp | 93 void matlab_cplx_cplx(const M& ar, const M& ai, const M& br, const M& bi, M& cr, M& ci) in matlab_cplx_cplx() 101 void matlab_real_cplx(const M& a, const M& br, const M& bi, M& cr, M& ci) in matlab_real_cplx() 232 M bi(p,n); bi.setRandom(); in main() local 245 M bi(p,n); bi.setRandom(); in main() local
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
D | ClientServerHello.java | 59 public ClientServerHello(String identification, InputStream bi, OutputStream bo) throws IOException in ClientServerHello()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | fieldpos.h | 220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; } in setBeginIndex()
|
/external/icu4c/i18n/unicode/ |
D | fieldpos.h | 220 void setBeginIndex(int32_t bi) { fBeginIndex = bi; } in setBeginIndex()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bss_null.c | 90 static int null_new(BIO *bi) in null_new()
|
/external/openssl/crypto/bio/ |
D | bss_null.c | 90 static int null_new(BIO *bi) in null_new()
|
/external/jpeg/ |
D | jcdctmgr.c | 191 JDIMENSION bi; in forward_DCT() local 281 JDIMENSION bi; in forward_DCT_float() local
|
/external/qemu/distrib/jpeg-6b/ |
D | jcdctmgr.c | 191 JDIMENSION bi; in forward_DCT() local 281 JDIMENSION bi; in forward_DCT_float() local
|
D | jccoefct.c | 149 int blkn, bi, ci, yindex, yoffset, blockcnt; in compress_data() local 250 int bi, ci, h_samp_factor, block_row, block_rows, ndummy; in compress_first_pass() local
|