Home
last modified time | relevance | path

Searched refs:last_part (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dinput_helpers.cc165 std::string last_part = to_split.substr(current_pos); in Split() local
166 if (!last_part.empty()) in Split()
167 result.push_back(last_part); in Split()
/external/chromium_org/components/autofill/content/renderer/
Dautofill_agent.cc435 base::string16 last_part = parts.back(); in AcceptDataListSuggestion() local
437 for (size_t i = 0; i < last_part.size(); ++i) { in AcceptDataListSuggestion()
438 if (!IsWhitespace(last_part[i])) { in AcceptDataListSuggestion()
439 last_part = last_part.substr(0, i); in AcceptDataListSuggestion()
443 last_part.append(suggested_value); in AcceptDataListSuggestion()
444 parts[parts.size() - 1] = last_part; in AcceptDataListSuggestion()
/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc89 return cell.last_part & kCellStateMask; in GetCellState()
93 return (cell.last_part >> kCellGroupOffset) & kCellGroupMask; in GetCellGroup()
97 return (cell.last_part >> kCellSumOffset) & kCellSumMask; in GetCellSum()
139 cell->last_part &= ~kCellStateMask; in SetCellState()
140 cell->last_part |= state; in SetCellState()
144 cell->last_part &= ~(kCellGroupMask << kCellGroupOffset); in SetCellGroup()
145 cell->last_part |= group << kCellGroupOffset; in SetCellGroup()
151 cell->last_part &= ~(kCellSumMask << kCellSumOffset); in SetCellSum()
152 cell->last_part |= sum << kCellSumOffset; in SetCellSum()
Ddisk_format_v3.h184 uint8 last_part; member
Dindex_table_v3_unittest.cc27 return result.last_part >> 6; in GetChecksum()
217 source.last_part = 0x80; in TEST()
220 source.last_part = 0x55; in TEST()
226 source.last_part = 0; in TEST()
/external/chromium_org/third_party/libwebp/dec/
Dvp8.c196 int last_part; in ParsePartitions() local
200 last_part = dec->num_parts_ - 1; in ParsePartitions()
201 part_start = buf + last_part * 3; in ParsePartitions()
206 for (p = 0; p < last_part; ++p) { in ParsePartitions()
214 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions()
Didec.c121 const int last_part = dec->num_parts_ - 1; in DoRemap() local
124 for (p = 0; p <= last_part; ++p) { in DoRemap()
133 assert(last_part >= 0); in DoRemap()
134 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_; in DoRemap()
/external/webp/src/dec/
Dvp8.c196 int last_part; in ParsePartitions() local
200 last_part = dec->num_parts_ - 1; in ParsePartitions()
201 part_start = buf + last_part * 3; in ParsePartitions()
206 for (p = 0; p < last_part; ++p) { in ParsePartitions()
214 VP8InitBitReader(dec->parts_ + last_part, part_start, buf_end); in ParsePartitions()
Didec.c121 const int last_part = dec->num_parts_ - 1; in DoRemap() local
124 for (p = 0; p <= last_part; ++p) { in DoRemap()
133 assert(last_part >= 0); in DoRemap()
134 dec->parts_[last_part].buf_end_ = mem->buf_ + mem->end_; in DoRemap()
/external/chromium_org/third_party/closure_linter/closure_linter/
Dclosurizednamespacesinfo.py461 last_part = parts[-1]
462 if not last_part:
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dclosurizednamespacesinfo.py467 last_part = parts[-1]
468 if not last_part:
/external/chromium_org/ui/views/controls/menu/
Dmenu_controller.cc936 MenuPart last_part = GetMenuPartByScreenCoordinateUsingMenu( in SetSelectionOnPointerDown() local
938 if (last_part.type != MenuPart::NONE) in SetSelectionOnPointerDown()