Home
last modified time | relevance | path

Searched refs:part_count (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/email/
H A Dheader.py519 for i in range(self._current_line.part_count()-1, 0, -1):
561 if self.part_count()==0:
582 def part_count(self):
577 def part_count(self): global() member in _Accumulator
/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c1064 unsigned int err, buf_size, part_count; in ntfs_device_win32_find_partition() local
1071 part_count = 8; in ntfs_device_win32_find_partition()
1074 part_count * sizeof(PARTITION_INFORMATION); in ntfs_device_win32_find_partition()
1090 ntfs_log_debug("More than %u partitions.\n", part_count); in ntfs_device_win32_find_partition()
1091 part_count <<= 1; in ntfs_device_win32_find_partition()
1092 if (part_count > 512) { in ntfs_device_win32_find_partition()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc845 int part_count = static_cast<int>(indices->size()); in RUNTIME_FUNCTION() local
848 isolate->factory()->NewJSArray(PACKED_ELEMENTS, part_count, part_count, in RUNTIME_FUNCTION()
855 if (part_count == 1 && indices->at(0) == subject_length) { in RUNTIME_FUNCTION()
859 FOR_WITH_HANDLE_SCOPE(isolate, int, i = 0, i, i < part_count, i++, { in RUNTIME_FUNCTION()

Completed in 7 milliseconds