OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printWarnings
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/Scripts/
check-Xcode-source-file-types
61
my $
printWarnings
= 1;
67
'w|warnings!' => \$
printWarnings
,
94
print STDERR "WARNING: Not an Xcode project file: $projectFile\n" if $
printWarnings
;
136
print STDERR "WARNING: Unknown file type '$fileType' for file '$filePath'.\n" if $
printWarnings
;
139
print STDERR "WARNING: Incorrect file type '$fileType' for file '$filePath'.\n" if $
printWarnings
;
160
if ($
printWarnings
) {
sort-Xcode-project-file
50
my $
printWarnings
= 1;
55
'w|warnings!' => \$
printWarnings
,
78
print STDERR "WARNING: Not an Xcode project file: $projectFile\n" if $
printWarnings
;
resolve-ChangeLogs
68
my $
printWarnings
= 1;
76
'w|warnings!' => \$
printWarnings
,
185
print STDERR "WARNING: ${file} is not in a conflicted state.\n" if $
printWarnings
;
204
print STDERR "WARNING: Too many conflict files exist for ${file}!\n" if $
printWarnings
;
236
print STDERR "WARNING: ${file} does not need merging.\n" if $
printWarnings
;
238
print STDERR "WARNING: ${file} is missing some conflict files.\n" if $
printWarnings
;
388
print STDERR "WARNING: Last change to ${file} could not be fixed and re-merged.\n" if $
printWarnings
;
454
print STDERR "WARNING: ${file} could not be merged using fuzz level 3.\n" if $
printWarnings
;
Completed in 805 milliseconds