HomeSort by relevance Sort by last modified time
    Searched defs:datafile (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_crypt.py 31 def datafile(filename): function
42 private_key = private_key or datafile(private_key_file)
55 pkcs12_key_as_pem = datafile('pem_from_pkcs12.pem')
57 alternate_pem = datafile('pem_from_pkcs12_alternate.pem')
test_service_account.py 33 def datafile(filename): function
46 self.private_key = datafile('pem_from_pkcs12.pem')
59 datafile('publickey_openssl.pem'))
test_jwt.py 44 def datafile(filename): function
67 private_key = datafile(private_key_file)
68 public_key = datafile('publickey.pem')
80 public_key = datafile('publickey.pem')
91 private_key = datafile('privatekey.%s' % self.format)
106 public_key = datafile('publickey.pem')
117 ({'status': '200'}, datafile('certs.json')),
129 ({'status': '404'}, datafile('certs.json')),
137 private_key = datafile('privatekey.%s' % self.format)
211 private_key = datafile('privatekey.%s' % self.format
    [all...]
test_appengine.py 73 def datafile(filename): function
78 client_type, client_info = _loadfile(datafile(existing_file))
263 flow=flow_from_clientsecrets(datafile('client_secrets.json'), 'foo',
290 flow=flow_from_clientsecrets(datafile('client_secrets.json'), 'foo',
732 datafile('client_secrets.json'),
750 datafile('client_secrets.json'),
766 datafile('client_secrets.json'),
781 datafile('client_secrets.json'),
796 datafile('unfilled_client_secrets.json'),
805 datafile('unfilled_client_secrets.json')
    [all...]
test_oauth2client.py 102 def datafile(filename): function
107 client_type, client_info = _loadfile(datafile(existing_file))
250 environment_variable_file = datafile(
257 nonexistent_file = datafile('nonexistent')
273 well_known_file = datafile(
298 credentials_file = datafile(
305 credential_file = datafile(
309 temp_credential_file = datafile(
321 credential_file = datafile(
333 credentials_file = datafile(
    [all...]
  /external/opencv3/modules/calib3d/test/
test_cameracalibration.cpp 317 FILE* datafile = 0; local
342 datafile = fopen( filename.c_str(), "r" );
343 if( datafile == 0 )
350 values_read = fscanf(datafile,"%d",&numTests);
355 values_read = fscanf(datafile,"%s",i_dat_file);
651 if( datafile )
652 fclose(datafile);
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 356 milliseconds