HomeSort by relevance Sort by last modified time
    Searched defs:template_index (Results 1 - 3 of 3) sorted by null

  /hardware/libhardware/modules/camera/3_4/metadata/
menu_control_options_test.cpp 61 int template_index = 3; local
64 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _))
67 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0);
73 int template_index = 3; local
77 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _))
81 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0);
87 int template_index = 3; local
92 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _))
96 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0);
slider_control_options_test.cpp 64 int template_index = 3; local
67 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _))
70 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0);
75 int template_index = 3; local
83 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _))
86 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0);
91 int template_index = 3; local
99 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _))
102 EXPECT_EQ(dut_->DefaultValueForTemplate(template_index, &actual), 0);
107 int template_index = 3 local
    [all...]
  /external/v8/src/builtins/
builtins-error.cc 90 Handle<Object> template_index = args.atOrUndefined(isolate, 1); local
95 DCHECK(template_index->IsSmi());
99 Smi::cast(*template_index)->value(),
129 const int template_index = MessageTemplate::kURIMalformed; local
132 ErrorUtils::MakeGenericError(isolate, constructor, template_index,

Completed in 1550 milliseconds