/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/ |
D | CreateKeysetCommandTest.java | 73 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/ |
D | vkDeviceFeatureTest.inl | 22 …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/ |
D | MainRunner.java | 24 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/ |
D | MainRunner.java | 24 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/ |
D | vkDeviceFeatureTest.inl | 22 …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/ |
D | Cli.java | 44 CommandLine commandLine = parser.parse(options, args); in run() local 74 protected abstract void run(CommandLine commandLine) throws Exception; in run()
|
D | UpdateServiceMain.java | 61 protected void run(CommandLine commandLine) throws Exception { in run() 75 private ServiceUpdater(CommandLine commandLine) { in ServiceUpdater()
|
D | FinalizeNewServiceModuleMain.java | 52 protected void run(CommandLine commandLine) throws Exception { in run() 60 private NewServiceCreator(CommandLine commandLine) { in NewServiceCreator()
|
D | CreateNewServiceModuleMain.java | 114 protected void run(CommandLine commandLine) throws Exception { in run() 126 private NewServiceCreator(CommandLine commandLine) { in NewServiceCreator()
|
D | NewServiceMain.java | 81 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/ |
D | MultiprocessTestClientLauncher.java | 132 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/ |
D | CommandLineInitUtilTest.java | 32 final CommandLine commandLine = CommandLine.getInstance(); in testDefaultCommandLineFlagsSet() local
|
/external/cronet/tot/base/test/android/java/src/org/chromium/base/ |
D | MultiprocessTestClientLauncher.java | 138 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/ |
D | MultiprocessTestClientLauncher.java | 138 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/ |
D | DeqpTestRunnerTest.java | 301 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/ |
D | ProtoCompileBasicTest.cs | 39 string commandLine) in ExecuteTool()
|
/external/libchrome/base/android/java/src/org/chromium/base/ |
D | CommandLine.java | 116 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/ |
D | tgl45es3TestPackage.cpp | 70 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init() local
|
/external/deqp/modules/gles31/ |
D | tes31TestPackage.cpp | 79 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init() local
|
D | tgl45es31TestPackage.cpp | 70 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init() local
|
/external/deqp/framework/delibs/decpp/ |
D | deProcess.cpp | 42 void Process::start(const char *commandLine, const char *workingDirectory) in start()
|
/external/cronet/stable/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | CommandLineFlags.java | 83 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/ |
D | CommandLineFlags.java | 83 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/ |
D | CaliperConfigLoader.java | 79 private static ImmutableMap<String, String> mergeProperties(Map<String, String> commandLine, in mergeProperties() argument
|
/external/deqp/external/openglcts/modules/common/ |
D | glcNoErrorTests.cpp | 76 const tcu::CommandLine &commandLine = m_testCtx.getCommandLine(); in verifyNoErrorContext() local
|