HomeSort by relevance Sort by last modified time
    Searched refs:template_index (Results 1 - 10 of 10) 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,
  /external/v8/src/runtime/
runtime-internal.cc 141 CONVERT_INT32_ARG_CHECKED(template_index, 0);
144 static_cast<MessageTemplate::Template>(template_index);
152 CONVERT_INT32_ARG_CHECKED(template_index, 0);
155 static_cast<MessageTemplate::Template>(template_index);
163 CONVERT_INT32_ARG_CHECKED(template_index, 0);
166 static_cast<MessageTemplate::Template>(template_index);
  /external/v8/src/
value-serializer.h 142 void ThrowDataCloneError(MessageTemplate::Template template_index);
143 V8_NOINLINE void ThrowDataCloneError(MessageTemplate::Template template_index,
messages.h 240 Isolate* isolate, Handle<JSFunction> constructor, int template_index,
    [all...]
messages.cc     [all...]
factory.h 665 MessageTemplate::Template template_index,
671 Handle<Object> New##NAME(MessageTemplate::Template template_index, \
    [all...]
value-serializer.cc 874 MessageTemplate::Template template_index) {
875 return ThrowDataCloneError(template_index,
888 MessageTemplate::Template template_index, Handle<Object> arg0) {
890 MessageTemplate::FormatMessage(isolate_, template_index, arg0);
    [all...]
factory.cc     [all...]

Completed in 706 milliseconds