Home
last modified time | relevance | path

Searched refs:runCommand (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/
Dflags_test.dart19 Future<void> runCommand(Iterable<String> flags, _TestMethod testMethod) async {
25 testUsingContext('runCommand works as expected', () async {
27 await runCommand(<String>[], () {
35 await runCommand(<String>[], () {
41 await runCommand(<String>[], () {
50 await runCommand(<String>[], () {
57 await runCommand(<String>[
89 Future<FlutterCommandResult> runCommand() async {
/third_party/python/Mac/BuildScript/
Dbuild-installer.py512 def runCommand(commandline): function
847 runCommand(" ".join(["perl", "Configure"]
849 runCommand("make depend")
850 runCommand("make all")
851 runCommand("make install_sw DESTDIR=%s"%shellQuote(archbase))
907 runCommand("lipo -create -output " +
972 runCommand('patch -p%s < %s'%(recipe.get('patchlevel', 1),
984 runCommand('bunzip2 -fk %s' % shellQuote(fn))
986 runCommand('sh %s' % shellQuote(fn))
1038 runCommand(' '.join(configure_args) + ' 2>&1')
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dversion_test.dart37 …final Future<void> runCommand = createTestCommandRunner(command).run(<String>['version', version]);
38 await Future.wait<void>(<Future<void>>[runCommand]);
47 …final Future<void> runCommand = createTestCommandRunner(command).run(<String>['version', version]);
48 await Future.wait<void>(<Future<void>>[runCommand]);
57 …final Future<void> runCommand = createTestCommandRunner(command).run(<String>['version', '--force'…
58 await Future.wait<void>(<Future<void>>[runCommand]);
Danalyze_once_test.dart47 await runCommand(
60 await runCommand(
69 await runCommand(
96 await runCommand(
122 await runCommand(
156 await runCommand(
177 await runCommand(
195 await runCommand(
217 Future<void> runCommand({
Dupgrade_test.dart65 final Future<FlutterCommandResult> result = fakeCommandRunner.runCommand(
75 final Future<FlutterCommandResult> result = fakeCommandRunner.runCommand(
88 final Future<FlutterCommandResult> result = fakeCommandRunner.runCommand(
100 final Future<FlutterCommandResult> result = fakeCommandRunner.runCommand(
112 final Future<FlutterCommandResult> result = fakeCommandRunner.runCommand(
Dclean_test.dart62 await CleanCommand().runCommand();
76 expect(() async => await CleanCommand().runCommand(), throwsA(isInstanceOf<ToolExit>()));
/third_party/icu/tools/scripts/
Dicu-file-utf8-check.py47 def runCommand(cmd): function
110 output, rc = runCommand(cmd)
130 output, rc = runCommand("grep -rPIl \"\\r\" " + f)
/third_party/node/deps/npm/node_modules/libnpx/
Dchild.js6 module.exports.runCommand = runCommand
7 function runCommand (command, opts) { function
/third_party/node/deps/icu-small/source/tools/pkgdata/
Dpkgdata.cpp100 static int runCommand(const char* command, UBool specialHandling=FALSE);
520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1062 result = runCommand(cmd); in pkg_createSymLinks()
1085 result = runCommand(cmd); in pkg_createSymLinks()
1098 result = runCommand(cmd); in pkg_createSymLinks()
1127 result = runCommand(cmd); in pkg_createSymLinks()
1146 result = runCommand(cmd); in pkg_installLibrary()
1160 result = runCommand(cmd); in pkg_installLibrary()
1173 result = runCommand(cmd); in pkg_installLibrary()
1187 result = runCommand(cmd); in pkg_installLibrary()
[all …]
/third_party/icu/icu4c/source/tools/pkgdata/
Dpkgdata.cpp100 static int runCommand(const char* command, UBool specialHandling=FALSE);
520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1062 result = runCommand(cmd); in pkg_createSymLinks()
1085 result = runCommand(cmd); in pkg_createSymLinks()
1098 result = runCommand(cmd); in pkg_createSymLinks()
1127 result = runCommand(cmd); in pkg_createSymLinks()
1146 result = runCommand(cmd); in pkg_installLibrary()
1160 result = runCommand(cmd); in pkg_installLibrary()
1173 result = runCommand(cmd); in pkg_installLibrary()
1187 result = runCommand(cmd); in pkg_installLibrary()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp99 static int runCommand(const char* command, UBool specialHandling=FALSE);
513 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1040 result = runCommand(cmd); in pkg_createSymLinks()
1063 result = runCommand(cmd); in pkg_createSymLinks()
1076 result = runCommand(cmd); in pkg_createSymLinks()
1105 result = runCommand(cmd); in pkg_createSymLinks()
1121 result = runCommand(cmd); in pkg_installLibrary()
1135 result = runCommand(cmd); in pkg_installLibrary()
1148 result = runCommand(cmd); in pkg_installLibrary()
1162 result = runCommand(cmd); in pkg_installLibrary()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
Dpkgdata.cpp100 static int runCommand(const char* command, UBool specialHandling=FALSE);
520 static int runCommand(const char* command, UBool specialHandling) { in runCommand() function
1062 result = runCommand(cmd); in pkg_createSymLinks()
1085 result = runCommand(cmd); in pkg_createSymLinks()
1098 result = runCommand(cmd); in pkg_createSymLinks()
1127 result = runCommand(cmd); in pkg_createSymLinks()
1146 result = runCommand(cmd); in pkg_installLibrary()
1160 result = runCommand(cmd); in pkg_installLibrary()
1173 result = runCommand(cmd); in pkg_installLibrary()
1187 result = runCommand(cmd); in pkg_installLibrary()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/
Dicu-file-utf8-check.py33 def runCommand(cmd): function
87 output = runCommand("git ls-files ");
/third_party/icu/icu4c/source/tools/
Dicu-file-utf8-check.py35 def runCommand(cmd): function
89 output = runCommand("git ls-files ");
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dpackages.dart46 Future<FlutterCommandResult> runCommand() async => null;
114 Future<FlutterCommandResult> runCommand() async {
166 Future<FlutterCommandResult> runCommand() async {
197 Future<FlutterCommandResult> runCommand() async {
225 Future<FlutterCommandResult> runCommand() async {
Dtrain.dart23 Future<FlutterCommandResult> runCommand() async {
Dinject_plugins.dart30 Future<FlutterCommandResult> runCommand() async {
Dgenerate.dart30 Future<FlutterCommandResult> runCommand() async {
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java44 runCommand(); in onCreate()
47 private void runCommand(){ in runCommand() method in MainActivity
156 runCommand(); in onRequestPermissionsResult()
/third_party/flutter/flutter/packages/flutter_tools/bin/
Dfuchsia_attach.dart150 Future<FlutterCommandResult> runCommand() async {
152 return super.runCommand();
158 Future<FlutterCommandResult> runCommand() async {
160 return super.runCommand();
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/runner/
Drunner_test.dart65 expect(crashingUsage.sentException, 'runCommand');
85 Future<FlutterCommandResult> runCommand() async {
86 throw 'runCommand';
Dutils.dart38 Future<FlutterCommandResult> runCommand() async {
/third_party/flutter/flutter/dev/bots/
Dtest.dart149 runCommand(flutter,
218 await runCommand(
229 await runCommand(
295 await runCommand(flutter,
309 await runCommand(flutter,
325 await runCommand(flutter,
343 await runCommand('pod',
350 await runCommand(flutter,
365 await runCommand('./build_and_test.sh',
570 await runCommand(
[all …]
Drun_command.dart80 Future<void> runCommand(String executable, List<String> arguments, {
178 /// Specifies what to do with command output from [runCommand].
181 /// Stores command output from [runCommand] when used with [OutputMode.capture].
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSynchronizationTests.cpp1115 void runCommand (const op::WriteData& cmd, int stepNdx, int& programFriendlyName);
1116 …void runCommand (const op::ReadData& cmd, int stepNdx, int& programFriendlyName, int…
1117 void runCommand (const op::Barrier&);
1118 …void runCommand (const op::ReadMultipleData& cmd, int stepNdx, int& programFriendlyN…
1119 …void runCommand (const op::WriteDataInterleaved& cmd, int stepNdx, int& programFrien…
1120 …void runCommand (const op::ReadDataInterleaved& cmd, int stepNdx, int& programFriend…
1121 …void runCommand (const op::ReadZeroData& cmd, int stepNdx, int& programFriendlyName,…
1367 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate()
1368 …case InterCallOperations::Command::TYPE_READ: runCommand(m_cmds[step].u_cmd.read, step, prog… in iterate()
1369 …case InterCallOperations::Command::TYPE_BARRIER: runCommand(m_cmds[step].u_cmd.barrier); … in iterate()
[all …]

1234