/external/libpcap/rpcapd/ |
D | fileconf.c | 76 if ((fp = fopen(loadfile, "r")) != NULL) in fileconf_read() 108 loadfile, lineno, MAX_LINE); in fileconf_read() 151 loadfile, lineno); in fileconf_read() 180 loadfile, lineno); in fileconf_read() 201 loadfile, lineno); in fileconf_read() 227 loadfile, lineno, PARAM_ACTIVECLIENT, in fileconf_read() 258 loadfile, lineno); in fileconf_read() 271 loadfile, lineno, PARAM_ACTIVECLIENT); in fileconf_read() 295 loadfile, lineno, PARAM_ACTIVECLIENT); in fileconf_read() 317 loadfile, lineno, PARAM_ACTIVECLIENT); in fileconf_read() [all …]
|
D | config_params.h | 54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
|
D | rpcapd.c | 84 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration variable 195 loadfile[0] = 0; in main() 295 pcap_strlcpy(loadfile, optarg, sizeof (loadfile)); in main() 352 if (loadfile[0]) in main()
|
/external/autotest/client/tests/dbench/ |
D | dbench.py | 29 loadfile = os.path.join(self.srcdir, 'client.txt') 31 dir, loadfile, seconds)
|
D | dbench_startup.patch | 52 fn(&children[i], loadfile);
|
/external/python/oauth2client/tests/ |
D | test_clientsecrets.py | 248 client_type, client_info = clientsecrets.loadfile( 265 client_type, client_info = clientsecrets.loadfile( 274 clientsecrets.loadfile(INVALID_FILE, cache=self.cache_mock) 278 client_type, client_info = clientsecrets.loadfile(VALID_FILE)
|
/external/python/oauth2client/tests/contrib/django_util/ |
D | test_django_util.py | 54 clientsecrets.loadfile.return_value = ( 63 self.assertTrue(clientsecrets.loadfile.called) 71 clientsecrets.loadfile.return_value = (
|
/external/python/cpython2/Demo/turtle/ |
D | turtleDemo.py | 98 self.loadfile(filename) 164 self.loadfile(x) 201 def loadfile(self,filename): member in DemoWindow
|
/external/python/cpython3/Lib/turtledemo/ |
D | __main__.py | 192 self.loadfile(filename) 283 self.loadfile(entry) 317 def loadfile(self, filename): member in DemoWindow
|
/external/python/cpython3/Lib/idlelib/ |
D | iomenu.py | 100 flist.open(filename, self.loadfile) 119 self.loadfile(filename) 126 def loadfile(self, filename): member in IOBinding
|
D | editor.py | 274 if io.loadfile(filename): 715 self.io.loadfile(file_path)
|
/external/python/oauth2client/oauth2client/ |
D | clientsecrets.py | 130 def loadfile(filename, cache=None): function
|
D | client.py | 2104 client_type, client_info = clientsecrets.loadfile(filename,
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 45 local loadfile = loadfile 662 local chunk, err = loadfile(filename)
|
/external/python/cpython2/Lib/idlelib/ |
D | IOBinding.py | 218 flist.open(filename, self.loadfile) 237 self.loadfile(filename) 246 def loadfile(self, filename): member in IOBinding
|
D | EditorWindow.py | 325 io.loadfile(filename) 682 self.io.loadfile(file_path)
|
/external/python/cpython2/Lib/lib-tk/ |
D | FileDialog.py | 267 loadfile = fd.go(key="test") 270 print loadfile, savefile
|
/external/python/oauth2client/oauth2client/contrib/django_util/ |
D | __init__.py | 252 client_type, client_info = clientsecrets.loadfile(filename)
|
/external/python/cpython3/Lib/tkinter/ |
D | filedialog.py | 451 loadfile = fd.go(key="test") 454 print(loadfile, savefile)
|
/external/python/oauth2client/oauth2client/contrib/ |
D | flask_util.py | 317 client_type, client_info = clientsecrets.loadfile(filename)
|
D | appengine.py | 869 client_type, client_info = clientsecrets.loadfile(filename,
|