OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_offset
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/media/formats/mp2t/
es_parser_mpeg1audio.cc
113
int
max_offset
= es_size - MPEG1AudioStreamParser::kHeaderSize;
local
114
if (
max_offset
<= 0)
117
for (int offset = 0; offset <
max_offset
; offset++) {
158
es_queue_->Pop(
max_offset
);
es_parser_adts.cc
64
int
max_offset
= es_size - kADTSHeaderMinSize;
local
65
if (
max_offset
<= 0)
68
for (int offset = 0; offset <
max_offset
; offset++) {
106
es_queue_->Pop(
max_offset
);
/external/chromium_org/third_party/brotli/src/woff2/
font.cc
83
size_t
max_offset
= 12ULL + 16ULL * font.num_tables;
local
88
max_offset
= std::max(
max_offset
, end_offset);
90
return
max_offset
;
/external/chromium_org/cc/layers/
scrollbar_layer_impl_base.cc
224
float
max_offset
= track_length - thumb_length;
local
225
thumb_offset += static_cast<int>(ratio *
max_offset
);
layer_impl.cc
1220
gfx::Vector2dF
max_offset
= MaxScrollOffset();
local
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc
498
const size_t
max_offset
= url.length() - ((6 * 2) + 7);
local
501
EXPECT_LT(citer->offset,
max_offset
);
[
all
...]
/external/chromium_org/ppapi/proxy/
file_io_resource.cc
286
uint64_t
max_offset
= 0;
local
291
uint64_t
max_offset
= offset + bytes_to_write;
local
292
if (
max_offset
> static_cast<uint64_t>(kint64max))
294
increase = static_cast<int64_t>(
max_offset
) - max_written_offset_;
318
max_written_offset_ =
max_offset
;
596
int64_t
max_offset
= offset + bytes_to_write;
local
597
if (max_written_offset_ <
max_offset
)
598
max_written_offset_ =
max_offset
;
/external/chromium_org/content/renderer/accessibility/
blink_ax_tree_source.cc
477
const gfx::Size&
max_offset
= document.maximumScrollOffset();
local
478
dst->AddIntAttribute(ui::AX_ATTR_SCROLL_X_MAX,
max_offset
.width());
479
dst->AddIntAttribute(ui::AX_ATTR_SCROLL_Y_MAX,
max_offset
.height());
/external/chromium_org/android_webview/browser/
browser_view_renderer.cc
567
gfx::Vector2d
max_offset
= max_scroll_offset();
local
573
if (
max_offset
.x()) {
575
max_offset
.x());
577
if (
max_offset
.y()) {
579
max_offset
.y());
622
gfx::Vector2d
max_offset
= max_scroll_offset();
local
627
scroll_offset.set_x((scroll_offset_dip.x() *
max_offset
.x()) /
632
scroll_offset.set_y((scroll_offset_dip.y() *
max_offset
.y()) /
638
DCHECK_LE(scroll_offset.x(),
max_offset
.x());
639
DCHECK_LE(scroll_offset.y(),
max_offset
.y())
[
all
...]
/external/chromium_org/ui/gfx/
render_text.cc
859
int
max_offset
= 0;
local
866
max_offset
= extra_content;
874
max_offset
= (extra_content - cursor_width) / 2;
882
else if (horizontal_offset >
max_offset
)
883
horizontal_offset =
max_offset
;
[
all
...]
/bionic/libc/kernel/uapi/linux/
btrfs.h
236
__u64
max_offset
;
member in struct:btrfs_ioctl_search_key
/development/ndk/platforms/android-L/include/linux/
btrfs.h
230
__u64
max_offset
;
member in struct:btrfs_ioctl_search_key
/external/kernel-headers/original/uapi/linux/
btrfs.h
259
__u64
max_offset
;
member in struct:btrfs_ioctl_search_key
/external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar
Completed in 436 milliseconds