Home
last modified time | relevance | path

Searched defs:commandline (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
DMyDocument.h27 IBOutlet NSTextField *commandline; variable
/external/python/cpython2/Mac/PythonLauncher/
DPreferencesWindowController.h20 IBOutlet NSTextField *commandline; variable
DMyDocument.h27 IBOutlet NSTextField *commandline; variable
/external/flatbuffers/tests/
Dgenerate_code.bat20 set commandline=%* variable
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DCommandLineSupport.java76 static List<String> split(final String commandline) { in split()
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py495 def runCommand(commandline): argument
510 def captureCommand(commandline): argument
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py543 def runCommand(commandline): argument
558 def captureCommand(commandline): argument
/external/libyuv/files/tools_libyuv/valgrind/
Dmemcheck_analyze.py123 def __init__(self, source_dir, error_node, commandline, testcase): argument
/external/skqp/tools/skpbench/
Dskpbench.py93 def dump_commandline_if_verbose(commandline): argument
/external/skia/tools/skpbench/
Dskpbench.py109 def dump_commandline_if_verbose(commandline): argument
/external/python/setuptools/
Dlauncher.c200 LPSTR commandline = command; in create_and_wait_for_subprocess() local
/external/perfetto/ui/src/controller/
Drecord_controller.ts627 const commandline = ` constant
/external/antlr/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
DANTLR3.java67 private CommandlineJava commandline = new CommandlineJava(); field in ANTLR3
/external/autotest/utils/
Dexternal_packages.py32 def system(commandline): argument