Home
last modified time | relevance | path

Searched defs:commandLine (Results 1 – 25 of 62) sorted by relevance

123

/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/
DCreateKeysetCommandTest.java73 String commandLine = in testCreateCleartext_explicitJson_shouldCreateNewKeyset() local
94 String commandLine = in testCreateCleartext_binary_shouldCreateNewKeyset() local
122 String commandLine = in testCreateCleartext_withMasterKey_shouldCreateNewKeyset() local
154 String commandLine = in testCreateCleartext_withMasterKey_jsonFormat_shouldCreateNewKeyset() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatureTest.inl22 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
64 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
108 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
150 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
193 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
237 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
279 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
321 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
366 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
408 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
[all …]
/external/cronet/tot/testing/android/native_test/java/src/org/chromium/native_test/
DMainRunner.java24 public static int runMain(String[] commandLine, IBinder binderBox) { in runMain()
30 int runMain(String[] commandLine, IBinder binderBox); in runMain()
/external/cronet/stable/testing/android/native_test/java/src/org/chromium/native_test/
DMainRunner.java24 public static int runMain(String[] commandLine, IBinder binderBox) { in runMain()
30 int runMain(String[] commandLine, IBinder binderBox); in runMain()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFeatureTest.inl22 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
65 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
108 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
153 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
198 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
242 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
287 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
329 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
371 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
413 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); local
[all …]
/external/aws-sdk-java-v2/release-scripts/src/main/java/software/amazon/awssdk/release/
DCli.java44 CommandLine commandLine = parser.parse(options, args); in run() local
74 protected abstract void run(CommandLine commandLine) throws Exception; in run()
DUpdateServiceMain.java61 protected void run(CommandLine commandLine) throws Exception { in run()
75 private ServiceUpdater(CommandLine commandLine) { in ServiceUpdater()
DFinalizeNewServiceModuleMain.java52 protected void run(CommandLine commandLine) throws Exception { in run()
60 private NewServiceCreator(CommandLine commandLine) { in NewServiceCreator()
DCreateNewServiceModuleMain.java114 protected void run(CommandLine commandLine) throws Exception { in run()
126 private NewServiceCreator(CommandLine commandLine) { in NewServiceCreator()
DNewServiceMain.java81 protected void run(CommandLine commandLine) throws Exception { in run()
93 private NewServiceCreator(CommandLine commandLine) { in NewServiceCreator()
/external/libchrome/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java132 private MultiprocessTestClientLauncher(String[] commandLine, FileDescriptorInfo[] filesToMap) { in MultiprocessTestClientLauncher()
199 final String[] commandLine, final FileDescriptorInfo[] filesToMap) { in launchClient()
/external/libchrome/base/android/javatests/src/org/chromium/base/
DCommandLineInitUtilTest.java32 final CommandLine commandLine = CommandLine.getInstance(); in testDefaultCommandLineFlagsSet() local
/external/cronet/tot/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java138 String[] commandLine, FileDescriptorInfo[] filesToMap, IBinder binderBox) { in MultiprocessTestClientLauncher()
218 final String[] commandLine, in launchClient()
248 String[] commandLine, FileDescriptorInfo[] filesToMap, final IBinder binderBox) { in createAndStartLauncherOnLauncherThread()
/external/cronet/stable/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientLauncher.java138 String[] commandLine, FileDescriptorInfo[] filesToMap, IBinder binderBox) { in MultiprocessTestClientLauncher()
218 final String[] commandLine, in launchClient()
248 String[] commandLine, FileDescriptorInfo[] filesToMap, final IBinder binderBox) { in createAndStartLauncherOnLauncherThread()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java301 String commandLine = String.format( in testGlesVersion() local
359 String commandLine) throws Exception { in expectRenderConfigQuery()
364 String commandLine, in expectRenderConfigQueryAndReturn()
453 String commandLine = String.format( in testResultCode() local
642 String commandLine = String.format( in testRun_multipleTests() local
1100 String commandLine = String.format( in testRun_incrementalDeqpEnabled() local
1216 String commandLine = String.format( in testRun_unexecutableTests() local
1493 String commandLine = String.format( in testOrientation() local
2399 String commandLine = String.format( in testInterrupt_killReportTestFailed() local
2576 String commandLine = String.format( in testRuntimeHint_optionSet() local
/external/grpc-grpc/src/csharp/Grpc.Tools.Tests/
DProtoCompileBasicTest.cs39 string commandLine) in ExecuteTool()
/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java116 CommandLine commandLine = sCommandLine.get(); in getInstance() local
214 CommandLine commandLine = sCommandLine.get(); in getJavaSwitchesOrNull() local
221 private static void setInstance(CommandLine commandLine) { in setInstance()
/external/deqp/modules/gles3/
Dtgl45es3TestPackage.cpp70 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init() local
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp79 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init() local
Dtgl45es31TestPackage.cpp70 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init() local
/external/deqp/framework/delibs/decpp/
DdeProcess.cpp42 void Process::start(const char *commandLine, const char *workingDirectory) in start()
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/util/
DCommandLineFlags.java83 CommandLine commandLine = CommandLine.getInstance(); in ensureInitialized() local
147 CommandLine commandLine = CommandLine.getInstance(); in applyChanges() local
/external/cronet/tot/base/test/android/javatests/src/org/chromium/base/test/util/
DCommandLineFlags.java83 CommandLine commandLine = CommandLine.getInstance(); in ensureInitialized() local
147 CommandLine commandLine = CommandLine.getInstance(); in applyChanges() local
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfigLoader.java79 private static ImmutableMap<String, String> mergeProperties(Map<String, String> commandLine, in mergeProperties() argument
/external/deqp/external/openglcts/modules/common/
DglcNoErrorTests.cpp76 const tcu::CommandLine &commandLine = m_testCtx.getCommandLine(); in verifyNoErrorContext() local

123