Searched refs:path_error (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_query.py | 182 path_error = {} variable in HelpsourcePathokTest.Dummy_HelpSource 185 self.path_error['text'] = '' 187 self.path_error['text'] = message 196 self.assertIn('no help file', dialog.path_error['text']) 201 self.assertIn('not exist', dialog.path_error['text']) 210 self.assertEqual(dialog.path_error['text'], '') 219 self.assertEqual(dialog.path_error['text'], '') 228 path_error = {} variable in HelpsourceEntryokTest.Dummy_HelpSource
|
/external/python/cpython3/Lib/idlelib/ |
D | query.py | 238 self.path_error = Label(frame, text=' ', foreground='red', 246 self.path_error.grid(column=0, row=12, columnspan=3, padx=5, 284 self.showerror('no help file path specified.', self.path_error) 291 self.path_error) 300 self.path_error['text'] = ''
|
/external/grpc-grpc/third_party/nanopb/examples/network_server/ |
D | fileproto.proto | 17 optional bool path_error = 1 [default = false]; field
|
D | client.c | 101 if (response.path_error) in listdir()
|
D | server.c | 90 response.path_error = true; in handle_connection()
|
/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 | 1464 path_error(path_t *path) in path_error() function 2151 return path_error(path); in posix_do_stat() 2721 return path_error(path); in os_chdir_impl() 2817 return path_error(path); in os_chmod_impl() 2871 return path_error(path); in os_chmod_impl() 2933 path_error(path); in os_lchmod_impl() 2981 return path_error(path); in os_chflags_impl() 3010 return path_error(path); in os_lchflags_impl() 3035 return path_error(path); in os_chroot_impl() 3189 return path_error(path); in os_chown_impl() [all …]
|