Searched refs:getfile (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/test/ |
H A D | pem_read_depr_test.c | 26 static BIO *getfile(const char *filename) in getfile() function 44 BIO *infile = getfile("dhparams.pem"); in test_read_dh_params() 65 BIO *infile = getfile("x942params.pem"); in test_read_dh_x942_params() 88 BIO *infile = getfile("dsaparams.pem"); in test_read_dsa_params() 109 BIO *infile = getfile("dsaprivatekey.pem"); in test_read_dsa_private() 130 BIO *infile = getfile("dsapublickey.pem"); in test_read_dsa_public() 152 BIO *infile = getfile("rsaprivatekey.pem"); in test_read_rsa_private() 173 BIO *infile = getfile("rsapublickey.pem"); in test_read_rsa_public()
|
/third_party/curl/tests/ |
H A D | memanalyze.pl | 270 $getfile{$1}="$source:$linenum"; 276 $getfile{$1}="$source:$linenum"; 279 $getfile{$2}="$source:$linenum"; 284 $getfile{$1}="$source:$linenum"; 396 print "Open file descriptor created at ".$getfile{$_}."\n";
|
/third_party/python/Lib/ |
H A D | inspect.py | 14 getfile(), getsourcefile(), getsource() - find an object's source code 89 "getfile", 896 def getfile(object): function 940 filename = getfile(object) 967 _filename = getsourcefile(object) or getfile(object) 1068 file = getfile(object) 1688 filename = getsourcefile(frame) or getfile(frame)
|
H A D | doctest.py | 908 file = inspect.getfile(obj)
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 46 # getdoc, getfile, getmodule, getsourcefile, getcomments, getsource, 599 self.assertEqual(inspect.getfile(mod.StupidGit), mod.__file__) 603 inspect.getfile(sys) 608 inspect.getfile(int) 613 inspect.getfile(abs) 616 inspect.getfile(list.append) 627 inspect.getfile(C) 635 inspect.getfile(er)
|
Completed in 19 milliseconds