HomeSort by relevance Sort by last modified time
    Searched refs:unless (Results 101 - 125 of 263) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/chrome/common/extensions/docs/static/js/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-apply 57 # going to fail (probably too strict unless we exclude ChangeLog).
134 die "--merge is currently only supported for SVN" unless isSVN();
293 return 1 unless -d $dir;
  /external/chromium_org/third_party/icu/source/config/
dist.mk 39 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 9 # Instead of changing this file [unless you want to check it back in],
  /external/icu4c/config/
dist.mk 40 @echo "ERROR: 'dist' will not work unless the parent of the top_srcdir ( $(SVNTOP) ) is checked out from svn, and svn is installed."
  /external/icu4c/data/rbnf/
rbnffiles.mk 9 # Instead of changing this file [unless you want to check it back in],
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml 51 (* FIXME: Ocaml is not running this setup code unless we use 'val' in the
  /sdk/templates/docs/
prettify.js 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
  /system/extras/tests/bionic/libstdc++/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
76 # host environments don't provide it unless you use specific
  /external/valgrind/main/cachegrind/
cg_annotate.in 500 $x = -1 unless defined $x;
501 $y = -1 unless defined $y;
818 last unless (defined $tmp); # hack to detect EOF
821 # Print line number, unless start of file
836 # Print line number, unless EOF
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl 100 die "You must specify at least one of --tags <file> or --attrs <file>" unless (length($tagsFile) || length($attrsFile));
114 die "You must specify a namespace (e.g. SVG) for <namespace>Names.h" unless $parameters{namespace};
115 die "You must specify a namespaceURI (e.g. http://www.w3.org/2000/svg)" unless $parameters{namespaceURI};
117 $parameters{namespacePrefix} = $parameters{namespace} unless $parameters{namespacePrefix};
118 $parameters{fallbackJSInterfaceName} = $parameters{fallbackInterfaceName} unless $parameters{fallbackJSInterfaceName};
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 550 unless(hasName("X")));
563 unless(
    [all...]
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 243 die "Register $1 already used" unless defined($register);
280 die "Register st$1 already used" unless defined($register);
490 die "Argument $index not specified" unless exists($args[$index]);
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 220 die "Register $1 already used" unless defined($register);
257 die "Register st$1 already used" unless defined($register);
467 die "Argument $index not specified" unless exists($args[$index]);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 95 unless const_defined?( :Profile )
337 @output << @profile.generate_report unless @output.nil?
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 13 $LOAD_PATH.unshift( this_directory ) unless $LOAD_PATH.include?( this_directory )
120 unless group.is_a?( ANTLR3::Template::Group )
  /external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 76 // Ignore items unless the user typed the URL.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/
typedUrls.js 80 // Ignore items unless the user typed the URL.
  /external/chromium_org/chrome/renderer/resources/extensions/
extension_custom_bindings.js 25 // chrome.windows API won't exist unless this extension has permission for it;
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 15 # in the linker to drop libc++ unless it's actually needed.
host_vc.mk 15 # in the linker to drop libc++ unless it's actually needed.
  /external/chromium_org/v8/test/mjsunit/
indexed-accessors.js 85 // unless we are in strict mode.
  /external/v8/test/mjsunit/
indexed-accessors.js 85 // unless we are in strict mode.
  /dalvik/vm/arch/arm/
CallOldABI.S 10 * Unless required by applicable law or agreed to in writing, software
158 @ we have and how to return it. However, unless we have an FPU,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 82 #d = /\A\s*(.)/.match( self)[1] unless d
85 return '' unless d

Completed in 368 milliseconds

1 2 3 45 6 7 8 91011