/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/base/ |
D | flags_test.dart | 19 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/ |
D | build-installer.py | 512 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/ |
D | version_test.dart | 37 …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]);
|
D | analyze_once_test.dart | 47 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({
|
D | upgrade_test.dart | 65 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(
|
D | clean_test.dart | 62 await CleanCommand().runCommand(); 76 expect(() async => await CleanCommand().runCommand(), throwsA(isInstanceOf<ToolExit>()));
|
/third_party/icu/tools/scripts/ |
D | icu-file-utf8-check.py | 47 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/ |
D | child.js | 6 module.exports.runCommand = runCommand 7 function runCommand (command, opts) { function
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
D | pkgdata.cpp | 100 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/ |
D | pkgdata.cpp | 100 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/ |
D | pkgdata.cpp | 99 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/ |
D | pkgdata.cpp | 100 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/ |
D | icu-file-utf8-check.py | 33 def runCommand(cmd): function 87 output = runCommand("git ls-files ");
|
/third_party/icu/icu4c/source/tools/ |
D | icu-file-utf8-check.py | 35 def runCommand(cmd): function 89 output = runCommand("git ls-files ");
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | packages.dart | 46 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 {
|
D | train.dart | 23 Future<FlutterCommandResult> runCommand() async {
|
D | inject_plugins.dart | 30 Future<FlutterCommandResult> runCommand() async {
|
D | generate.dart | 30 Future<FlutterCommandResult> runCommand() async {
|
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/ |
D | MainActivity.java | 44 runCommand(); in onCreate() 47 private void runCommand(){ in runCommand() method in MainActivity 156 runCommand(); in onRequestPermissionsResult()
|
/third_party/flutter/flutter/packages/flutter_tools/bin/ |
D | fuchsia_attach.dart | 150 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/ |
D | runner_test.dart | 65 expect(crashingUsage.sentException, 'runCommand'); 85 Future<FlutterCommandResult> runCommand() async { 86 throw 'runCommand';
|
D | utils.dart | 38 Future<FlutterCommandResult> runCommand() async {
|
/third_party/flutter/flutter/dev/bots/ |
D | test.dart | 149 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 …]
|
D | run_command.dart | 80 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/ |
D | es31fSynchronizationTests.cpp | 1115 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 …]
|