OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_aop
(Results
1 - 3
of
3
) sorted by null
/system/update_engine/payload_generator/
ab_generator_unittest.cc
251
AnnotatedOperation
first_aop
;
local
252
first_aop
.op = first_op;
253
first_aop
.name = "first";
254
aops.push_back(
first_aop
);
417
AnnotatedOperation
first_aop
;
local
418
first_aop
.op = first_op;
419
first_aop
.name = "first";
420
aops.push_back(
first_aop
);
440
EXPECT_EQ(
first_aop
.name, aops[1].name);
452
AnnotatedOperation
first_aop
;
local
523
AnnotatedOperation
first_aop
;
local
569
AnnotatedOperation
first_aop
;
local
[
all
...]
delta_diff_utils.h
138
bool CompareAopsByDestination(AnnotatedOperation
first_aop
,
delta_diff_utils.cc
750
bool CompareAopsByDestination(AnnotatedOperation
first_aop
,
753
if (!
first_aop
.op.dst_extents().size() || !second_aop.op.dst_extents().size())
754
return ((!
first_aop
.op.dst_extents().size()) <
756
uint32_t first_dst_start =
first_aop
.op.dst_extents(0).start_block();
Completed in 1322 milliseconds