Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 48) sorted by relevance

12

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt213 SignatureFileLoader.load( in processFlags()
384 SignatureFileLoader.load( in processFlags()
463 path.endsWith(DOT_TXT) -> SignatureFileLoader.load(subtractApiFile) in subtractApi()
500 val signatureApi = SignatureFileLoader.load( in processNonCodebaseFlags()
514 val baseApi = SignatureFileLoader.load( in processNonCodebaseFlags()
583 SignatureFileLoader.load( in checkCompatibility()
607 SignatureFileLoader.load( in checkCompatibility()
621 SignatureFileLoader.load( in checkCompatibility()
828 else -> SignatureFileLoader.load( in loadFromSources()
DConvertJarsToSignatureFiles.kt101 val oldCodebase = SignatureFileLoader.load(oldRemovedFile) in <lambda>()
123 val oldCodebase = SignatureFileLoader.load(oldApiFile) in <lambda>()
DVersion.kt32 properties.load(stream)
DSignatureFileLoader.kt26 fun load( in load() method
/tools/test/connectivity/tools/lab/
DREADME.md46 load_avg_1_min: system load average for past 1 min (float)
47 load_avg_5_min: system load average for past 5 min (float)
48 load_avg_15_min: system load average for past 15 min (float)
Dmain.py116 health_config = json.load(json_data)
/tools/external_updater/
Dnotifier.py126 results = json.load(f)
130 history = json.load(f)
/tools/test/connectivity/acts/tests/google/tel/etc/
Dmanage_sim.py97 simconf = json.load(f)
135 simconf = json.load(f)
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py147 data_sample = json.load(outfile)
238 data = json.load(jsfile)
/tools/apksig/src/apksigner/java/com/android/apksigner/
DSignerParams.java353 ks.load(in, password); in loadKeyStoreFromFile()
356 ks.load(null, password); in loadKeyStoreFromFile()
Dhelp_lineage.txt86 tool will attempt to load the key using the KeyStore
88 and attempt to load the key using that password.
/tools/test/connectivity/acts/framework/acts/controllers/
Drelay_device_controller.py55 return _create_from_dict(json.load(json_file))
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtwilio_client.py56 cfg = yaml.load(cfg_file)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py289 throughput_results = json.load(throughput_file)
419 performance_results = json.load(performance_file)
/tools/asuite/aidegen/lib/
Dconfig.py67 self._config = json.load(cfg_file)
Dmodule_info_util.py186 json_dict = json.load(jfile)
/tools/tradefederation/core/src/com/android/tradefed/build/
DOtaZipfileBuildProvider.java47 buildProp.load(new StringReader(getBuildPropContents())); in getBuild()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestSuiteInfo.java74 p.load(is); in loadSuiteInfo()
/tools/repohooks/tools/
Dpylintrc34 # List of plugins (as comma separated values of python modules names) to load,
36 load-plugins=
43 unsafe-load-any-extension=no
Dandroid_test_mapping_format.py121 return json.load(file_obj)
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DJavaCodeCoverageListener.java111 mExecFileLoader.load(coverageFile); in testRunEnded()
/tools/tradefederation/core/atest/
Datest_completion.sh59 print("\n".join(pickle.load(serial_file_obj)))
/tools/test/connectivity/acts/tests/google/bt/
Drelay_tool.py57 config = json.load(config_file)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_buffer.py40 config = yaml.load(open(self.config_path, 'r'))
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTest.py187 golden_results = json.load(golden_file)
261 golden_results = json.load(golden_file)

12