Home
last modified time | relevance | path

Searched refs:loadfile (Results 1 – 21 of 21) sorted by relevance

/external/libpcap/rpcapd/
Dfileconf.c76 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 …]
Dconfig_params.h54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
Drpcapd.c84 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/
Ddbench.py29 loadfile = os.path.join(self.srcdir, 'client.txt')
31 dir, loadfile, seconds)
Ddbench_startup.patch52 fn(&children[i], loadfile);
/external/python/oauth2client/tests/
Dtest_clientsecrets.py248 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/
Dtest_django_util.py54 clientsecrets.loadfile.return_value = (
63 self.assertTrue(clientsecrets.loadfile.called)
71 clientsecrets.loadfile.return_value = (
/external/python/cpython2/Demo/turtle/
DturtleDemo.py98 self.loadfile(filename)
164 self.loadfile(x)
201 def loadfile(self,filename): member in DemoWindow
/external/python/cpython3/Lib/turtledemo/
D__main__.py192 self.loadfile(filename)
283 self.loadfile(entry)
317 def loadfile(self, filename): member in DemoWindow
/external/python/cpython3/Lib/idlelib/
Diomenu.py100 flist.open(filename, self.loadfile)
119 self.loadfile(filename)
126 def loadfile(self, filename): member in IOBinding
Deditor.py274 if io.loadfile(filename):
715 self.io.loadfile(file_path)
/external/python/oauth2client/oauth2client/
Dclientsecrets.py130 def loadfile(filename, cache=None): function
Dclient.py2104 client_type, client_info = clientsecrets.loadfile(filename,
/external/rust/crates/grpcio-sys/grpc/third_party/upb/third_party/lunit/
Dlunit.lua45 local loadfile = loadfile
662 local chunk, err = loadfile(filename)
/external/python/cpython2/Lib/idlelib/
DIOBinding.py218 flist.open(filename, self.loadfile)
237 self.loadfile(filename)
246 def loadfile(self, filename): member in IOBinding
DEditorWindow.py325 io.loadfile(filename)
682 self.io.loadfile(file_path)
/external/python/cpython2/Lib/lib-tk/
DFileDialog.py267 loadfile = fd.go(key="test")
270 print loadfile, savefile
/external/python/oauth2client/oauth2client/contrib/django_util/
D__init__.py252 client_type, client_info = clientsecrets.loadfile(filename)
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py451 loadfile = fd.go(key="test")
454 print(loadfile, savefile)
/external/python/oauth2client/oauth2client/contrib/
Dflask_util.py317 client_type, client_info = clientsecrets.loadfile(filename)
Dappengine.py869 client_type, client_info = clientsecrets.loadfile(filename,