Searched refs:unless (Results 1 - 25 of 122) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/CSharp2/
H A Dantlr3.runtime.net.common.inc11 <property name="strong_name" value="NANT_STRONGNAME" unless="${property::exists('strong_name')}" />
12 <property name="debug" value="false" unless="${property::exists('debug')}" />
13 <property name="optimize" value="true" unless="${property::exists('optimize')}" />
15 <property name="nunit.formatter" value="Plain" unless="${property::exists('nunit.formatter')}" />
60 unless="${property::exists('nant.tasks.nunit2')}" />
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dadd-include38 unless ($filename =~ /(\w+)\.cpp$/) { print STDERR "Command line args must be .cpp files: $filename.\n"; next FILE; }
55 unless (open INPUT, "<", $filename) { print STDERR "File does not exist: $filename\n"; next FILE; }
63 unless ($sawConfig) { print STDERR "First include must be config.h in $filename, line $.\n"; next FILE; }
67 unless ($sawSelfInclude) { print STDERR "Second include must be $base.h in $filename, line $.\n"; next FILE; }
79 unless ($currentCondition eq "") { print STDERR "Nested #if in include section in $filename, line $.\n"; next FILE; }
84 unless ($currentCondition ne "") { print STDERR "Extra #endif in include section in $filename, line $.\n"; next FILE; }
94 unless ($currentCondition eq "") { print STDERR "Unterminated #if in include section in $filename, line $.\n"; next FILE; }
112 $contents .= "#if $condition\n" unless $condition eq "";
114 $contents .= "#endif\n" unless $condition eq "";
119 unless (ope
[all...]
H A Dcheck-for-exit-time-destructors94 next unless $sawAtExit;
139 next unless $currentSymbol;
H A Dcommit-log-editor78 printUsageAndExit() unless @ARGV;
147 $existingLog = isGit() && !($curLine =~ /^#/ || $curLine =~ /^\s*$/) unless $existingLog;
172 # populate git commit message with WebKit-format ChangeLog entries unless explicitly disabled
286 $label = "top level" unless length $label;
343 return "" unless @strings > 1;
353 last unless $prefixLength;
356 return "" unless $prefixLength;
359 return "" unless $lastDoubleNewline > 0;
H A Dbencher44 unless FileTest.exist? CONFIGURATION_FLNM
338 unless result.to_s == arg
638 unless $dataFiles[key]
675 doublePuts($stderr,file," gc();") unless plan.vm.shouldMeasureGC
688 doublePuts($stderr,file,"gc();") unless plan.vm.shouldMeasureGC
693 doublePuts($stderr,file,"gc();") unless plan.vm.shouldMeasureGC
777 raise unless benchFullname =~ /\//
781 raise unless result.size == 1
793 raise unless @plan.is_a? BenchPlan
794 raise unless
[all...]
H A Dclean-header-guards33 next unless filename =~ /\.h$/
H A Dcompare-timing-files41 die "$usage\n" unless ($file1 && $file2 && @ARGV == 2);
/external/robolectric/
H A Dupdate-downloads.rb6 unless File.exists?(DOWNLOADS_FILE)
21 version = "SNAPSHOT" unless version
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb3 unless defined? Call
57 end # unless defined? Call
/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp51 hasParent(recordDecl(unless(isTemplateInstantiation()))))));
56 allOf(hasParent(recordDecl(unless(isTemplateInstantiation()))),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
/external/grub/docs/
H A Dhelp2man76 die $help_info unless @ARGV == 1;
100 next unless -f $inc or $required;
102 unless open INC, $inc;
116 push @include, $key unless $include{$key};
139 next unless $key;
148 unless $key;
249 s/^/\\fI/ unless s/^\\fR//;
372 unless ($4)
440 $content .= ".PP\n" unless $append{$pat} =~ /^\./;
450 unless (
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/t/
H A Dxe08_decode.t21 skip "can't use JSON::XS.", 6, unless( JSON->backend->is_xs );
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A Dprettify.rb32 raise unless options[:html_exceptions]
H A DPrettyPatch.rb26 unless match.nil?
43 return match[1] unless match.nil?
560 @sections = DiffSection.parse(lines_with_contents) unless @binary
566 raise "index line is missing" unless @git_indexes
576 raise "no binary chunks" unless chunks
646 str += @sections.collect{ |section| section.to_html }.join("<br>\n") unless @sections.nil?
667 linesForDiffs.last << line unless linesForDiffs.last.nil?
742 stdin.close unless stdin.closed?
851 from += 1 unless from.nil?
863 to += 1 unless t
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb39 unless @eof
75 unless @eof
92 unless @eof
/external/wpa_supplicant_8/hostapd/logwatch/
H A Dhostapd30 unless ($detail == 10) {
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk8 # Instead of changing this file [unless you want to check it back in],
/external/icu4c/data/translit/
H A Dtrnsfiles.mk8 # Instead of changing this file [unless you want to check it back in],
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb48 raise "Couldn't git push. `#{cmd}' failed with the following output:\n\n#{out}\n" unless code == 0
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider84 $suitePath = "tests/" . $suitePath unless ($suite =~ /\//);
110 next unless !$testsPattern || /$testsPattern/;
177 die "No tests to run" unless scalar(@tests);
195 print ",\n" unless ($count == $testRuns);
H A Dmake-hosted53 next unless $_;
H A Dsunspider-compare-results101 die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
102 die "Cound not find data in ${filename} - needs to end with }]" unless $foundEnd;
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in555 $tmp = {} unless defined $tmp;
569 $curr_cfn_CC = [] unless (defined $curr_cfn_CC);
586 $tmp = [] unless defined $tmp;
600 $curr_fn_CC = [] unless (defined $curr_fn_CC);
612 $curr_file_ind_CCs = {} unless (defined $curr_file_ind_CCs);
623 $curr_file_ind_CCs = {} unless (defined $curr_file_ind_CCs);
625 $curr_fn_CC = [] unless (defined $curr_fn_CC);
647 $tmp = {} unless defined $tmp;
652 $tmp2 = {} unless defined $tmp2;
768 $x = -1 unless define
[all...]
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk8 # Instead of changing this file [unless you want to check it back in],
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk8 # Instead of changing this file [unless you want to check it back in],

Completed in 674 milliseconds

12345