Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dtestfilemonitor.c57 gchar *other_file; member
72 g_free (event->other_file); in free_recorded_event()
99 event->other_file); in output_event()
165 e2->other_file != NULL)) in check_expected_events()
168 if (e1->other_file != DONT_CARE && in check_expected_events()
169 (g_strcmp0 (e1->other_file, e2_next->file) != 0 || in check_expected_events()
170 e2_next->other_file != NULL)) in check_expected_events()
200 if (e1->other_file != DONT_CARE && !ignore_other_file && in check_expected_events()
201 g_strcmp0 (e1->other_file, e2->other_file) != 0) in check_expected_events()
256 if (e1->other_file != DONT_CARE) in check_expected_events()
[all …]
Dfile.c188 GFile *other_file, in monitor_changed() argument
/third_party/glib/gio/
Dgfilemonitor.c284 GFile *other_file, in g_file_monitor_emit_event() argument
289 g_return_if_fail (!other_file || G_IS_FILE (other_file)); in g_file_monitor_emit_event()
294 g_signal_emit (monitor, g_file_monitor_changed_signal, 0, child, other_file, event_type); in g_file_monitor_emit_event()
Dgfilemonitor.h62 GFile *other_file,
93 GFile *other_file,
Dgkeyfilesettingsbackend.c636 GFile *other_file, in file_changed() argument
650 GFile *other_file, in dir_changed() argument
Dgunixmounts.c1802 GFile *other_file, in fstab_file_changed() argument
1826 GFile *other_file, in mtab_file_changed() argument
Dgdesktopappinfo.c237 GFile *other_file, in desktop_file_dir_changed() argument
/third_party/typescript/tests/baselines/reference/
DimportNotElidedWhenNotFound.errors.txt2 …mportNotElidedWhenNotFound.ts(2,15): error TS2307: Cannot find module 'other_file' or its correspo…
11 import Z from 'other_file';
13 !!! error TS2307: Cannot find module 'other_file' or its corresponding type declarations.
DimportNotElidedWhenNotFound.types5 import Z from 'other_file';
DimportNotElidedWhenNotFound.symbols5 import Z from 'other_file';
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1791 FileDescriptorProto other_file; in TEST_F() local
1792 other_file.set_name("bar.proto"); in TEST_F()
1793 other_file.add_message_type()->set_name("foo"); in TEST_F()
1794 EXPECT_TRUE(pool_.BuildFile(other_file) != NULL); in TEST_F()
1812 FileDescriptorProto other_file; in TEST_F() local
1813 other_file.set_name("bar.proto"); in TEST_F()
1814 other_file.add_message_type()->set_name("foo"); in TEST_F()
1815 EXPECT_TRUE(pool_.BuildFile(other_file) != nullptr); in TEST_F()
1826 FileDescriptorProto other_file; in TEST_F() local
1827 other_file.set_name("foo.proto"); in TEST_F()
[all …]
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc4049 const FileDescriptor* other_file = tables_->FindSymbol(full_name).GetFile(); in AddSymbol() local
4050 if (other_file == file_) { in AddSymbol()
4065 other_file->name() + "\"."); in AddSymbol()
/third_party/glib/
DNEWS4172 751731 GFile/DirectoryMonitor emit move events with other_file=NULL