Searched refs:other_file (Results 1 – 5 of 5) sorted by relevance
120 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."
1469 FileDescriptorProto other_file; in TEST_F() local1470 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() local1623 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 …]
263 other_file = self.write_crash_dir_entry('bad.other', '')268 os.path.exists(other_file)):
193 # /path/to/project/root/build/#path#to#project#root#subdir#other_file.c.gcov
3600 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local3601 if (other_file == file_) { in AddSymbol()3616 other_file->name() + "\"."); in AddSymbol()