Home
last modified time | relevance | path

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

/external/toolchain-utils/dejagnu/
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/
Dparser_unittest.cc1469 FileDescriptorProto other_file; in TEST_F() local
1470 other_file.set_name("bar.proto"); in TEST_F()
1471 other_file.add_message_type()->set_name("foo"); in TEST_F()
1472 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL); in TEST_F()
1622 FileDescriptorProto other_file; in TEST_F() local
1623 other_file.set_name("base.proto"); in TEST_F()
1624 other_file.set_package("base"); in TEST_F()
1625 other_file.add_message_type()->set_name("bar"); in TEST_F()
1626 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL); in TEST_F()
1654 FileDescriptorProto other_file; in TEST_F() local
[all …]
/external/autotest/client/site_tests/logging_CrashSender/
Dlogging_CrashSender.py264 other_file = self.write_crash_dir_entry('bad.other', '')
269 os.path.exists(other_file)):
/external/protobuf/src/google/protobuf/
Ddescriptor.cc3600 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local
3601 if (other_file == file_) { in AddSymbol()
3616 other_file->name() + "\"."); in AddSymbol()