Searched refs:other_file (Results 1 - 4 of 4) sorted by relevance

/external/toolchain-utils/dejagnu/
H A Dchromeos.exp.in120 set other_file ""
132 set other_file [file join $path "${rootname}.*"]
156 if { $status == 0 && $other_file != "" } {
157 set upv [${board}_upload $board $other_file ""]
159 verbose -log "Safely ignored - \"$other_file\" does not exist."
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1469 FileDescriptorProto other_file; local
1470 other_file.set_name("bar.proto");
1471 other_file.add_message_type()->set_name("foo");
1472 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL);
1622 FileDescriptorProto other_file; local
1623 other_file.set_name("base.proto");
1624 other_file.set_package("base");
1625 other_file.add_message_type()->set_name("bar");
1626 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL);
1654 FileDescriptorProto other_file; local
[all...]
/external/autotest/client/site_tests/logging_CrashSender/
H A Dlogging_CrashSender.py263 other_file = self.write_crash_dir_entry('bad.other', '')
268 os.path.exists(other_file)):
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc3600 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); local
3601 if (other_file == file_) {
3616 other_file->name() + "\".");

Completed in 456 milliseconds