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

1234567

/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/strace/
H A Dgit-set-file-times30 next unless @files;
34 last unless %ls;
/external/tcpdump/tests/
H A DTESTonce12 next unless (/^$wanted/);
20 die "Can not find test $wanted\n" unless defined($input);
/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/
H A Dhost_shared_clang.mk1 # Don't build the library unless forced to.
42 endif # don't build unless forced to
/external/lldb/
H A DAndroid.mk1 # Don't build LLDB unless we explicitly ask for it.
33 endif # don't build LLDB unless forced to
H A Dhost_shared_lldb.mk1 # Don't build the library unless forced to.
80 endif # don't build unless forced to
/external/clang/unittests/AST/
H A DASTContextParentMapTest.cpp51 hasParent(recordDecl(unless(isTemplateInstantiation()))))));
56 allOf(hasParent(recordDecl(unless(isTemplateInstantiation()))),
67 hasAncestor(recordDecl(unless(isTemplateInstantiation())))))));
/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/icu/icu4c/source/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 $_;
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in553 $tmp = {} unless defined $tmp;
567 $curr_cfn_CC = [] unless (defined $curr_cfn_CC);
584 $tmp = [] unless defined $tmp;
598 $curr_fn_CC = [] unless (defined $curr_fn_CC);
610 $curr_file_ind_CCs = {} unless (defined $curr_file_ind_CCs);
621 $curr_file_ind_CCs = {} unless (defined $curr_file_ind_CCs);
623 $curr_fn_CC = [] unless (defined $curr_fn_CC);
645 $tmp = {} unless defined $tmp;
650 $tmp2 = {} unless defined $tmp2;
772 $x = -1 unless define
[all...]

Completed in 1888 milliseconds

1234567