Home
last modified time | relevance | path

Searched refs:path_error (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_query.py205 self.path_error = {'text': ''}
207 self.path_error['text'] = message
217 self.assertIn('no help file', dialog.path_error['text'])
222 self.assertIn('not exist', dialog.path_error['text'])
231 self.assertEqual(dialog.path_error['text'], '')
240 self.assertEqual(dialog.path_error['text'], '')
249 path_error = {} variable in HelpsourceEntryokTest.Dummy_HelpSource
/external/python/cpython3/Lib/idlelib/
Dquery.py271 self.path_error = Label(frame, text=' ', foreground='red',
279 self.path_error.grid(column=0, row=12, columnspan=3, padx=5,
317 self.showerror('no help file path specified.', self.path_error)
324 self.path_error)
332 self.path_error['text'] = ''
/external/nanopb-c/examples/network_server/
Dfileproto.proto17 optional bool path_error = 1 [default = false]; field
Dclient.c97 if (response.path_error) in listdir()
Dserver.c94 response.path_error = true; in handle_connection()
/external/python/cpython3/Modules/
Dposixmodule.c1801 path_error(path_t *path) in path_error() function
2774 return path_error(path); in posix_do_stat()
3398 return path_error(path); in os_chdir_impl()
3563 return path_error(path); in os_chmod_impl()
3642 return path_error(path); in os_chmod_impl()
3727 path_error(path); in os_lchmod_impl()
3735 path_error(path); in os_lchmod_impl()
3788 return path_error(path); in os_chflags_impl()
3820 return path_error(path); in os_lchflags_impl()
3845 return path_error(path); in os_chroot_impl()
[all …]