Searched refs:path_error (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_query.py | 205 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/ |
D | query.py | 271 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/ |
D | fileproto.proto | 17 optional bool path_error = 1 [default = false]; field
|
D | client.c | 97 if (response.path_error) in listdir()
|
D | server.c | 94 response.path_error = true; in handle_connection()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 1801 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 …]
|