Home
last modified time | relevance | path

Searched refs:printError (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp280 YS.printError(Document.getRoot(), "DescriptorList node must be a map"); in parse()
301 YS.printError(Entry.getKey(), "rewrite type must be a scalar"); in parseEntry()
307 YS.printError(Entry.getValue(), "rewrite descriptor must be a map"); in parseEntry()
319 YS.printError(Entry.getKey(), "unknown rewrite type"); in parseEntry()
341 YS.printError(Field.getKey(), "descriptor key must be a scalar"); in parseRewriteFunctionDescriptor()
347 YS.printError(Field.getValue(), "descriptor value must be a scalar"); in parseRewriteFunctionDescriptor()
357 YS.printError(Field.getKey(), "invalid regex: " + Error); in parseRewriteFunctionDescriptor()
370 YS.printError(Field.getKey(), "unknown key for function"); in parseRewriteFunctionDescriptor()
376 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
410 YS.printError(Field.getKey(), "descriptor Key must be a scalar"); in parseRewriteGlobalVariableDescriptor()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ios/
Dmac.dart281printError('The Xcode project does not define target "Runner" which is needed by Flutter tooling.'…
282 printError('Open Xcode to fix the problem:');
283 printError(' open ios/Runner.xcworkspace');
288 printError('');
290 printError('The Xcode project defines schemes: ${projectInfo.schemes.join(', ')}');
291 printError('You must specify a --flavor option to select one of them.');
293 printError('The Xcode project does not define custom schemes.');
294 printError('You cannot use the --flavor option.');
300 printError('');
301printError('The Xcode project defines build configurations: ${projectInfo.buildConfigurations.join…
[all …]
Ddevices.dart82 printError(noProvisioningProfileInstruction, emphasis: true);
86 printError('''
92 printError('''
221printError('Could not find application bundle at ${bundle.path}; have you run "flutter build ios"?…
284 printError('Could not build the precompiled application for the device.');
286 printError('');
298 printError('Could not find the built application bundle at ${bundle.path}.');
374 printError('Could not install ${bundle.path} on $id.');
375 printError('Try launching Xcode and selecting "Product > Run" to fix the problem:');
376 printError(' open ios/Runner.xcworkspace');
[all …]
/third_party/typescript/tests/baselines/reference/
DAPISample_parseConfig.js21 function printError(error: ts.Diagnostic): void {
31 printError(error);
38 printError(err);
55 function printError(error) { function
64 printError(error);
72 printError(err);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dapplication_package.dart112 printError(userMessages.aaptNotFound);
126 printError('Failed to extract manifest from APK: $error.');
133 printError('Unable to read manifest info from ${apk.path}.');
138 printError('Unable to read manifest info from ${apk.path}.');
180 printError('AndroidManifest.xml could not be found.');
181 printError('Please check ${manifest.path} for errors.');
196 printError('AndroidManifest.xml is not a valid XML document.');
197 printError('Please check $manifestLocation for errors.');
203 printError('AndroidManifest.xml has no manifest element.');
204 printError('Please check ${manifest.path} for errors.');
[all …]
Drun_cold.dart59 printError(message);
78 printError(message);
131 printError('Error connecting to the service protocol: $error');
Dglobals.dart23 void printError(
32 logger.printError(
/third_party/typescript/tests/cases/compiler/
DAPISample_parseConfig.ts25 function printError(error: ts.Diagnostic): void { function
35 printError(error);
42 printError(err);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/macos/
Dapplication_package.dart48 printError('File "${applicationBundle.path}" does not exist.');
55 printError('Folder "${applicationBundle.path}" is not an app bundle.');
60 printError('Folder "${applicationBundle.path}" is not an app bundle.');
65 printError('Invalid prebuilt macOS app. Does not contain Info.plist.');
72 printError('Invalid prebuilt macOS app. Info.plist does not contain bundle identifier');
77 printError('Could not find macOS binary at $executable');
127 printError('Unable to find app name. ${appBundleNameFile.path} does not exist');
Dcocoapods.dart126 printError(
135 printError(
144 printError(
153 printError(
165 printError(
295 printError(
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dandroid_device.dart109 printError('Error ${result.exitCode} retrieving device properties for $name:');
110 printError(result.stderr);
113 printError('Error retrieving device properties for $name: $error');
265 printError(
278printError('The ADB at "${getAdbPath(androidSdk)}" is too old; please install version 1.0.39 or la…
280 printError('Error running ADB: $error', stackTrace: trace);
300 printError('Unexpected response from getprop: "$sdkVersion"');
305 printError(
313 printError('Unexpected failure from adb: $e');
358 printError('"${fs.path.relative(apk.file.path)}" does not exist.');
[all …]
Dgradle.dart174printError('**************************************************************************************…
175 printError('Flutter tried to create the file `$newSettingsRelativeFile`, but failed.');
177 printError(fs.file(fs.path.join(flutterRoot, 'packages','flutter_tools',
179printError('**************************************************************************************…
232 printError('* Error running Gradle:\n$exception\n');
630 printError('');
631 printError('The Gradle project does not define a task suitable for the requested build.');
633printError('Review the android/app/build.gradle file and ensure it defines a ${buildInfo.modeName}…
637 printError('The android/app/build.gradle file does not define any custom product flavors.');
638 printError('You cannot use the --flavor option.');
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/
Drunner.dart91 printError('${error.message}\n');
92printError("Run 'flutter -h' (or 'flutter <command> -h') for available flutter commands and option…
97 printError(error.message);
99 printError('\n$stackTrace\n');
189 printError('Could not write crash report to disk: $e');
190 printError(buffer.toString());
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dbuild.dart96 printError('Bitcode is only supported for iOS.');
101 printError('${getNameForTargetPlatform(platform)} does not support AOT compilation.');
110 printError(packageMapError);
160 printError('Missing input files: $missingInputs from $inputPaths');
173 printError('Dart snapshot generator failed with exit code $genSnapshotExitCode');
238printError('Failed to compile AOT snapshot. Compiler terminated with exit code ${compileResult.exi…
257printError('Failed to link AOT snapshot. Linker terminated with exit code ${compileResult.exitCode…
268 printError('Failed to extract dSYM out of dynamic lib');
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/
Danalysis.dart53 errorStream.listen(printError);
104 printError(
107 printError(error['stackTrace']);
123 printError('Error from the analysis server: ${error['message']}');
125 printError(error['stackTrace']);
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_device.dart242 printError('Failed to resolve host for Fuchsia device');
247 printError('Failed to find a free port');
267 printError('Failed to get amber to prefetch tiles');
271 printError('Failed to get amber to prefetch tiles_ctl');
280 printError('Failed to start the Fuchsia package server');
286 printError('Failed to add package to the package server');
292 printError('Failed to teach amber about the package server');
300 printError('Failed to get pkgctl to prefetch the package');
306 printError('Failed to ensure that tiles is started on the device');
314 printError('Failed to add the app to tiles');
[all …]
Dfuchsia_dev_finder.dart37 printError('dev_finder failed: ${result.stderr}');
62 printError('dev_finder failed: ${result.stderr}');
Dfuchsia_pm.dart129 .listen(printError);
201 printError('$this already started!');
206 printError('Failed to create a new package server repo');
214 printError('Error running Fuchsia pm tool "serve" command');
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dunpack.dart154 printError('Failed to find engine stamp file');
179 printError(stackTrace.toString());
180 printError(error.toString());
207 printError('Unsupported platform: $platform.');
239 printError(stackTrace.toString());
240 printError(e.message);
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
614 ds->printError=printError; in enumDependencies()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
616 ds->printError=printError; in enumDependencies()
/third_party/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
616 ds->printError=printError; in enumDependencies()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkgitems.cpp51 printError(void *context, const char *fmt, va_list args) { in printError() function
100 ds->printError=printError; in setItem()
616 ds->printError=printError; in enumDependencies()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/
Dresident_web_runner.dart140 printError('No application found for TargetPlatform.web_javascript.');
141 printError('To add web support to a project, run `flutter create --web .`.');
150 printError(message);
165 printError(err.toString());
166 printError(stackTrace.toString());
/third_party/flutter/flutter/packages/flutter_tools/lib/src/reporting/
Dcrash_reporting.dart120printError('Failed to send crash report. Server responded with HTTP status code ${resp.statusCode}…
124 printError('Failed to send crash report due to a network error: $sendError');
127 printError('Crash report sender itself crashed: $sendError\n$sendStackTrace');

12345