/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.h | 23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction() argument 26 m_fileLen_(file_len), in ICUBreakFunction() 59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound() argument 60 ICUBreakFunction(locale, mode, file, file_len) in ICUIsBound() 86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward() argument 87 ICUBreakFunction(locale, mode, file, file_len) in ICUForward()
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
D | ubrkperf.h | 23 ICUBreakFunction(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUBreakFunction() argument 26 m_fileLen_(file_len), in ICUBreakFunction() 59 ICUIsBound(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUIsBound() argument 60 ICUBreakFunction(locale, mode, file, file_len) in ICUIsBound() 86 ICUForward(const char *locale, const char *mode, const UChar *file, int32_t file_len) : in ICUForward() argument 87 ICUBreakFunction(locale, mode, file, file_len) in ICUForward()
|
/external/chromium_org/base/files/ |
D | memory_mapped_file_win.cc | 40 int64 file_len = file_.GetLength(); in MapFileRegionToMemory() local 41 if (file_len <= 0 || file_len > kint32max) in MapFileRegionToMemory() 43 length_ = static_cast<size_t>(file_len); in MapFileRegionToMemory()
|
D | memory_mapped_file_posix.cc | 28 int64 file_len = file_.GetLength(); in MapFileRegionToMemory() local 29 if (file_len == -1) { in MapFileRegionToMemory() 33 map_size = static_cast<size_t>(file_len); in MapFileRegionToMemory()
|
/external/bluetooth/bluedroid/bta/fs/ |
D | bta_fs_ci.c | 263 UINT16 file_len = strlen(p_file) + 1; in bta_fs_ci_resume_op() local 264 UINT16 size = sizeof(tBTA_FS_CI_OPEN_EVT) + file_len; in bta_fs_ci_resume_op() 274 BCM_STRNCPY_S (p, file_len, p_file, file_len-1); in bta_fs_ci_resume_op() 275 p[file_len] = '\0'; in bta_fs_ci_resume_op()
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | mapped_file.cc | 40 size_t file_len = GetLength(); in Preload() local 41 scoped_ptr<char[]> buf(new char[file_len]); in Preload() 42 if (!Read(buf.get(), file_len, 0)) in Preload()
|
D | block_files.cc | 481 size_t file_len = file->GetLength(); in OpenBlockFile() local 482 if (file_len < static_cast<size_t>(kBlockHeaderSize)) { in OpenBlockFile() 502 if (static_cast<int>(file_len) < in OpenBlockFile()
|
/external/qemu/android/utils/ |
D | filelock.c | 396 int file_len = strlen(file); in filelock_create() local 397 int lock_len = file_len + sizeof(LOCK_NAME); in filelock_create() 401 int temp_len = file_len + sizeof(TEMP_NAME); in filelock_create() 403 int total_len = sizeof(FileLock) + file_len + lock_len + temp_len + 3; in filelock_create() 408 memcpy( (char*)lock->file, file, file_len+1 ); in filelock_create() 410 lock->lock = lock->file + file_len + 1; in filelock_create() 411 memcpy( (char*)lock->lock, file, file_len+1 ); in filelock_create()
|
/external/qemu/distrib/libsparse/src/ |
D | sparse.c | 232 int64_t file_len = 0; in move_chunks_up_to_len() local 253 if (file_len + count > len) { in move_chunks_up_to_len() 259 if (!last_bb || (len - file_len > (len / 8))) { in move_chunks_up_to_len() 260 backed_block_split(from->backed_block_list, bb, len - file_len); in move_chunks_up_to_len() 265 file_len += count; in move_chunks_up_to_len()
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
D | storage_api.py | 779 file_len = '*' 781 file_len = self._written + len(data) 782 self._send_data(data, self._written, file_len) 784 if file_len != '*': 787 def _send_data(self, data, start_offset, file_len): argument 803 (start_offset, end_offset, file_len)) 805 headers['content-range'] = ('bytes */%s' % file_len) 809 if file_len == '*':
|
/external/wpa_supplicant_8/src/utils/ |
D | pcsc_funcs.c | 259 int *ps_do, int *file_len) in scard_parse_fsp_templ() argument 265 if (file_len) in scard_parse_fsp_templ() 266 *file_len = -1; in scard_parse_fsp_templ() 314 if ((pos[1] == 1 || pos[1] == 2) && file_len) { in scard_parse_fsp_templ() 316 *file_len = (int) pos[2]; in scard_parse_fsp_templ() 318 *file_len = ((int) pos[2] << 8) | in scard_parse_fsp_templ() 321 *file_len); in scard_parse_fsp_templ()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | pager1.test | 1657 set ::file_len [string length $filename] 1663 for {set ii [expr $::file_len-5]} {$ii < [expr $::file_len+20]} {incr ii} { 1666 # The length of the full path to file "test.db-journal" is ($::file_len+8). 1670 if {$ii >= [expr $::file_len+8]} {
|