OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_part
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc
409
base::string16
last_part
= parts.back();
local
411
for (size_t i = 0; i <
last_part
.size(); ++i) {
412
if (!IsWhitespace(
last_part
[i])) {
413
last_part
=
last_part
.substr(0, i);
417
last_part
.append(suggested_value);
418
parts[parts.size() - 1] =
last_part
;
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py
467
last_part
= parts[-1]
468
if not
last_part
:
/external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py
467
last_part
= parts[-1]
468
if not
last_part
:
/external/chromium_org/third_party/libwebp/dec/
vp8.c
195
int
last_part
;
local
199
last_part
= dec->num_parts_ - 1;
200
part_start = buf +
last_part
* 3;
205
for (p = 0; p <
last_part
; ++p) {
213
VP8InitBitReader(dec->parts_ +
last_part
, part_start, buf_end);
idec.c
130
const int
last_part
= dec->num_parts_ - 1;
local
133
for (p = 0; p <=
last_part
; ++p) {
142
assert(
last_part
>= 0);
143
dec->parts_[
last_part
].buf_end_ = mem->buf_ + mem->end_;
/external/webp/src/dec/
vp8.c
195
int
last_part
;
local
199
last_part
= dec->num_parts_ - 1;
200
part_start = buf +
last_part
* 3;
205
for (p = 0; p <
last_part
; ++p) {
213
VP8InitBitReader(dec->parts_ +
last_part
, part_start, buf_end);
idec.c
130
const int
last_part
= dec->num_parts_ - 1;
local
133
for (p = 0; p <=
last_part
; ++p) {
142
assert(
last_part
>= 0);
143
dec->parts_[
last_part
].buf_end_ = mem->buf_ + mem->end_;
/external/openssh/
pkcs11.h
855
unsigned char *
last_part
,
[
all
...]
/external/chromium_org/ui/views/controls/menu/
menu_controller.cc
932
MenuPart
last_part
= GetMenuPartByScreenCoordinateUsingMenu(
local
934
if (
last_part
.type != MenuPart::NONE)
[
all
...]
Completed in 672 milliseconds