Searched refs:other_file (Results 1 – 13 of 13) sorted by relevance
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 57 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 …]
|
D | file.c | 188 GFile *other_file, in monitor_changed() argument
|
/third_party/glib/gio/ |
D | gfilemonitor.c | 284 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()
|
D | gfilemonitor.h | 62 GFile *other_file, 93 GFile *other_file,
|
D | gkeyfilesettingsbackend.c | 636 GFile *other_file, in file_changed() argument 650 GFile *other_file, in dir_changed() argument
|
D | gunixmounts.c | 1802 GFile *other_file, in fstab_file_changed() argument 1826 GFile *other_file, in mtab_file_changed() argument
|
D | gdesktopappinfo.c | 237 GFile *other_file, in desktop_file_dir_changed() argument
|
/third_party/typescript/tests/baselines/reference/ |
D | importNotElidedWhenNotFound.errors.txt | 2 …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.
|
D | importNotElidedWhenNotFound.types | 5 import Z from 'other_file';
|
D | importNotElidedWhenNotFound.symbols | 5 import Z from 'other_file';
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 1791 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/ |
D | descriptor.cc | 4049 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/ |
D | NEWS | 4172 751731 GFile/DirectoryMonitor emit move events with other_file=NULL
|