Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 37) sorted by relevance

12

/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
DAlignmentTest.java56 ZFileOptions options = new ZFileOptions(); in addAlignedFile() local
58 try (ZFile zf = new ZFile(newZFile, options)) { in addAlignedFile() argument
72 ZFileOptions options = new ZFileOptions(); in addNonAlignedFile() local
74 try (ZFile zf = new ZFile(newZFile, options)) { in addNonAlignedFile() argument
DZFileSortTest.java65 private void setupZFile(@Nullable ZFileOptions options) throws Exception { in setupZFile()
145 ZFileOptions options = new ZFileOptions(); in autoSort() local
190 ZFileOptions options = new ZFileOptions(); in sortFilesWithAlignment() local
DZFileTest.java761 ZFileOptions options = new ZFileOptions(); in extraDirectoryOffsetNonEmptyFile() local
764 try (ZFile zipNoOffset = new ZFile(zipNoOffsetFile, options); in extraDirectoryOffsetNonEmptyFile() argument
1007 ZFileOptions options = new ZFileOptions(); in zipMemoryUsageIsZeroAfterClose() local
1009 try (ZFile zip = new ZFile(zipFile, options)) { in zipMemoryUsageIsZeroAfterClose() argument
1027 ZFileOptions options = new ZFileOptions(); in unusedZipAreasAreClearedOnWrite() local
1029 try (ZFile zf = new ZFile(zipFile, options)) { in unusedZipAreasAreClearedOnWrite() argument
1066 ZFileOptions options = new ZFileOptions(); in deferredCompression() local
1081 try (ZFile zip = new ZFile(zipFile, options)) { in deferredCompression() argument
1439 ZFileOptions options = new ZFileOptions(); in detectIncorrectCRC32InLocalHeader() local
1441 try (ZFile zf = new ZFile(zipFile, options)) { in detectIncorrectCRC32InLocalHeader() argument
[all …]
DZipToolsTest.java149 ZFileOptions options = new ZFileOptions(); in testReadZFile() local
155 try (ZFile zf = new ZFile(zfile, options)) { in testReadZFile() argument
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java81 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerials() local
91 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerials_envVariable_nullDevice() local
104 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerialsDoesNotOverride() local
119 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(null); in testGetSerialsWithNoEnvValue() local
DDeviceManagerTest.java300 DeviceSelectionOptions options = new DeviceSelectionOptions(); in testAllocateDevice_match() local
316 DeviceSelectionOptions options = new DeviceSelectionOptions(); in testAllocateDevice_stubEmulator() local
335 DeviceSelectionOptions options = new DeviceSelectionOptions(); in testFreeDevice_emulator() local
370 DeviceSelectionOptions options = new DeviceSelectionOptions(); in testAllocateDevice_nullDevice() local
883 DeviceSelectionOptions options = new DeviceSelectionOptions(); in testFreeDevice_tcpDevice() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java114 CommandOptions options = new CommandOptions(); in testSplitWithShardCount() local
144 CommandOptions options = new CommandOptions(); in testSplit_noShardCount() local
173 CommandOptions options = new CommandOptions(); in testSplitWithShardCount_notEnoughTest() local
216 CommandOptions options = new CommandOptions(); in testCloneStatusChecker() local
263 CommandOptions options = new CommandOptions(); in testCloneMetricCollector() local
329 CommandOptions options = new CommandOptions(); in testClone_withKeystore() local
389 CommandOptions options = new CommandOptions(); in testClone_withKeystore_loadingFails() local
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zfile/
DApkZFileCreatorFactory.java33 private final ZFileOptions options; field in ApkZFileCreatorFactory
40 public ApkZFileCreatorFactory(@Nonnull ZFileOptions options) { in ApkZFileCreatorFactory()
DZFiles.java65 public static ZFile apk(@Nonnull File f, @Nonnull ZFileOptions options) throws IOException { in apk()
94 @Nonnull ZFileOptions options, in apk()
DApkZFileCreator.java77 @Nonnull ZFileOptions options) in ApkZFileCreator()
/tools/repohooks/rh/
Dhooks.py284 def check_custom(project, commit, _desc, diff, options=None, **kwargs): argument
290 def check_checkpatch(project, commit, _desc, diff, options=None): argument
299 def check_clang_format(project, commit, _desc, diff, options=None): argument
313 def check_google_java_format(project, commit, _desc, _diff, options=None): argument
328 def check_commit_msg_bug_field(project, commit, desc, _diff, options=None): argument
352 def check_commit_msg_changeid_field(project, commit, desc, _diff, options=None): argument
406 def check_commit_msg_test_field(project, commit, desc, _diff, options=None): argument
429 def check_cpplint(project, commit, _desc, diff, options=None): argument
442 def check_gofmt(project, commit, _desc, diff, options=None): argument
461 def check_json(project, commit, _desc, diff, options=None): argument
[all …]
Dconfig.py55 def options(self, section, *args): member in RawConfigParser
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDumpHeapCollectorTest.java113 OptionSetter options = new OptionSetter(mDumpheapCollector); in testCollect_success() local
152 OptionSetter options = new OptionSetter(mDumpheapCollector); in testCollectSuccess_thresholdTooHigh() local
178 OptionSetter options = new OptionSetter(mDumpheapCollector); in testCollectNoError_processNotFound() local
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java203 SandboxOptions options = new SandboxOptions(); in testSandboxOptions() local
229 SandboxOptions options = new SandboxOptions(); in testSandboxOptions_exclusion() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java132 public final void installPackage(String apkFileName, String... options) in installPackage()
134 installPackage(getDevice(), apkFileName, options); in installPackage() local
144 public final void installPackage(ITestDevice device, String apkFileName, String... options) in installPackage()
168 String apkFileName, boolean grantPermission, int userId, String... options) in installPackageAsUser()
170 installPackageAsUser(getDevice(), apkFileName, grantPermission, userId, options); in installPackageAsUser() local
187 String... options) in installPackageAsUser()
446 public final boolean runDeviceTests(DeviceTestRunOptions options) in runDeviceTests()
DLongevityHostRunner.java165 Map<String, String> options = new HashMap<>(); in getOptions() local
/tools/tradefederation/core/python-lib/tradefed_py/
Dbase_test.py31 def setUpDevice(self, serial, stream, options): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java393 List<OptionDef> options = new ArrayList<>(); in testInjectOptionValues() local
459 JSONArray options = optionClass.getJSONArray("options"); in testGetJsonCommandUsage() local
491 JSONArray options = jsonConfigObject.getJSONArray("options"); in testGetJsonCommandUsage() local
549 JSONArray options = jsonTestConfig.getJSONArray("options"); in testGetJsonCommandUsageMapValueExpansion() local
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
DFullApkSignTest.java59 ZFileOptions options = new ZFileOptions(); in testSignature() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedDeviceList.java51 AllocationMatcher(IDeviceSelection options) { in AllocationMatcher()
DITestDevice.java57 public List<String> options; field in ITestDevice.MountPointInfo
66 List<String> options) { in MountPointInfo()
77 public static List<String> splitMountOptions(String options) { in splitMountOptions()
DIDeviceManager.java68 public ITestDevice allocateDevice(IDeviceSelection options); in allocateDevice()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dformatter.py65 def format_options_list(self, options): argument
/tools/tradefederation/core/proto/
Dcollector.proto73 repeated string options = 2; field
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DTradefedSandbox.java181 SandboxOptions options = in getTradefedSandboxEnvironment() local

12