Searched refs:load (Results 1 – 25 of 65) sorted by relevance
123
/tools/asuite/atest-py2/tools/ |
D | atest_tools_unittest.py | 74 _cache = pickle.load(cache) 78 _cache = pickle.load(cache) 82 _cache = pickle.load(cache) 86 _cache = pickle.load(cache) 91 _cache = pickle.load(cache)
|
/tools/asuite/atest/tools/ |
D | atest_tools_unittest.py | 77 _cache = pickle.load(cache) 81 _cache = pickle.load(cache) 85 _cache = pickle.load(cache) 89 _cache = pickle.load(cache) 94 _cache = pickle.load(cache)
|
D | atest_tools.py | 418 result = json.load(_rfile) 444 result = json.load(rfile) 473 return json.load(rfile).get(ACLOUD_DURATION, 0)
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Driver.kt | 380 SignatureFileLoader.load( in processFlags() 458 path.endsWith(DOT_TXT) -> SignatureFileLoader.load(subtractApiFile) in subtractApi() 494 val signatureApi = SignatureFileLoader.load( in processNonCodebaseFlags() 508 val baseApi = SignatureFileLoader.load( in processNonCodebaseFlags() 578 SignatureFileLoader.load( in checkCompatibility() 603 SignatureFileLoader.load( in checkCompatibility() 628 oldBase = SignatureFileLoader.load( in checkCompatibility() 849 else -> SignatureFileLoader.load( in loadFromSources()
|
D | ConvertJarsToSignatureFiles.kt | 101 val oldCodebase = SignatureFileLoader.load(oldRemovedFile) in <lambda>() 123 val oldCodebase = SignatureFileLoader.load(oldApiFile) in <lambda>()
|
D | Version.kt | 32 properties.load(stream)
|
D | SignatureFileLoader.kt | 27 fun load( in load() method
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 272 data_id_dict = json.load(jsfile) 428 data_sample = json.load(infile) 455 data_sample = json.load(outfile) 612 data = json.load(jsfile)
|
/tools/asuite/atest/ |
D | atest_execution_info.py | 119 result = json.load(json_file) 155 result = json.load(json_file) 221 result = json.load(result)
|
D | atest_completion.sh | 48 print("\n".join(pickle.load(cache, encoding="utf-8"))) 50 print("\n".join(pickle.load(cache)))
|
D | module_info.py | 134 mod_info = json.load(json_file) 412 java_bp_infos = json.load(json_file) 421 cc_bp_infos = json.load(json_file)
|
D | atest_utils.py | 509 full_result_content = json.load(json_file) 641 content = json.load(_file) 746 return pickle.load(config_dictionary_file, encoding='utf-8') 1025 json.load(json_file)
|
/tools/asuite/atest-py2/ |
D | atest_completion.sh | 31 print("\n".join(pickle.load(cache, encoding="utf-8"))) 33 print("\n".join(pickle.load(cache)))
|
D | atest_execution_info.py | 108 result = json.load(json_file) 131 result = json.load(json_file)
|
D | atest_utils.py | 417 full_result_content = json.load(json_file) 563 return pickle.load(config_dictionary_file)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 200 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""), 216 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""), 247 wifi_status = yaml.load(str_output.replace("\t", "").replace("\n", ""),
|
D | relay_device_controller.py | 55 return _create_from_dict(json.load(json_file))
|
/tools/test/connectivity/acts_tests/tests/google/tel/etc/ |
D | manage_sim.py | 97 simconf = json.load(f) 135 simconf = json.load(f)
|
/tools/external_updater/ |
D | notifier.py | 167 results = json.load(f) 171 history = json.load(f)
|
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/ |
D | AttestationTest.java | 120 keyStore.load(null); in testEcAttestation() 190 keystore.load(null); in testEcAttestation()
|
/tools/treble/split/ |
D | manifest_split_test.py | 416 debug_data = json.load(debug_fp) 609 debug_data = json.load(debug_fp)
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | SignerParams.java | 362 ks.load(in, password); in loadKeyStoreFromFile() 365 ks.load(null, password); in loadKeyStoreFromFile()
|
/tools/security/gdb/gdb_json_printer/ |
D | gdbinit | 1 set auto-load python-scripts off
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | twilio_client.py | 56 cfg = yaml.load(cfg_file)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 367 throughput_results = json.load(throughput_file) 472 performance_results = json.load(performance_file)
|
123