Home
last modified time | relevance | path

Searched defs:cmdLine (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c125 deCommandLine *cmdLine = (deCommandLine *)deCalloc(sizeof(deCommandLine)); in deCommandLine_parse() local
147 void deCommandLine_destroy(deCommandLine *cmdLine) in deCommandLine_destroy()
153 static void testParse(const char *cmdLine, const char *const *refArgs, int numArgs) in testParse()
170 const char *cmdLine = "hello"; in deCommandLine_selfTest() local
175 const char *cmdLine = "hello world"; in deCommandLine_selfTest() local
180 const char *cmdLine = "hello/world"; in deCommandLine_selfTest() local
185 const char *cmdLine = "hello/world --help"; in deCommandLine_selfTest() local
190 const char *cmdLine = "hello/world --help foo"; in deCommandLine_selfTest() local
195 const char *cmdLine = "hello\\world --help foo"; in deCommandLine_selfTest() local
200 const char *cmdLine = "\"hello/worl d\" --help --foo=\"bar\" \"ba z\\\"\""; in deCommandLine_selfTest() local
[all …]
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeCommandLine.cpp363 CommandLine cmdLine; in selfTest() local
372 CommandLine cmdLine; in selfTest() local
382 CommandLine cmdLine; in selfTest() local
392 CommandLine cmdLine; in selfTest() local
424 CommandLine cmdLine; in selfTest() local
441 CommandLine cmdLine; in selfTest() local
458 CommandLine cmdLine; in selfTest() local
477 CommandLine cmdLine; in selfTest() local
495 CommandLine cmdLine; in selfTest() local
506 CommandLine cmdLine; in selfTest() local
[all …]
/aosp_15_r20/external/deqp/executor/tools/
H A DxeExtractShaderPrograms.cpp91 static void writeShaderProgram(const CommandLine &cmdLine, const std::string &casePath, in writeShaderProgram()
126 static void extractShaderPrograms(const CommandLine &cmdLine, const std::string &casePath, in extractShaderPrograms()
162 ShaderProgramExtractHandler(const CommandLine &cmdLine) : m_cmdLine(cmdLine) in ShaderProgramExtractHandler()
201 static void extractShaderProgramsFromLogFile(const CommandLine &cmdLine) in extractShaderProgramsFromLogFile()
231 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine()
260 CommandLine cmdLine; in main() local
H A DxeMergeTestLogs.cpp159 static void mergeTestLogs(const CommandLine &cmdLine) in mergeTestLogs()
180 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine()
212 CommandLine cmdLine; in main() local
H A DxeCommandLineExecutor.cpp138 bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine()
455 xe::CommLink *createCommLink(const CommandLine &cmdLine) in createCommLink()
575 void runExecutor(const CommandLine &cmdLine) in runExecutor()
666 CommandLine cmdLine; in main() local
H A DxeExtractValues.cpp228 static void printTaggedValues(const CommandLine &cmdLine, std::ostream &dst) in printTaggedValues()
268 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine()
297 CommandLine cmdLine; in main() local
H A DxeTestLogCompare.cpp252 static bool runCompare(const CommandLine &cmdLine, std::ostream &dst) in runCompare()
361 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine()
387 CommandLine cmdLine; in main() local
H A DxeBatchResultToJUnit.cpp56 static void parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument
154 CommandLine cmdLine; in main() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.cpp47 const tcu::CommandLine &cmdLine, in createDefaultInstance()
138 const tcu::CommandLine &cmdLine) in createDefaultInstance()
148 const tcu::CommandLine &cmdLine) in chooseDeviceIndex()
180 const tcu::CommandLine &cmdLine) in chooseDevice()
H A DvkWsiUtil.cpp155const tcu::CommandLine &cmdLine, const VkAllocationCallbacks *pAllocator, in createDisplaySurface()
223 const Window &nativeWindow, const tcu::CommandLine &cmdLine, in createSurface()
331const tcu::CommandLine &cmdLine, const VkAllocationCallbacks *pAllocator) in createSurface()
/aosp_15_r20/system/extras/ioblame/
H A DandroidFsParser.py34 def __init__(self, cmdLine, filename, numBytes): argument
83 def __init__(self, uid, cmdLine, filename, numBytes): argument
89 def add_process_trace(self, cmdLine, filename, numBytes): argument
/aosp_15_r20/system/chre/host/common/
H A Dchre_aidl_hal_client.cc687 std::string cmdLine = kv_pair.first + " " + kv_pair.second.argsFormat; in printUsage() local
698 const std::vector<std::string> &cmdLine, in parseCommand()
708 void executeCommand(std::vector<std::string> cmdLine) { in executeCommand()
812 auto cmdLine = getCommandLine(); in connectToHal() local
866 std::vector<std::string> cmdLine{}; in main() local
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/bugreport/
H A DProcessInfo.java33 public String cmdLine; field in ProcessInfo
43 public ProcessInfo(int pid, String cmdLine) { in ProcessInfo()
/aosp_15_r20/external/deqp/external/openglcts/modules/runner/
H A DglcTestRunnerMain.cpp49 static bool parseCommandLine(CommandLine &cmdLine, int argc, const char *const *argv) in parseCommandLine() argument
122 CommandLine cmdLine; in main() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.cpp127 …d writeXmlCaselistsToFiles(TestPackageRoot &root, TestContext &testCtx, const CommandLine &cmdLine) in writeXmlCaselistsToFiles()
186 …d writeTxtCaselistsToFiles(TestPackageRoot &root, TestContext &testCtx, const CommandLine &cmdLine) in writeTxtCaselistsToFiles()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp123 void parseRenderConfig(RenderConfig *config, const tcu::CommandLine &cmdLine) in parseRenderConfig()
161 RenderConfig::Visibility parseWindowVisibility(const tcu::CommandLine &cmdLine) in parseWindowVisibility()
H A DgluRenderContext.cpp130 RenderContext *createRenderContext(tcu::Platform &platform, const tcu::CommandLine &cmdLine, const … in createRenderContext()
172 RenderContext *createDefaultRenderContext(tcu::Platform &platform, const tcu::CommandLine &cmdLine,… in createDefaultRenderContext()
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DOnthrowDebuggerLaunchTest.java282 String cmdLine = settings.getDebuggeeJavaPath() in prepareDebuggerCmd() local
306 String cmdLine = settings.getDebuggeeJavaPath() in prepareDebuggeeCmd() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPUnitDebuggeeProcessWrapper.java91 public void launchProcessAndRedirectors(String cmdLine) throws IOException { in launchProcessAndRedirectors()
156 protected Process launchProcess(String cmdLine) throws IOException { in launchProcess()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java69 public ClusterCommand(String commandId, String taskId, String cmdLine) { in ClusterCommand()
88 String cmdLine, in ClusterCommand()
/aosp_15_r20/external/deqp/framework/egl/
H A DegluUtil.cpp553 const tcu::CommandLine &cmdLine) in selectNativeDisplayFactory()
559 const tcu::CommandLine &cmdLine) in selectNativeWindowFactory()
565 const tcu::CommandLine &cmdLine) in selectNativePixmapFactory()
/aosp_15_r20/external/deqp/execserver/tools/
H A DxsClient.cpp169 Client::Client(const CommandLine &cmdLine) : m_cmdLine(cmdLine) in Client()
319 CommandLine cmdLine; in runClient() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp290 const auto &cmdLine = context.getTestContext().getCommandLine(); in createCustomInstanceWithExtensions() local
403 const auto &cmdLine = context.getTestContext().getCommandLine(); in createCustomInstanceFromInfo() local
465 const auto &cmdLine = context.getTestContext().getCommandLine(); in createUncheckedInstance() local
H A DvktTestCase.cpp190 const tcu::CommandLine &cmdLine) in determineDeviceVersions()
228 … const vector<string> &enabledExtensions, const tcu::CommandLine &cmdLine, in createInstance()
271 … const vector<const char *> &usedExtensions, const tcu::CommandLine &cmdLine, in createDefaultDevice()
693 DefaultDevice::DefaultDevice(const PlatformInterface &vkPlatform, const tcu::CommandLine &cmdLine, in DefaultDevice()
/aosp_15_r20/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp253 …xt *ContextFactory::createContext(const glu::RenderConfig &config, const tcu::CommandLine &cmdLine, in createContext()
259 EglRenderContext::EglRenderContext(const glu::RenderConfig &config, const tcu::CommandLine &cmdLine, in EglRenderContext()

12345