Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceSelectionOptionsTest.java92 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerials() local
102 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerials_envVariable_nullDevice() local
113 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerials_envVariable_FastbootDevice() local
123 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerials_envVariable_FastbootDevice_noMatch() local
135 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(DEVICE_ENV_SERIAL); in testGetSerialsDoesNotOverride() local
150 DeviceSelectionOptions options = getDeviceSelectionOptionsWithEnvVar(null); in testGetSerialsWithNoEnvValue() local
/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 …]
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DShardHelperTest.java126 CommandOptions options = new CommandOptions(); in testSplitWithShardCount() local
156 CommandOptions options = new CommandOptions(); in testSplit_noShardCount() local
185 CommandOptions options = new CommandOptions(); in testSplitWithShardCount_notEnoughTest() local
228 CommandOptions options = new CommandOptions(); in testCloneStatusChecker() local
275 CommandOptions options = new CommandOptions(); in testCloneMetricCollector() local
347 CommandOptions options = new CommandOptions(); in testClone_withKeystore() local
382 CommandOptions options = new CommandOptions(); in testSplitWithTokens() local
DStrictShardHelperTest.java111 CommandOptions options = new CommandOptions(); in testShardConfig_internal() local
141 CommandOptions options = new CommandOptions(); in testShardConfig_internal_shardIndex() local
167 CommandOptions options = new CommandOptions(); in testShardConfig_internal_shardIndex_notShardable_shard0() local
198 CommandOptions options = new CommandOptions(); in testShardConfig_internal_shardIndex_notShardable_shard1() local
274 CommandOptions options = new CommandOptions(); in testShard() local
386 CommandOptions options = new CommandOptions(); in testSuite_withAllInterfaces() local
/tools/repohooks/rh/
Dhooks.py299 def check_custom(project, commit, _desc, diff, options=None, **kwargs): argument
305 def check_bpfmt(project, commit, _desc, diff, options=None): argument
324 def check_checkpatch(project, commit, _desc, diff, options=None): argument
333 def check_clang_format(project, commit, _desc, diff, options=None): argument
347 def check_google_java_format(project, commit, _desc, _diff, options=None): argument
362 def check_commit_msg_bug_field(project, commit, desc, _diff, options=None): argument
386 def check_commit_msg_changeid_field(project, commit, desc, _diff, options=None): argument
436 options=None): argument
499 def check_commit_msg_test_field(project, commit, desc, _diff, options=None): argument
555 options=None): argument
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteFileUtil.java47 TestDeviceOptions options, in fetchRemoteFile()
82 TestDeviceOptions options, in fetchRemoteFile()
112 TestDeviceOptions options, in fetchRemoteDir()
141 TestDeviceOptions options, in fetchRemoteDir()
182 TestDeviceOptions options, in pushFileToRemote()
201 TestDeviceOptions options, in internalScpExec()
DRemoteSshUtil.java43 TestDeviceOptions options, in remoteSshCommandExec()
72 TestDeviceOptions options, in remoteSshCommandExec()
DGceManager.java392 TestDeviceOptions options, IRunUtil runUtil, String instanceName) { in AcloudShutdown()
457 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh()
486 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz()
532 TestDeviceOptions options, in logNestedRemoteFile()
555 TestDeviceOptions options, in logNestedRemoteFile()
599 TestDeviceOptions options, in remoteSshCommandExecution()
607 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil, String... command) { in remoteSshCommandExec()
DManagedRemoteDevice.java80 TestDeviceOptions options = getOptions(); in preInvocationSetup() local
221 TestDeviceOptions options = super.getOptions(); in getOptions() 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()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DHostStatsdMetricCollectorTest.java75 OptionSetter options = new OptionSetter(mCollector); in setUp() local
89 OptionSetter options = new OptionSetter(mCollector); in testCollect_perTest() local
112 OptionSetter options = new OptionSetter(mCollector); in testCollect_testFail() local
DDumpHeapCollectorTest.java108 OptionSetter options = new OptionSetter(mDumpheapCollector); in testCollect_success() local
143 OptionSetter options = new OptionSetter(mDumpheapCollector); in testCollectSuccess_thresholdTooHigh() local
166 OptionSetter options = new OptionSetter(mDumpheapCollector); in testCollectNoError_processNotFound() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java132 TestDeviceOptions options = device.getOptions(); in customizeDevicePreInvocation() local
152 TestDeviceOptions options = device.getOptions(); in runTests() local
309 TestDeviceOptions options, in runRemote()
411 TestDeviceOptions options, in isStillRunning()
523 private String getRemoteMainDir(TestDeviceOptions options) { in getRemoteMainDir()
531 private void resetAdb(GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil) { in resetAdb()
550 GceAvdInfo info, TestDeviceOptions options, IRunUtil runUtil, ITestLogger logger) { in collectAdbLogs()
668 TestDeviceOptions options, in fetchAndProcessResults()
709 TestDeviceOptions options, in fetchRemoteAndLogFile()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java103 final Map<String, Object> options = new HashMap<>(); in leaseHostCommands() local
143 final Map<String, Object> options = new HashMap<>(); in getTestEnvironment() local
160 final Map<String, Object> options = new HashMap<>(); in getTestResources() local
181 final Map<String, Object> options = new HashMap<>(); in getTestContext() local
201 final Map<String, Object> options = new HashMap<>(); in updateTestContext() local
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto75 optional FileOptions options = 8; field
106 optional MessageOptions options = 7; field
180 optional FieldOptions options = 8; field
194 optional EnumOptions options = 3; field
202 optional EnumValueOptions options = 3; field
210 optional ServiceOptions options = 3; field
222 optional MethodOptions options = 4; field
/tools/tradefederation/core/src/com/android/tradefed/util/
DIRestApiHelper.java39 String method, String[] uriParts, Map<String, Object> options, JSONObject data) in execute()
DRestApiHelper.java106 String method, String[] uriParts, Map<String, Object> options, JSONObject data) in execute()
132 public GenericUrl buildQueryUri(String[] uriParts, Map<String, Object> options) { in buildQueryUri()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java266 SandboxOptions options = new SandboxOptions(); in testSandboxOptions() local
292 SandboxOptions options = new SandboxOptions(); in testSandboxOptions_exclusion() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java135 TestDeviceOptions options = config.getDeviceConfig().get(0).getDeviceOptions(); in runTests() local
179 SandboxOptions options = in getParentTargetConfig() local
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4Test.java131 public final void installPackage(String apkFileName, String... options) in installPackage()
133 installPackage(getDevice(), apkFileName, options); in installPackage() local
143 public final void installPackage(ITestDevice device, String apkFileName, String... options) in installPackage()
174 String apkFileName, boolean grantPermission, int userId, String... options) in installPackageAsUser()
176 installPackageAsUser(getDevice(), apkFileName, grantPermission, userId, options); in installPackageAsUser() local
193 String... options) in installPackageAsUser()
466 public final boolean runDeviceTests(DeviceTestRunOptions options) in runDeviceTests()
/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/device/cloud/
DNestedRemoteDeviceTest.java58 TestDeviceOptions options = new TestDeviceOptions(); in setUp() local

123