pos 866 apps/app_window.cc void AppWindow::MoveContents(WebContents* source, const gfx::Rect& pos) { pos 867 apps/app_window.cc native_app_window_->SetBounds(pos); pos 372 apps/app_window.h const gfx::Rect& pos) OVERRIDE; pos 40 ash/frame/caption_buttons/frame_maximize_button_unittest.cc const gfx::Vector2dF& pos) { pos 102 ash/wm/gestures/long_press_affordance_handler.cc SkScalar* pos, pos 115 ash/wm/gestures/long_press_affordance_handler.cc pos, pos 211 ash/wm/gestures/long_press_affordance_handler.cc SkScalar pos[num_colors] = {0, 0.5, 1}; pos 214 ash/wm/gestures/long_press_affordance_handler.cc PaintAffordanceGlow(canvas, center, start_radius, end_radius, colors, pos, pos 518 ash/wm/window_positioner.cc const gfx::Rect& pos, pos 522 ash/wm/window_positioner.cc return pos; pos 524 ash/wm/window_positioner.cc int x = pos.x() - (pos.x() - work_area.x()) % grid; pos 525 ash/wm/window_positioner.cc int y = pos.y() - (pos.y() - work_area.y()) % grid; pos 526 ash/wm/window_positioner.cc int w = pos.width(); pos 527 ash/wm/window_positioner.cc int h = pos.height(); pos 531 ash/wm/window_positioner.cc if (abs(pos.right() - work_area.right()) < grid) pos 533 ash/wm/window_positioner.cc if (abs(pos.bottom() - work_area.bottom()) < grid) pos 106 ash/wm/window_positioner.h gfx::Rect AlignPopupPosition(const gfx::Rect &pos, pos 142 base/containers/mru_cache.h iterator Erase(iterator pos) { pos 143 base/containers/mru_cache.h deletor_(pos->second); pos 144 base/containers/mru_cache.h index_.erase(pos->first); pos 145 base/containers/mru_cache.h return ordering_.erase(pos); pos 150 base/containers/mru_cache.h reverse_iterator Erase(reverse_iterator pos) { pos 154 base/containers/mru_cache.h return reverse_iterator(Erase((++pos).base())); pos 31 base/debug/proc_maps_linux.cc static bool ContainsGateVMA(std::string* proc_maps, size_t pos) { pos 34 base/debug/proc_maps_linux.cc return proc_maps->find(" [vectors]\n", pos) != std::string::npos; pos 37 base/debug/proc_maps_linux.cc return proc_maps->find(" [vsyscall]\n", pos) != std::string::npos; pos 60 base/debug/proc_maps_linux.cc size_t pos = proc_maps->size(); pos 61 base/debug/proc_maps_linux.cc proc_maps->resize(pos + kReadSize); pos 62 base/debug/proc_maps_linux.cc void* buffer = &(*proc_maps)[pos]; pos 72 base/debug/proc_maps_linux.cc proc_maps->resize(pos + bytes_read); pos 85 base/debug/proc_maps_linux.cc if (ContainsGateVMA(proc_maps, pos)) pos 1281 base/files/file_path.cc for (StringType::size_type pos = path_.length(); pos 1282 base/files/file_path.cc pos > start && IsSeparator(path_[pos - 1]); pos 1283 base/files/file_path.cc --pos) { pos 1286 base/files/file_path.cc if (pos != start + 1 || last_stripped == start + 2 || pos 1288 base/files/file_path.cc path_.resize(pos - 1); pos 1289 base/files/file_path.cc last_stripped = pos; pos 61 base/i18n/break_iterator.cc int32_t pos; pos 68 base/i18n/break_iterator.cc pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); pos 69 base/i18n/break_iterator.cc if (pos == UBRK_DONE) { pos 73 base/i18n/break_iterator.cc pos_ = static_cast<size_t>(pos); pos 77 base/i18n/break_iterator.cc pos = ubrk_next(static_cast<UBreakIterator*>(iter_)); pos 78 base/i18n/break_iterator.cc if (pos == UBRK_DONE) pos 80 base/i18n/break_iterator.cc pos_ = static_cast<size_t>(pos); pos 83 base/i18n/break_iterator.cc if (pos == UBRK_DONE && prev_ == pos_) { pos 107 base/i18n/break_iterator.h size_t pos() const { return pos_; } pos 373 base/i18n/build_utf8_validator_tables.cc uint8 pos = 0; pos 391 base/i18n/build_utf8_validator_tables.cc pos += 1 + (1 << (7 - shift)); pos 392 base/i18n/build_utf8_validator_tables.cc state_offset.push_back(pos); pos 284 base/json/json_parser.cc JSONParser::StringBuilder::StringBuilder(const char* pos) pos 285 base/json/json_parser.cc : pos_(pos), pos 103 base/json/json_parser.h explicit StringBuilder(const char* pos); pos 366 base/nix/mime_util_xdg.cc std::string::size_type pos = 0, epos; pos 368 base/nix/mime_util_xdg.cc while ((epos = dirs.find(',', pos)) != std::string::npos) { pos 369 base/nix/mime_util_xdg.cc base::TrimWhitespaceASCII(dirs.substr(pos, epos - pos), base::TRIM_ALL, pos 376 base/nix/mime_util_xdg.cc pos = epos + 1; pos 378 base/nix/mime_util_xdg.cc base::TrimWhitespaceASCII(dirs.substr(pos), base::TRIM_ALL, &dir); pos 439 base/nix/mime_util_xdg.cc std::string::size_type pos = 0, epos; pos 440 base/nix/mime_util_xdg.cc while ((epos = xdg_data_dirs.find(':', pos)) != std::string::npos) { pos 441 base/nix/mime_util_xdg.cc AddXDGDataDir(FilePath(xdg_data_dirs.substr(pos, epos - pos))); pos 442 base/nix/mime_util_xdg.cc pos = epos + 1; pos 444 base/nix/mime_util_xdg.cc AddXDGDataDir(FilePath(xdg_data_dirs.substr(pos))); pos 153 base/os_compat_android.cc for (int pos = 0; pos < kSuffixLen; ++pos) { pos 155 base/os_compat_android.cc path[path_len - kSuffixLen + pos] = rand_char; pos 87 base/strings/string_piece.cc size_t pos) { pos 88 base/strings/string_piece.cc size_t ret = std::min(self.size() - pos, n); pos 89 base/strings/string_piece.cc memcpy(buf, self.data() + pos, ret * sizeof(typename STR::value_type)); pos 93 base/strings/string_piece.cc size_t copy(const StringPiece& self, char* buf, size_t n, size_t pos) { pos 94 base/strings/string_piece.cc return copyT(self, buf, n, pos); pos 97 base/strings/string_piece.cc size_t copy(const StringPiece16& self, char16* buf, size_t n, size_t pos) { pos 98 base/strings/string_piece.cc return copyT(self, buf, n, pos); pos 104 base/strings/string_piece.cc size_t pos) { pos 105 base/strings/string_piece.cc if (pos > self.size()) pos 109 base/strings/string_piece.cc std::search(self.begin() + pos, self.end(), s.begin(), s.end()); pos 115 base/strings/string_piece.cc size_t find(const StringPiece& self, const StringPiece& s, size_t pos) { pos 116 base/strings/string_piece.cc return findT(self, s, pos); pos 119 base/strings/string_piece.cc size_t find(const StringPiece16& self, const StringPiece16& s, size_t pos) { pos 120 base/strings/string_piece.cc return findT(self, s, pos); pos 126 base/strings/string_piece.cc size_t pos) { pos 127 base/strings/string_piece.cc if (pos >= self.size()) pos 131 base/strings/string_piece.cc std::find(self.begin() + pos, self.end(), c); pos 136 base/strings/string_piece.cc size_t find(const StringPiece& self, char c, size_t pos) { pos 137 base/strings/string_piece.cc return findT(self, c, pos); pos 140 base/strings/string_piece.cc size_t find(const StringPiece16& self, char16 c, size_t pos) { pos 141 base/strings/string_piece.cc return findT(self, c, pos); pos 147 base/strings/string_piece.cc size_t pos) { pos 152 base/strings/string_piece.cc return std::min(self.size(), pos); pos 155 base/strings/string_piece.cc self.begin() + std::min(self.size() - s.size(), pos) + s.size(); pos 162 base/strings/string_piece.cc size_t rfind(const StringPiece& self, const StringPiece& s, size_t pos) { pos 163 base/strings/string_piece.cc return rfindT(self, s, pos); pos 166 base/strings/string_piece.cc size_t rfind(const StringPiece16& self, const StringPiece16& s, size_t pos) { pos 167 base/strings/string_piece.cc return rfindT(self, s, pos); pos 173 base/strings/string_piece.cc size_t pos) { pos 177 base/strings/string_piece.cc for (size_t i = std::min(pos, self.size() - 1); ; pos 187 base/strings/string_piece.cc size_t rfind(const StringPiece& self, char c, size_t pos) { pos 188 base/strings/string_piece.cc return rfindT(self, c, pos); pos 191 base/strings/string_piece.cc size_t rfind(const StringPiece16& self, char16 c, size_t pos) { pos 192 base/strings/string_piece.cc return rfindT(self, c, pos); pos 198 base/strings/string_piece.cc size_t pos) { pos 204 base/strings/string_piece.cc return find(self, s.data()[0], pos); pos 208 base/strings/string_piece.cc for (size_t i = pos; i < self.size(); ++i) { pos 219 base/strings/string_piece.cc size_t pos) { pos 221 base/strings/string_piece.cc std::find_first_of(self.begin() + pos, self.end(), s.begin(), s.end()); pos 230 base/strings/string_piece.cc size_t pos) { pos 239 base/strings/string_piece.cc return find_first_not_of(self, s.data()[0], pos); pos 243 base/strings/string_piece.cc for (size_t i = pos; i < self.size(); ++i) { pos 254 base/strings/string_piece.cc size_t pos) { pos 258 base/strings/string_piece.cc for (size_t self_i = pos; self_i < self.size(); ++self_i) { pos 275 base/strings/string_piece.cc size_t pos) { pos 279 base/strings/string_piece.cc for (; pos < self.size(); ++pos) { pos 280 base/strings/string_piece.cc if (self.data()[pos] != c) { pos 281 base/strings/string_piece.cc return pos; pos 289 base/strings/string_piece.cc size_t pos) { pos 290 base/strings/string_piece.cc return find_first_not_ofT(self, c, pos); pos 295 base/strings/string_piece.cc size_t pos) { pos 296 base/strings/string_piece.cc return find_first_not_ofT(self, c, pos); pos 300 base/strings/string_piece.cc size_t find_last_of(const StringPiece& self, const StringPiece& s, size_t pos) { pos 306 base/strings/string_piece.cc return rfind(self, s.data()[0], pos); pos 310 base/strings/string_piece.cc for (size_t i = std::min(pos, self.size() - 1); ; --i) { pos 322 base/strings/string_piece.cc size_t pos) { pos 326 base/strings/string_piece.cc for (size_t self_i = std::min(pos, self.size() - 1); ; pos 341 base/strings/string_piece.cc size_t pos) { pos 345 base/strings/string_piece.cc size_t i = std::min(pos, self.size() - 1); pos 351 base/strings/string_piece.cc return find_last_not_of(self, s.data()[0], pos); pos 367 base/strings/string_piece.cc size_t pos) { pos 371 base/strings/string_piece.cc for (size_t self_i = std::min(pos, self.size() - 1); ; --self_i) { pos 390 base/strings/string_piece.cc size_t pos) { pos 394 base/strings/string_piece.cc for (size_t i = std::min(pos, self.size() - 1); ; --i) { pos 405 base/strings/string_piece.cc size_t pos) { pos 406 base/strings/string_piece.cc return find_last_not_ofT(self, c, pos); pos 411 base/strings/string_piece.cc size_t pos) { pos 412 base/strings/string_piece.cc return find_last_not_ofT(self, c, pos); pos 417 base/strings/string_piece.cc size_t pos, pos 419 base/strings/string_piece.cc if (pos > self.size()) pos = self.size(); pos 420 base/strings/string_piece.cc if (n > self.size() - pos) n = self.size() - pos; pos 421 base/strings/string_piece.cc return BasicStringPiece<STR>(self.data() + pos, n); pos 425 base/strings/string_piece.cc size_t pos, pos 427 base/strings/string_piece.cc return substrT(self, pos, n); pos 431 base/strings/string_piece.cc size_t pos, pos 433 base/strings/string_piece.cc return substrT(self, pos, n); pos 62 base/strings/string_piece.h size_t pos); pos 66 base/strings/string_piece.h size_t pos); pos 70 base/strings/string_piece.h size_t pos); pos 73 base/strings/string_piece.h size_t pos); pos 76 base/strings/string_piece.h size_t pos); pos 79 base/strings/string_piece.h size_t pos); pos 83 base/strings/string_piece.h size_t pos); pos 86 base/strings/string_piece.h size_t pos); pos 89 base/strings/string_piece.h size_t pos); pos 92 base/strings/string_piece.h size_t pos); pos 96 base/strings/string_piece.h size_t pos); pos 99 base/strings/string_piece.h size_t pos); pos 103 base/strings/string_piece.h size_t pos); pos 106 base/strings/string_piece.h size_t pos); pos 109 base/strings/string_piece.h size_t pos); pos 112 base/strings/string_piece.h size_t pos); pos 116 base/strings/string_piece.h size_t pos); pos 119 base/strings/string_piece.h size_t pos); pos 122 base/strings/string_piece.h size_t pos); pos 125 base/strings/string_piece.h size_t pos); pos 129 base/strings/string_piece.h size_t pos); pos 132 base/strings/string_piece.h size_t pos); pos 135 base/strings/string_piece.h size_t pos); pos 138 base/strings/string_piece.h size_t pos); pos 141 base/strings/string_piece.h size_t pos, pos 144 base/strings/string_piece.h size_t pos, pos 264 base/strings/string_piece.h size_type copy(value_type* buf, size_type n, size_type pos = 0) const { pos 265 base/strings/string_piece.h return internal::copy(*this, buf, n, pos); pos 283 base/strings/string_piece.h size_type pos = 0) const { pos 284 base/strings/string_piece.h return internal::find(*this, s, pos); pos 286 base/strings/string_piece.h size_type find(value_type c, size_type pos = 0) const { pos 287 base/strings/string_piece.h return internal::find(*this, c, pos); pos 292 base/strings/string_piece.h size_type pos = BasicStringPiece::npos) const { pos 293 base/strings/string_piece.h return internal::rfind(*this, s, pos); pos 295 base/strings/string_piece.h size_type rfind(value_type c, size_type pos = BasicStringPiece::npos) const { pos 296 base/strings/string_piece.h return internal::rfind(*this, c, pos); pos 301 base/strings/string_piece.h size_type pos = 0) const { pos 302 base/strings/string_piece.h return internal::find_first_of(*this, s, pos); pos 304 base/strings/string_piece.h size_type find_first_of(value_type c, size_type pos = 0) const { pos 305 base/strings/string_piece.h return find(c, pos); pos 310 base/strings/string_piece.h size_type pos = 0) const { pos 311 base/strings/string_piece.h return internal::find_first_not_of(*this, s, pos); pos 313 base/strings/string_piece.h size_type find_first_not_of(value_type c, size_type pos = 0) const { pos 314 base/strings/string_piece.h return internal::find_first_not_of(*this, c, pos); pos 319 base/strings/string_piece.h size_type pos = BasicStringPiece::npos) const { pos 320 base/strings/string_piece.h return internal::find_last_of(*this, s, pos); pos 323 base/strings/string_piece.h size_type pos = BasicStringPiece::npos) const { pos 324 base/strings/string_piece.h return rfind(c, pos); pos 329 base/strings/string_piece.h size_type pos = BasicStringPiece::npos) const { pos 330 base/strings/string_piece.h return internal::find_last_not_of(*this, s, pos); pos 333 base/strings/string_piece.h size_type pos = BasicStringPiece::npos) const { pos 334 base/strings/string_piece.h return internal::find_last_not_of(*this, c, pos); pos 338 base/strings/string_piece.h BasicStringPiece substr(size_type pos, pos 340 base/strings/string_piece.h return internal::substr(*this, pos, n); pos 92 base/sys_info_linux.cc size_t pos = line.find(": "); pos 93 base/sys_info_linux.cc return line.substr(pos + 2); pos 167 base/third_party/xdg_mime/xdgmimemagic.c int len, pos; pos 170 base/third_party/xdg_mime/xdgmimemagic.c pos = 0; pos 184 base/third_party/xdg_mime/xdgmimemagic.c retval[pos++] = (unsigned char) c; pos 185 base/third_party/xdg_mime/xdgmimemagic.c if (pos % 128 == 127) pos 192 base/third_party/xdg_mime/xdgmimemagic.c retval[pos] = '\000'; pos 205 base/third_party/xdg_mime/xdgmimemagic.c int pos = 0; pos 223 base/third_party/xdg_mime/xdgmimemagic.c number_string[pos] = (char) c; pos 224 base/third_party/xdg_mime/xdgmimemagic.c pos++; pos 225 base/third_party/xdg_mime/xdgmimemagic.c if (pos == MAX_NUMBER_SIZE) pos 228 base/third_party/xdg_mime/xdgmimemagic.c if (pos > 0) pos 230 base/third_party/xdg_mime/xdgmimemagic.c number_string[pos] = '\000'; pos 203 cc/base/tiling_data.cc int pos = (max_texture_size_.width() - 2 * border_texels_) * x_index; pos 205 cc/base/tiling_data.cc pos += border_texels_; pos 207 cc/base/tiling_data.cc return pos; pos 214 cc/base/tiling_data.cc int pos = (max_texture_size_.height() - 2 * border_texels_) * y_index; pos 216 cc/base/tiling_data.cc pos += border_texels_; pos 218 cc/base/tiling_data.cc return pos; pos 277 cc/layers/heads_up_display_layer_impl.cc const SkPoint& pos) const { pos 278 cc/layers/heads_up_display_layer_impl.cc DrawText(canvas, paint, text, align, size, pos.x(), pos.y()); pos 91 cc/layers/heads_up_display_layer_impl.h const SkPoint& pos) const; pos 351 cc/output/shader.cc vec2 pos = quad[int(a_index)]; // NOLINT pos 352 cc/output/shader.cc gl_Position = matrix * vec4(pos, a_position.z, a_position.w); pos 363 cc/output/shader.cc vec2 pos = quad[int(a_index)]; // NOLINT pos 364 cc/output/shader.cc gl_Position = matrix * vec4(pos, a_position.z, a_position.w); pos 410 cc/output/shader.cc vec2 pos = quad[int(a_index)]; // NOLINT pos 411 cc/output/shader.cc gl_Position = matrix * vec4(pos, a_position.z, a_position.w); pos 471 cc/output/shader.cc vec2 pos = quad[int(a_index)]; // NOLINT pos 472 cc/output/shader.cc gl_Position = matrix * vec4(pos, a_position.z, a_position.w); pos 483 cc/output/shader.cc v_texCoord = (pos.xy + vec2(0.5)) * texTrans.zw + texTrans.xy; pos 523 cc/output/shader.cc vec2 pos = quad[int(a_index)]; // NOLINT pos 524 cc/output/shader.cc gl_Position = matrix * vec4(pos, a_position.z, a_position.w); pos 525 cc/output/shader.cc v_texCoord = pos.xy * vertexTexTransform.zw + vertexTexTransform.xy; pos 575 cc/output/shader.cc vec2 pos = quad[int(a_index)]; // NOLINT pos 576 cc/output/shader.cc gl_Position = matrix * vec4(pos, a_position.z, a_position.w); pos 587 cc/output/shader.cc v_texCoord = pos.xy * vertexTexTransform.zw + vertexTexTransform.xy; pos 99 cc/trees/occlusion_tracker_perftest.cc LayerIteratorPosition<LayerImpl> pos = begin; pos 102 cc/trees/occlusion_tracker_perftest.cc tracker.EnterLayer(pos); pos 103 cc/trees/occlusion_tracker_perftest.cc tracker.LeaveLayer(pos); pos 113 cc/trees/occlusion_tracker_perftest.cc tracker.UnoccludedContentRect(pos.target_render_surface_layer, pos 173 cc/trees/occlusion_tracker_perftest.cc LayerIteratorPosition<LayerImpl> pos = begin; pos 174 cc/trees/occlusion_tracker_perftest.cc tracker.EnterLayer(pos); pos 175 cc/trees/occlusion_tracker_perftest.cc tracker.LeaveLayer(pos); pos 178 cc/trees/occlusion_tracker_perftest.cc LayerIteratorPosition<LayerImpl> pos = begin; pos 179 cc/trees/occlusion_tracker_perftest.cc tracker.EnterLayer(pos); pos 180 cc/trees/occlusion_tracker_perftest.cc tracker.LeaveLayer(pos); pos 190 cc/trees/occlusion_tracker_perftest.cc tracker.UnoccludedContentRect(pos.target_render_surface_layer, pos 187 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java private boolean fillRow(CursorWindow window, Object value, int pos, int column) { pos 188 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java if (putValue(window, value, pos, column)) { pos 202 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java private boolean putValue(CursorWindow window, Object value, int pos, int column) { pos 204 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java return window.putNull(pos, column); pos 206 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java return window.putLong((Long) value, pos, column); pos 208 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java return window.putString((String) value, pos, column); pos 210 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java return window.putBlob((byte[]) value, pos, column); pos 212 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java return window.putDouble((Double) value, pos, column); pos 214 chrome/android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.java return window.putNull(pos, column); pos 152 chrome/app/chrome_main_delegate.cc std::wstring::size_type pos = command_line_lower.find(kChromeHtml); pos 153 chrome/app/chrome_main_delegate.cc return (pos != std::wstring::npos); pos 720 chrome/browser/chromeos/input_method/input_method_util.cc size_t pos = id.find(kOldChineseExtensionIds[j]); pos 721 chrome/browser/chromeos/input_method/input_method_util.cc if (pos != std::string::npos) { pos 722 chrome/browser/chromeos/input_method/input_method_util.cc id.replace(pos, kExtensionIdLen, kNewChineseExtensionId); pos 18 chrome/browser/chromeos/login/login_location_monitor.cc std::string GeopositionToStringForDebug(const content::Geoposition& pos) { pos 22 chrome/browser/chromeos/login/login_location_monitor.cc pos.latitude, pos 23 chrome/browser/chromeos/login/login_location_monitor.cc pos.longitude, pos 24 chrome/browser/chromeos/login/login_location_monitor.cc pos.altitude, pos 25 chrome/browser/chromeos/login/login_location_monitor.cc pos.accuracy, pos 26 chrome/browser/chromeos/login/login_location_monitor.cc pos.altitude_accuracy, pos 27 chrome/browser/chromeos/login/login_location_monitor.cc pos.heading, pos 28 chrome/browser/chromeos/login/login_location_monitor.cc pos.speed); pos 239 chrome/browser/chromeos/login/oobe_localization_browsertest.cc size_t pos = 0; pos 243 chrome/browser/chromeos/login/oobe_localization_browsertest.cc while ((pos = expected_keyboard_select.find(repl_old, pos)) != pos 245 chrome/browser/chromeos/login/oobe_localization_browsertest.cc expected_keyboard_select.replace(pos, repl_old.length(), repl_new); pos 246 chrome/browser/chromeos/login/oobe_localization_browsertest.cc pos += repl_new.length(); pos 692 chrome/browser/chromeos/login/user_manager_impl.cc const UserList::const_iterator pos = std::find_if( pos 694 chrome/browser/chromeos/login/user_manager_impl.cc if (pos != users.end()) pos 695 chrome/browser/chromeos/login/user_manager_impl.cc return *pos; pos 31 chrome/browser/chromeos/options/network_property_ui_data.cc size_t pos = property_key.find_last_of('.'); pos 34 chrome/browser/chromeos/options/network_property_ui_data.cc if (pos != std::string::npos) { pos 35 chrome/browser/chromeos/options/network_property_ui_data.cc recommended_property_key = property_key.substr(0, pos + 1); pos 36 chrome/browser/chromeos/options/network_property_ui_data.cc property_basename = property_key.substr(pos + 1); pos 606 chrome/browser/devtools/devtools_adb_bridge.cc size_t pos = line.find(kDumpsysScreenSizePrefix); pos 607 chrome/browser/devtools/devtools_adb_bridge.cc if (pos != std::string::npos) { pos 609 chrome/browser/devtools/devtools_adb_bridge.cc line.substr(pos + std::string(kDumpsysScreenSizePrefix).size())); pos 12 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, std::string& value) { pos 13 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc return list.GetString(pos, &value); pos 16 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, int& value) { pos 17 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc return list.GetInteger(pos, &value); pos 20 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, bool& value) { pos 21 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc return list.GetBoolean(pos, &value); pos 24 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, gfx::Insets& insets) { pos 26 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc if (!list.GetDictionary(pos, &dict)) pos 41 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc bool GetValue(const base::ListValue& list, int pos, gfx::Size& size) { pos 43 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc if (!list.GetDictionary(pos, &dict)) pos 69 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc Argument(const base::ListValue& list, int pos) { pos 70 chrome/browser/devtools/devtools_embedder_message_dispatcher.cc valid_ = GetValue(list, pos, value_); pos 436 chrome/browser/devtools/devtools_targets_ui.cc size_t pos = version.find("Chrome/"); pos 437 chrome/browser/devtools/devtools_targets_ui.cc if (pos != std::string::npos) { pos 438 chrome/browser/devtools/devtools_targets_ui.cc remote_version = base::Version(browser->version().substr(pos + 7)); pos 1065 chrome/browser/extensions/api/developer_private/developer_private_api.cc size_t pos = 0; pos 1068 chrome/browser/extensions/api/developer_private/developer_private_api.cc if ((pos = directory_url_str.rfind("/")) == std::string::npos) { pos 1074 chrome/browser/extensions/api/developer_private/developer_private_api.cc project_name = directory_url_str.substr(pos + 1); pos 1075 chrome/browser/extensions/api/developer_private/developer_private_api.cc project_base_url_ = directory_url_str.substr(0, pos + 1); pos 91 chrome/browser/extensions/extension_toolbar_model.cc ExtensionList::iterator pos = std::find(toolbar_items_.begin(), pos 93 chrome/browser/extensions/extension_toolbar_model.cc if (pos == toolbar_items_.end()) { pos 97 chrome/browser/extensions/extension_toolbar_model.cc toolbar_items_.erase(pos); pos 298 chrome/browser/extensions/extension_toolbar_model.cc ExtensionList::iterator pos = pos 300 chrome/browser/extensions/extension_toolbar_model.cc if (pos == toolbar_items_.end()) pos 303 chrome/browser/extensions/extension_toolbar_model.cc toolbar_items_.erase(pos); pos 308 chrome/browser/extensions/extension_toolbar_model.cc pos = std::find(highlighted_items_.begin(), pos 311 chrome/browser/extensions/extension_toolbar_model.cc if (pos != highlighted_items_.end()) { pos 312 chrome/browser/extensions/extension_toolbar_model.cc highlighted_items_.erase(pos); pos 328 chrome/browser/extensions/extension_toolbar_model.cc ExtensionIdList::iterator pos = pos 332 chrome/browser/extensions/extension_toolbar_model.cc if (pos != last_known_positions_.end()) { pos 333 chrome/browser/extensions/extension_toolbar_model.cc last_known_positions_.erase(pos); pos 381 chrome/browser/extensions/extension_toolbar_model.cc ExtensionIdList::const_iterator pos = pos 383 chrome/browser/extensions/extension_toolbar_model.cc if (pos != positions.end()) pos 384 chrome/browser/extensions/extension_toolbar_model.cc sorted[pos - positions.begin()] = extension; pos 157 chrome/browser/extensions/policy_handlers.cc size_t pos = entry_string.find(';'); pos 158 chrome/browser/extensions/policy_handlers.cc if (pos == std::string::npos) { pos 167 chrome/browser/extensions/policy_handlers.cc std::string extension_id = entry_string.substr(0, pos); pos 168 chrome/browser/extensions/policy_handlers.cc std::string update_url = entry_string.substr(pos+1); pos 279 chrome/browser/first_run/try_chrome_dialog_view.cc gfx::Rect pos = ComputeWindowPosition(preferred.width(), preferred.height(), pos 281 chrome/browser/first_run/try_chrome_dialog_view.cc popup_->SetBounds(pos); pos 148 chrome/browser/google/google_update_win.cc STDMETHOD(OnDownloading)(int time_remaining_ms, int pos) { pos 119 chrome/browser/history/android/sqlite_cursor.cc jint SQLiteCursor::MoveTo(JNIEnv* env, jobject obj, jint pos) { pos 122 chrome/browser/history/android/sqlite_cursor.cc base::Unretained(this), pos)); pos 222 chrome/browser/history/android/sqlite_cursor.cc int pos) { pos 223 chrome/browser/history/android/sqlite_cursor.cc position_ = pos; pos 237 chrome/browser/history/android/sqlite_cursor.cc void SQLiteCursor::RunMoveStatementOnUIThread(int pos) { pos 242 chrome/browser/history/android/sqlite_cursor.cc statement_, position_, pos, consumer_.get(), pos 117 chrome/browser/history/android/sqlite_cursor.h jint MoveTo(JNIEnv* env, jobject obj, jint pos); pos 160 chrome/browser/history/android/sqlite_cursor.h void OnMoved(AndroidHistoryProviderService::Handle handle, int pos); pos 165 chrome/browser/history/android/sqlite_cursor.h void RunMoveStatementOnUIThread(int pos); pos 125 chrome/browser/history/snippet_unittest.cc size_t pos = 0; pos 128 chrome/browser/history/snippet_unittest.cc star_snippet += snippet.text().substr(pos, match->first - pos); pos 133 chrome/browser/history/snippet_unittest.cc pos = match->second; pos 135 chrome/browser/history/snippet_unittest.cc star_snippet += snippet.text().substr(pos); pos 385 chrome/browser/history/url_index_private_data.cc HistoryInfoMap::iterator pos = std::find_if( pos 389 chrome/browser/history/url_index_private_data.cc if (pos == history_info_map_.end()) pos 391 chrome/browser/history/url_index_private_data.cc RemoveRowFromIndex(pos->second.url_row); pos 251 chrome/browser/managed_mode/managed_mode_url_filter.cc int pos = trimmed_host.length() - trimmed_pattern.length(); pos 252 chrome/browser/managed_mode/managed_mode_url_filter.cc DCHECK_GE(pos, 0); pos 253 chrome/browser/managed_mode/managed_mode_url_filter.cc return (pos == 0) || (trimmed_host[pos - 1] == '.'); pos 330 chrome/browser/managed_mode/managed_user_settings_service.cc size_t pos = key->find_first_of(kSplitSettingKeySeparator); pos 331 chrome/browser/managed_mode/managed_user_settings_service.cc if (pos == std::string::npos) pos 335 chrome/browser/managed_mode/managed_user_settings_service.cc std::string prefix = key->substr(0, pos); pos 342 chrome/browser/managed_mode/managed_user_settings_service.cc key->erase(0, pos + 1); pos 120 chrome/browser/media/desktop_media_list_ash.cc size_t pos = 0; pos 121 chrome/browser/media/desktop_media_list_ash.cc while (pos < sources_.size()) { pos 122 chrome/browser/media/desktop_media_list_ash.cc if (!(sources_[pos].id == new_sources[pos].id)) { pos 125 chrome/browser/media/desktop_media_list_ash.cc size_t old_pos = pos + 1; pos 127 chrome/browser/media/desktop_media_list_ash.cc if (sources_[old_pos].id == new_sources[pos].id) pos 130 chrome/browser/media/desktop_media_list_ash.cc DCHECK(sources_[old_pos].id == new_sources[pos].id); pos 135 chrome/browser/media/desktop_media_list_ash.cc sources_.insert(sources_.begin() + pos, temp); pos 137 chrome/browser/media/desktop_media_list_ash.cc observer_->OnSourceMoved(old_pos, pos); pos 140 chrome/browser/media/desktop_media_list_ash.cc if (sources_[pos].name != new_sources[pos].name) { pos 141 chrome/browser/media/desktop_media_list_ash.cc sources_[pos].name = new_sources[pos].name; pos 142 chrome/browser/media/desktop_media_list_ash.cc observer_->OnSourceNameChanged(pos); pos 144 chrome/browser/media/desktop_media_list_ash.cc ++pos; pos 331 chrome/browser/media/native_desktop_media_list.cc size_t pos = 0; pos 332 chrome/browser/media/native_desktop_media_list.cc while (pos < sources_.size()) { pos 333 chrome/browser/media/native_desktop_media_list.cc if (!(sources_[pos].id == new_sources[pos].id)) { pos 336 chrome/browser/media/native_desktop_media_list.cc size_t old_pos = pos + 1; pos 338 chrome/browser/media/native_desktop_media_list.cc if (sources_[old_pos].id == new_sources[pos].id) pos 341 chrome/browser/media/native_desktop_media_list.cc DCHECK(sources_[old_pos].id == new_sources[pos].id); pos 346 chrome/browser/media/native_desktop_media_list.cc sources_.insert(sources_.begin() + pos, temp); pos 348 chrome/browser/media/native_desktop_media_list.cc observer_->OnSourceMoved(old_pos, pos); pos 351 chrome/browser/media/native_desktop_media_list.cc if (sources_[pos].name != new_sources[pos].name) { pos 352 chrome/browser/media/native_desktop_media_list.cc sources_[pos].name = new_sources[pos].name; pos 353 chrome/browser/media/native_desktop_media_list.cc observer_->OnSourceNameChanged(pos); pos 355 chrome/browser/media/native_desktop_media_list.cc ++pos; pos 391 chrome/browser/media/webrtc_log_uploader.cc size_t pos = contents.find(",," + local_log_id); pos 392 chrome/browser/media/webrtc_log_uploader.cc if (pos != std::string::npos) { pos 393 chrome/browser/media/webrtc_log_uploader.cc contents.insert(pos, time_now_str); pos 394 chrome/browser/media/webrtc_log_uploader.cc contents.insert(pos + time_now_str.length() + 1, report_id); pos 26 chrome/browser/media/webrtc_log_util.cc size_t pos = 0; pos 28 chrome/browser/media/webrtc_log_util.cc pos = log_list->find(kEmptyLine, pos); pos 29 chrome/browser/media/webrtc_log_util.cc if (pos == std::string::npos) pos 31 chrome/browser/media/webrtc_log_util.cc DCHECK(pos == 0 || (*log_list)[pos - 1] == '\n'); pos 32 chrome/browser/media/webrtc_log_util.cc log_list->erase(pos, arraysize(kEmptyLine) - 1); pos 463 chrome/browser/net/predictor_unittest.cc size_t pos[] = { pos 473 chrome/browser/net/predictor_unittest.cc for (size_t i = 1; i < arraysize(pos); ++i) { pos 474 chrome/browser/net/predictor_unittest.cc EXPECT_LT(pos[i - 1], pos[i]) << "Mismatch for pos[" << i << "]"; pos 178 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc size_t pos = pattern.find("/"); pos 179 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (pattern.find("/", pos + 1) == pos + 1) pos 180 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc pos = pattern.find("/", pos + 2); pos 183 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc if (pos != std::string::npos) pos 184 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc host_pattern = pattern.substr(0, pos); pos 95 chrome/browser/notifications/desktop_notifications_unittest.cc int pos = (*iter)->GetPosition().y(); pos 96 chrome/browser/notifications/desktop_notifications_unittest.cc if (iter == balloons_.begin() || pos < min) pos 97 chrome/browser/notifications/desktop_notifications_unittest.cc min = pos; pos 67 chrome/browser/policy/policy_path_parser_unittest.cc size_t pos = vars_result.find(FILE_PATH_LITERAL("${machine_name}")); pos 68 chrome/browser/policy/policy_path_parser_unittest.cc ASSERT_NE(pos, base::FilePath::StringType::npos); pos 69 chrome/browser/policy/policy_path_parser_unittest.cc ASSERT_EQ(vars_result.find(FILE_PATH_LITERAL("${machine_name}"), pos+1), pos 280 chrome/browser/process_singleton_linux.cc std::string::size_type pos = real_path.rfind(kLockDelimiter); pos 284 chrome/browser/process_singleton_linux.cc if (pos == std::string::npos) { pos 290 chrome/browser/process_singleton_linux.cc *hostname = real_path.substr(0, pos); pos 292 chrome/browser/process_singleton_linux.cc const std::string& pid_str = real_path.substr(pos + 1); pos 103 chrome/browser/profiles/profile_downloader.cc size_t pos = old_spec.find(default_size_component); pos 105 chrome/browser/profiles/profile_downloader.cc if (pos != std::string::npos) { pos 108 chrome/browser/profiles/profile_downloader.cc end = pos + default_size_component.size(); pos 114 chrome/browser/profiles/profile_downloader.cc pos = old_spec.find(file_name); pos 115 chrome/browser/profiles/profile_downloader.cc end = pos - 1; pos 119 chrome/browser/profiles/profile_downloader.cc if (pos != std::string::npos) { pos 120 chrome/browser/profiles/profile_downloader.cc std::string new_spec = old_spec.substr(0, pos) + new_size_component + pos 590 chrome/browser/profiles/profile_shortcut_manager_win.cc size_t pos = sanitized.find_first_of(kReservedCharacters); pos 591 chrome/browser/profiles/profile_shortcut_manager_win.cc while (pos != base::string16::npos) { pos 592 chrome/browser/profiles/profile_shortcut_manager_win.cc sanitized[pos] = L' '; pos 593 chrome/browser/profiles/profile_shortcut_manager_win.cc pos = sanitized.find_first_of(kReservedCharacters, pos + 1); pos 26 chrome/browser/safe_browsing/protocol_parser.cc const char* pos = input; pos 27 chrome/browser/safe_browsing/protocol_parser.cc while (pos && (pos - input < input_len)) { pos 28 chrome/browser/safe_browsing/protocol_parser.cc if (*pos == '\n') { pos 29 chrome/browser/safe_browsing/protocol_parser.cc line->assign(input, pos - input); pos 32 chrome/browser/safe_browsing/protocol_parser.cc ++pos; pos 779 chrome/browser/search_engines/template_url.cc size_t pos = replacement.index; pos 781 chrome/browser/search_engines/template_url.cc DCHECK_LT(pos, post_params_.size()); pos 782 chrome/browser/search_engines/template_url.cc DCHECK(!post_params_[pos].first.empty()); pos 783 chrome/browser/search_engines/template_url.cc post_params_[pos].second = value; pos 785 chrome/browser/search_engines/template_url.cc url->insert(pos, name.empty() ? value : (name + "=" + value + "&")); pos 51 chrome/browser/spellchecker/feedback_sender_unittest.cc for (size_t pos = haystack.find(needle); pos 52 chrome/browser/spellchecker/feedback_sender_unittest.cc pos != std::string::npos; pos 53 chrome/browser/spellchecker/feedback_sender_unittest.cc pos = haystack.find(needle, pos + needle.length())) { pos 64 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc size_t pos = contents.rfind(CHECKSUM_PREFIX); pos 65 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc if (pos != std::string::npos) { pos 66 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc std::string checksum = contents.substr(pos + strlen(CHECKSUM_PREFIX)); pos 67 chrome/browser/spellchecker/spellcheck_custom_dictionary.cc contents = contents.substr(0, pos); pos 29 chrome/browser/spellchecker/word_trimmer.cc if ((*start >= iter.prev() && *start < iter.pos()) || pos 30 chrome/browser/spellchecker/word_trimmer.cc (end > iter.prev() && end <= iter.pos())) { pos 33 chrome/browser/spellchecker/word_trimmer.cc last = iter.pos(); pos 41 chrome/browser/spellchecker/word_trimmer.cc last = iter.pos(); pos 40 chrome/browser/ui/app_list/search/term_break_iterator.h size_t pos() const { return pos_; } pos 37 chrome/browser/ui/app_list/search/tokenized_string.cc word_start + term_iter.pos())); pos 1368 chrome/browser/ui/browser.cc void Browser::MoveContents(WebContents* source, const gfx::Rect& pos) { pos 1373 chrome/browser/ui/browser.cc window_->SetBounds(pos); pos 555 chrome/browser/ui/browser.h const gfx::Rect& pos) OVERRIDE; pos 45 chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h virtual bool WindowContainsPoint(gfx::Point pos) = 0; pos 199 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc bool FullscreenExitBubbleGtk::WindowContainsPoint(gfx::Point pos) { pos 205 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc return gfx::Rect(x, y, width, height).Contains(pos); pos 40 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.h virtual bool WindowContainsPoint(gfx::Point pos) OVERRIDE; pos 174 chrome/browser/ui/panels/panel_host.cc const gfx::Rect& pos) { pos 175 chrome/browser/ui/panels/panel_host.cc panel_->SetBounds(pos); pos 68 chrome/browser/ui/panels/panel_host.h const gfx::Rect& pos) OVERRIDE; pos 1267 chrome/browser/ui/views/download/download_item_view.cc size_t pos = iter.pos(); pos 1268 chrome/browser/ui/views/download/download_item_view.cc if (pos >= original_text.length()) pos 1274 chrome/browser/ui/views/download/download_item_view.cc base::char16 line_end_char = current_text[pos - 1]; pos 1276 chrome/browser/ui/views/download/download_item_view.cc current_text.replace(pos - 1, 1, 1, base::char16('\n')); pos 1278 chrome/browser/ui/views/download/download_item_view.cc current_text.insert(pos, 1, base::char16('\n')); pos 477 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc bool FullscreenExitBubbleViews::WindowContainsPoint(gfx::Point pos) { pos 478 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc return GetBrowserRootView()->HitTestPoint(pos); pos 70 chrome/browser/ui/views/fullscreen_exit_bubble_views.h virtual bool WindowContainsPoint(gfx::Point pos) OVERRIDE; pos 645 chrome/browser/ui/webui/about_ui.cc size_t pos; pos 646 chrome/browser/ui/webui/about_ui.cc while ((pos = name.find(".")) != std::string::npos) pos 647 chrome/browser/ui/webui/about_ui.cc name.replace(pos, 1, ":"); pos 40 chrome/browser/ui/webui/chromeos/slow_trace_ui.cc size_t pos = path.find('#'); pos 43 chrome/browser/ui/webui/chromeos/slow_trace_ui.cc pos == std::string::npos || pos 44 chrome/browser/ui/webui/chromeos/slow_trace_ui.cc !base::StringToInt(path.substr(pos + 1), &trace_id)) { pos 156 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc size_t pos = new_tab_html.find(template_data_placeholder); pos 158 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc if (pos != base::StringPiece::npos) { pos 159 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc full_html.assign(new_tab_html.data(), pos); pos 161 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc size_t after_offset = pos + template_data_placeholder.size(); pos 20 chrome/common/pref_names_util.cc size_t pos = pref_path.find('.', start); pos 21 chrome/common/pref_names_util.cc if (pos == std::string::npos || pos + 1 == pref_path.length()) pos 24 chrome/common/pref_names_util.cc *generic_family = pref_path.substr(start, pos - start); pos 26 chrome/common/pref_names_util.cc *script = pref_path.substr(pos + 1); pos 168 chrome/installer/mac/third_party/bsdiff/goobsdiff.c u_char *new,off_t newsize,off_t st,off_t en,off_t *pos) pos 177 chrome/installer/mac/third_party/bsdiff/goobsdiff.c *pos=I[st]; pos 180 chrome/installer/mac/third_party/bsdiff/goobsdiff.c *pos=I[en]; pos 187 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return search(I,old,oldsize,new,newsize,x,en,pos); pos 189 chrome/installer/mac/third_party/bsdiff/goobsdiff.c return search(I,old,oldsize,new,newsize,st,x,pos); pos 338 chrome/installer/mac/third_party/bsdiff/goobsdiff.c off_t scan,pos,len; pos 423 chrome/installer/mac/third_party/bsdiff/goobsdiff.c 0,oldsize,&pos); pos 449 chrome/installer/mac/third_party/bsdiff/goobsdiff.c for(i=1;(scan>=lastscan+i)&&(pos>=i);i++) { pos 450 chrome/installer/mac/third_party/bsdiff/goobsdiff.c if(old[pos-i]==new[scan-i]) s++; pos 462 chrome/installer/mac/third_party/bsdiff/goobsdiff.c old[pos-lenb+i]) s--; pos 484 chrome/installer/mac/third_party/bsdiff/goobsdiff.c offtout((pos - lenb) - (lastpos + lenf), cb + cblen); pos 488 chrome/installer/mac/third_party/bsdiff/goobsdiff.c lastpos=pos-lenb; pos 489 chrome/installer/mac/third_party/bsdiff/goobsdiff.c lastoffset=pos-scan; pos 75 chrome/installer/util/channel_info.cc std::wstring::size_type pos = 0; pos 77 chrome/installer/util/channel_info.cc mod_position = ap_value.find(kModifiers[index], pos, mod_length); pos 80 chrome/installer/util/channel_info.cc pos = mod_position + mod_length; pos 84 chrome/installer/util/channel_info.cc pos = ap_value.find(L'-', pos); pos 85 chrome/installer/util/channel_info.cc if (pos == std::wstring::npos) pos 86 chrome/installer/util/channel_info.cc pos = ap_value.size(); pos 90 chrome/installer/util/channel_info.cc } while (pos != ap_value.size() && ap_value[pos] != L'-'); pos 94 chrome/installer/util/channel_info.cc *length = pos - mod_position; pos 45 chrome/installer/util/lzma_util.cc SRes SzFileSeekImp(void *object, Int64 *pos, ESzSeek origin) { pos 48 chrome/installer/util/lzma_util.cc value.LowPart = (DWORD) *pos; pos 49 chrome/installer/util/lzma_util.cc value.HighPart = (LONG) ((UInt64) *pos >> 32); pos 66 chrome/installer/util/lzma_util.cc *pos = ((Int64)value.HighPart << 32) | value.LowPart; pos 391 chrome/service/cloud_print/cloud_print_proxy_backend.cc size_t pos = notification.rfind(kNotificationUpdateSettings); pos 392 chrome/service/cloud_print/cloud_print_proxy_backend.cc if (pos == std::string::npos) { pos 397 chrome/service/cloud_print/cloud_print_proxy_backend.cc DCHECK(pos == notification.length() - strlen(kNotificationUpdateSettings)); pos 398 chrome/service/cloud_print/cloud_print_proxy_backend.cc std::string printer_id = notification.substr(0, pos); pos 739 chrome/service/cloud_print/print_system_win.cc LARGE_INTEGER pos = {0}; pos 741 chrome/service/cloud_print/print_system_win.cc print_ticket_stream->Seek(pos, STREAM_SEEK_SET, &new_pos); pos 39 chrome/test/security_tests/ipc_security_tests.cc std::wstring::size_type pos = cl.find(key_name, 0); pos 40 chrome/test/security_tests/ipc_security_tests.cc if (std::wstring::npos == pos) { pos 43 chrome/test/security_tests/ipc_security_tests.cc pos = cl.find(L"=", pos); pos 44 chrome/test/security_tests/ipc_security_tests.cc if (std::wstring::npos == pos) { pos 47 chrome/test/security_tests/ipc_security_tests.cc ++pos; pos 48 chrome/test/security_tests/ipc_security_tests.cc size_t dst = cl.length() - pos; pos 53 chrome/test/security_tests/ipc_security_tests.cc if (!isspace(cl[pos])) { pos 56 chrome/test/security_tests/ipc_security_tests.cc ++pos; pos 61 chrome/test/security_tests/ipc_security_tests.cc std::wstring::size_type pos2 = pos; pos 68 chrome/test/security_tests/ipc_security_tests.cc *pipe_name = cl.substr(pos, pos2); pos 76 chrome/test/security_tests/ipc_security_tests.cc std::wstring::size_type pos = pipe_name.find(L".", 0); pos 77 chrome/test/security_tests/ipc_security_tests.cc if (std::wstring::npos == pos) { pos 80 chrome/test/security_tests/ipc_security_tests.cc *parent_id = pipe_name.substr(0, pos); pos 81 chrome/test/security_tests/ipc_security_tests.cc *channel_id = pipe_name.substr(pos + 1); pos 109 chrome/utility/cloud_print/pwg_encoder.cc const uint32* pos = reinterpret_cast<const uint32*>(row); pos 110 chrome/utility/cloud_print/pwg_encoder.cc const uint32* row_end = pos + width; pos 121 chrome/utility/cloud_print/pwg_encoder.cc while (pos != row_end) { pos 122 chrome/utility/cloud_print/pwg_encoder.cc const uint32* it = pos + 1; pos 123 chrome/utility/cloud_print/pwg_encoder.cc const uint32* end = std::min(pos + kPwgMaxPackedPixels, row_end); pos 126 chrome/utility/cloud_print/pwg_encoder.cc while (it != end && *pos == *it) { pos 129 chrome/utility/cloud_print/pwg_encoder.cc if (it != pos + 1) { // More than one pixel pos 130 chrome/utility/cloud_print/pwg_encoder.cc output->push_back(static_cast<char>((it - pos) - 1)); pos 131 chrome/utility/cloud_print/pwg_encoder.cc pixel_encoder(reinterpret_cast<const uint8*>(pos), output); pos 132 chrome/utility/cloud_print/pwg_encoder.cc pos = it; pos 145 chrome/utility/cloud_print/pwg_encoder.cc output->push_back(static_cast<char>(1 - (it - pos))); pos 146 chrome/utility/cloud_print/pwg_encoder.cc while (pos != it) { pos 147 chrome/utility/cloud_print/pwg_encoder.cc pixel_encoder(reinterpret_cast<const uint8*>(pos++), output); pos 112 chromeos/ime/extension_ime_util.cc size_t pos = input_method_id.find("xkb:"); pos 113 chromeos/ime/extension_ime_util.cc if (pos != std::string::npos) pos 114 chromeos/ime/extension_ime_util.cc return input_method_id.substr(pos); pos 28 cloud_print/gcp20/prototype/cloud_print_xmpp_listener.cc std::string::size_type pos = message.find('/'); pos 29 cloud_print/gcp20/prototype/cloud_print_xmpp_listener.cc if (pos != std::string::npos) { pos 30 cloud_print/gcp20/prototype/cloud_print_xmpp_listener.cc *device_id = message.substr(0, pos); pos 31 cloud_print/gcp20/prototype/cloud_print_xmpp_listener.cc *path = message.substr(pos); pos 2275 components/autofill/core/browser/autofill_manager_unittest.cc std::vector<FormFieldData>::iterator pos = pos 2277 components/autofill/core/browser/autofill_manager_unittest.cc FormFieldData field = *pos; pos 2278 components/autofill/core/browser/autofill_manager_unittest.cc pos = form.fields.erase(pos); pos 2284 components/autofill/core/browser/autofill_manager_unittest.cc form.fields.insert(pos, field); pos 58 components/breakpad/tools/crash_service.cc CrashMap::const_iterator pos; pos 59 components/breakpad/tools/crash_service.cc for (pos = map.begin(); pos != map.end(); ++pos) { pos 60 components/breakpad/tools/crash_service.cc std::wstring line = pos->first; pos 62 components/breakpad/tools/crash_service.cc line += pos->second; pos 41 components/policy/core/common/cloud/cloud_policy_service.cc std::size_t pos = username.find('@'); pos 42 components/policy/core/common/cloud/cloud_policy_service.cc if (pos != std::string::npos) pos 43 components/policy/core/common/cloud/cloud_policy_service.cc return username.substr(pos + 1); pos 139 components/policy/core/common/policy_loader_win.cc size_t pos = entry.find(';'); pos 140 components/policy/core/common/policy_loader_win.cc if (pos == std::string::npos) pos 143 components/policy/core/common/policy_loader_win.cc if (!LowerCaseEqualsASCII(entry.substr(pos), kExpectedWebStoreUrl)) { pos 193 components/web_contents_delegate_android/web_contents_delegate_android.cc const gfx::Rect& pos) { pos 73 components/web_contents_delegate_android/web_contents_delegate_android.h const gfx::Rect& pos) OVERRIDE; pos 86 content/browser/android/content_view_statics.cc std::vector<int>::iterator pos = std::find(suspended_processes_.begin(), pos 89 content/browser/android/content_view_statics.cc DCHECK_NE(pos, suspended_processes_.end()); pos 91 content/browser/android/content_view_statics.cc suspended_processes_.erase(pos); pos 584 content/browser/devtools/devtools_http_handler_impl.cc size_t pos = request.path.find(kPageUrlPrefix); pos 585 content/browser/devtools/devtools_http_handler_impl.cc if (pos != 0) { pos 44 content/browser/devtools/devtools_protocol.cc size_t pos = method.find("."); pos 45 content/browser/devtools/devtools_protocol.cc if (pos != std::string::npos && pos > 0) pos 46 content/browser/devtools/devtools_protocol.cc domain_ = method.substr(0, pos); pos 207 content/browser/devtools/devtools_protocol.cc size_t pos = method->find("."); pos 208 content/browser/devtools/devtools_protocol.cc if (pos == std::string::npos || pos == 0) pos 95 content/browser/download/file_metadata_unittest_linux.cc vector<string>::const_iterator pos = find(attr_names.begin(), pos 97 content/browser/download/file_metadata_unittest_linux.cc EXPECT_NE(pos, attr_names.end()); pos 98 content/browser/download/file_metadata_unittest_linux.cc pos = find(attr_names.begin(), attr_names.end(), kReferrerURLAttrName); pos 99 content/browser/download/file_metadata_unittest_linux.cc EXPECT_NE(pos, attr_names.end()); pos 102 content/browser/frame_host/render_widget_host_view_child_frame.cc const gfx::Rect& pos) { pos 58 content/browser/frame_host/render_widget_host_view_child_frame.h const gfx::Rect& pos) OVERRIDE; pos 238 content/browser/frame_host/render_widget_host_view_guest.cc RenderWidgetHostView* parent_host_view, const gfx::Rect& pos) { pos 66 content/browser/frame_host/render_widget_host_view_guest.h const gfx::Rect& pos) OVERRIDE; pos 190 content/browser/geolocation/network_location_provider_unittest.cc Geoposition pos; pos 191 content/browser/geolocation/network_location_provider_unittest.cc pos.latitude = id; pos 192 content/browser/geolocation/network_location_provider_unittest.cc pos.longitude = -(id + 1); pos 193 content/browser/geolocation/network_location_provider_unittest.cc pos.altitude = 2 * id; pos 194 content/browser/geolocation/network_location_provider_unittest.cc pos.timestamp = base::Time::Now(); pos 195 content/browser/geolocation/network_location_provider_unittest.cc return pos; pos 546 content/browser/geolocation/network_location_provider_unittest.cc Geoposition pos = CreateReferencePosition(i); pos 547 content/browser/geolocation/network_location_provider_unittest.cc bool ret = cache.CachePosition(CreateReferenceWifiScanData(i), pos); pos 552 content/browser/geolocation/network_location_provider_unittest.cc EXPECT_EQ(pos.latitude, item->latitude) << i; pos 553 content/browser/geolocation/network_location_provider_unittest.cc EXPECT_EQ(pos.longitude, item->longitude) << i; pos 75 content/browser/gpu/gpu_data_manager_impl_private.cc size_t pos = version_str.find_first_not_of("0123456789."); pos 76 content/browser/gpu/gpu_data_manager_impl_private.cc if (pos != std::string::npos) pos 77 content/browser/gpu/gpu_data_manager_impl_private.cc version_str = version_str.substr(0, pos); pos 178 content/browser/renderer_host/input/web_input_event_builders_win.cc POINT pos = {-1, -1}; pos 179 content/browser/renderer_host/input/web_input_event_builders_win.cc GetCursorPos(&pos); pos 180 content/browser/renderer_host/input/web_input_event_builders_win.cc ScreenToClient(hwnd, &pos); pos 181 content/browser/renderer_host/input/web_input_event_builders_win.cc return MAKELPARAM(pos.x, pos.y); pos 396 content/browser/renderer_host/p2p/socket_host_tcp.cc int pos = 0; pos 397 content/browser/renderer_host/p2p/socket_host_tcp.cc while (pos <= read_buffer_->offset() && state_ == STATE_OPEN) { pos 398 content/browser/renderer_host/p2p/socket_host_tcp.cc int consumed = ProcessInput(head + pos, read_buffer_->offset() - pos); pos 401 content/browser/renderer_host/p2p/socket_host_tcp.cc pos += consumed; pos 405 content/browser/renderer_host/p2p/socket_host_tcp.cc if (pos && pos <= read_buffer_->offset()) { pos 406 content/browser/renderer_host/p2p/socket_host_tcp.cc memmove(head, head + pos, read_buffer_->offset() - pos); pos 407 content/browser/renderer_host/p2p/socket_host_tcp.cc read_buffer_->set_offset(read_buffer_->offset() - pos); pos 152 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc size_t pos = 0; pos 155 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc while (pos < received_data.size()) { pos 156 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc size_t step_size = std::min(step_sizes[step], received_data.size() - pos); pos 157 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc socket_->AppendInputData(&received_data[pos], step_size); pos 158 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc pos += step_size; pos 335 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc size_t pos = 0; pos 338 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc while (pos < received_data.size()) { pos 339 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc size_t step_size = std::min(step_sizes[step], received_data.size() - pos); pos 340 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc socket_->AppendInputData(&received_data[pos], step_size); pos 341 content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc pos += step_size; pos 1302 content/browser/renderer_host/render_view_host_impl.cc void RenderViewHostImpl::OnRequestMove(const gfx::Rect& pos) { pos 1304 content/browser/renderer_host/render_view_host_impl.cc delegate_->RequestMove(pos); pos 518 content/browser/renderer_host/render_view_host_impl.h void OnRequestMove(const gfx::Rect& pos); pos 1530 content/browser/renderer_host/render_widget_host_impl.cc void RenderWidgetHostImpl::OnRequestMove(const gfx::Rect& pos) { pos 1532 content/browser/renderer_host/render_widget_host_impl.cc view_->SetBounds(pos); pos 654 content/browser/renderer_host/render_widget_host_impl.h void OnRequestMove(const gfx::Rect& pos); pos 175 content/browser/renderer_host/render_widget_host_view_android.cc RenderWidgetHostView* parent_host_view, const gfx::Rect& pos) { pos 547 content/browser/renderer_host/render_widget_host_view_android.cc size_t pos = range.GetMin() - offset; pos 550 content/browser/renderer_host/render_widget_host_view_android.cc DCHECK(pos + n <= text.length()) << "The text can not fully cover range."; pos 551 content/browser/renderer_host/render_widget_host_view_android.cc if (pos >= text.length()) { pos 556 content/browser/renderer_host/render_widget_host_view_android.cc std::string utf8_selection = base::UTF16ToUTF8(text.substr(pos, n)); pos 75 content/browser/renderer_host/render_widget_host_view_android.h const gfx::Rect& pos) OVERRIDE; pos 1069 content/browser/renderer_host/render_widget_host_view_aura.cc size_t pos = range.GetMin() - offset; pos 1072 content/browser/renderer_host/render_widget_host_view_aura.cc DCHECK(pos + n <= text.length()) << "The text can not fully cover range."; pos 1073 content/browser/renderer_host/render_widget_host_view_aura.cc if (pos >= text.length()) { pos 1082 content/browser/renderer_host/render_widget_host_view_aura.cc clipboard_writer.WriteText(text.substr(pos, n)); pos 163 content/browser/renderer_host/render_widget_host_view_aura.h const gfx::Rect& pos) OVERRIDE; pos 595 content/browser/renderer_host/render_widget_host_view_gtk.cc RenderWidgetHostView* parent_host_view, const gfx::Rect& pos) { pos 603 content/browser/renderer_host/render_widget_host_view_gtk.cc DoPopupOrFullscreenInit(window, pos); pos 959 content/browser/renderer_host/render_widget_host_view_gtk.cc size_t pos = range.GetMin() - offset; pos 962 content/browser/renderer_host/render_widget_host_view_gtk.cc DCHECK(pos + n <= text.length()) << "The text can not fully cover range."; pos 963 content/browser/renderer_host/render_widget_host_view_gtk.cc if (pos >= text.length()) { pos 972 content/browser/renderer_host/render_widget_host_view_gtk.cc clipboard_writer.WriteText(text.substr(pos, n)); pos 71 content/browser/renderer_host/render_widget_host_view_gtk.h const gfx::Rect& pos) OVERRIDE; pos 260 content/browser/renderer_host/render_widget_host_view_mac.h const gfx::Rect& pos) OVERRIDE; pos 160 content/child/webcrypto/jwk.cc const JwkAlgorithmInfoMap::const_iterator pos = alg_to_info_.find(jwk_alg); pos 161 content/child/webcrypto/jwk.cc if (pos == alg_to_info_.end()) pos 163 content/child/webcrypto/jwk.cc return &pos->second; pos 383 content/common/android/address_parser_internal.cc for (int pos = 0; true; ) { pos 385 content/common/android/address_parser_internal.cc words->at(state_word).end, &state_names[state].string[pos])) pos 388 content/common/android/address_parser_internal.cc pos += words->at(state_word).end - words->at(state_word).begin + 1; pos 389 content/common/android/address_parser_internal.cc if (pos >= state_names[state].length) { pos 421 content/common/android/address_parser_internal.cc size_t pos = it - word.begin; pos 422 content/common/android/address_parser_internal.cc if (IsAsciiDigit(*it) || (*it == '-' && pos == kZipDigits)) pos 743 content/common/gpu/media/video_decode_accelerator_unittest.cc static bool LookingAtNAL(const std::string& encoded, size_t pos) { pos 744 content/common/gpu/media/video_decode_accelerator_unittest.cc return encoded[pos] == 0 && encoded[pos + 1] == 0 && pos 745 content/common/gpu/media/video_decode_accelerator_unittest.cc encoded[pos + 2] == 0 && encoded[pos + 3] == 1; pos 411 content/common/plugin_list_posix.cc size_t pos; pos 412 content/common/plugin_list_posix.cc if ((pos = desc.find(kPrePostFixes[i].kPrefix)) != std::string::npos) { pos 413 content/common/plugin_list_posix.cc version = desc.substr(pos + strlen(kPrePostFixes[i].kPrefix)); pos 414 content/common/plugin_list_posix.cc pos = std::string::npos; pos 416 content/common/plugin_list_posix.cc pos = version.find(kPrePostFixes[i].kPostfix); pos 417 content/common/plugin_list_posix.cc if (pos != std::string::npos) pos 418 content/common/plugin_list_posix.cc version = version.substr(0, pos); pos 71 content/port/browser/render_widget_host_view_port.h const gfx::Rect& pos) = 0; pos 241 content/public/android/java/src/org/chromium/content/browser/ContentVideoViewLegacy.java public void seekTo(int pos) { pos 242 content/public/android/java/src/org/chromium/content/browser/ContentVideoViewLegacy.java ContentVideoViewLegacy.this.seekTo(pos); pos 93 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java HandleView(CursorController controller, int pos, View parent, pos 109 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java setOrientation(pos); pos 126 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java void setOrientation(int pos) { pos 128 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java switch (pos) { pos 136 content/public/browser/web_contents_delegate.h virtual void MoveContents(WebContents* source, const gfx::Rect& pos) {} pos 112 content/renderer/dom_serializer_browsertest.cc int pos = content.find("charset", 0); pos 113 content/renderer/dom_serializer_browsertest.cc if (pos > -1) { pos 118 content/renderer/dom_serializer_browsertest.cc int remaining_length = content.length() - pos - 7; pos 121 content/renderer/dom_serializer_browsertest.cc int start_pos = pos + 7; pos 514 content/renderer/dom_serializer_browsertest.cc std::string::size_type pos = original_str.find(htmlTag); pos 515 content/renderer/dom_serializer_browsertest.cc ASSERT_NE(std::string::npos, pos); pos 516 content/renderer/dom_serializer_browsertest.cc pos += htmlTag.length(); pos 521 content/renderer/dom_serializer_browsertest.cc original_str.insert(pos, head_part); pos 561 content/renderer/dom_serializer_browsertest.cc std::string::size_type pos = original_str.find(htmlTag); pos 562 content/renderer/dom_serializer_browsertest.cc ASSERT_NE(std::string::npos, pos); pos 563 content/renderer/dom_serializer_browsertest.cc pos += htmlTag.length(); pos 568 content/renderer/dom_serializer_browsertest.cc original_str.insert(pos, head_part); pos 241 content/renderer/media/buffered_resource_loader_unittest.cc void VerifyBuffer(uint8* buffer, int pos, int size) { pos 242 content/renderer/media/buffered_resource_loader_unittest.cc EXPECT_EQ(0, memcmp(buffer, data_ + pos, size)); pos 2131 content/renderer/render_widget.cc WebRect pos = rect; pos 2134 content/renderer/render_widget.cc pos.x = popup_screen_origin_for_emulation_.x() + pos 2135 content/renderer/render_widget.cc (pos.x - popup_view_origin_for_emulation_.x()) * scale; pos 2136 content/renderer/render_widget.cc pos.y = popup_screen_origin_for_emulation_.y() + pos 2137 content/renderer/render_widget.cc (pos.y - popup_view_origin_for_emulation_.y()) * scale; pos 2142 content/renderer/render_widget.cc Send(new ViewHostMsg_RequestMove(routing_id_, pos)); pos 2143 content/renderer/render_widget.cc SetPendingWindowRect(pos); pos 2145 content/renderer/render_widget.cc initial_pos_ = pos; pos 2148 content/renderer/render_widget.cc ResizeSynchronously(pos); pos 307 content/renderer/render_widget.h void DoDeferredSetWindowRect(const blink::WebRect& pos); pos 25 content/shell/renderer/test_runner/TestCommon.cpp size_t pos; pos 26 content/shell/renderer/test_runner/TestCommon.cpp if (!url.find(fileUrlPattern) && ((pos = url.find(layoutTestsPattern)) != string::npos)) { pos 28 content/shell/renderer/test_runner/TestCommon.cpp result.replace(0, pos + layoutTestsPatternSize, fileTestPrefix); pos 148 content/shell/renderer/test_runner/TestInterfaces.cpp vector<WebTestProxyBase*>::iterator pos = find(m_windowList.begin(), m_windowList.end(), proxy); pos 149 content/shell/renderer/test_runner/TestInterfaces.cpp if (pos == m_windowList.end()) { pos 153 content/shell/renderer/test_runner/TestInterfaces.cpp m_windowList.erase(pos); pos 114 content/shell/renderer/test_runner/WebTestProxy.cpp size_t pos = url.rfind('/'); pos 115 content/shell/renderer/test_runner/WebTestProxy.cpp if (pos == string::npos || !pos) pos 117 content/shell/renderer/test_runner/WebTestProxy.cpp pos = url.rfind('/', pos - 1); pos 118 content/shell/renderer/test_runner/WebTestProxy.cpp if (pos == string::npos) pos 121 content/shell/renderer/test_runner/WebTestProxy.cpp return url.substr(pos + 1); pos 184 content/shell/renderer/test_runner/WebTestProxy.cpp size_t pos = url.rfind('/'); pos 185 content/shell/renderer/test_runner/WebTestProxy.cpp if (pos == string::npos) { pos 187 content/shell/renderer/test_runner/WebTestProxy.cpp pos = url.rfind('\\'); pos 188 content/shell/renderer/test_runner/WebTestProxy.cpp if (pos == string::npos) pos 189 content/shell/renderer/test_runner/WebTestProxy.cpp pos = 0; pos 191 content/shell/renderer/test_runner/WebTestProxy.cpp pos = 0; pos 194 content/shell/renderer/test_runner/WebTestProxy.cpp string filename = url.substr(pos + 1); pos 64 content/shell/renderer/test_runner/event_sender.cc const WebPoint& pos, pos 72 content/shell/renderer/test_runner/event_sender.cc e->x = pos.x; pos 73 content/shell/renderer/test_runner/event_sender.cc e->y = pos.y; pos 74 content/shell/renderer/test_runner/event_sender.cc e->globalX = pos.x; pos 75 content/shell/renderer/test_runner/event_sender.cc e->globalY = pos.y; pos 1713 content/shell/renderer/test_runner/event_sender.cc saved_event.pos = mouse_pos; pos 2127 content/shell/renderer/test_runner/event_sender.cc e.pos, pos 86 content/shell/renderer/test_runner/event_sender.h blink::WebPoint pos; // For MouseMove. pos 546 content/shell/renderer/webkit_test_runner.cc size_t pos = 0; pos 548 content/shell/renderer/webkit_test_runner.cc for (id = routing_ids_.begin(); id != routing_ids_.end(); ++id, ++pos) { pos 562 content/shell/renderer/webkit_test_runner.cc size_t num_entries = session_histories_[pos].size(); pos 563 content/shell/renderer/webkit_test_runner.cc *currentEntryIndex = current_entry_indexes_[pos]; pos 567 content/shell/renderer/webkit_test_runner.cc PageStateToHistoryItem(session_histories_[pos][entry]); pos 92 content/test/test_render_view_host.h const gfx::Rect& pos) OVERRIDE {} pos 166 courgette/third_party/bsdiff_create.cc const unsigned char *newbuf,int newsize,int st,int en,int *pos) pos 175 courgette/third_party/bsdiff_create.cc *pos=I[st]; pos 178 courgette/third_party/bsdiff_create.cc *pos=I[en]; pos 185 courgette/third_party/bsdiff_create.cc return search(I,old,oldsize,newbuf,newsize,x,en,pos); pos 187 courgette/third_party/bsdiff_create.cc return search(I,old,oldsize,newbuf,newsize,st,x,pos); pos 297 courgette/third_party/bsdiff_create.cc int pos = 0; pos 305 courgette/third_party/bsdiff_create.cc 0, oldsize, &pos); pos 336 courgette/third_party/bsdiff_create.cc for (int i = 1; (scan >= lastscan + i) && (pos >= i); i++) { pos 337 courgette/third_party/bsdiff_create.cc if (old[pos - i] == newbuf[scan - i]) score++; pos 367 courgette/third_party/bsdiff_create.cc if (newbuf[scan - lenb + i] == old[pos - lenb + i]) score--; pos 399 courgette/third_party/bsdiff_create.cc int32 seek_adjustment = ((pos - lenb) - (lastpos + lenf)); pos 415 courgette/third_party/bsdiff_create.cc lastpos = pos - lenb; // ditto. pos 214 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadInteger(uint8** pos, pos 217 crypto/rsa_private_key.cc return ReadIntegerImpl(pos, end, out, big_endian_); pos 220 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadIntegerWithExpectedSize(uint8** pos, pos 225 crypto/rsa_private_key.cc if (!ReadIntegerImpl(pos, end, &temp, true)) // Big-Endian pos 247 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadIntegerImpl(uint8** pos, pos 252 crypto/rsa_private_key.cc if (!ReadTypeHeaderAndLength(pos, end, kIntegerTag, &length) || !length) pos 256 crypto/rsa_private_key.cc if (**pos == 0x00) { pos 257 crypto/rsa_private_key.cc ++(*pos); pos 262 crypto/rsa_private_key.cc out->insert(out->end(), *pos, (*pos) + length); pos 264 crypto/rsa_private_key.cc (*pos) += length; pos 319 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) { pos 320 crypto/rsa_private_key.cc READ_ASSERT(*pos < end); pos 324 crypto/rsa_private_key.cc if (!(**pos & 0x80)) { pos 325 crypto/rsa_private_key.cc length = **pos; pos 326 crypto/rsa_private_key.cc (*pos)++; pos 329 crypto/rsa_private_key.cc int length_of_length = **pos & 0x7F; pos 331 crypto/rsa_private_key.cc (*pos)++; pos 332 crypto/rsa_private_key.cc READ_ASSERT(*pos + length_of_length < end); pos 337 crypto/rsa_private_key.cc length |= **pos; pos 338 crypto/rsa_private_key.cc (*pos)++; pos 342 crypto/rsa_private_key.cc READ_ASSERT(*pos + length <= end); pos 347 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadTypeHeaderAndLength(uint8** pos, pos 351 crypto/rsa_private_key.cc READ_ASSERT(*pos < end); pos 352 crypto/rsa_private_key.cc READ_ASSERT(**pos == expected_tag); pos 353 crypto/rsa_private_key.cc (*pos)++; pos 355 crypto/rsa_private_key.cc return ReadLength(pos, end, length); pos 358 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadSequence(uint8** pos, uint8* end) { pos 359 crypto/rsa_private_key.cc return ReadTypeHeaderAndLength(pos, end, kSequenceTag, NULL); pos 362 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadAlgorithmIdentifier(uint8** pos, uint8* end) { pos 363 crypto/rsa_private_key.cc READ_ASSERT(*pos + sizeof(kRsaAlgorithmIdentifier) < end); pos 364 crypto/rsa_private_key.cc READ_ASSERT(memcmp(*pos, kRsaAlgorithmIdentifier, pos 366 crypto/rsa_private_key.cc (*pos) += sizeof(kRsaAlgorithmIdentifier); pos 370 crypto/rsa_private_key.cc bool PrivateKeyInfoCodec::ReadVersion(uint8** pos, uint8* end) { pos 372 crypto/rsa_private_key.cc if (!ReadTypeHeaderAndLength(pos, end, kIntegerTag, &length)) pos 377 crypto/rsa_private_key.cc READ_ASSERT(**pos == 0x00); pos 378 crypto/rsa_private_key.cc (*pos)++; pos 100 crypto/rsa_private_key.h bool ReadInteger(uint8** pos, uint8* end, std::vector<uint8>* out); pos 101 crypto/rsa_private_key.h bool ReadIntegerWithExpectedSize(uint8** pos, pos 108 crypto/rsa_private_key.h bool ReadIntegerImpl(uint8** pos, pos 133 crypto/rsa_private_key.h bool ReadLength(uint8** pos, uint8* end, uint32* result); pos 136 crypto/rsa_private_key.h bool ReadTypeHeaderAndLength(uint8** pos, pos 143 crypto/rsa_private_key.h bool ReadSequence(uint8** pos, uint8* end); pos 146 crypto/rsa_private_key.h bool ReadAlgorithmIdentifier(uint8** pos, uint8* end); pos 149 crypto/rsa_private_key.h bool ReadVersion(uint8** pos, uint8* end); pos 44 google_apis/gcm/engine/registration_info.cc size_t pos = value.find('='); pos 45 google_apis/gcm/engine/registration_info.cc if (pos == std::string::npos) pos 48 google_apis/gcm/engine/registration_info.cc std::string senders = value.substr(0, pos); pos 49 google_apis/gcm/engine/registration_info.cc registration_id = value.substr(pos + 1); pos 746 gpu/command_buffer/common/gles2_cmd_utils.cc for (size_t pos = open_pos + 1; pos < last; ++pos) { pos 747 gpu/command_buffer/common/gles2_cmd_utils.cc int8 digit = name[pos] - '0'; pos 782 gpu/command_buffer/service/feature_info.cc size_t pos = extensions_.find(str); pos 783 gpu/command_buffer/service/feature_info.cc while (pos != std::string::npos && pos 784 gpu/command_buffer/service/feature_info.cc pos + str.length() < extensions_.length() && pos 785 gpu/command_buffer/service/feature_info.cc extensions_.substr(pos + str.length(), 1) != " ") { pos 787 gpu/command_buffer/service/feature_info.cc pos = extensions_.find(str, pos + str.length()); pos 789 gpu/command_buffer/service/feature_info.cc if (pos == std::string::npos) { pos 92 gpu/command_buffer/service/program_manager.cc for (size_t pos = open_pos + 1; pos < last; ++pos) { pos 93 gpu/command_buffer/service/program_manager.cc int8 digit = name[pos] - '0'; pos 1314 gpu/config/gpu_control_list.cc size_t pos = os_version.find_first_not_of("0123456789."); pos 1315 gpu/config/gpu_control_list.cc if (pos != std::string::npos) pos 1316 gpu/config/gpu_control_list.cc os_version = os_version.substr(0, pos); pos 257 gpu/config/gpu_info_collector_x11.cc size_t pos = driver_version.find_first_not_of("0123456789."); pos 258 gpu/config/gpu_info_collector_x11.cc if (pos == 0) pos 260 gpu/config/gpu_info_collector_x11.cc if (pos != std::string::npos) pos 261 gpu/config/gpu_info_collector_x11.cc driver_version = driver_version.substr(0, pos); pos 402 media/audio/win/audio_low_latency_input_win.cc size_t pos = buffer_frame_index * frame_size_; pos 404 media/audio/win/audio_low_latency_input_win.cc DCHECK_GE(capture_buffer_size, pos + num_bytes); pos 408 media/audio/win/audio_low_latency_input_win.cc memset(&capture_buffer[pos], 0, num_bytes); pos 411 media/audio/win/audio_low_latency_input_win.cc memcpy(&capture_buffer[pos], data_ptr, num_bytes); pos 24 media/base/audio_fifo.cc int pos, int max_size, int in_size, int* size, int* wrap_size) { pos 25 media/base/audio_fifo.cc if (pos + in_size > max_size) { pos 27 media/base/audio_fifo.cc *size = max_size - pos; pos 39 media/base/audio_fifo.cc static int UpdatePos(int pos, int step, int max_size) { pos 40 media/base/audio_fifo.cc return ((pos + step) % max_size); pos 56 media/cast/test/utility/barcode.cc unsigned char *pos = &bytes[padding]; pos 58 media/cast/test/utility/barcode.cc memset(pos, 0, unit_size); pos 59 media/cast/test/utility/barcode.cc pos += unit_size * 2; pos 60 media/cast/test/utility/barcode.cc memset(pos, 0, unit_size); pos 61 media/cast/test/utility/barcode.cc pos += unit_size * 2; pos 63 media/cast/test/utility/barcode.cc memset(pos, 0, bits[bit] ? unit_size * 2: unit_size); pos 64 media/cast/test/utility/barcode.cc pos += unit_size * 3; pos 66 media/cast/test/utility/barcode.cc memset(pos, 0, unit_size); pos 67 media/cast/test/utility/barcode.cc pos += unit_size * 2; pos 68 media/cast/test/utility/barcode.cc memset(pos, 0, unit_size); pos 69 media/cast/test/utility/barcode.cc pos += unit_size; pos 70 media/cast/test/utility/barcode.cc DCHECK_LE(pos - &bytes.front(), row_bytes); pos 99 media/cast/test/utility/barcode.cc for (int pos = 0; pos < frame->row_bytes(VideoFrame::kYPlane); pos++) { pos 103 media/cast/test/utility/barcode.cc frame->stride(VideoFrame::kYPlane) * row + pos]; pos 865 media/filters/ffmpeg_demuxer.cc new_packet->pos = packet->pos; pos 40 media/filters/ffmpeg_glue.cc int64 pos; pos 41 media/filters/ffmpeg_glue.cc if (!protocol->GetPosition(&pos)) pos 43 media/filters/ffmpeg_glue.cc if (protocol->SetPosition(pos + offset)) pos 164 media/filters/ffmpeg_glue.cc int64 pos = AVIOSeekOperation(avio_context_.get()->opaque, 0, SEEK_CUR); pos 168 media/filters/ffmpeg_glue.cc AVIOSeekOperation(avio_context_.get()->opaque, pos, SEEK_SET); pos 64 media/filters/ffmpeg_h264_to_annex_b_bitstream_converter.cc dest_packet.pos = packet->pos; pos 51 media/formats/mp2t/es_parser_adts.cc int pos, pos 53 media/formats/mp2t/es_parser_adts.cc DCHECK_GE(pos, 0); pos 54 media/formats/mp2t/es_parser_adts.cc DCHECK_LE(pos, raw_es_size); pos 57 media/formats/mp2t/es_parser_adts.cc if (pos >= max_offset) { pos 64 media/formats/mp2t/es_parser_adts.cc *new_pos = pos; pos 68 media/formats/mp2t/es_parser_adts.cc for (int offset = pos; offset < max_offset; offset++) { pos 21 media/formats/mp4/avc.cc size_t pos = 0; pos 22 media/formats/mp4/avc.cc while (pos + kLengthSize < buf->size()) { pos 23 media/formats/mp4/avc.cc int nal_size = (*buf)[pos]; pos 24 media/formats/mp4/avc.cc nal_size = (nal_size << 8) + (*buf)[pos+1]; pos 25 media/formats/mp4/avc.cc nal_size = (nal_size << 8) + (*buf)[pos+2]; pos 26 media/formats/mp4/avc.cc nal_size = (nal_size << 8) + (*buf)[pos+3]; pos 28 media/formats/mp4/avc.cc buf->begin() + pos); pos 29 media/formats/mp4/avc.cc pos += kLengthSize + nal_size; pos 31 media/formats/mp4/avc.cc return pos == buf->size(); pos 45 media/formats/mp4/avc.cc size_t pos = 0; pos 46 media/formats/mp4/avc.cc while (pos + length_size < temp.size()) { pos 47 media/formats/mp4/avc.cc int nal_size = temp[pos]; pos 48 media/formats/mp4/avc.cc if (length_size == 2) nal_size = (nal_size << 8) + temp[pos+1]; pos 49 media/formats/mp4/avc.cc pos += length_size; pos 51 media/formats/mp4/avc.cc RCHECK(pos + nal_size <= temp.size()); pos 54 media/formats/mp4/avc.cc buffer->insert(buffer->end(), temp.begin() + pos, pos 55 media/formats/mp4/avc.cc temp.begin() + pos + nal_size); pos 56 media/formats/mp4/avc.cc pos += nal_size; pos 58 media/formats/mp4/avc.cc return pos == temp.size(); pos 20 media/formats/mp4/box_definitions.cc size_t num_brands = (reader->size() - reader->pos()) / sizeof(FourCC); pos 456 media/formats/mp4/box_definitions.cc RCHECK(reader->ReadVec(&data, reader->size() - reader->pos())); pos 799 media/formats/mp4/box_definitions.cc int sample_count = reader->size() - reader->pos(); pos 174 media/formats/mp4/box_reader.cc while (pos() < size()) { pos 183 media/formats/mp4/box_reader.cc return !err && pos() == size(); pos 34 media/formats/mp4/box_reader.h bool HasBytes(int count) { return (pos() + count <= size()); } pos 60 media/formats/mp4/box_reader.h int pos() const { return pos_; } pos 199 media/formats/mp4/box_reader.h while (pos() < size()) { pos 336 media/formats/mp4/mp4_stream_parser.cc size_t pos = 0; pos 338 media/formats/mp4/mp4_stream_parser.cc memcpy(&init_data[pos], &headers[i].raw_box[0], pos 340 media/formats/mp4/mp4_stream_parser.cc pos += headers[i].raw_box.size(); pos 336 media/formats/mp4/track_run_iterator.cc int64 pos = 0; pos 342 media/formats/mp4/track_run_iterator.cc BufferReader reader(buf + pos, info_size); pos 344 media/formats/mp4/track_run_iterator.cc pos += info_size; pos 171 native_client_sdk/src/examples/api/socket/socket.cc size_t pos = host.rfind(':'); pos 172 native_client_sdk/src/examples/api/socket/socket.cc if (pos != std::string::npos) { pos 173 native_client_sdk/src/examples/api/socket/socket.cc hostname = host.substr(0, pos); pos 174 native_client_sdk/src/examples/api/socket/socket.cc port = atoi(host.substr(pos+1).c_str()); pos 201 native_client_sdk/src/examples/demo/voronoi/voronoi.cc Vec2* pos = screen_positions_; pos 204 native_client_sdk/src/examples/demo/voronoi/voronoi.cc float dx = x - pos[i].x; pos 205 native_client_sdk/src/examples/demo/voronoi/voronoi.cc float dy = y - pos[i].y; pos 190 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc Vec2* pos = screen_positions_; pos 193 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc float dx = x - pos[i].x; pos 194 native_client_sdk/src/gonacl_appengine/src/voronoi/voronoi.cc float dy = y - pos[i].y; pos 22 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c const char* pos = src; pos 30 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (isspace((int)(*pos))) pos 33 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c unsigned long value = strtoul(pos, &end_pos, 10); pos 34 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (value > 255 || pos == end_pos) pos 37 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c pos = end_pos; pos 40 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (*pos != '.') pos 42 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c ++pos; pos 45 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (*pos != '\0') pos 55 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c const char* pos = src; pos 56 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c while (*pos != '\0') { pos 57 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (*pos == 'x') pos 59 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c pos++; pos 61 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c pos = src; pos 68 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (*pos == ':') { pos 69 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (*(pos + 1) != ':') pos 71 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c pos += 2; pos 75 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c while (*pos != '\0') { pos 79 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (isspace((int)(*pos))) pos 82 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c unsigned long word = strtoul(pos, &end_pos, 16); pos 83 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (word > 0xffff || pos == end_pos) pos 90 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (!inet_pton_v4(pos, result + result_pos)) pos 108 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c pos = end_pos + 1; pos 109 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c if (*pos == ':') { pos 113 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c ++pos; pos 410 net/base/mime_sniffer.cc const char* pos; pos 411 net/base/mime_sniffer.cc for (pos = content; pos < end; ++pos) { pos 412 net/base/mime_sniffer.cc if (!IsAsciiWhitespace(*pos)) pos 421 net/base/mime_sniffer.cc return CheckForMagicNumbers(pos, end - pos, pos 597 net/base/mime_sniffer.cc const char* pos = content; pos 610 net/base/mime_sniffer.cc for (int i = 0; i < kMaxTagIterations && pos < end; ++i) { pos 611 net/base/mime_sniffer.cc pos = reinterpret_cast<const char*>(memchr(pos, '<', end - pos)); pos 612 net/base/mime_sniffer.cc if (!pos) pos 615 net/base/mime_sniffer.cc if (base::strncasecmp(pos, "<?xml", sizeof("<?xml") - 1) == 0) { pos 617 net/base/mime_sniffer.cc ++pos; pos 619 net/base/mime_sniffer.cc } else if (base::strncasecmp(pos, "<!DOCTYPE", pos 622 net/base/mime_sniffer.cc ++pos; pos 626 net/base/mime_sniffer.cc if (CheckForMagicNumbers(pos, end - pos, pos 642 net/base/mime_sniffer.cc return pos < end; pos 251 net/base/net_util.cc LangToExemplarSetMap::const_iterator pos = map.find(lang); pos 252 net/base/net_util.cc if (pos != map.end()) { pos 253 net/base/net_util.cc *lang_set = pos->second; pos 768 net/base/net_util.cc size_t pos = filename->find_last_not_of(FILE_PATH_LITERAL(" .")); pos 769 net/base/net_util.cc filename->resize((pos == std::string::npos) ? 0 : (pos + 1)); pos 335 net/cert/cert_verify_proc_unittest.cc size_t pos = key_type.find("-"); pos 336 net/cert/cert_verify_proc_unittest.cc std::string size = key_type.substr(0, pos); pos 337 net/cert/cert_verify_proc_unittest.cc std::string type = key_type.substr(pos + 1); pos 124 net/cert/x509_certificate.cc CertMap::iterator pos = cache_.find(fingerprint); pos 125 net/cert/x509_certificate.cc if (pos == cache_.end()) { pos 132 net/cert/x509_certificate.cc pos = cache_.insert(cache_value).first; pos 135 net/cert/x509_certificate.cc X509Certificate::IsSameOSCert(*cert_handle, pos->second.cert_handle); pos 149 net/cert/x509_certificate.cc ++pos->second.ref_count; pos 150 net/cert/x509_certificate.cc *cert_handle = X509Certificate::DupOSCertHandle(pos->second.cert_handle); pos 168 net/cert/x509_certificate.cc CertMap::iterator pos = cache_.find(fingerprint); pos 169 net/cert/x509_certificate.cc if (pos == cache_.end()) pos 173 net/cert/x509_certificate.cc pos->second.cert_handle); pos 177 net/cert/x509_certificate.cc if (--pos->second.ref_count == 0) { pos 181 net/cert/x509_certificate.cc X509Certificate::FreeOSCertHandle(pos->second.cert_handle); pos 182 net/cert/x509_certificate.cc cache_.erase(pos); pos 209 net/cert/x509_certificate.cc size_t pos = src.find(c); pos 210 net/cert/x509_certificate.cc if (pos == base::StringPiece::npos) { pos 214 net/cert/x509_certificate.cc *left = src.substr(0, pos); pos 215 net/cert/x509_certificate.cc *right = src.substr(pos); pos 120 net/cronet/android/url_request_peer.cc size_t pos = user_agent.find(')'); pos 121 net/cronet/android/url_request_peer.cc if (pos != std::string::npos) { pos 122 net/cronet/android/url_request_peer.cc user_agent.insert(pos, context_->version()); pos 123 net/cronet/android/url_request_peer.cc user_agent.insert(pos, kUserAgentFragment); pos 39 net/dns/dns_response.cc const char* const pos = reinterpret_cast<const char*>(vpos); pos 41 net/dns/dns_response.cc DCHECK_LE(packet_, pos); pos 42 net/dns/dns_response.cc DCHECK_LE(pos, packet_ + length_); pos 44 net/dns/dns_response.cc const char* p = pos; pos 51 net/dns/dns_response.cc if (pos >= end) pos 67 net/dns/dns_response.cc consumed = p - pos + sizeof(uint16); pos 89 net/dns/dns_response.cc consumed = p - pos; pos 65 net/dns/dns_response.h unsigned ReadName(const void* pos, std::string* out) const; pos 329 net/filter/gzip_filter_unittest.cc int pos = corrupt_data_len / 2; pos 330 net/filter/gzip_filter_unittest.cc corrupt_data[pos] = !corrupt_data[pos]; pos 350 net/filter/gzip_filter_unittest.cc int pos = corrupt_data_len / 2; pos 351 net/filter/gzip_filter_unittest.cc int len = corrupt_data_len - pos - 1; pos 352 net/filter/gzip_filter_unittest.cc memmove(&corrupt_data[pos], &corrupt_data[pos+1], len); pos 32 net/filter/gzip_header.cc const uint8* pos = reinterpret_cast<const uint8*>(inbuf); pos 33 net/filter/gzip_header.cc const uint8* const end = pos + inbuf_len; pos 35 net/filter/gzip_header.cc while ( pos < end ) { pos 38 net/filter/gzip_header.cc if ( *pos != magic[0] ) return INVALID_HEADER; pos 39 net/filter/gzip_header.cc pos++; pos 43 net/filter/gzip_header.cc if ( *pos != magic[1] ) return INVALID_HEADER; pos 44 net/filter/gzip_header.cc pos++; pos 48 net/filter/gzip_header.cc if ( *pos != Z_DEFLATED ) return INVALID_HEADER; pos 49 net/filter/gzip_header.cc pos++; pos 53 net/filter/gzip_header.cc flags_ = (*pos) & (FLAG_FHCRC | FLAG_FEXTRA | pos 55 net/filter/gzip_header.cc pos++; pos 60 net/filter/gzip_header.cc pos++; pos 64 net/filter/gzip_header.cc pos++; pos 68 net/filter/gzip_header.cc pos++; pos 72 net/filter/gzip_header.cc pos++; pos 77 net/filter/gzip_header.cc pos++; pos 82 net/filter/gzip_header.cc pos++; pos 93 net/filter/gzip_header.cc extra_length_ = *pos; pos 94 net/filter/gzip_header.cc pos++; pos 98 net/filter/gzip_header.cc extra_length_ += *pos << 8; pos 99 net/filter/gzip_header.cc pos++; pos 110 net/filter/gzip_header.cc (end - pos))); pos 111 net/filter/gzip_header.cc pos += num_extra_bytes; pos 126 net/filter/gzip_header.cc pos = reinterpret_cast<const uint8*>(memchr(pos, '\0', (end - pos))); pos 127 net/filter/gzip_header.cc if ( pos != NULL ) { pos 128 net/filter/gzip_header.cc pos++; // advance past the '\0' pos 132 net/filter/gzip_header.cc pos = end; // everything we have so far is part of the FNAME pos 142 net/filter/gzip_header.cc pos = reinterpret_cast<const uint8*>(memchr(pos, '\0', (end - pos))); pos 143 net/filter/gzip_header.cc if ( pos != NULL ) { pos 144 net/filter/gzip_header.cc pos++; // advance past the '\0' pos 148 net/filter/gzip_header.cc pos = end; // everything we have so far is part of the FNAME pos 157 net/filter/gzip_header.cc pos++; pos 162 net/filter/gzip_header.cc pos++; pos 168 net/filter/gzip_header.cc *header_end = reinterpret_cast<const char*>(pos); pos 174 net/filter/gzip_header.cc *header_end = reinterpret_cast<const char*>(pos); pos 219 net/ftp/ftp_directory_listing_parser_ls.cc base::string16::size_type pos = pos 224 net/ftp/ftp_directory_listing_parser_ls.cc if (pos != base::string16::npos) pos 225 net/ftp/ftp_directory_listing_parser_ls.cc entry.name = entry.name.substr(0, pos); pos 492 net/ftp/ftp_network_transaction.cc std::string::size_type pos = gurl_path.rfind(';'); pos 493 net/ftp/ftp_network_transaction.cc if (pos != std::string::npos) pos 494 net/ftp/ftp_network_transaction.cc gurl_path.resize(pos); pos 525 net/ftp/ftp_network_transaction.cc std::string::size_type pos = gurl_path.rfind(';'); pos 526 net/ftp/ftp_network_transaction.cc if (pos == std::string::npos) pos 528 net/ftp/ftp_network_transaction.cc std::string typecode_string(gurl_path.substr(pos)); pos 416 net/http/http_content_disposition.cc std::string::const_iterator pos = header.begin(); pos 418 net/http/http_content_disposition.cc pos = ConsumeDispositionType(pos, end); pos 424 net/http/http_content_disposition.cc HttpUtil::NameValuePairsIterator iter(pos, end, ';'); pos 347 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 351 net/http/http_network_transaction_unittest.cc entries, pos, pos 356 net/http/http_network_transaction_unittest.cc EXPECT_TRUE(entries[pos].GetStringValue("line", &line)); pos 368 net/http/http_network_transaction_unittest.cc EXPECT_TRUE(GetHeaders(entries[pos].params.get(), &response_headers)); pos 2373 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 2377 net/http/http_network_transaction_unittest.cc entries, pos, pos 2484 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 2488 net/http/http_network_transaction_unittest.cc entries, pos, pos 2680 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 2684 net/http/http_network_transaction_unittest.cc entries, pos, pos 6357 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 6361 net/http/http_network_transaction_unittest.cc entries, pos, pos 10272 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 10276 net/http/http_network_transaction_unittest.cc entries, pos, pos 10342 net/http/http_network_transaction_unittest.cc size_t pos = ExpectLogContainsSomewhere( pos 10346 net/http/http_network_transaction_unittest.cc entries, pos, pos 698 net/quic/crypto/quic_crypto_client_config.cc QuicTagVector::iterator pos = find(aead.begin(), aead.end(), kAESG); pos 699 net/quic/crypto/quic_crypto_client_config.cc if (pos != aead.end()) { pos 700 net/quic/crypto/quic_crypto_client_config.cc aead.erase(pos); pos 154 net/quic/quic_http_stream_test.cc QuicEncryptedPacket* GetWrite(size_t pos) { pos 155 net/quic/quic_http_stream_test.cc return writes_[pos].packet; pos 351 net/quic/quic_network_transaction_unittest.cc int pos = net::ExpectLogContainsSomewhere( pos 355 net/quic/quic_network_transaction_unittest.cc EXPECT_LT(0, pos); pos 358 net/quic/quic_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere( pos 362 net/quic/quic_network_transaction_unittest.cc EXPECT_LT(0, pos); pos 365 net/quic/quic_network_transaction_unittest.cc ASSERT_TRUE(entries[pos].GetStringValue( pos 370 net/quic/quic_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere( pos 374 net/quic/quic_network_transaction_unittest.cc EXPECT_LT(0, pos); pos 377 net/quic/quic_network_transaction_unittest.cc ASSERT_TRUE(entries[pos].GetIntegerValue("stream_id", &log_stream_id)); pos 131 net/server/http_server.cc size_t pos = 0; pos 132 net/server/http_server.cc if (!ParseHeaders(connection, &request, &pos)) pos 142 net/server/http_server.cc &pos)); pos 147 net/server/http_server.cc connection->Shift(pos); pos 165 net/server/http_server.cc if (connection->recv_data_.length() - pos < content_length) pos 167 net/server/http_server.cc request.data = connection->recv_data_.substr(pos, content_length); pos 168 net/server/http_server.cc pos += content_length; pos 172 net/server/http_server.cc connection->Shift(pos); pos 254 net/server/http_server.cc size_t& pos = *ppos; pos 260 net/server/http_server.cc while (pos < data_len) { pos 261 net/server/http_server.cc char ch = connection->recv_data_[pos++]; pos 86 net/server/http_server.h size_t* pos); pos 48 net/server/web_socket.cc size_t* pos) { pos 49 net/server/web_socket.cc if (connection->recv_data().length() < *pos + kWebSocketHandshakeBodyLen) pos 51 net/server/web_socket.cc return new WebSocketHixie76(connection, request, pos); pos 90 net/server/web_socket.cc size_t pos = data.find('\377', 1); pos 91 net/server/web_socket.cc if (pos == std::string::npos) pos 94 net/server/web_socket.cc std::string buffer(data.begin() + 1, data.begin() + pos); pos 96 net/server/web_socket.cc connection_->Shift(pos + 1); pos 114 net/server/web_socket.cc size_t* pos) : WebSocket(connection) { pos 133 net/server/web_socket.cc *pos, pos 134 net/server/web_socket.cc *pos + kWebSocketHandshakeBodyLen); pos 135 net/server/web_socket.cc *pos += kWebSocketHandshakeBodyLen; pos 174 net/server/web_socket.cc size_t* pos) { pos 186 net/server/web_socket.cc return new WebSocketHybi17(connection, request, pos); pos 230 net/server/web_socket.cc size_t* pos) pos 262 net/server/web_socket.cc size_t* pos) { pos 263 net/server/web_socket.cc WebSocket* socket = WebSocketHybi17::Create(connection, request, pos); pos 267 net/server/web_socket.cc return WebSocketHixie76::Create(connection, request, pos); pos 356 net/server/web_socket.cc size_t pos = p + actual_masking_key_length + payload_length - buffer_begin; pos 357 net/server/web_socket.cc *bytes_consumed = pos; pos 28 net/server/web_socket.h size_t* pos); pos 49 net/spdy/hpack_encoder.cc for (size_t pos = 0;;) { pos 50 net/spdy/hpack_encoder.cc size_t end = cookie.find(';', pos); pos 53 net/spdy/hpack_encoder.cc out->push_back(cookie.substr(pos)); pos 56 net/spdy/hpack_encoder.cc out->push_back(cookie.substr(pos, end - pos)); pos 59 net/spdy/hpack_encoder.cc pos = end + 1; pos 60 net/spdy/hpack_encoder.cc if (pos != cookie.size() && cookie[pos] == ' ') { pos 61 net/spdy/hpack_encoder.cc pos++; pos 3811 net/spdy/spdy_network_transaction_unittest.cc int pos = 0; pos 3812 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere(entries, 0, pos 3815 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere(entries, pos + 1, pos 3818 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere(entries, pos + 1, pos 3821 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere(entries, pos + 1, pos 3824 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere(entries, pos + 1, pos 3827 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere(entries, pos + 1, pos 3832 net/spdy/spdy_network_transaction_unittest.cc pos = net::ExpectLogContainsSomewhere( pos 3838 net/spdy/spdy_network_transaction_unittest.cc ASSERT_TRUE(entries[pos].params.get()); pos 3839 net/spdy/spdy_network_transaction_unittest.cc ASSERT_TRUE(entries[pos].params->GetList("headers", &header_list)); pos 1372 net/spdy/spdy_session_unittest.cc int pos = net::ExpectLogContainsSomewhere( pos 1376 net/spdy/spdy_session_unittest.cc EXPECT_LT(0, pos); pos 1378 net/spdy/spdy_session_unittest.cc CapturingNetLog::CapturedEntry entry = entries[pos]; pos 1419 net/spdy/spdy_session_unittest.cc int pos = net::ExpectLogContainsSomewhere( pos 1424 net/spdy/spdy_session_unittest.cc if (pos < static_cast<int>(entries.size())) { pos 1425 net/spdy/spdy_session_unittest.cc CapturingNetLog::CapturedEntry entry = entries[pos]; pos 300 net/spdy/spdy_stream_unittest.cc int pos = net::ExpectLogContainsSomewhere( pos 306 net/spdy/spdy_stream_unittest.cc ASSERT_TRUE(entries[pos].GetIntegerValue("stream_id", &stream_id2)); pos 145 net/ssl/client_cert_store_mac.cc size_t pos; pos 146 net/ssl/client_cert_store_mac.cc for (pos = 0; pos < selected_certs->size(); ++pos) { pos 147 net/ssl/client_cert_store_mac.cc if ((*selected_certs)[pos]->fingerprint().Equals(fingerprint)) pos 150 net/ssl/client_cert_store_mac.cc if (pos < selected_certs->size()) pos 49 net/tools/dump_cache/cache_dumper.cc std::wstring::size_type pos(0); pos 56 net/tools/dump_cache/cache_dumper.cc pos = 4; pos 59 net/tools/dump_cache/cache_dumper.cc while ((pos = path.value().find(backslash, pos)) != std::wstring::npos) { pos 60 net/tools/dump_cache/cache_dumper.cc base::FilePath::StringType subdir = path.value().substr(0, pos); pos 63 net/tools/dump_cache/cache_dumper.cc pos++; pos 187 net/tools/dump_cache/cache_dumper.cc std::string::size_type pos(0); pos 188 net/tools/dump_cache/cache_dumper.cc if ((pos = url.find("http")) != 0) { pos 189 net/tools/dump_cache/cache_dumper.cc if (pos != std::string::npos) pos 190 net/tools/dump_cache/cache_dumper.cc url = url.substr(pos); pos 187 net/tools/dump_cache/url_to_filename_encoder.h std::string::size_type pos(0); pos 188 net/tools/dump_cache/url_to_filename_encoder.h while ((pos = str->find(from, pos)) != std::string::npos) { pos 189 net/tools/dump_cache/url_to_filename_encoder.h str->replace(pos, from.size(), to); pos 190 net/tools/dump_cache/url_to_filename_encoder.h pos += from.size(); pos 149 net/tools/flip_server/mem_cache.cc size_t pos = 0; pos 152 net/tools/flip_server/mem_cache.cc old_pos = pos; pos 153 net/tools/flip_server/mem_cache.cc pos += framer.ProcessInput(filename_contents.data() + pos, pos 154 net/tools/flip_server/mem_cache.cc filename_contents.size() - pos); pos 155 net/tools/flip_server/mem_cache.cc if (framer.Error() || pos == old_pos) { pos 169 net/tools/flip_server/mem_cache.cc visitor.body = filename_contents.substr(pos); pos 20 net/websockets/websocket_net_log_params.cc size_t pos = 0; pos 21 net/websockets/websocket_net_log_params.cc while (pos <= headers_size) { pos 22 net/websockets/websocket_net_log_params.cc if (pos == headers_size || pos 23 net/websockets/websocket_net_log_params.cc ((*headers)[pos] == '\r' && pos 24 net/websockets/websocket_net_log_params.cc pos + 1 < headers_size && (*headers)[pos + 1] == '\n')) { pos 25 net/websockets/websocket_net_log_params.cc std::string entry = headers->substr(last, pos - last); pos 26 net/websockets/websocket_net_log_params.cc pos += 2; pos 27 net/websockets/websocket_net_log_params.cc last = pos; pos 34 net/websockets/websocket_net_log_params.cc for (; pos < headers_size; ++pos) { pos 35 net/websockets/websocket_net_log_params.cc key += base::StringPrintf("\\x%02x", (*headers)[pos] & 0xff); pos 41 net/websockets/websocket_net_log_params.cc ++pos; pos 302 ppapi/examples/video_decode/video_decode.cc static bool LookingAtNAL(const unsigned char* encoded, size_t pos) { pos 303 ppapi/examples/video_decode/video_decode.cc return pos + 3 < kDataLen && pos 304 ppapi/examples/video_decode/video_decode.cc encoded[pos] == 0 && encoded[pos + 1] == 0 && pos 305 ppapi/examples/video_decode/video_decode.cc encoded[pos + 2] == 0 && encoded[pos + 3] == 1; pos 27 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc size_t pos = str.find(delim); pos 28 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc if (pos != std::string::npos) { pos 29 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc elems->push_back(str.substr(0, pos)); pos 30 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc elems->push_back(str.substr(pos + 1)); pos 64 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc size_t pos = key.find_last_not_of(" \t"); pos 65 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc if (pos != std::string::npos) pos 66 ppapi/native_client/src/trusted/plugin/nacl_http_response_headers.cc key.erase(pos + 1); pos 97 ppapi/native_client/src/trusted/plugin/utility.cc uint32_t pos; pos 98 ppapi/native_client/src/trusted/plugin/utility.cc for (pos = 1; ; ++pos) { pos 99 ppapi/native_client/src/trusted/plugin/utility.cc if (0 == pos) { pos 103 ppapi/native_client/src/trusted/plugin/utility.cc int c = strval[pos]; pos 112 ppapi/native_client/src/trusted/plugin/utility.cc *length = pos; pos 113 ppapi/proxy/file_ref_resource.cc size_t pos = create_info_.internal_path.rfind('/'); pos 114 ppapi/proxy/file_ref_resource.cc CHECK(pos != std::string::npos); pos 115 ppapi/proxy/file_ref_resource.cc if (pos == 0) pos 116 ppapi/proxy/file_ref_resource.cc pos++; pos 117 ppapi/proxy/file_ref_resource.cc std::string parent_path = create_info_.internal_path.substr(0, pos); pos 17 ppapi/shared_impl/file_ref_create_info.cc size_t pos = path.rfind(base::FilePath::kSeparators[0]); pos 18 ppapi/shared_impl/file_ref_create_info.cc CHECK(pos != base::FilePath::StringType::npos); pos 20 ppapi/shared_impl/file_ref_create_info.cc return base::WideToUTF8(path.substr(pos + 1)); pos 22 ppapi/shared_impl/file_ref_create_info.cc return path.substr(pos + 1); pos 16 ppapi/shared_impl/file_ref_util.cc size_t pos = path.rfind('/'); pos 17 ppapi/shared_impl/file_ref_util.cc CHECK(pos != std::string::npos); pos 18 ppapi/shared_impl/file_ref_util.cc return path.substr(pos + 1); pos 23 ppapi/shared_impl/file_ref_util.cc size_t pos = file_path.rfind(base::FilePath::kSeparators[0]); pos 24 ppapi/shared_impl/file_ref_util.cc CHECK(pos != base::FilePath::StringType::npos); pos 26 ppapi/shared_impl/file_ref_util.cc return base::WideToUTF8(file_path.substr(pos + 1)); pos 28 ppapi/shared_impl/file_ref_util.cc return file_path.substr(pos + 1); pos 65 ppapi/tests/extensions/socket/test_socket.cc size_t pos = 0; pos 67 ppapi/tests/extensions/socket/test_socket.cc while (pos < control_message.size()) { pos 68 ppapi/tests/extensions/socket/test_socket.cc next_match = control_message.find(':', pos); pos 71 ppapi/tests/extensions/socket/test_socket.cc parts.push_back(control_message.substr(pos, next_match - pos)); pos 72 ppapi/tests/extensions/socket/test_socket.cc pos = next_match + 1; pos 94 printing/backend/win_helper.cc LARGE_INTEGER pos = {0}; pos 96 printing/backend/win_helper.cc (*stream)->Seek(pos, STREAM_SEEK_SET, &new_pos); pos 147 remoting/base/compound_buffer.cc char* pos = data; pos 150 remoting/base/compound_buffer.cc CHECK_LE(pos + it->size, data + size); pos 151 remoting/base/compound_buffer.cc memcpy(pos, it->start, it->size); pos 152 remoting/base/compound_buffer.cc pos += it->size; pos 170 remoting/base/compound_buffer.cc int pos = 0; pos 175 remoting/base/compound_buffer.cc if (pos + it->size > start && pos < end) { pos 176 remoting/base/compound_buffer.cc int relative_start = std::max(0, start - pos); pos 177 remoting/base/compound_buffer.cc int relative_end = std::min(it->size, end - pos); pos 185 remoting/base/compound_buffer.cc pos += it->size; pos 186 remoting/base/compound_buffer.cc if (pos >= end) { pos 37 remoting/base/compound_buffer_unittest.cc void Append(int pos, int size) { pos 38 remoting/base/compound_buffer_unittest.cc target_.Append(data_.get(), data_->data() + pos, size); pos 41 remoting/base/compound_buffer_unittest.cc void AppendCopyOf(int pos, int size) { pos 42 remoting/base/compound_buffer_unittest.cc target_.AppendCopyOf(data_->data() + pos, size); pos 45 remoting/base/compound_buffer_unittest.cc void Prepend(int pos, int size) { pos 46 remoting/base/compound_buffer_unittest.cc target_.Prepend(data_.get(), data_->data() + kDataSize - pos - size, size); pos 49 remoting/base/compound_buffer_unittest.cc void PrependCopyOf(int pos, int size) { pos 50 remoting/base/compound_buffer_unittest.cc target_.PrependCopyOf(data_->data() + (kDataSize - pos - size), size); pos 53 remoting/base/compound_buffer_unittest.cc void TestCopyFrom(int pos, int size) { pos 55 remoting/base/compound_buffer_unittest.cc copy.CopyFrom(target_, pos, pos + size); pos 56 remoting/base/compound_buffer_unittest.cc EXPECT_TRUE(CompareData(copy, data_->data() + pos, size)); pos 59 remoting/base/compound_buffer_unittest.cc void TestCropFront(int pos, int size) { pos 62 remoting/base/compound_buffer_unittest.cc cropped.CropFront(pos); pos 63 remoting/base/compound_buffer_unittest.cc EXPECT_TRUE(CompareData(cropped, data_->data() + pos, pos 64 remoting/base/compound_buffer_unittest.cc target_.total_bytes() - pos)); pos 67 remoting/base/compound_buffer_unittest.cc void TestCropBack(int pos, int size) { pos 70 remoting/base/compound_buffer_unittest.cc cropped.CropBack(pos); pos 72 remoting/base/compound_buffer_unittest.cc target_.total_bytes() - pos)); pos 89 remoting/base/compound_buffer_unittest.cc int pos = 0; pos 91 remoting/base/compound_buffer_unittest.cc while (pos < kDataSize) { pos 92 remoting/base/compound_buffer_unittest.cc int size = std::min(sizes[index], kDataSize - pos); pos 97 remoting/base/compound_buffer_unittest.cc function.Run(pos, size); pos 99 remoting/base/compound_buffer_unittest.cc pos += size; pos 253 remoting/client/plugin/pepper_port_allocator.cc int pos = relay_response_body_.size(); pos 254 remoting/client/plugin/pepper_port_allocator.cc relay_response_body_.resize(pos + kReadSize); pos 257 remoting/client/plugin/pepper_port_allocator.cc int result = relay_url_loader_->ReadResponseBody(&relay_response_body_[pos], pos 57 remoting/codec/audio_encoder_opus_unittest.cc double pos, pos 59 remoting/codec/audio_encoder_opus_unittest.cc double angle = pos * 2 * M_PI * frequency_hz / rate + pos 70 remoting/codec/audio_encoder_opus_unittest.cc int pos) { pos 73 remoting/codec/audio_encoder_opus_unittest.cc data[i * kChannels] = GetSampleValue(rate, frequency_hz, i + pos, 0); pos 74 remoting/codec/audio_encoder_opus_unittest.cc data[i * kChannels + 1] = GetSampleValue(rate, frequency_hz, i + pos, 1); pos 136 remoting/codec/audio_encoder_opus_unittest.cc int pos = 0; pos 137 remoting/codec/audio_encoder_opus_unittest.cc for (; pos < kTotalTestSamples; pos += packet_size) { pos 139 remoting/codec/audio_encoder_opus_unittest.cc CreatePacket(packet_size, rate, frequency_hz, pos); pos 158 remoting/codec/audio_encoder_opus_unittest.cc pos - rate * kMaxLatencyMs / 1000); pos 295 remoting/host/it2me/it2me_host.cc size_t pos = client_username.find('/'); pos 296 remoting/host/it2me/it2me_host.cc if (pos != std::string::npos) pos 297 remoting/host/it2me/it2me_host.cc client_username.replace(pos, std::string::npos, ""); pos 127 remoting/host/linux/audio_pipe_reader.cc size_t pos = data.size(); pos 129 remoting/host/linux/audio_pipe_reader.cc data.resize(pos + bytes_to_read); pos 131 remoting/host/linux/audio_pipe_reader.cc while (pos < data.size()) { pos 133 remoting/host/linux/audio_pipe_reader.cc read(pipe_fd_, string_as_array(&data) + pos, data.size() - pos)); pos 135 remoting/host/linux/audio_pipe_reader.cc pos += read_result; pos 144 remoting/host/linux/audio_pipe_reader.cc if (pos == 0) { pos 151 remoting/host/linux/audio_pipe_reader.cc int incomplete_samples_bytes = pos % (kChannels * kBytesPerSample); pos 152 remoting/host/linux/audio_pipe_reader.cc left_over_bytes_.assign(data, pos - incomplete_samples_bytes, pos 154 remoting/host/linux/audio_pipe_reader.cc data.resize(pos - incomplete_samples_bytes); pos 13 remoting/host/setup/oauth_helper_unittest.cc size_t pos = s.find(old_substr); pos 14 remoting/host/setup/oauth_helper_unittest.cc if (pos == std::string::npos) { pos 17 remoting/host/setup/oauth_helper_unittest.cc return s.substr(0, pos) + new_substr + pos 18 remoting/host/setup/oauth_helper_unittest.cc s.substr(pos + old_substr.length(), std::string::npos); pos 38 remoting/protocol/channel_multiplexer.cc bool is_empty() { return pos >= packet->data().size(); } pos 41 remoting/protocol/channel_multiplexer.cc size = std::min(size, packet->data().size() - pos); pos 42 remoting/protocol/channel_multiplexer.cc memcpy(buffer, packet->data().data() + pos, size); pos 43 remoting/protocol/channel_multiplexer.cc pos += size; pos 50 remoting/protocol/channel_multiplexer.cc size_t pos; pos 256 remoting/protocol/channel_multiplexer.cc int pos = 0; pos 260 remoting/protocol/channel_multiplexer.cc buffer->data() + pos, buffer_len); pos 262 remoting/protocol/channel_multiplexer.cc pos += result; pos 263 remoting/protocol/channel_multiplexer.cc buffer_len -= pos; pos 269 remoting/protocol/channel_multiplexer.cc return pos; pos 64 remoting/protocol/message_decoder_unittest.cc for (int pos = 0; pos < size;) { pos 65 remoting/protocol/message_decoder_unittest.cc SCOPED_TRACE("Input position: " + base::IntToString(pos)); pos 68 remoting/protocol/message_decoder_unittest.cc int read = std::min(size - pos, read_sequence[pos % sequence_size]); pos 72 remoting/protocol/message_decoder_unittest.cc memcpy(buffer->data(), test_data + pos, read); pos 84 remoting/protocol/message_decoder_unittest.cc pos += read; pos 37 sandbox/win/src/process_thread_dispatcher.cc base::string16::size_type pos = cmd_line.find(L'\"', 1); pos 38 sandbox/win/src/process_thread_dispatcher.cc if (base::string16::npos == pos) pos 40 sandbox/win/src/process_thread_dispatcher.cc exe_name = cmd_line.substr(1, pos - 1); pos 44 sandbox/win/src/process_thread_dispatcher.cc base::string16::size_type pos = cmd_line.find(L' '); pos 45 sandbox/win/src/process_thread_dispatcher.cc if (base::string16::npos == pos) { pos 49 sandbox/win/src/process_thread_dispatcher.cc exe_name = cmd_line.substr(0, pos); pos 229 skia/ext/analysis_canvas.cc const SkPoint pos[], pos 69 skia/ext/analysis_canvas.h const SkPoint pos[], pos 124 skia/ext/benchmarking_canvas.cc const SkPoint pos[], pos 127 skia/ext/benchmarking_canvas.cc SkProxyCanvas::drawPosText(text, byteLength, pos, paint); pos 147 skia/ext/image_operations.cc inline float ComputeFilter(float pos) { pos 150 skia/ext/image_operations.cc return EvalBox(pos); pos 152 skia/ext/image_operations.cc return EvalHamming(1, pos); pos 154 skia/ext/image_operations.cc return EvalLanczos(2, pos); pos 156 skia/ext/image_operations.cc return EvalLanczos(3, pos); pos 224 skia/ext/pixel_ref_utils.cc const SkScalar pos[], pos 241 skia/ext/pixel_ref_utils.cc min_point.set(pos[0], const_y); pos 242 skia/ext/pixel_ref_utils.cc max_point.set(pos[0], const_y); pos 244 skia/ext/pixel_ref_utils.cc min_point.set(pos[0], const_y + pos[1]); pos 245 skia/ext/pixel_ref_utils.cc max_point.set(pos[0], const_y + pos[1]); pos 249 skia/ext/pixel_ref_utils.cc SkScalar x = pos[i * scalars_per_pos]; pos 252 skia/ext/pixel_ref_utils.cc y += pos[i * scalars_per_pos + 1]; pos 516 skia/ext/vector_platform_device_emf_win.cc const SkScalar pos[], pos 526 skia/ext/vector_platform_device_emf_win.cc int startX = SkScalarRoundToInt(pos[0]); pos 527 skia/ext/vector_platform_device_emf_win.cc int startY = SkScalarRoundToInt(pos[1] + getAscent(paint)); pos 532 skia/ext/vector_platform_device_emf_win.cc advances[i] = SkScalarRoundToInt(pos[2] - pos[0]); pos 533 skia/ext/vector_platform_device_emf_win.cc pos += 2; pos 558 skia/ext/vector_platform_device_emf_win.cc SkScalar y = (1 == scalarsPerPos) ? constY : pos[1]; pos 560 skia/ext/vector_platform_device_emf_win.cc drawText(draw, curr, bytes, pos[0], y, paint); pos 562 skia/ext/vector_platform_device_emf_win.cc pos += scalarsPerPos; pos 62 skia/ext/vector_platform_device_emf_win.h const SkScalar pos[], SkScalar constY, pos 343 sql/connection.cc for (sqlite3_int64 pos = 0; pos < file_size; pos += page_size) { pos 344 sql/connection.cc rc = file->pMethods->xRead(file, buf.get(), page_size, pos); pos 506 sql/recovery_unittest.cc size_t pos; pos 507 sql/recovery_unittest.cc while ((pos = final_schema.find("'a''a'")) != std::string::npos) { pos 508 sql/recovery_unittest.cc final_schema.replace(pos, 6, "'c''c'"); pos 510 sql/recovery_unittest.cc while ((pos = final_data.find("5|a'a")) != std::string::npos) { pos 511 sql/recovery_unittest.cc final_data.replace(pos, 5, "5|c'c"); pos 71 sync/android/java/src/org/chromium/sync/notifier/InvalidationIntentProtocol.java int pos = 0; pos 73 sync/android/java/src/org/chromium/sync/notifier/InvalidationIntentProtocol.java selectedTypesArray[pos++] = type.name(); pos 40 sync/internal_api/public/base/unique_position.cc UniquePosition pos; pos 41 sync/internal_api/public/base/unique_position.cc DCHECK(!pos.IsValid()); pos 42 sync/internal_api/public/base/unique_position.cc return pos; pos 32 sync/internal_api/public/base/unique_position_unittest.cc size_t GetLength(const UniquePosition& pos) { pos 34 sync/internal_api/public/base/unique_position_unittest.cc pos.ToProto(&proto); pos 123 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = UniquePosition::FromProto(proto); pos 124 sync/internal_api/public/base/unique_position_unittest.cc EXPECT_PRED_FORMAT2(Equals, kGenericPredecessor, pos); pos 145 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = UniquePosition::FromProto(proto); pos 146 sync/internal_api/public/base/unique_position_unittest.cc EXPECT_PRED_FORMAT2(Equals, kHugePosition, pos); pos 182 sync/internal_api/public/base/unique_position_unittest.cc const UniquePosition& pos, const std::string& suffix) { pos 183 sync/internal_api/public/base/unique_position_unittest.cc return pos.GetSuffixForTest() == suffix; pos 308 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = UniquePosition::InitialPosition(suffix_a); pos 311 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition next_pos = UniquePosition::After(pos, suffix); pos 312 sync/internal_api/public/base/unique_position_unittest.cc ASSERT_PRED_FORMAT2(LessThan, pos, next_pos); pos 313 sync/internal_api/public/base/unique_position_unittest.cc pos = next_pos; pos 316 sync/internal_api/public/base/unique_position_unittest.cc VLOG(1) << "Length: " << GetLength(pos); pos 325 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = UniquePosition::InitialPosition(suffix_a); pos 328 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition prev_pos = UniquePosition::Before(pos, suffix); pos 329 sync/internal_api/public/base/unique_position_unittest.cc ASSERT_PRED_FORMAT2(LessThan, prev_pos, pos); pos 330 sync/internal_api/public/base/unique_position_unittest.cc pos = prev_pos; pos 333 sync/internal_api/public/base/unique_position_unittest.cc VLOG(1) << "Length: " << GetLength(pos); pos 430 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = pos 434 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition new_pos = UniquePosition::After(pos, suffix); pos 435 sync/internal_api/public/base/unique_position_unittest.cc ASSERT_PRED_FORMAT2(LessThan, pos, new_pos); pos 436 sync/internal_api/public/base/unique_position_unittest.cc pos = new_pos; pos 439 sync/internal_api/public/base/unique_position_unittest.cc VLOG(1) << "Length: " << GetLength(pos); pos 444 sync/internal_api/public/base/unique_position_unittest.cc EXPECT_LT(GetLength(pos), 500U); pos 450 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = pos 460 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition new_pos = UniquePosition::After(pos, suffix); pos 461 sync/internal_api/public/base/unique_position_unittest.cc ASSERT_PRED_FORMAT2(LessThan, pos, new_pos); pos 462 sync/internal_api/public/base/unique_position_unittest.cc pos = new_pos; pos 465 sync/internal_api/public/base/unique_position_unittest.cc VLOG(1) << "Length: " << GetLength(pos); pos 466 sync/internal_api/public/base/unique_position_unittest.cc EXPECT_LT(GetLength(pos), 500U); pos 471 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition pos = pos 481 sync/internal_api/public/base/unique_position_unittest.cc UniquePosition new_pos = UniquePosition::After(pos, suffix); pos 482 sync/internal_api/public/base/unique_position_unittest.cc ASSERT_PRED_FORMAT2(LessThan, pos, new_pos); pos 483 sync/internal_api/public/base/unique_position_unittest.cc pos = new_pos; pos 486 sync/internal_api/public/base/unique_position_unittest.cc VLOG(1) << "Length: " << GetLength(pos); pos 487 sync/internal_api/public/base/unique_position_unittest.cc EXPECT_LT(GetLength(pos), 500U); pos 546 sync/internal_api/public/base/unique_position_unittest.cc const UniquePosition pos = pos 548 sync/internal_api/public/base/unique_position_unittest.cc EXPECT_TRUE(pos.IsValid()) << "i = " << i << "; " << pos.ToDebugString(); pos 555 sync/internal_api/public/base/unique_position_unittest.cc const UniquePosition pos = pos 557 sync/internal_api/public/base/unique_position_unittest.cc const int64 value = pos.ToInt64(); pos 786 sync/protocol/proto_value_conversions.cc UniquePosition pos = UniquePosition::FromProto(proto); pos 787 sync/protocol/proto_value_conversions.cc return new base::StringValue(pos.ToDebugString()); pos 1246 sync/syncable/directory.cc UniquePosition pos = UniquePosition::InitialPosition(suffix); pos 1247 sync/syncable/directory.cc e->put(UNIQUE_POSITION, pos); pos 1255 sync/syncable/directory.cc UniquePosition pos; pos 1262 sync/syncable/directory.cc pos = UniquePosition::InitialPosition(suffix); pos 1265 sync/syncable/directory.cc pos = UniquePosition::Before(successor_pos, suffix); pos 1268 sync/syncable/directory.cc e->put(UNIQUE_POSITION, pos); pos 1283 sync/syncable/directory.cc UniquePosition pos = UniquePosition::After( pos 1286 sync/syncable/directory.cc e->put(UNIQUE_POSITION, pos); pos 1298 sync/syncable/directory.cc UniquePosition pos = UniquePosition::Between( pos 1302 sync/syncable/directory.cc e->put(UNIQUE_POSITION, pos); pos 128 sync/syncable/entry_kernel.cc base::StringValue* UniquePositionToValue(const UniquePosition& pos) { pos 129 sync/syncable/entry_kernel.cc return new base::StringValue(pos.ToDebugString()); pos 76 sync/syncable/parent_child_index_unittest.cc EntryKernel* MakeBookmark(int n, int pos, bool is_dir) { pos 92 sync/syncable/parent_child_index_unittest.cc UniquePosition::FromInt64(pos, bm->ref(UNIQUE_BOOKMARK_TAG)); pos 2847 third_party/bintrees/bintrees/cwalker.c Py_ssize_t pos = 0; pos 2849 third_party/bintrees/bintrees/cwalker.c if (!kw_allowed && PyDict_Next(kwdict, &pos, &key, 0)) pos 2853 third_party/bintrees/bintrees/cwalker.c while (PyDict_Next(kwdict, &pos, &key, 0)) { pos 3539 third_party/bintrees/bintrees/cwalker.c int pos; pos 3543 third_party/bintrees/bintrees/cwalker.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3544 third_party/bintrees/bintrees/cwalker.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { pos 3547 third_party/bintrees/bintrees/cwalker.c code_object = __pyx_code_cache.entries[pos].code_object; pos 3552 third_party/bintrees/bintrees/cwalker.c int pos, i; pos 3569 third_party/bintrees/bintrees/cwalker.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3570 third_party/bintrees/bintrees/cwalker.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { pos 3571 third_party/bintrees/bintrees/cwalker.c PyCodeObject* tmp = entries[pos].code_object; pos 3572 third_party/bintrees/bintrees/cwalker.c entries[pos].code_object = code_object; pos 3586 third_party/bintrees/bintrees/cwalker.c for (i=__pyx_code_cache.count; i>pos; i--) { pos 3589 third_party/bintrees/bintrees/cwalker.c entries[pos].code_line = code_line; pos 3590 third_party/bintrees/bintrees/cwalker.c entries[pos].code_object = code_object; pos 2245 third_party/bintrees/bintrees/qavltree.c Py_ssize_t pos = 0; pos 2248 third_party/bintrees/bintrees/qavltree.c while (PyDict_Next(kwds, &pos, &key, &value)) { pos 3142 third_party/bintrees/bintrees/qavltree.c int pos; pos 3146 third_party/bintrees/bintrees/qavltree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3147 third_party/bintrees/bintrees/qavltree.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { pos 3150 third_party/bintrees/bintrees/qavltree.c code_object = __pyx_code_cache.entries[pos].code_object; pos 3155 third_party/bintrees/bintrees/qavltree.c int pos, i; pos 3172 third_party/bintrees/bintrees/qavltree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3173 third_party/bintrees/bintrees/qavltree.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { pos 3174 third_party/bintrees/bintrees/qavltree.c PyCodeObject* tmp = entries[pos].code_object; pos 3175 third_party/bintrees/bintrees/qavltree.c entries[pos].code_object = code_object; pos 3189 third_party/bintrees/bintrees/qavltree.c for (i=__pyx_code_cache.count; i>pos; i--) { pos 3192 third_party/bintrees/bintrees/qavltree.c entries[pos].code_line = code_line; pos 3193 third_party/bintrees/bintrees/qavltree.c entries[pos].code_object = code_object; pos 2240 third_party/bintrees/bintrees/qbintree.c Py_ssize_t pos = 0; pos 2243 third_party/bintrees/bintrees/qbintree.c while (PyDict_Next(kwds, &pos, &key, &value)) { pos 3137 third_party/bintrees/bintrees/qbintree.c int pos; pos 3141 third_party/bintrees/bintrees/qbintree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3142 third_party/bintrees/bintrees/qbintree.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { pos 3145 third_party/bintrees/bintrees/qbintree.c code_object = __pyx_code_cache.entries[pos].code_object; pos 3150 third_party/bintrees/bintrees/qbintree.c int pos, i; pos 3167 third_party/bintrees/bintrees/qbintree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3168 third_party/bintrees/bintrees/qbintree.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { pos 3169 third_party/bintrees/bintrees/qbintree.c PyCodeObject* tmp = entries[pos].code_object; pos 3170 third_party/bintrees/bintrees/qbintree.c entries[pos].code_object = code_object; pos 3184 third_party/bintrees/bintrees/qbintree.c for (i=__pyx_code_cache.count; i>pos; i--) { pos 3187 third_party/bintrees/bintrees/qbintree.c entries[pos].code_line = code_line; pos 3188 third_party/bintrees/bintrees/qbintree.c entries[pos].code_object = code_object; pos 2242 third_party/bintrees/bintrees/qrbtree.c Py_ssize_t pos = 0; pos 2245 third_party/bintrees/bintrees/qrbtree.c while (PyDict_Next(kwds, &pos, &key, &value)) { pos 3139 third_party/bintrees/bintrees/qrbtree.c int pos; pos 3143 third_party/bintrees/bintrees/qrbtree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3144 third_party/bintrees/bintrees/qrbtree.c if (unlikely(pos >= __pyx_code_cache.count) || unlikely(__pyx_code_cache.entries[pos].code_line != code_line)) { pos 3147 third_party/bintrees/bintrees/qrbtree.c code_object = __pyx_code_cache.entries[pos].code_object; pos 3152 third_party/bintrees/bintrees/qrbtree.c int pos, i; pos 3169 third_party/bintrees/bintrees/qrbtree.c pos = __pyx_bisect_code_objects(__pyx_code_cache.entries, __pyx_code_cache.count, code_line); pos 3170 third_party/bintrees/bintrees/qrbtree.c if ((pos < __pyx_code_cache.count) && unlikely(__pyx_code_cache.entries[pos].code_line == code_line)) { pos 3171 third_party/bintrees/bintrees/qrbtree.c PyCodeObject* tmp = entries[pos].code_object; pos 3172 third_party/bintrees/bintrees/qrbtree.c entries[pos].code_object = code_object; pos 3186 third_party/bintrees/bintrees/qrbtree.c for (i=__pyx_code_cache.count; i>pos; i--) { pos 3189 third_party/bintrees/bintrees/qrbtree.c entries[pos].code_line = code_line; pos 3190 third_party/bintrees/bintrees/qrbtree.c entries[pos].code_object = code_object; pos 942 third_party/expat/files/lib/xmltok.c const char *end, POSITION *pos) pos 944 third_party/expat/files/lib/xmltok.c normal_updatePosition(&utf8_encoding.enc, ptr, end, pos); pos 249 third_party/expat/files/lib/xmltok.h #define XmlUpdatePosition(enc, ptr, end, pos) \ pos 250 third_party/expat/files/lib/xmltok.h (((enc)->updatePosition)(enc, ptr, end, pos)) pos 1745 third_party/expat/files/lib/xmltok_impl.c POSITION *pos) pos 1756 third_party/expat/files/lib/xmltok_impl.c pos->columnNumber = (XML_Size)-1; pos 1757 third_party/expat/files/lib/xmltok_impl.c pos->lineNumber++; pos 1761 third_party/expat/files/lib/xmltok_impl.c pos->lineNumber++; pos 1765 third_party/expat/files/lib/xmltok_impl.c pos->columnNumber = (XML_Size)-1; pos 1771 third_party/expat/files/lib/xmltok_impl.c pos->columnNumber++; pos 463 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh hb_glyph_position_t pos; pos 499 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh memset (&pos , 0, sizeof (pos )); pos 508 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 537 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.x_offset )) return false; } pos 541 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } pos 545 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.x_advance)) return false; } pos 549 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.y_advance)) return false; } pos 559 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 571 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 577 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.x_offset )) return false; } pos 583 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 589 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } pos 595 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 601 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.x_advance)) return false; } pos 607 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 613 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh { if (!parse_int (tok, p, &pos.y_advance)) return false; } pos 619 third_party/harfbuzz-ng/src/hb-buffer-deserialize-json.hh buffer->pos[buffer->len - 1] = pos; pos 340 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh hb_glyph_position_t pos; pos 393 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.x_offset )) return false; } pos 397 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } pos 401 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.x_advance)) return false; } pos 407 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh memset (&pos , 0, sizeof (pos )); pos 427 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 439 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 445 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } pos 451 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 457 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.x_advance)) return false; } pos 463 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 469 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_advance)) return false; } pos 475 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 504 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 516 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 522 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_offset )) return false; } pos 528 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 534 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.x_advance)) return false; } pos 540 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 546 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh { if (!parse_int (tok, p, &pos.y_advance)) return false; } pos 552 third_party/harfbuzz-ng/src/hb-buffer-deserialize-text.hh buffer->pos[buffer->len - 1] = pos; pos 71 third_party/harfbuzz-ng/src/hb-buffer-private.hh hb_glyph_position_t *pos; pos 76 third_party/harfbuzz-ng/src/hb-buffer-private.hh inline hb_glyph_position_t &cur_pos (unsigned int i = 0) { return pos[idx + i]; } pos 77 third_party/harfbuzz-ng/src/hb-buffer-private.hh inline hb_glyph_position_t cur_pos (unsigned int i = 0) const { return pos[idx + i]; } pos 102 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); pos 142 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc pos[i].x_offset, pos[i].y_offset); pos 144 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc pos[i].x_advance, pos[i].y_advance); pos 175 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, NULL); pos 202 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc if (pos[i].x_offset || pos[i].y_offset) pos 203 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "@%d,%d", pos[i].x_offset, pos[i].y_offset)); pos 206 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%d", pos[i].x_advance)); pos 207 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc if (pos[i].y_advance) pos 208 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",%d", pos[i].y_advance)); pos 100 third_party/harfbuzz-ng/src/hb-buffer.cc ASSERT_STATIC (sizeof (info[0]) == sizeof (pos[0])); pos 104 third_party/harfbuzz-ng/src/hb-buffer.cc new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0])); pos 112 third_party/harfbuzz-ng/src/hb-buffer.cc pos = new_pos; pos 117 third_party/harfbuzz-ng/src/hb-buffer.cc out_info = separate_out ? (hb_glyph_info_t *) pos : info; pos 135 third_party/harfbuzz-ng/src/hb-buffer.cc out_info = (hb_glyph_info_t *) pos; pos 164 third_party/harfbuzz-ng/src/hb-buffer.cc assert ((uintptr_t) pos % sizeof (scratch_buffer_t) == 0); pos 165 third_party/harfbuzz-ng/src/hb-buffer.cc *size = allocated * sizeof (pos[0]) / sizeof (scratch_buffer_t); pos 166 third_party/harfbuzz-ng/src/hb-buffer.cc return (scratch_buffer_t *) (void *) pos; pos 280 third_party/harfbuzz-ng/src/hb-buffer.cc memset (pos, 0, sizeof (pos[0]) * len); pos 297 third_party/harfbuzz-ng/src/hb-buffer.cc pos = (hb_glyph_position_t *) out_info; pos 456 third_party/harfbuzz-ng/src/hb-buffer.cc if (pos) { pos 460 third_party/harfbuzz-ng/src/hb-buffer.cc t = pos[i]; pos 461 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i] = pos[j]; pos 462 third_party/harfbuzz-ng/src/hb-buffer.cc pos[j] = t; pos 742 third_party/harfbuzz-ng/src/hb-buffer.cc free (buffer->pos); pos 1147 third_party/harfbuzz-ng/src/hb-buffer.cc memset (buffer->pos + buffer->len, 0, sizeof (buffer->pos[0]) * (length - buffer->len)); pos 1222 third_party/harfbuzz-ng/src/hb-buffer.cc return (hb_glyph_position_t *) buffer->pos; pos 1431 third_party/harfbuzz-ng/src/hb-buffer.cc hb_glyph_position_t *pos = buffer->pos; pos 1437 third_party/harfbuzz-ng/src/hb-buffer.cc total_x_advance += pos[i].x_advance; pos 1438 third_party/harfbuzz-ng/src/hb-buffer.cc total_y_advance += pos[i].y_advance; pos 1444 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].x_offset += x_advance; pos 1445 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].y_offset += y_advance; pos 1447 third_party/harfbuzz-ng/src/hb-buffer.cc x_advance += pos[i].x_advance; pos 1448 third_party/harfbuzz-ng/src/hb-buffer.cc y_advance += pos[i].y_advance; pos 1450 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].x_advance = 0; pos 1451 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].y_advance = 0; pos 1457 third_party/harfbuzz-ng/src/hb-buffer.cc pos[end - 1].x_advance = total_x_advance; pos 1458 third_party/harfbuzz-ng/src/hb-buffer.cc pos[end - 1].y_advance = total_y_advance; pos 1460 third_party/harfbuzz-ng/src/hb-buffer.cc hb_bubble_sort (buffer->info + start, end - start - 1, compare_info_codepoint, buffer->pos + start); pos 1463 third_party/harfbuzz-ng/src/hb-buffer.cc pos[start].x_advance += total_x_advance; pos 1464 third_party/harfbuzz-ng/src/hb-buffer.cc pos[start].y_advance += total_y_advance; pos 1466 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].x_offset -= total_x_advance; pos 1467 third_party/harfbuzz-ng/src/hb-buffer.cc pos[i].y_offset -= total_y_advance; pos 1469 third_party/harfbuzz-ng/src/hb-buffer.cc hb_bubble_sort (buffer->info + start + 1, end - start - 1, compare_info_codepoint, buffer->pos + start + 1); pos 802 third_party/harfbuzz-ng/src/hb-coretext.cc hb_glyph_position_t *pos = &buffer->pos[i]; pos 805 third_party/harfbuzz-ng/src/hb-coretext.cc pos->x_advance = info->mask; pos 806 third_party/harfbuzz-ng/src/hb-coretext.cc pos->x_offset = info->var1.u32; pos 807 third_party/harfbuzz-ng/src/hb-coretext.cc pos->y_offset = info->var2.u32; pos 120 third_party/harfbuzz-ng/src/hb-fallback-shape.cc buffer->pos[i].x_advance = 0; pos 121 third_party/harfbuzz-ng/src/hb-fallback-shape.cc buffer->pos[i].y_advance = 0; pos 127 third_party/harfbuzz-ng/src/hb-fallback-shape.cc &buffer->pos[i].x_advance, pos 128 third_party/harfbuzz-ng/src/hb-fallback-shape.cc &buffer->pos[i].y_advance); pos 131 third_party/harfbuzz-ng/src/hb-fallback-shape.cc &buffer->pos[i].x_offset, pos 132 third_party/harfbuzz-ng/src/hb-fallback-shape.cc &buffer->pos[i].y_offset); pos 597 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int pos) const pos 610 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (buffer->info[pos].codepoint == record->secondGlyph) pos 615 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh &record->values[len1], buffer->pos[pos]); pos 617 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos++; pos 618 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh buffer->idx = pos; pos 764 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh v + len1, buffer->pos[skippy_iter.idx]); pos 913 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_glyph_position_t *pos = buffer->pos; pos 919 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_advance = exit_x + pos[i].x_offset; pos 921 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh d = entry_x + pos[j].x_offset; pos 922 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].x_advance -= d; pos 923 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].x_offset -= d; pos 926 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh d = exit_x + pos[i].x_offset; pos 927 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_advance -= d; pos 928 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_offset -= d; pos 930 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].x_advance = entry_x + pos[j].x_offset; pos 933 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_advance = exit_y + pos[i].y_offset; pos 935 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh d = entry_y + pos[j].y_offset; pos 936 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].y_advance -= d; pos 937 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].y_offset -= d; pos 940 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh d = exit_y + pos[i].y_offset; pos 941 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_advance -= d; pos 942 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset -= d; pos 944 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].y_advance = entry_y; pos 953 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].cursive_chain() = j - i; pos 955 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset = entry_y - exit_y; pos 957 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_offset = entry_x - exit_x; pos 959 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].cursive_chain() = i - j; pos 961 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].y_offset = exit_y - entry_y; pos 963 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[j].x_offset = exit_x - entry_x; pos 1538 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh fix_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) pos 1540 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int j = pos[i].cursive_chain(); pos 1546 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].cursive_chain() = 0; pos 1548 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh fix_cursive_minor_offset (pos, j, direction); pos 1551 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset += pos[j].y_offset; pos 1553 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_offset += pos[j].x_offset; pos 1557 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh fix_mark_attachment (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction) pos 1559 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh if (likely (!(pos[i].attach_lookback()))) pos 1562 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh unsigned int j = i - pos[i].attach_lookback(); pos 1564 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_offset += pos[j].x_offset; pos 1565 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset += pos[j].y_offset; pos 1569 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_offset -= pos[k].x_advance; pos 1570 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset -= pos[k].y_advance; pos 1574 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].x_offset += pos[k].x_advance; pos 1575 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh pos[i].y_offset += pos[k].y_advance; pos 1586 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh buffer->pos[i].attach_lookback() = buffer->pos[i].cursive_chain() = 0; pos 1593 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_glyph_position_t *pos = hb_buffer_get_glyph_positions (buffer, &len); pos 1598 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh fix_cursive_minor_offset (pos, i, direction); pos 1602 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh fix_mark_attachment (pos, i, direction); pos 182 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc indic_position_t pos = (indic_position_t) (type >> 8); pos 208 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc pos = POS_ABOVE_C; pos 220 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc else if (unlikely (u == 0xA9BD)) { cat = OT_M; pos = POS_POST_C; } /* Javanese vocalic r. */ pos 241 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc pos = POS_BASE_C; pos 247 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc pos = matra_position (u, pos); pos 251 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc pos = POS_SMVD; pos 254 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc if (unlikely (u == 0x0B01)) pos = POS_BEFORE_SUB; /* Oriya Bindu is BeforeSub in the spec. */ pos 259 third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc info.indic_position() = pos; pos 179 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc indic_position_t pos = (indic_position_t) (type >> 8); pos 260 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc switch ((int) pos) pos 263 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc pos = POS_PRE_M; break; pos 271 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc info.myanmar_position() = pos; pos 361 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc indic_position_t pos = POS_AFTER_MAIN; pos 376 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc if (pos == POS_AFTER_MAIN && info[i].myanmar_category() == OT_VBlw) pos 378 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc pos = POS_BELOW_C; pos 379 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc info[i].myanmar_position() = pos; pos 383 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_A) pos 388 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc if (pos == POS_BELOW_C && info[i].myanmar_category() == OT_VBlw) pos 390 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc info[i].myanmar_position() = pos; pos 393 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc if (pos == POS_BELOW_C && info[i].myanmar_category() != OT_A) pos 395 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc pos = POS_AFTER_SUB; pos 396 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc info[i].myanmar_position() = pos; pos 399 third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc info[i].myanmar_position() = pos; pos 143 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc indic_position_t pos = (indic_position_t) (type >> 8); pos 151 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc switch ((int) pos) pos 161 third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc info.sea_position() = pos; pos 187 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].x_advance = 0; pos 188 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].y_advance = 0; pos 207 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc hb_glyph_position_t &pos = buffer->pos[i]; pos 208 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset = pos.y_offset = 0; pos 219 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset += base_extents.x_bearing - mark_extents.width / 2 - mark_extents.x_bearing; pos 222 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width / 2 - mark_extents.x_bearing; pos 233 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset += base_extents.x_bearing + (base_extents.width - mark_extents.width) / 2 - mark_extents.x_bearing; pos 240 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset += base_extents.x_bearing - mark_extents.x_bearing; pos 247 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.x_offset += base_extents.x_bearing + base_extents.width - mark_extents.width - mark_extents.x_bearing; pos 263 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset = base_extents.y_bearing + base_extents.height - mark_extents.y_bearing; pos 265 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc if ((y_gap > 0) == (pos.y_offset > 0)) pos 267 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc base_extents.height -= pos.y_offset; pos 268 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset = 0; pos 283 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset = base_extents.y_bearing - (mark_extents.y_bearing + mark_extents.height); pos 285 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc if ((y_gap > 0) != (pos.y_offset > 0)) pos 287 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc unsigned int correction = -pos.y_offset / 2; pos 290 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos.y_offset += correction; pos 314 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc base_extents.x_bearing += buffer->pos[base].x_offset; pos 315 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc base_extents.y_bearing += buffer->pos[base].y_offset; pos 322 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc x_offset -= buffer->pos[base].x_advance; pos 323 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc y_offset -= buffer->pos[base].y_advance; pos 367 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].x_advance = 0; pos 368 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].y_advance = 0; pos 369 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].x_offset += x_offset; pos 370 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc buffer->pos[i].y_offset += y_offset; pos 374 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc x_offset -= buffer->pos[i].x_advance; pos 375 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc y_offset -= buffer->pos[i].y_advance; pos 377 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc x_offset += buffer->pos[i].x_advance; pos 378 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc y_offset += buffer->pos[i].y_advance; pos 442 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc hb_glyph_position_t *pos = buffer->pos; pos 463 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[idx].x_advance += kern1; pos 464 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[skippy_iter.idx].x_advance += kern2; pos 465 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[skippy_iter.idx].x_offset += kern2; pos 472 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[idx].y_advance += kern1; pos 473 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[skippy_iter.idx].y_advance += kern2; pos 474 third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc pos[skippy_iter.idx].y_offset += kern2; pos 461 third_party/harfbuzz-ng/src/hb-ot-shape.cc buffer->pos[i].x_advance = 0; pos 462 third_party/harfbuzz-ng/src/hb-ot-shape.cc buffer->pos[i].y_advance = 0; pos 473 third_party/harfbuzz-ng/src/hb-ot-shape.cc buffer->pos[i].x_advance = 0; pos 474 third_party/harfbuzz-ng/src/hb-ot-shape.cc buffer->pos[i].y_advance = 0; pos 484 third_party/harfbuzz-ng/src/hb-ot-shape.cc hb_glyph_position_t *pos = c->buffer->pos; pos 489 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].x_advance, pos 490 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_advance); pos 493 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].x_offset, pos 494 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_offset); pos 527 third_party/harfbuzz-ng/src/hb-ot-shape.cc hb_glyph_position_t *pos = c->buffer->pos; pos 534 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].x_offset, pos 535 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_offset); pos 543 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].x_offset, pos 544 third_party/harfbuzz-ng/src/hb-ot-shape.cc &pos[i].y_offset); pos 611 third_party/harfbuzz-ng/src/hb-ot-shape.cc hb_glyph_position_t *pos = c->buffer->pos; pos 624 third_party/harfbuzz-ng/src/hb-ot-shape.cc pos[i].x_advance = 0; pos 625 third_party/harfbuzz-ng/src/hb-ot-shape.cc pos[i].y_advance = 0; pos 633 third_party/harfbuzz-ng/src/hb-ot-shape.cc pos[j] = pos[i]; pos 1004 third_party/harfbuzz-ng/src/hb-uniscribe.cc hb_glyph_position_t *pos = &buffer->pos[i]; pos 1007 third_party/harfbuzz-ng/src/hb-uniscribe.cc pos->x_advance = info->mask; pos 1008 third_party/harfbuzz-ng/src/hb-uniscribe.cc pos->x_offset = backward ? -info->var1.u32 : info->var1.u32; pos 1009 third_party/harfbuzz-ng/src/hb-uniscribe.cc pos->y_offset = info->var2.u32; pos 117 third_party/harfbuzz-ng/src/test.cc hb_glyph_position_t *pos = &positions[i]; pos 122 third_party/harfbuzz-ng/src/test.cc pos->x_offset, pos 123 third_party/harfbuzz-ng/src/test.cc pos->x_offset, pos 124 third_party/harfbuzz-ng/src/test.cc pos->x_advance, pos 125 third_party/harfbuzz-ng/src/test.cc pos->y_advance); pos 37 third_party/libaddressinput/chromium/cpp/src/util/string_util.cc std::string::size_type pos = language_code.find('-'); pos 38 third_party/libaddressinput/chromium/cpp/src/util/string_util.cc if (pos == std::string::npos) { pos 41 third_party/libaddressinput/chromium/cpp/src/util/string_util.cc if (language_code.substr(pos) == "-latn") { pos 44 third_party/libaddressinput/chromium/cpp/src/util/string_util.cc return language_code.substr(0, pos); pos 1303 third_party/libevent/evdns.c struct dnslabel_entry { char *v; off_t pos; }; pos 1335 third_party/libevent/evdns.c return table->labels[i].pos; pos 1342 third_party/libevent/evdns.c dnslabel_table_add(struct dnslabel_table *table, const char *label, off_t pos) pos 1353 third_party/libevent/evdns.c table->labels[p].pos = pos; pos 232 third_party/libjingle/overrides/talk/base/logging.cc for (const unsigned char* pos = line; pos < end_of_line; ++pos) { pos 233 third_party/libjingle/overrides/talk/base/logging.cc if (isspace(*pos)) pos 236 third_party/libjingle/overrides/talk/base/logging.cc if (!isprint(*pos)) { pos 584 third_party/libjpeg/jdphuff.c int pos = jpeg_natural_order[k]; pos 586 third_party/libjpeg/jdphuff.c (*block)[pos] = (JCOEF) s; pos 588 third_party/libjpeg/jdphuff.c newnz_pos[num_newnz++] = pos; pos 91 third_party/libusb/src/libusb/libusbi.h #define list_for_each_entry(pos, head, member, type) \ pos 92 third_party/libusb/src/libusb/libusbi.h for (pos = list_entry((head)->next, type, member); \ pos 93 third_party/libusb/src/libusb/libusbi.h &pos->member != (head); \ pos 94 third_party/libusb/src/libusb/libusbi.h pos = list_entry(pos->member.next, type, member)) pos 96 third_party/libusb/src/libusb/libusbi.h #define list_for_each_entry_safe(pos, n, head, member, type) \ pos 97 third_party/libusb/src/libusb/libusbi.h for (pos = list_entry((head)->next, type, member), \ pos 98 third_party/libusb/src/libusb/libusbi.h n = list_entry(pos->member.next, type, member); \ pos 99 third_party/libusb/src/libusb/libusbi.h &pos->member != (head); \ pos 100 third_party/libusb/src/libusb/libusbi.h pos = n, n = list_entry(n->member.next, type, member)) pos 94 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos, *next_pos = NULL; pos 97 third_party/libusb/src/libusb/os/threads_windows.c list_for_each_entry_safe(pos, next_pos, &cond->not_waiting, list, struct usbi_cond_perthread) { pos 98 third_party/libusb/src/libusb/os/threads_windows.c CloseHandle(pos->event); pos 99 third_party/libusb/src/libusb/os/threads_windows.c list_del(&pos->list); pos 100 third_party/libusb/src/libusb/os/threads_windows.c free(pos); pos 111 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos; pos 113 third_party/libusb/src/libusb/os/threads_windows.c list_for_each_entry(pos, &cond->waiters, list, struct usbi_cond_perthread) { pos 114 third_party/libusb/src/libusb/os/threads_windows.c if(!SetEvent(pos->event)) pos 124 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos; pos 127 third_party/libusb/src/libusb/os/threads_windows.c pos = list_entry(&cond->waiters.next, struct usbi_cond_perthread, list); pos 129 third_party/libusb/src/libusb/os/threads_windows.c return SetEvent(pos->event) ? 0 : ((errno=EINVAL)); pos 134 third_party/libusb/src/libusb/os/threads_windows.c struct usbi_cond_perthread *pos; pos 138 third_party/libusb/src/libusb/os/threads_windows.c list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) { pos 139 third_party/libusb/src/libusb/os/threads_windows.c if(tid == pos->tid) { pos 145 third_party/libusb/src/libusb/os/threads_windows.c pos = (struct usbi_cond_perthread*) calloc(1, sizeof(struct usbi_cond_perthread)); pos 146 third_party/libusb/src/libusb/os/threads_windows.c if(!pos) return ((errno=ENOMEM)); // This errno is not POSIX-allowed. pos 147 third_party/libusb/src/libusb/os/threads_windows.c pos->tid = tid; pos 148 third_party/libusb/src/libusb/os/threads_windows.c pos->event = CreateEvent(NULL, FALSE, FALSE, NULL); // auto-reset. pos 149 third_party/libusb/src/libusb/os/threads_windows.c if(!pos->event) { pos 150 third_party/libusb/src/libusb/os/threads_windows.c free(pos); pos 153 third_party/libusb/src/libusb/os/threads_windows.c list_add(&pos->list, &cond->not_waiting); pos 156 third_party/libusb/src/libusb/os/threads_windows.c list_del(&pos->list); // remove from not_waiting list. pos 157 third_party/libusb/src/libusb/os/threads_windows.c list_add(&pos->list, &cond->waiters); pos 161 third_party/libusb/src/libusb/os/threads_windows.c r2 = WaitForSingleObject(pos->event, timeout_ms); pos 165 third_party/libusb/src/libusb/os/threads_windows.c list_del(&pos->list); pos 166 third_party/libusb/src/libusb/os/threads_windows.c list_add(&pos->list, &cond->not_waiting); pos 468 third_party/libwebp/dec/io.c int pos = 0; pos 472 third_party/libwebp/dec/io.c pos += p->emit_alpha_row(p, pos); pos 737 third_party/libwebp/dec/vp8l.c int pos = dec->last_pixel_; // current position pos 743 third_party/libwebp/dec/vp8l.c assert(pos < end); pos 747 third_party/libwebp/dec/vp8l.c while (!br->eos_ && pos < last) { pos 756 third_party/libwebp/dec/vp8l.c data[pos] = code; pos 757 third_party/libwebp/dec/vp8l.c ++pos; pos 774 third_party/libwebp/dec/vp8l.c if (pos >= dist && end - pos >= length) { pos 776 third_party/libwebp/dec/vp8l.c for (i = 0; i < length; ++i) data[pos + i] = data[pos + i - dist]; pos 781 third_party/libwebp/dec/vp8l.c pos += length; pos 790 third_party/libwebp/dec/vp8l.c if (pos < last && (col & mask)) { pos 804 third_party/libwebp/dec/vp8l.c if (br->error_ || !ok || (br->eos_ && pos < end)) { pos 809 third_party/libwebp/dec/vp8l.c dec->last_pixel_ = (int)pos; pos 810 third_party/libwebp/dec/vp8l.c if (pos == end) dec->state_ = READ_DATA; pos 136 third_party/libwebp/dsp/upsampling_sse2.c int uv_pos, pos; \ pos 156 third_party/libwebp/dsp/upsampling_sse2.c for (pos = 1, uv_pos = 0; pos + 32 + 1 <= len; pos += 32, uv_pos += 16) { \ pos 159 third_party/libwebp/dsp/upsampling_sse2.c CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \ pos 162 third_party/libwebp/dsp/upsampling_sse2.c const int left_over = ((len + 1) >> 1) - (pos >> 1); \ pos 167 third_party/libwebp/dsp/upsampling_sse2.c pos, len - pos); \ pos 140 third_party/libwebp/enc/backward_references.c const uint32_t* const argb, int pos) { pos 142 third_party/libwebp/enc/backward_references.c p->chain_[pos] = p->hash_to_first_index_[hash_code]; pos 143 third_party/libwebp/enc/backward_references.c p->hash_to_first_index_[hash_code] = pos; pos 177 third_party/libwebp/enc/backward_references.c int pos; pos 182 third_party/libwebp/enc/backward_references.c for (pos = p->hash_to_first_index_[GetPixPairHash64(argb_start)]; pos 183 third_party/libwebp/enc/backward_references.c pos >= min_pos; pos 184 third_party/libwebp/enc/backward_references.c pos = p->chain_[pos]) { pos 189 third_party/libwebp/enc/backward_references.c (const uint64_t*)(argb + pos + best_length - 1); pos 204 third_party/libwebp/enc/backward_references.c curr_length = FindMatchLength(argb + pos, argb_start, max_len); pos 207 third_party/libwebp/enc/backward_references.c distance = (uint32_t)(base_position - pos); pos 59 third_party/libwebp/enc/filter.c const int pos = (delta < MAX_DELTA_SIZE) ? delta : MAX_DELTA_SIZE - 1; pos 61 third_party/libwebp/enc/filter.c return kLevelsFromDelta[sharpness][pos]; pos 230 third_party/libwebp/utils/bit_reader.h const int pos = br->bits_; pos 231 third_party/libwebp/utils/bit_reader.h const range_t value = (range_t)(br->value_ >> pos); pos 234 third_party/libwebp/utils/bit_reader.h br->value_ -= (bit_t)(split + 1) << pos; pos 59 third_party/libwebp/utils/bit_writer.c size_t pos = bw->pos_; pos 64 third_party/libwebp/utils/bit_writer.c if (pos > 0) bw->buf_[pos - 1]++; pos 68 third_party/libwebp/utils/bit_writer.c for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; pos 70 third_party/libwebp/utils/bit_writer.c bw->buf_[pos++] = bits; pos 71 third_party/libwebp/utils/bit_writer.c bw->pos_ = pos; pos 60 third_party/libxml/src/c14n.c xmlC14NPosition pos; pos 1446 third_party/libxml/src/c14n.c ctx->pos = XMLC14N_INSIDE_DOCUMENT_ELEMENT; pos 1500 third_party/libxml/src/c14n.c ctx->pos = XMLC14N_AFTER_DOCUMENT_ELEMENT; pos 1575 third_party/libxml/src/c14n.c if (ctx->pos == XMLC14N_AFTER_DOCUMENT_ELEMENT) { pos 1600 third_party/libxml/src/c14n.c if (ctx->pos == XMLC14N_BEFORE_DOCUMENT_ELEMENT) { pos 1624 third_party/libxml/src/c14n.c if (ctx->pos == XMLC14N_AFTER_DOCUMENT_ELEMENT) { pos 1645 third_party/libxml/src/c14n.c if (ctx->pos == XMLC14N_BEFORE_DOCUMENT_ELEMENT) { pos 1661 third_party/libxml/src/c14n.c ctx->pos = XMLC14N_BEFORE_DOCUMENT_ELEMENT; pos 1820 third_party/libxml/src/c14n.c ctx->pos = XMLC14N_BEFORE_DOCUMENT_ELEMENT; pos 121 third_party/libxml/src/include/libxml/xmlstring.h int pos); pos 1911 third_party/libxml/src/parserInternals.c unsigned long pos; pos 1916 third_party/libxml/src/parserInternals.c pos = xmlParserFindNodeInfoIndex(&ctx->node_seq, node); pos 1917 third_party/libxml/src/parserInternals.c if (pos < ctx->node_seq.length pos 1918 third_party/libxml/src/parserInternals.c && ctx->node_seq.buffer[pos].node == node) pos 1919 third_party/libxml/src/parserInternals.c return &ctx->node_seq.buffer[pos]; pos 2012 third_party/libxml/src/parserInternals.c unsigned long pos; pos 2017 third_party/libxml/src/parserInternals.c pos = xmlParserFindNodeInfoIndex(&ctxt->node_seq, (xmlNodePtr) pos 2020 third_party/libxml/src/parserInternals.c if ((pos < ctxt->node_seq.length) && pos 2022 third_party/libxml/src/parserInternals.c (ctxt->node_seq.buffer[pos].node == info->node)) { pos 2023 third_party/libxml/src/parserInternals.c ctxt->node_seq.buffer[pos] = *info; pos 2053 third_party/libxml/src/parserInternals.c if (pos != ctxt->node_seq.length) { pos 2056 third_party/libxml/src/parserInternals.c for (i = ctxt->node_seq.length; i > pos; i--) pos 2061 third_party/libxml/src/parserInternals.c ctxt->node_seq.buffer[pos] = *info; pos 36835 third_party/libxml/src/testapi.c int pos; /* the position of the desired UTF8 char (in chars) */ pos 36842 third_party/libxml/src/testapi.c pos = gen_int(n_pos, 1); pos 36844 third_party/libxml/src/testapi.c ret_val = xmlUTF8Strpos((const xmlChar *)utf, pos); pos 36848 third_party/libxml/src/testapi.c des_int(n_pos, pos, 1); pos 1190 third_party/libxml/src/trio.c int pos = 0; pos 1602 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_PARAMETER; pos 1603 third_party/libxml/src/trio.c parameters[pos].flags = 0; pos 1604 third_party/libxml/src/trio.c indices[width] = pos; pos 1605 third_party/libxml/src/trio.c width = pos++; pos 1610 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_PARAMETER; pos 1611 third_party/libxml/src/trio.c parameters[pos].flags = 0; pos 1612 third_party/libxml/src/trio.c indices[precision] = pos; pos 1613 third_party/libxml/src/trio.c precision = pos++; pos 1618 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_PARAMETER; pos 1619 third_party/libxml/src/trio.c parameters[pos].flags = 0; pos 1620 third_party/libxml/src/trio.c indices[base] = pos; pos 1621 third_party/libxml/src/trio.c base = pos++; pos 1626 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_PARAMETER; pos 1627 third_party/libxml/src/trio.c parameters[pos].flags = 0; pos 1628 third_party/libxml/src/trio.c indices[varsize] = pos; pos 1629 third_party/libxml/src/trio.c varsize = pos++; pos 1632 third_party/libxml/src/trio.c indices[currentParam] = pos; pos 1646 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_CHAR; pos 1659 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_STRING; pos 1666 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_GROUP; pos 1694 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_INT; pos 1699 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_INT; pos 1706 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_INT; pos 1713 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_INT; pos 1724 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_INT; pos 1735 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_INT; pos 1743 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_DOUBLE; pos 1751 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_DOUBLE; pos 1758 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_DOUBLE; pos 1766 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_POINTER; pos 1770 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_COUNT; pos 1781 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_DOUBLE; pos 1787 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_ERRNO; pos 1797 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_USER_DEFINED; pos 1798 third_party/libxml/src/trio.c parameters[pos].user_name[0] = NIL; pos 1809 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_PARAMETER; pos 1810 third_party/libxml/src/trio.c parameters[pos].indexAfterSpecifier = index; pos 1811 third_party/libxml/src/trio.c parameters[pos].flags = FLAGS_USER_DEFINED; pos 1813 third_party/libxml/src/trio.c pos++; pos 1815 third_party/libxml/src/trio.c parameters[pos].type = FORMAT_USER_DEFINED; pos 1817 third_party/libxml/src/trio.c indices[currentParam] = pos; pos 1825 third_party/libxml/src/trio.c trio_copy_max(parameters[pos].user_data, pos 1837 third_party/libxml/src/trio.c trio_copy_max(parameters[pos].user_name, pos 1860 third_party/libxml/src/trio.c for (i = pos - 1; i >= 0; i--) pos 1865 third_party/libxml/src/trio.c (parameters[i].type == parameters[pos].type)) pos 1880 third_party/libxml/src/trio.c parameters[pos].indexAfterSpecifier = index; pos 1881 third_party/libxml/src/trio.c parameters[pos].flags = flags; pos 1882 third_party/libxml/src/trio.c parameters[pos].width = width; pos 1883 third_party/libxml/src/trio.c parameters[pos].precision = precision; pos 1884 third_party/libxml/src/trio.c parameters[pos].base = (base == NO_BASE) ? BASE_DECIMAL : base; pos 1885 third_party/libxml/src/trio.c parameters[pos].varsize = varsize; pos 1886 third_party/libxml/src/trio.c pos++; pos 2244 third_party/libxml/src/uri.c int pos = 0; pos 2338 third_party/libxml/src/uri.c if ((ref->path[pos] == '.') && (ref->path[pos+1] == '/')) pos 2339 third_party/libxml/src/uri.c pos += 2; pos 2342 third_party/libxml/src/uri.c else if ((*bptr == '/') && (ref->path[pos] != '/')) pos 2344 third_party/libxml/src/uri.c while ((bptr[pos] == ref->path[pos]) && (bptr[pos] != 0)) pos 2345 third_party/libxml/src/uri.c pos++; pos 2347 third_party/libxml/src/uri.c if (bptr[pos] == ref->path[pos]) { pos 2356 third_party/libxml/src/uri.c ix = pos; pos 2375 third_party/libxml/src/uri.c if (bptr[pos] != ref->path[pos]) {/* check for trivial URI == base */ pos 22740 third_party/libxml/src/xmlschemas.c int pos, idx; pos 22760 third_party/libxml/src/xmlschemas.c pos = sto->depth - matcher->depth; pos 22767 third_party/libxml/src/xmlschemas.c if (pos > 9) pos 22768 third_party/libxml/src/xmlschemas.c matcher->sizeKeySeqs = pos * 2; pos 22783 third_party/libxml/src/xmlschemas.c } else if (pos >= matcher->sizeKeySeqs) { pos 22808 third_party/libxml/src/xmlschemas.c keySeq = matcher->keySeqs[pos]; pos 22850 third_party/libxml/src/xmlschemas.c matcher->keySeqs[pos] = keySeq; pos 22862 third_party/libxml/src/xmlschemas.c matcher->keySeqs[pos] = NULL; pos 22889 third_party/libxml/src/xmlschemas.c int pos, i, j, nbKeys; pos 22904 third_party/libxml/src/xmlschemas.c pos = depth - matcher->depth; pos 22910 third_party/libxml/src/xmlschemas.c (matcher->sizeKeySeqs <= pos)) { pos 22917 third_party/libxml/src/xmlschemas.c keySeq = &(matcher->keySeqs[pos]); pos 887 third_party/libxml/src/xmlstring.c xmlUTF8Strpos(const xmlChar *utf, int pos) { pos 891 third_party/libxml/src/xmlstring.c if (pos < 0) pos 893 third_party/libxml/src/xmlstring.c while (pos--) { pos 4126 third_party/libxml/src/xpath.c xmlXPathNodeSetClearFromPos(xmlNodeSetPtr set, int pos, int hasNsNodes) pos 4128 third_party/libxml/src/xpath.c if ((set == NULL) || (set->nodeNr <= 0) || (pos >= set->nodeNr)) pos 4134 third_party/libxml/src/xpath.c for (i = pos; i < set->nodeNr; i++) { pos 4141 third_party/libxml/src/xpath.c set->nodeNr = pos; pos 11699 third_party/libxml/src/xpath.c int i, pos = 0, newContextSize = 0, contextPos = 0, res; pos 11769 third_party/libxml/src/xpath.c pos++; pos 11771 third_party/libxml/src/xpath.c if (res && (pos >= minPos) && (pos <= maxPos)) { pos 11792 third_party/libxml/src/xpath.c if (pos == maxPos) { pos 11917 third_party/libxml/src/xpath.c if (++pos == maxPos) { \ pos 11926 third_party/libxml/src/xpath.c if (++pos == maxPos) { \ pos 11966 third_party/libxml/src/xpath.c int hasPredicateRange, hasAxisRange, pos, size, newSize; pos 12194 third_party/libxml/src/xpath.c pos = 0; pos 2358 third_party/libxml/src/xpointer.c int pos; pos 2366 third_party/libxml/src/xpointer.c pos = *indx; pos 2377 third_party/libxml/src/xpointer.c if (pos > 0) { pos 2378 third_party/libxml/src/xpointer.c cur = xmlXPtrGetNthChild(cur, pos); pos 2379 third_party/libxml/src/xpointer.c pos = 0; pos 2382 third_party/libxml/src/xpointer.c pos = 0; pos 2395 third_party/libxml/src/xpointer.c if (pos == 0) pos = 1; pos 2398 third_party/libxml/src/xpointer.c *indx = pos; pos 2409 third_party/libxml/src/xpointer.c if (pos > len) { pos 2412 third_party/libxml/src/xpointer.c pos = len; pos 2414 third_party/libxml/src/xpointer.c if (pos + bytes >= len) { pos 2415 third_party/libxml/src/xpointer.c bytes -= (len - pos); pos 2417 third_party/libxml/src/xpointer.c pos = 0; pos 2418 third_party/libxml/src/xpointer.c } else if (pos + bytes < len) { pos 2419 third_party/libxml/src/xpointer.c pos += bytes; pos 2421 third_party/libxml/src/xpointer.c *indx = pos; pos 2448 third_party/libxml/src/xpointer.c int pos; /* 0 based */ pos 2462 third_party/libxml/src/xpointer.c pos = startindex - 1; pos 2466 third_party/libxml/src/xpointer.c if ((cur == *end) && (pos + stringlen > *endindex)) pos 2471 third_party/libxml/src/xpointer.c if (len >= pos + stringlen) { pos 2472 third_party/libxml/src/xpointer.c match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); pos 2477 third_party/libxml/src/xpointer.c stringlen, pos + 1); pos 2482 third_party/libxml/src/xpointer.c *endindex = pos + stringlen; pos 2488 third_party/libxml/src/xpointer.c int sub = len - pos; pos 2489 third_party/libxml/src/xpointer.c match = (!xmlStrncmp(&cur->content[pos], string, sub)); pos 2494 third_party/libxml/src/xpointer.c sub, pos + 1); pos 2508 third_party/libxml/src/xpointer.c pos = 0; pos 2534 third_party/libxml/src/xpointer.c int pos; /* 0 based */ pos 2547 third_party/libxml/src/xpointer.c pos = *startindex - 1; pos 2553 third_party/libxml/src/xpointer.c while (pos <= len) { pos 2555 third_party/libxml/src/xpointer.c str = xmlStrchr(&cur->content[pos], first); pos 2557 third_party/libxml/src/xpointer.c pos = (str - (xmlChar *)(cur->content)); pos 2561 third_party/libxml/src/xpointer.c first, pos + 1); pos 2565 third_party/libxml/src/xpointer.c if (xmlXPtrMatchString(string, cur, pos + 1, pos 2568 third_party/libxml/src/xpointer.c *startindex = pos + 1; pos 2571 third_party/libxml/src/xpointer.c pos++; pos 2573 third_party/libxml/src/xpointer.c pos = len + 1; pos 2584 third_party/libxml/src/xpointer.c pos + 1); pos 2589 third_party/libxml/src/xpointer.c *startindex = pos + 1; pos 2591 third_party/libxml/src/xpointer.c *endindex = pos + 1; pos 2596 third_party/libxml/src/xpointer.c if ((cur == *end) && (pos >= *endindex)) pos 2601 third_party/libxml/src/xpointer.c pos = 1; pos 2618 third_party/libxml/src/xpointer.c int pos, len = 0; pos 2623 third_party/libxml/src/xpointer.c pos = *indx; pos 2631 third_party/libxml/src/xpointer.c if (pos > 0) { pos 2632 third_party/libxml/src/xpointer.c cur = xmlXPtrGetNthChild(cur, pos); pos 2771 third_party/libxml/src/xpointer.c int found, pos = 0, num = 0; pos 2789 third_party/libxml/src/xpointer.c pos = (int) position->floatval; pos 2849 third_party/libxml/src/xpointer.c pos - 1) == 0) { pos 63 third_party/libxslt/libexslt/crypto.c int i, pos; pos 64 third_party/libxslt/libexslt/crypto.c for (i = 0, pos = 0; (i < binlen && pos < hexlen); i++) { pos 67 third_party/libxslt/libexslt/crypto.c hex[pos++] = bin2hex[hi]; pos 68 third_party/libxslt/libexslt/crypto.c hex[pos++] = bin2hex[lo]; pos 71 third_party/libxslt/libexslt/crypto.c hex[pos] = '\0'; pos 851 third_party/libxslt/libxslt/pattern.c int pos = 0, len = 0; pos 942 third_party/libxslt/libxslt/pattern.c pos = ix + indx; pos 955 third_party/libxslt/libxslt/pattern.c sel->indexExtra, ival) = pos; pos 958 third_party/libxslt/libxslt/pattern.c ix = pos; pos 960 third_party/libxslt/libxslt/pattern.c pos = 0; pos 974 third_party/libxslt/libxslt/pattern.c pos = len; pos 999 third_party/libxslt/libxslt/pattern.c if (pos != 0) { pos 1001 third_party/libxslt/libxslt/pattern.c ctxt->xpathCtxt->proximityPosition = pos; pos 1011 third_party/libxslt/libxslt/pattern.c pos; pos 1052 third_party/libxslt/libxslt/pattern.c pos = ix + indx; pos 1063 third_party/libxslt/libxslt/pattern.c sel->indexExtra, ival) = pos; pos 1066 third_party/libxslt/libxslt/pattern.c pos = 0; pos 1080 third_party/libxslt/libxslt/pattern.c pos = len; pos 1096 third_party/libxslt/libxslt/pattern.c if (pos != 0) { pos 1098 third_party/libxslt/libxslt/pattern.c ctxt->xpathCtxt->proximityPosition = pos; pos 1107 third_party/libxslt/libxslt/pattern.c pos; pos 1125 third_party/libxslt/libxslt/pattern.c if (pos != 0) { pos 1132 third_party/libxslt/libxslt/pattern.c if (pos != 0) { pos 27 third_party/lzma_sdk/7zBuf.h size_t pos; pos 167 third_party/lzma_sdk/7zFile.c WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) pos 173 third_party/lzma_sdk/7zFile.c value.LowPart = (DWORD)*pos; pos 174 third_party/lzma_sdk/7zFile.c value.HighPart = (LONG)((UInt64)*pos >> 16 >> 16); /* for case when UInt64 is 32-bit only */ pos 189 third_party/lzma_sdk/7zFile.c *pos = ((Int64)value.HighPart << 32) | value.LowPart; pos 203 third_party/lzma_sdk/7zFile.c res = fseek(p->file, (long)*pos, moveMethod); pos 204 third_party/lzma_sdk/7zFile.c *pos = ftell(p->file); pos 227 third_party/lzma_sdk/7zFile.c long pos = ftell(p->file); pos 230 third_party/lzma_sdk/7zFile.c fseek(p->file, pos, SEEK_SET); pos 259 third_party/lzma_sdk/7zFile.c static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) pos 262 third_party/lzma_sdk/7zFile.c return File_Seek(&p->file, pos, origin); pos 49 third_party/lzma_sdk/7zFile.h WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin); pos 922 third_party/lzma_sdk/7zIn.c size_t pos = 0; pos 925 third_party/lzma_sdk/7zIn.c sizes[i] = pos; pos 928 third_party/lzma_sdk/7zIn.c if (pos >= size) pos 930 third_party/lzma_sdk/7zIn.c if (p[pos * 2] == 0 && p[pos * 2 + 1] == 0) pos 932 third_party/lzma_sdk/7zIn.c pos++; pos 934 third_party/lzma_sdk/7zIn.c pos++; pos 936 third_party/lzma_sdk/7zIn.c sizes[i] = pos; pos 937 third_party/lzma_sdk/7zIn.c return (pos == size) ? SZ_OK : SZ_ERROR_ARCHIVE; pos 1257 third_party/lzma_sdk/7zIn.c Int64 pos = 0; pos 1258 third_party/lzma_sdk/7zIn.c RINOK(inStream->Seek(inStream, &pos, SZ_SEEK_END)); pos 1259 third_party/lzma_sdk/7zIn.c if ((UInt64)pos < startArcPos + nextHeaderOffset || pos 1260 third_party/lzma_sdk/7zIn.c (UInt64)pos < startArcPos + k7zStartHeaderSize + nextHeaderOffset || pos 1261 third_party/lzma_sdk/7zIn.c (UInt64)pos < startArcPos + k7zStartHeaderSize + nextHeaderOffset + nextHeaderSize) pos 73 third_party/lzma_sdk/7zStream.c size_t size2 = p->size - p->pos; pos 76 third_party/lzma_sdk/7zStream.c p->pos = 0; pos 83 third_party/lzma_sdk/7zStream.c *buf = p->buf + p->pos; pos 91 third_party/lzma_sdk/7zStream.c size_t size2 = p->size - p->pos; pos 94 third_party/lzma_sdk/7zStream.c p->pos = 0; pos 102 third_party/lzma_sdk/7zStream.c *buf = p->buf + p->pos; pos 109 third_party/lzma_sdk/7zStream.c p->pos += offset; pos 116 third_party/lzma_sdk/7zStream.c size_t rem = p->size - p->pos; pos 121 third_party/lzma_sdk/7zStream.c memcpy(buf, p->buf + p->pos, rem); pos 122 third_party/lzma_sdk/7zStream.c p->pos += rem; pos 127 third_party/lzma_sdk/7zStream.c static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) pos 130 third_party/lzma_sdk/7zStream.c p->pos = p->size = 0; pos 131 third_party/lzma_sdk/7zStream.c return p->realStream->Seek(p->realStream, pos, origin); pos 146 third_party/lzma_sdk/7zStream.c p->pos = p->size = 0; pos 48 third_party/lzma_sdk/LzFind.c UInt32 MatchFinder_GetNumAvailableBytes(CMatchFinder *p) { return p->streamPos - p->pos; } pos 53 third_party/lzma_sdk/LzFind.c p->pos -= subValue; pos 74 third_party/lzma_sdk/LzFind.c Byte *dest = p->buffer + (p->streamPos - p->pos); pos 87 third_party/lzma_sdk/LzFind.c if (p->streamPos - p->pos > p->keepSizeAfter) pos 96 third_party/lzma_sdk/LzFind.c (size_t)(p->streamPos - p->pos + p->keepSizeBefore)); pos 112 third_party/lzma_sdk/LzFind.c if (p->keepSizeAfter >= p->streamPos - p->pos) pos 248 third_party/lzma_sdk/LzFind.c UInt32 limit = kMaxValForNormalize - p->pos; pos 252 third_party/lzma_sdk/LzFind.c limit2 = p->streamPos - p->pos; pos 263 third_party/lzma_sdk/LzFind.c UInt32 lenLimit = p->streamPos - p->pos; pos 268 third_party/lzma_sdk/LzFind.c p->posLimit = p->pos + limit; pos 278 third_party/lzma_sdk/LzFind.c p->pos = p->streamPos = p->cyclicBufferSize; pos 287 third_party/lzma_sdk/LzFind.c return (p->pos - p->historySize - 1) & kNormalizeMask; pos 313 third_party/lzma_sdk/LzFind.c if (p->pos == kMaxValForNormalize) pos 315 third_party/lzma_sdk/LzFind.c if (!p->streamEndWasReached && p->keepSizeAfter == p->streamPos - p->pos) pos 322 third_party/lzma_sdk/LzFind.c static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, pos 329 third_party/lzma_sdk/LzFind.c UInt32 delta = pos - curMatch; pos 353 third_party/lzma_sdk/LzFind.c UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, pos 362 third_party/lzma_sdk/LzFind.c UInt32 delta = pos - curMatch; pos 408 third_party/lzma_sdk/LzFind.c static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, pos 416 third_party/lzma_sdk/LzFind.c UInt32 delta = pos - curMatch; pos 461 third_party/lzma_sdk/LzFind.c if (++p->pos == p->posLimit) MatchFinder_CheckLimits(p); pos 475 third_party/lzma_sdk/LzFind.c #define MF_PARAMS(p) p->pos, p->buffer, p->son, p->cyclicBufferPos, p->cyclicBufferSize, p->cutValue pos 490 third_party/lzma_sdk/LzFind.c p->hash[hashValue] = p->pos; pos 501 third_party/lzma_sdk/LzFind.c p->hash[hashValue] = p->pos; pos 513 third_party/lzma_sdk/LzFind.c delta2 = p->pos - p->hash[hash2Value]; pos 517 third_party/lzma_sdk/LzFind.c p->hash[kFix3HashSize + hashValue] = p->pos; pos 546 third_party/lzma_sdk/LzFind.c delta2 = p->pos - p->hash[ hash2Value]; pos 547 third_party/lzma_sdk/LzFind.c delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; pos 552 third_party/lzma_sdk/LzFind.c p->hash[kFix4HashSize + hashValue] = p->pos; pos 593 third_party/lzma_sdk/LzFind.c delta2 = p->pos - p->hash[ hash2Value]; pos 594 third_party/lzma_sdk/LzFind.c delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; pos 599 third_party/lzma_sdk/LzFind.c p->hash[kFix4HashSize + hashValue] = p->pos; pos 641 third_party/lzma_sdk/LzFind.c p->hash[hashValue] = p->pos; pos 654 third_party/lzma_sdk/LzFind.c p->hash[hashValue] = p->pos; pos 667 third_party/lzma_sdk/LzFind.c p->hash[hashValue] = p->pos; pos 682 third_party/lzma_sdk/LzFind.c p->hash[kFix3HashSize + hashValue] = p->pos; pos 697 third_party/lzma_sdk/LzFind.c p->hash[kFix3HashSize + hash3Value] = p->pos; pos 698 third_party/lzma_sdk/LzFind.c p->hash[kFix4HashSize + hashValue] = p->pos; pos 714 third_party/lzma_sdk/LzFind.c p->hash[kFix4HashSize + hashValue] = p->pos; pos 728 third_party/lzma_sdk/LzFind.c p->hash[hashValue] = p->pos; pos 18 third_party/lzma_sdk/LzFind.h UInt32 pos; pos 56 third_party/lzma_sdk/LzFind.h #define Inline_MatchFinder_GetNumAvailableBytes(p) ((p)->streamPos - (p)->pos) pos 76 third_party/lzma_sdk/LzFind.h UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son, pos 383 third_party/lzma_sdk/LzmaDec.c SizeT pos = (dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0); pos 388 third_party/lzma_sdk/LzmaDec.c if (pos + curLen <= dicBufSize) pos 391 third_party/lzma_sdk/LzmaDec.c ptrdiff_t src = (ptrdiff_t)pos - (ptrdiff_t)dicPos; pos 402 third_party/lzma_sdk/LzmaDec.c dic[dicPos++] = dic[pos]; pos 403 third_party/lzma_sdk/LzmaDec.c if (++pos == dicBufSize) pos 404 third_party/lzma_sdk/LzmaDec.c pos = 0; pos 91 third_party/lzma_sdk/LzmaEnc.c #define BSR2_RET(pos, res) { unsigned long i; _BitScanReverse(&i, (pos)); res = (i + i) + ((pos >> (i - 1)) & 1); } pos 93 third_party/lzma_sdk/LzmaEnc.c UInt32 GetPosSlot1(UInt32 pos) pos 96 third_party/lzma_sdk/LzmaEnc.c BSR2_RET(pos, res); pos 99 third_party/lzma_sdk/LzmaEnc.c #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } pos 100 third_party/lzma_sdk/LzmaEnc.c #define GetPosSlot(pos, res) { if (pos < 2) res = pos; else BSR2_RET(pos, res); } pos 122 third_party/lzma_sdk/LzmaEnc.c #define BSR2_RET(pos, res) { UInt32 i = 6 + ((kNumLogBits - 1) & \ pos 123 third_party/lzma_sdk/LzmaEnc.c (0 - (((((UInt32)1 << (kNumLogBits + 6)) - 1) - pos) >> 31))); \ pos 124 third_party/lzma_sdk/LzmaEnc.c res = p->g_FastPos[pos >> i] + (i * 2); } pos 131 third_party/lzma_sdk/LzmaEnc.c #define GetPosSlot1(pos) p->g_FastPos[pos] pos 132 third_party/lzma_sdk/LzmaEnc.c #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } pos 133 third_party/lzma_sdk/LzmaEnc.c #define GetPosSlot(pos, res) { if (pos < kNumFullDistances) res = p->g_FastPos[pos]; else BSR2_RET(pos, res); } pos 927 third_party/lzma_sdk/LzmaEnc.c #define LIT_PROBS(pos, prevByte) (p->litProbs + ((((pos) & p->lpMask) << p->lc) + ((prevByte) >> (8 - p->lc))) * 0x300) pos 1174 third_party/lzma_sdk/LzmaEnc.c UInt32 pos; pos 1179 third_party/lzma_sdk/LzmaEnc.c pos = curOpt->backPrev2; pos 1184 third_party/lzma_sdk/LzmaEnc.c pos = curOpt->backPrev; pos 1185 third_party/lzma_sdk/LzmaEnc.c if (pos < LZMA_NUM_REPS) pos 1191 third_party/lzma_sdk/LzmaEnc.c if (pos < LZMA_NUM_REPS) pos 1194 third_party/lzma_sdk/LzmaEnc.c reps[0] = prevOpt->backs[pos]; pos 1195 third_party/lzma_sdk/LzmaEnc.c for (i = 1; i <= pos; i++) pos 1203 third_party/lzma_sdk/LzmaEnc.c reps[0] = (pos - LZMA_NUM_REPS); pos 1767 third_party/lzma_sdk/LzmaEnc.c UInt32 pos, len, posState; pos 1770 third_party/lzma_sdk/LzmaEnc.c len = GetOptimumFast(p, &pos); pos 1772 third_party/lzma_sdk/LzmaEnc.c len = GetOptimum(p, nowPos32, &pos); pos 1775 third_party/lzma_sdk/LzmaEnc.c printf("\n pos = %4X, len = %d pos = %d", nowPos32, len, pos); pos 1779 third_party/lzma_sdk/LzmaEnc.c if (len == 1 && pos == (UInt32)-1) pos 1798 third_party/lzma_sdk/LzmaEnc.c if (pos < LZMA_NUM_REPS) pos 1801 third_party/lzma_sdk/LzmaEnc.c if (pos == 0) pos 1808 third_party/lzma_sdk/LzmaEnc.c UInt32 distance = p->reps[pos]; pos 1810 third_party/lzma_sdk/LzmaEnc.c if (pos == 1) pos 1815 third_party/lzma_sdk/LzmaEnc.c RangeEnc_EncodeBit(&p->rc, &p->isRepG2[p->state], pos - 2); pos 1816 third_party/lzma_sdk/LzmaEnc.c if (pos == 3) pos 1837 third_party/lzma_sdk/LzmaEnc.c pos -= LZMA_NUM_REPS; pos 1838 third_party/lzma_sdk/LzmaEnc.c GetPosSlot(pos, posSlot); pos 1845 third_party/lzma_sdk/LzmaEnc.c UInt32 posReduced = pos - base; pos 1859 third_party/lzma_sdk/LzmaEnc.c p->reps[0] = pos; pos 166 third_party/lzma_sdk/Types.h SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); pos 180 third_party/lzma_sdk/Types.h SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); pos 196 third_party/lzma_sdk/Types.h size_t pos; pos 502 third_party/npapi/npspy/extern/java/jriext.h #define JRI_GetVarInfo(env, frameIndex, varIndex, name, signature, pos, isArgument, startScope, endScope) \ pos 503 third_party/npapi/npspy/extern/java/jriext.h ((*(env))->GetVarInfo(env, frameIndex, varIndex, name, signature, pos, isArgument, startScope, endScope)) pos 45 third_party/power_gadget/PowerGadgetLib.cpp wstring::size_type prev_pos = 0, pos = 0; pos 47 third_party/power_gadget/PowerGadgetLib.cpp while((pos = s.find(L';', pos)) != wstring::npos) pos 49 third_party/power_gadget/PowerGadgetLib.cpp wstring substring( s.substr(prev_pos, pos-prev_pos) ); pos 56 third_party/power_gadget/PowerGadgetLib.cpp prev_pos = ++pos; pos 61 third_party/power_gadget/PowerGadgetLib.cpp wstring substring(s.substr(prev_pos, pos-prev_pos)); pos 72 third_party/power_gadget/PowerGadgetLib.cpp basic_string <char>::size_type pos = path.rfind(L" "); pos 73 third_party/power_gadget/PowerGadgetLib.cpp wstring version = path.substr(pos+1, path.length()); pos 804 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java int pos = bufferSize - bufferPos; pos 805 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java System.arraycopy(buffer, bufferPos, bytes, 0, pos); pos 813 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java while (size - pos > bufferSize) { pos 814 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java System.arraycopy(buffer, 0, bytes, pos, bufferSize); pos 815 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java pos += bufferSize; pos 820 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java System.arraycopy(buffer, 0, bytes, pos, size - pos); pos 821 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java bufferPos = size - pos; pos 849 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java int pos = 0; pos 850 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java while (pos < chunk.length) { pos 852 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java input.read(chunk, pos, chunk.length - pos); pos 857 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java pos += n; pos 867 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java int pos = originalBufferSize - originalBufferPos; pos 868 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java System.arraycopy(buffer, originalBufferPos, bytes, 0, pos); pos 872 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java System.arraycopy(chunk, 0, bytes, pos, chunk.length); pos 873 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java pos += chunk.length; pos 904 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java int pos = bufferSize - bufferPos; pos 911 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java while (size - pos > bufferSize) { pos 912 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java pos += bufferSize; pos 917 third_party/protobuf/java/src/main/java/com/google/protobuf/CodedInputStream.java bufferPos = size - pos; pos 487 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java int pos = 0; pos 501 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java pos += bytesToCompare; pos 502 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java if (pos >= totalLength) { pos 503 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java if (pos == totalLength) { pos 713 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java ByteString pos = root; pos 714 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java while (pos instanceof RopeByteString) { pos 715 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java RopeByteString rbs = (RopeByteString) pos; pos 717 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java pos = rbs.left; pos 719 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return (LiteralByteString) pos; pos 534 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java private int pos = -1; pos 540 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return (pos + 1) < entryList.size() || pos 549 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (++pos < entryList.size()) { pos 550 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java return entryList.get(pos); pos 563 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java if (pos < entryList.size()) { pos 564 third_party/protobuf/java/src/main/java/com/google/protobuf/SmallSortedMap.java removeArrayEntryAt(pos--); pos 517 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java int pos = 0; pos 521 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java write(text.subSequence(pos, size), i - pos + 1); pos 522 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java pos = i + 1; pos 526 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java write(text.subSequence(pos, size), size - pos); pos 579 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java private int pos = 0; pos 630 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java while (pos < matcher.regionStart()) { pos 631 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (text.charAt(pos) == '\n') { pos 637 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java ++pos; pos 651 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java currentToken = String.valueOf(text.charAt(pos)); pos 652 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java matcher.region(pos + 1, matcher.regionEnd()); pos 1308 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java int pos = 0; pos 1327 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java result[pos++] = (byte)code; pos 1330 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 'a' : result[pos++] = 0x07; break; pos 1331 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 'b' : result[pos++] = '\b'; break; pos 1332 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 'f' : result[pos++] = '\f'; break; pos 1333 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 'n' : result[pos++] = '\n'; break; pos 1334 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 'r' : result[pos++] = '\r'; break; pos 1335 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 't' : result[pos++] = '\t'; break; pos 1336 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case 'v' : result[pos++] = 0x0b; break; pos 1337 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case '\\': result[pos++] = '\\'; break; pos 1338 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case '\'': result[pos++] = '\''; break; pos 1339 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java case '"' : result[pos++] = '\"'; break; pos 1355 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java result[pos++] = (byte)code; pos 1368 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java result[pos++] = c; pos 1372 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java return ByteString.copyFrom(result, 0, pos); pos 1476 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java int pos = 0; pos 1479 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (text.startsWith("-", pos)) { pos 1483 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java ++pos; pos 1488 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java if (text.startsWith("0x", pos)) { pos 1489 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java pos += 2; pos 1491 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java } else if (text.startsWith("0", pos)) { pos 1495 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java final String numberText = text.substring(pos); pos 319 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java protected int pos = 0; pos 326 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java if (pos == data.length) { pos 329 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java return data[pos++]; pos 338 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java if (pos == data.length) { pos 341 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java int count = Math.min(Math.min(size, data.length - pos), 250); pos 342 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java System.arraycopy(data, pos, buf, offset, count); pos 343 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java pos += count; pos 355 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java return Math.min(250, data.length - pos); pos 501 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc string::size_type pos = target->find(magic_string); pos 503 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (pos == string::npos) { pos 515 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc pos = target->find_last_of('\n', pos); pos 516 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (pos == string::npos) { pos 518 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc pos = 0; pos 521 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc ++pos; pos 525 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc string indent_(*target, pos, target->find_first_not_of(" \t", pos) - pos); pos 529 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc target->insert(pos, data_); pos 538 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc target->insert(pos, data_.size() + indent_size, '\0'); pos 542 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc char* target_ptr = string_as_array(target) + pos; pos 559 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc string_as_array(target) + pos + data_.size() + indent_size); pos 155 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc string::size_type pos = result.find_first_of('\n'); pos 156 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc if (pos != string::npos) { pos 157 third_party/protobuf/src/google/protobuf/compiler/java/java_doc_comment.cc result.erase(pos); pos 61 third_party/protobuf/src/google/protobuf/io/printer.cc int pos = 0; // The number of bytes we've written so far. pos 67 third_party/protobuf/src/google/protobuf/io/printer.cc WriteRaw(text + pos, i - pos + 1); pos 68 third_party/protobuf/src/google/protobuf/io/printer.cc pos = i + 1; pos 78 third_party/protobuf/src/google/protobuf/io/printer.cc WriteRaw(text + pos, i - pos); pos 79 third_party/protobuf/src/google/protobuf/io/printer.cc pos = i + 1; pos 82 third_party/protobuf/src/google/protobuf/io/printer.cc const char* end = strchr(text + pos, variable_delimiter_); pos 85 third_party/protobuf/src/google/protobuf/io/printer.cc end = text + pos; pos 89 third_party/protobuf/src/google/protobuf/io/printer.cc string varname(text + pos, endpos - pos); pos 105 third_party/protobuf/src/google/protobuf/io/printer.cc pos = endpos + 1; pos 110 third_party/protobuf/src/google/protobuf/io/printer.cc WriteRaw(text + pos, size - pos); pos 306 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int64 pos = output->ByteCount(); pos 309 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc buffer + pos, kBufferSize - pos, kBlockSizes[i]); pos 314 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int64 size = pos + output->ByteCount(); pos 614 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int64 pos = output->ByteCount(); pos 617 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc buffer + pos, kBufferSize - pos, kBlockSizes[i]); pos 625 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc int64 size = pos + output->ByteCount(); pos 645 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_unittest.cc << " pos=" << pos pos 56 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc int pos = 0; pos 57 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc while (pos < version.size() && pos 58 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc (ascii_isdigit(version[pos]) || version[pos] == '.')) { pos 59 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc ++pos; pos 61 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc version.erase(pos); pos 113 third_party/protobuf/src/google/protobuf/stubs/strutil.cc string::size_type pos; pos 115 third_party/protobuf/src/google/protobuf/stubs/strutil.cc pos = s.find(oldsub, start_pos); pos 116 third_party/protobuf/src/google/protobuf/stubs/strutil.cc if (pos == string::npos) { pos 119 third_party/protobuf/src/google/protobuf/stubs/strutil.cc res->append(s, start_pos, pos - start_pos); pos 121 third_party/protobuf/src/google/protobuf/stubs/strutil.cc start_pos = pos + oldsub.size(); // start searching again after the "old" pos 966 third_party/protobuf/src/google/protobuf/text_format.cc int pos = 0; // The number of bytes we've written so far. pos 972 third_party/protobuf/src/google/protobuf/text_format.cc Write(text + pos, i - pos + 1); pos 973 third_party/protobuf/src/google/protobuf/text_format.cc pos = i + 1; pos 982 third_party/protobuf/src/google/protobuf/text_format.cc Write(text + pos, size - pos); pos 115 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc int pos = 0; pos 120 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc ASSERT_LT(pos, unknown_fields_->field_count()); pos 121 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc EXPECT_EQ(i, unknown_fields_->field(pos++).number()); pos 124 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc ASSERT_LT(pos, unknown_fields_->field_count()); pos 125 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc EXPECT_EQ(i, unknown_fields_->field(pos++).number()); pos 129 third_party/protobuf/src/google/protobuf/unknown_field_set_unittest.cc EXPECT_EQ(unknown_fields_->field_count(), pos); pos 142 third_party/re2/re2/stringpiece.h int copy(char* buf, size_type n, size_type pos = 0) const; pos 144 third_party/re2/re2/stringpiece.h int find(const StringPiece& s, size_type pos = 0) const; pos 145 third_party/re2/re2/stringpiece.h int find(char c, size_type pos = 0) const; pos 146 third_party/re2/re2/stringpiece.h int rfind(const StringPiece& s, size_type pos = npos) const; pos 147 third_party/re2/re2/stringpiece.h int rfind(char c, size_type pos = npos) const; pos 149 third_party/re2/re2/stringpiece.h StringPiece substr(size_type pos, size_type n = npos) const; pos 905 third_party/re2/util/pcre.cc bool pos = true; pos 908 third_party/re2/util/pcre.cc pos = false; pos 915 third_party/re2/util/pcre.cc if (!pos) pos 36 third_party/re2/util/stringpiece.cc int StringPiece::copy(char* buf, size_type n, size_type pos) const { pos 37 third_party/re2/util/stringpiece.cc int ret = min(length_ - pos, n); pos 38 third_party/re2/util/stringpiece.cc memcpy(buf, ptr_ + pos, ret); pos 42 third_party/re2/util/stringpiece.cc int StringPiece::find(const StringPiece& s, size_type pos) const { pos 43 third_party/re2/util/stringpiece.cc if (length_ < 0 || pos > static_cast<size_type>(length_)) pos 46 third_party/re2/util/stringpiece.cc const char* result = std::search(ptr_ + pos, ptr_ + length_, pos 52 third_party/re2/util/stringpiece.cc int StringPiece::find(char c, size_type pos) const { pos 53 third_party/re2/util/stringpiece.cc if (length_ <= 0 || pos >= static_cast<size_type>(length_)) { pos 56 third_party/re2/util/stringpiece.cc const char* result = std::find(ptr_ + pos, ptr_ + length_, c); pos 60 third_party/re2/util/stringpiece.cc int StringPiece::rfind(const StringPiece& s, size_type pos) const { pos 63 third_party/re2/util/stringpiece.cc if (s.length_ == 0) return min(ulen, pos); pos 65 third_party/re2/util/stringpiece.cc const char* last = ptr_ + min(ulen - s.length_, pos) + s.length_; pos 70 third_party/re2/util/stringpiece.cc int StringPiece::rfind(char c, size_type pos) const { pos 72 third_party/re2/util/stringpiece.cc for (int i = min(pos, static_cast<size_type>(length_ - 1)); pos 81 third_party/re2/util/stringpiece.cc StringPiece StringPiece::substr(size_type pos, size_type n) const { pos 82 third_party/re2/util/stringpiece.cc if (pos > length_) pos = length_; pos 83 third_party/re2/util/stringpiece.cc if (n > length_ - pos) n = length_ - pos; pos 84 third_party/re2/util/stringpiece.cc return StringPiece(ptr_ + pos, n); pos 448 third_party/sqlite/src/ext/fts1/fulltext.c int pos = readPosition(&blockReader); pos 449 third_party/sqlite/src/ext/fts1/fulltext.c if( pos==-1 ) break; pos 450 third_party/sqlite/src/ext/fts1/fulltext.c docListAddPos(m->pOut, pos); pos 106 third_party/talloc/libreplace/repdir_getdirentries.c long pos; pos 107 third_party/talloc/libreplace/repdir_getdirentries.c d->nbytes = getdirentries(d->fd, d->buf, DIR_BUF_SIZE, &pos); pos 108 third_party/talloc/libreplace/repdir_getdirentries.c d->seekpos = pos; pos 146 third_party/talloc/libreplace/repdir_getdirentries.c long pos; pos 148 third_party/talloc/libreplace/repdir_getdirentries.c d->nbytes = getdirentries(d->fd, d->buf, DIR_BUF_SIZE, &pos); pos 1141 third_party/talloc/libreplace/snprintf.c int i, pos; pos 1148 third_party/talloc/libreplace/snprintf.c pos = 0; pos 1151 third_party/talloc/libreplace/snprintf.c pos = max_num; pos 1159 third_party/talloc/libreplace/snprintf.c for (i = pos; i < max; i++) { pos 166 third_party/tcmalloc/chromium/src/internal_logging.cc char* pos = end; pos 168 third_party/tcmalloc/chromium/src/internal_logging.cc pos--; pos 169 third_party/tcmalloc/chromium/src/internal_logging.cc *pos = kDigits[num % base]; pos 171 third_party/tcmalloc/chromium/src/internal_logging.cc } while (num > 0 && pos > space); pos 172 third_party/tcmalloc/chromium/src/internal_logging.cc return AddStr(pos, end - pos); pos 165 third_party/tcmalloc/vendor/src/internal_logging.cc char* pos = end; pos 167 third_party/tcmalloc/vendor/src/internal_logging.cc pos--; pos 168 third_party/tcmalloc/vendor/src/internal_logging.cc *pos = kDigits[num % base]; pos 170 third_party/tcmalloc/vendor/src/internal_logging.cc } while (num > 0 && pos > space); pos 171 third_party/tcmalloc/vendor/src/internal_logging.cc return AddStr(pos, end - pos); pos 194 third_party/zlib/contrib/minizip/ioapi.h #define ZSEEK64(filefunc,filestream,pos,mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode))) pos 213 third_party/zlib/contrib/minizip/minizip.c ZPOS64_T pos = 0; pos 220 third_party/zlib/contrib/minizip/minizip.c pos = ftello64(pFile); pos 222 third_party/zlib/contrib/minizip/minizip.c printf("File : %s is %lld bytes\n", filename, pos); pos 224 third_party/zlib/contrib/minizip/minizip.c if(pos >= 0xffffffff) pos 2104 third_party/zlib/contrib/minizip/unzip.c extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) pos 2113 third_party/zlib/contrib/minizip/unzip.c s->pos_in_central_dir = pos; pos 2122 third_party/zlib/contrib/minizip/unzip.c extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) pos 2124 third_party/zlib/contrib/minizip/unzip.c return unzSetOffset64(file,pos); pos 428 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzSetOffset64 (unzFile file, ZPOS64_T pos); pos 429 third_party/zlib/contrib/minizip/unzip.h extern int ZEXPORT unzSetOffset (unzFile file, uLong pos); pos 1755 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos = zip64eocd_pos_inzip - zi->add_position_when_writting_offset; pos 1765 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc,zi->filestream, pos,8); pos 1808 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; pos 1809 third_party/zlib/contrib/minizip/zip.c err = zip64local_putValue(&zi->z_filefunc,zi->filestream, (ZPOS64_T)pos,8); pos 1849 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; pos 1850 third_party/zlib/contrib/minizip/zip.c if(pos >= 0xffffffff) pos 1885 third_party/zlib/contrib/minizip/zip.c ZPOS64_T pos; pos 1921 third_party/zlib/contrib/minizip/zip.c pos = centraldir_pos_inzip - zi->add_position_when_writting_offset; pos 1922 third_party/zlib/contrib/minizip/zip.c if(pos >= 0xffffffff) pos 91 third_party/zlib/gzguts.h z_off64_t pos; /* current position in uncompressed data */ pos 84 third_party/zlib/gzlib.c state->pos = 0; /* no uncompressed data yet */ pos 303 third_party/zlib/gzlib.c offset -= state->pos; pos 310 third_party/zlib/gzlib.c state->pos + offset >= state->raw) { pos 319 third_party/zlib/gzlib.c state->pos += offset; pos 320 third_party/zlib/gzlib.c return state->pos; pos 327 third_party/zlib/gzlib.c offset += state->pos; pos 340 third_party/zlib/gzlib.c state->pos += n; pos 349 third_party/zlib/gzlib.c return state->pos + offset; pos 378 third_party/zlib/gzlib.c return state->pos + (state->seek ? state->skip : 0); pos 213 third_party/zlib/gzread.c state->raw = state->pos; pos 344 third_party/zlib/gzread.c state->pos += n; pos 445 third_party/zlib/gzread.c state->pos += n; pos 472 third_party/zlib/gzread.c state->pos++; pos 513 third_party/zlib/gzread.c state->pos--; pos 534 third_party/zlib/gzread.c state->pos--; pos 592 third_party/zlib/gzread.c state->pos += n; pos 134 third_party/zlib/gzwrite.c state->pos += n; pos 196 third_party/zlib/gzwrite.c state->pos += n; pos 211 third_party/zlib/gzwrite.c state->pos += len; pos 252 third_party/zlib/gzwrite.c state->pos++; pos 345 third_party/zlib/gzwrite.c state->pos += len; pos 419 third_party/zlib/gzwrite.c state->pos += len; pos 437 tools/imagediff/image_diff_png.cc void AddComment(size_t pos, const Comment& comment) { pos 438 tools/imagediff/image_diff_png.cc png_text_[pos].compression = PNG_TEXT_COMPRESSION_NONE; pos 441 tools/imagediff/image_diff_png.cc png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str()); pos 442 tools/imagediff/image_diff_png.cc png_text_[pos].text = strdup(comment.text.c_str()); pos 443 tools/imagediff/image_diff_png.cc png_text_[pos].text_length = comment.text.length(); pos 445 tools/imagediff/image_diff_png.cc png_text_[pos].itxt_length = 0; pos 446 tools/imagediff/image_diff_png.cc png_text_[pos].lang = 0; pos 447 tools/imagediff/image_diff_png.cc png_text_[pos].lang_key = 0; pos 127 tools/traceline/traceline/assembler.h void bind_to(int pos) { pos 129 tools/traceline/traceline/assembler.h table_[0] = pos; pos 132 tools/traceline/traceline/assembler.h void link_to(int pos) { pos 136 tools/traceline/traceline/assembler.h table_[num_] = pos; pos 340 tools/traceline/traceline/assembler.h void put_dword_at(int pos, unsigned int d) { pos 341 tools/traceline/traceline/assembler.h *reinterpret_cast<unsigned int*>(&buf_[pos]) = d; pos 456 tools/traceline/traceline/assembler.h int pos = l->binding_pos() - (pos_ + 2); pos 457 tools/traceline/traceline/assembler.h ASSERT(pos >= -128 && pos < 0); pos 459 tools/traceline/traceline/assembler.h emit(0xe2); emit(pos & 0xff); pos 1027 tools/traceline/traceline/main.cc int pos = kOffLogAreaPtr; pos 1028 tools/traceline/traceline/main.cc int i = IntAt(pos); pos 1029 tools/traceline/traceline/main.cc pos += 4; pos 1034 tools/traceline/traceline/main.cc for (int end = pos + i; pos < end; ) { pos 1036 tools/traceline/traceline/main.cc __int64 ts = Int64At(pos); pos 1037 tools/traceline/traceline/main.cc pos += 8; pos 1038 tools/traceline/traceline/main.cc void* cpuid = reinterpret_cast<void*>(IntAt(pos)); pos 1039 tools/traceline/traceline/main.cc pos += 4; pos 1042 tools/traceline/traceline/main.cc printf("'cpu': 0x%x,\n'thread': 0x%x,\n", cpuid, IntAt(pos)); pos 1043 tools/traceline/traceline/main.cc pos += 4; pos 1048 tools/traceline/traceline/main.cc int retaddr = IntAt(pos + (i * 4)); pos 1056 tools/traceline/traceline/main.cc pos += (options_.stack_unwind_depth() * 4); pos 1060 tools/traceline/traceline/main.cc EventRecordType rt = static_cast<EventRecordType>(IntAt(pos)); pos 1061 tools/traceline/traceline/main.cc pos += 4; pos 1067 tools/traceline/traceline/main.cc std::string str(&buf_[pos], kLdrBufSize); pos 1070 tools/traceline/traceline/main.cc pos += kLdrBufSize; pos 1078 tools/traceline/traceline/main.cc IntAt(pos), IntAt(pos+4)); pos 1079 tools/traceline/traceline/main.cc pos += 8; pos 1087 tools/traceline/traceline/main.cc IntAt(pos), IntAt(pos+4)); pos 1088 tools/traceline/traceline/main.cc pos += 8; pos 1093 tools/traceline/traceline/main.cc std::string str(&buf_[pos], kThreadNameBufSize); pos 1098 tools/traceline/traceline/main.cc pos += kThreadNameBufSize; pos 1117 tools/traceline/traceline/main.cc IntAt(pos), IntAt(pos+4), IntAt(pos+8)); pos 1118 tools/traceline/traceline/main.cc pos += 12; pos 1127 tools/traceline/traceline/main.cc IntAt(pos), IntAt(pos+4), IntAt(pos+8)); pos 1128 tools/traceline/traceline/main.cc pos += 12; pos 1133 tools/traceline/traceline/main.cc int syscall = IntAt(pos); pos 1136 tools/traceline/traceline/main.cc pos += 16; pos 1140 tools/traceline/traceline/main.cc printf(" 0x%x,\n", IntAt(pos)); pos 1141 tools/traceline/traceline/main.cc pos += 4; pos 1147 tools/traceline/traceline/main.cc IntAt(pos), rdn->MsFromStart(0, Int64At(pos+4))); pos 1148 tools/traceline/traceline/main.cc pos += 12; pos 1166 tools/traceline/traceline/main.cc "'critical_section': 0x%x,\n", IntAt(pos)); pos 1167 tools/traceline/traceline/main.cc pos += 4; pos 1175 tools/traceline/traceline/main.cc IntAt(pos), IntAt(pos+4)); pos 1176 tools/traceline/traceline/main.cc pos += 8; pos 1182 tools/traceline/traceline/main.cc "'critical_section': 0x%x,\n", IntAt(pos)); pos 1183 tools/traceline/traceline/main.cc pos += 4; pos 1188 tools/traceline/traceline/main.cc int func_addr = IntAt(pos); pos 1196 tools/traceline/traceline/main.cc IntAt(pos+4), rdn->MsFromStart(0, Int64At(pos+8))); pos 1197 tools/traceline/traceline/main.cc pos += 16; pos 1209 tools/traceline/traceline/main.cc int IntAt(int pos) { return *reinterpret_cast<int*>(&buf_[pos]); } pos 1210 tools/traceline/traceline/main.cc __int64 Int64At(int pos) { return *reinterpret_cast<__int64*>(&buf_[pos]); } pos 45 ui/accessibility/ax_text_utils.cc size_t pos; pos 49 ui/accessibility/ax_text_utils.cc pos = result; pos 53 ui/accessibility/ax_text_utils.cc pos = result - 1; pos 62 ui/accessibility/ax_text_utils.cc if (IsWhitespace(text[pos])) pos 66 ui/accessibility/ax_text_utils.cc if (text[pos] == '\n') pos 70 ui/accessibility/ax_text_utils.cc if ((text[pos] == '.' || text[pos] == '!' || text[pos] == '?') && pos 71 ui/accessibility/ax_text_utils.cc (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) { pos 700 ui/base/l10n/l10n_util.cc size_t pos = utf8_string.find(placeholder.c_str()); pos 702 ui/base/l10n/l10n_util.cc DCHECK_NE(std::string::npos, pos) << pos 706 ui/base/l10n/l10n_util.cc DCHECK_EQ(std::string::npos, pos) << pos 790 ui/base/resource/resource_bundle.cc size_t pos = arraysize(kPngMagic); pos 795 ui/base/resource/resource_bundle.cc if (size - pos < kPngChunkMetadataSize) pos 798 ui/base/resource/resource_bundle.cc base::ReadBigEndian(reinterpret_cast<const char*>(buf + pos), &length); pos 799 ui/base/resource/resource_bundle.cc if (size - pos - kPngChunkMetadataSize < length) pos 801 ui/base/resource/resource_bundle.cc if (length == 0 && memcmp(buf + pos + sizeof(uint32), kPngScaleChunkType, pos 805 ui/base/resource/resource_bundle.cc if (memcmp(buf + pos + sizeof(uint32), kPngDataChunkType, pos 811 ui/base/resource/resource_bundle.cc pos += length + kPngChunkMetadataSize; pos 113 ui/base/webui/web_ui_util.cc std::size_t pos = path->rfind('@'); pos 114 ui/base/webui/web_ui_util.cc if (pos != std::string::npos) { pos 119 ui/base/webui/web_ui_util.cc pos + 1, stripped_path.length() - pos - 1), &factor)) { pos 121 ui/base/webui/web_ui_util.cc stripped_path.remove_suffix(stripped_path.length() - pos); pos 545 ui/gfx/codec/png_codec.cc void AddComment(size_t pos, const PNGCodec::Comment& comment) { pos 546 ui/gfx/codec/png_codec.cc png_text_[pos].compression = PNG_TEXT_COMPRESSION_NONE; pos 549 ui/gfx/codec/png_codec.cc png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str()); pos 550 ui/gfx/codec/png_codec.cc png_text_[pos].text = base::strdup(comment.text.c_str()); pos 551 ui/gfx/codec/png_codec.cc png_text_[pos].text_length = comment.text.length(); pos 553 ui/gfx/codec/png_codec.cc png_text_[pos].itxt_length = 0; pos 554 ui/gfx/codec/png_codec.cc png_text_[pos].lang = 0; pos 555 ui/gfx/codec/png_codec.cc png_text_[pos].lang_key = 0; pos 250 ui/gfx/render_text.cc void SkiaTextRenderer::DrawPosText(const SkPoint* pos, pos 274 ui/gfx/render_text.cc canvas_skia_->drawPosText(&glyphs[0], byte_length, &pos[0], paint_); pos 924 ui/gfx/render_text.cc line_breaks_.ApplyValue(iter.pos(), Range(iter.pos(), text_length)); pos 69 ui/gfx/render_text.h void DrawPosText(const SkPoint* pos, pos 215 ui/gfx/render_text_pango.cc PangoRectangle pos; pos 216 ui/gfx/render_text_pango.cc pango_layout_index_to_pos(layout_, TextIndexToLayoutIndex(index), &pos); pos 218 ui/gfx/render_text_pango.cc return Range(PANGO_PIXELS(pos.x), PANGO_PIXELS(pos.x + pos.width)); pos 386 ui/gfx/render_text_pango.cc std::vector<SkPoint> pos; pos 440 ui/gfx/render_text_pango.cc pos.resize(glyph_count); pos 458 ui/gfx/render_text_pango.cc pos[glyph_index].set(x + pango_units_to_double(glyph.geometry.x_offset), pos 474 ui/gfx/render_text_pango.cc renderer.DrawPosText(&pos[style_start_glyph_index], pos 630 ui/gfx/render_text_win.cc size_t pos; pos 632 ui/gfx/render_text_win.cc pos = std::min(selection.caret_pos() + 1, text().length()); pos 634 ui/gfx/render_text_win.cc pos = iter.pos(); pos 635 ui/gfx/render_text_win.cc if (iter.IsWord() && pos > selection.caret_pos()) pos 643 ui/gfx/render_text_win.cc pos = std::max<int>(selection.caret_pos() - 1, 0); pos 646 ui/gfx/render_text_win.cc size_t begin = iter.pos() - iter.GetString().length(); pos 651 ui/gfx/render_text_win.cc } else if (iter.pos() >= selection.caret_pos()) { pos 654 ui/gfx/render_text_win.cc pos = begin; pos 657 ui/gfx/render_text_win.cc pos = iter.pos() - iter.GetString().length(); pos 662 ui/gfx/render_text_win.cc return SelectionModel(pos, CURSOR_FORWARD); pos 792 ui/gfx/render_text_win.cc std::vector<SkPoint> pos; pos 842 ui/gfx/render_text_win.cc pos.resize(glyph_range.length() + 1); pos 844 ui/gfx/render_text_win.cc pos[k - glyph_range.start()].set( pos 849 ui/gfx/render_text_win.cc pos.back().set(SkIntToScalar(text_offset.x() + segment_x), pos 866 ui/gfx/render_text_win.cc pos[colored_glyphs.start() - glyph_range.start()]; pos 868 ui/gfx/render_text_win.cc pos[colored_glyphs.end() - glyph_range.start()]; pos 87 ui/gfx/selection_model.h void set_selection_start(size_t pos) { selection_.set_start(pos); } pos 17 ui/gfx/utf16_indexing.cc ptrdiff_t UTF16IndexToOffset(const base::string16& s, size_t base, size_t pos) { pos 24 ui/gfx/utf16_indexing.cc DCHECK_LE(pos, s.length()); pos 26 ui/gfx/utf16_indexing.cc while (base < pos) pos 28 ui/gfx/utf16_indexing.cc while (pos < base) pos 29 ui/gfx/utf16_indexing.cc delta -= IsValidCodePointIndex(s, pos++) ? 1 : 0; pos 41 ui/gfx/utf16_indexing.cc size_t pos = base; pos 42 ui/gfx/utf16_indexing.cc while (offset > 0 && pos < s.length()) pos 43 ui/gfx/utf16_indexing.cc offset -= IsValidCodePointIndex(s, pos++) ? 1 : 0; pos 44 ui/gfx/utf16_indexing.cc while (offset < 0 && pos > 0) pos 45 ui/gfx/utf16_indexing.cc offset += IsValidCodePointIndex(s, --pos) ? 1 : 0; pos 52 ui/gfx/utf16_indexing.cc if (!IsValidCodePointIndex(s, pos)) pos 53 ui/gfx/utf16_indexing.cc ++pos; pos 54 ui/gfx/utf16_indexing.cc return pos; pos 42 ui/gfx/utf16_indexing.h size_t pos); pos 51 ui/keyboard/keyboard_controller_proxy.cc const gfx::Rect& pos) OVERRIDE { pos 54 ui/keyboard/keyboard_controller_proxy.cc int new_height = pos.height(); pos 114 ui/views/background.cc SkScalar* pos, pos 117 ui/views/background.cc true, Painter::CreateVerticalMultiColorGradient(colors, pos, count)); pos 68 ui/views/background.h SkScalar* pos, pos 32 ui/views/controls/menu/menu_separator_views.cc int pos = 0; pos 35 ui/views/controls/menu/menu_separator_views.cc pos = height() - kSeparatorHeight; pos 42 ui/views/controls/menu/menu_separator_views.cc pos = height() / 2; pos 45 ui/views/controls/menu/menu_separator_views.cc canvas->FillRect(gfx::Rect(0, pos, width(), kSeparatorHeight), pos 799 ui/views/controls/textfield/textfield.cc size_t pos = drop_destination_model.caret_pos(); pos 800 ui/views/controls/textfield/textfield.cc pos -= render_text->selection().Intersect(gfx::Range(0, pos)).length(); pos 801 ui/views/controls/textfield/textfield.cc model_->DeleteSelectionAndInsertTextAt(new_text, pos); pos 41 ui/views/controls/textfield/textfield_model_unittest.cc void MoveCursorTo(views::TextfieldModel& model, size_t pos) { pos 42 ui/views/controls/textfield/textfield_model_unittest.cc model.MoveCursorTo(gfx::SelectionModel(pos, gfx::CURSOR_FORWARD)); pos 270 ui/views/controls/webview/web_dialog_view.cc void WebDialogView::MoveContents(WebContents* source, const gfx::Rect& pos) { pos 273 ui/views/controls/webview/web_dialog_view.cc GetWidget()->SetBounds(pos); pos 99 ui/views/controls/webview/web_dialog_view.h const gfx::Rect& pos) OVERRIDE; pos 102 ui/views/painter.cc SkScalar* pos, pos 125 ui/views/painter.cc SkScalar* pos, pos 132 ui/views/painter.cc pos_[i] = pos[i]; pos 242 ui/views/painter.cc SkScalar pos[] = {0, 1}; pos 243 ui/views/painter.cc return new GradientPainter(true, colors, pos, 2); pos 251 ui/views/painter.cc SkScalar pos[] = {0, 1}; pos 252 ui/views/painter.cc return new GradientPainter(false, colors, pos, 2); pos 257 ui/views/painter.cc SkScalar* pos, pos 259 ui/views/painter.cc return new GradientPainter(false, colors, pos, count); pos 56 ui/views/painter.h SkScalar* pos, pos 78 webkit/browser/database/database_util.cc std::string::size_type pos = origin_identifier.find(dotdot); pos 79 webkit/browser/database/database_util.cc if (pos == std::string::npos) pos 80 webkit/browser/database/database_util.cc pos = origin_identifier.find_first_of(forbidden, 0, arraysize(forbidden)); pos 82 webkit/browser/database/database_util.cc return pos == std::string::npos; pos 96 webkit/child/multipart_response_delegate.cc int pos = PushOverLine(data_, 0); pos 97 webkit/child/multipart_response_delegate.cc if (pos) pos 98 webkit/child/multipart_response_delegate.cc data_ = data_.substr(pos); pos 116 webkit/child/multipart_response_delegate.cc int pos = PushOverLine(data_, 0); pos 117 webkit/child/multipart_response_delegate.cc if (pos) pos 118 webkit/child/multipart_response_delegate.cc data_ = data_.substr(pos); pos 201 webkit/child/multipart_response_delegate.cc size_t pos) { pos 203 webkit/child/multipart_response_delegate.cc if (pos < data.length() && (data[pos] == '\r' || data[pos] == '\n')) { pos 205 webkit/child/multipart_response_delegate.cc if (pos + 1 < data.length() && data[pos + 1] == '\n') pos 114 webkit/child/multipart_response_delegate.h int PushOverLine(const std::string& data, size_t pos); pos 34 webkit/child/multipart_response_delegate_unittest.cc int PushOverLine(const std::string& data, size_t pos) { pos 35 webkit/child/multipart_response_delegate_unittest.cc return delegate_->PushOverLine(data, pos); pos 425 webkit/common/fileapi/file_system_util.cc size_t pos = filesystem_name_upper.find(start_token); pos 426 webkit/common/fileapi/file_system_util.cc if (pos == std::string::npos) pos 428 webkit/common/fileapi/file_system_util.cc if (pos == 0) pos 431 webkit/common/fileapi/file_system_util.cc *filesystem_id = filesystem_name.substr(pos + start_token.length(), pos 961 win8/metro_driver/chrome_app_view.cc WINDOWPOS* pos = reinterpret_cast<WINDOWPOS*>(lp); pos 962 win8/metro_driver/chrome_app_view.cc if (!(pos->flags & SWP_NOMOVE)) { pos 964 win8/metro_driver/chrome_app_view.cc globals.view->OnPositionChanged(pos->x, pos->y);