/external/llvm/lib/Support/ |
D | raw_os_ostream.cpp | 30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos() function in raw_os_ostream
|
D | raw_ostream.cpp | 753 uint64_t raw_svector_ostream::current_pos() const { in current_pos() function in raw_svector_ostream 778 uint64_t raw_null_ostream::current_pos() const { in current_pos() function in raw_null_ostream
|
/external/llvm/include/llvm/Support/ |
D | raw_ostream.h | 334 uint64_t current_pos() const override { return pos; } in current_pos() function 439 uint64_t current_pos() const override { return OS.size(); } in current_pos() function
|
D | circular_raw_ostream.h | 89 uint64_t current_pos() const override { in current_pos() function
|
D | FormattedStream.h | 64 uint64_t current_pos() const override { in current_pos() function
|
/external/chromium_org/ui/views/controls/scrollbar/ |
D | scroll_bar.cc | 22 void ScrollBar::Update(int viewport_size, int content_size, int current_pos) { in Update()
|
D | native_scroll_bar.cc | 93 int current_pos) { in Update()
|
D | native_scroll_bar_views.cc | 346 int current_pos) { in Update()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 93 uint64_t current_pos() const { return pos; } in current_pos() function in raw_debug_ostream 96 uint64_t current_pos() { return pos; } in current_pos() function in raw_debug_ostream
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_debug.cpp | 93 uint64_t current_pos() const { return pos; } in current_pos() function in raw_debug_ostream 96 uint64_t current_pos() { return pos; } in current_pos() function in raw_debug_ostream
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test_fileutils.cc | 36 int32_t current_pos = ftell(file_); in IsAtEnd() local
|
/external/chromium_org/cc/layers/ |
D | scrollbar_layer_impl_base.h | 30 float current_pos() const { return current_pos_; } in current_pos() function
|
D | scrollbar_layer_impl_base.cc | 108 bool ScrollbarLayerImplBase::SetCurrentPos(float current_pos) { in SetCurrentPos()
|
/external/chromium_org/components/content_settings/core/common/ |
D | content_settings_pattern_parser.cc | 55 size_t current_pos = 0; in Parse() local
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
D | input_helpers.cc | 156 size_t current_pos = 0; in Split() local
|
/external/chromium_org/chrome/browser/history/ |
D | history_backend_android.cc | 68 int current_pos, in MoveStatement()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | program_cache.cc | 116 size_t current_pos = shader0_size + shader1_size; in ComputeProgramHash() local
|
/external/chromium_org/chrome/browser/history/android/ |
D | android_history_provider_service.cc | 153 int current_pos, in MoveStatement()
|
/external/chromium_org/ui/base/test/ |
D | ui_controls_internal_win.cc | 262 POINT current_pos; in SendMouseMoveImpl() local
|
/external/chromium_org/base/ |
D | sync_socket_win.cc | 103 DWORD GetNextChunkSize(size_t current_pos, size_t max_size) { in GetNextChunkSize()
|
/external/chromium_org/ppapi/examples/ime/ |
D | ime.cc | 61 size_t GetPrevCharOffsetUtf8(const std::string& str, size_t current_pos) { in GetPrevCharOffsetUtf8() 71 size_t GetNextCharOffsetUtf8(const std::string& str, size_t current_pos) { in GetNextCharOffsetUtf8()
|
/external/chromium_org/ui/views/controls/ |
D | scroll_view.cc | 56 int CheckScrollBounds(int viewport_size, int content_size, int current_pos) { in CheckScrollBounds()
|
/external/chromium_org/v8/src/ |
D | scanner.cc | 664 int current_pos = source_pos(); in SeekForward() local
|
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/ |
D | video_decode.cc | 201 size_t current_pos = *start_pos; in GetNextFrame() local
|
/external/chromium_org/ppapi/examples/video_decode/ |
D | video_decode.cc | 202 size_t current_pos = *start_pos; in GetNextFrame() local
|