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

  /external/chromium-trace/catapult/dashboard/dashboard/
start_try_job_test.py 41 + "builder_type": "",
62 + "builder_type": "",
83 + "builder_type": "perf",
515 'builder_type': '',
546 'builder_type': 'perf',
579 'builder_type': '',
608 'builder_type': '',
639 'builder_type': '',
    [all...]
start_try_job.py 298 'builder_type': _BuilderType(master_name, use_archive),
310 """Returns the builder_type string to use in the bisect config.
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc 269 // The builder_type stores the super type name of the nested Builder class.
270 string builder_type; local
282 builder_type = strings::Substitute(
295 builder_type = strings::Substitute(
309 builder_type = "com.google.protobuf.GeneratedMessage.Builder<?>";
319 builder_type = "com.google.protobuf.GeneratedMessageLite.Builder";
323 // Using builder_type, instead of Builder, prevents the Builder class from
334 "buildertype", builder_type,
    [all...]

Completed in 685 milliseconds