HomeSort by relevance Sort by last modified time
    Searched refs:nil (Results 151 - 175 of 303) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugTreeAdaptor.java 102 public Object nil() { method in class:DebugTreeAdaptor
103 Object node = adaptor.nil();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 109 def initialize( input = nil )
110 @index = @line = @column = nil
114 @source_name = @input.source_name rescue nil
243 text = @symbol.text rescue nil
307 msg << ': at %p' % token.text unless @token.nil?
546 def initialize( element_description = nil )
644 def RewriteEarlyExit( element_description = nil )
663 def initialize( message = nil, *args )
main.rb 56 # the input encoding type; defaults to +nil+ (currently, not used)
73 @encoding = options.fetch( :encoding, nil )
194 nil
225 def attempt( lib, message = nil, exit_status = nil )
261 name.nil? || name.empty? and return( nil )
264 constant_exists?( name ) or return( nil )
290 return( nil )
330 if token.nil? || token.type == ANTLR3::EOF then brea
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 243 def pad( len, val=nil )
260 def pad!( len, val=nil )
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 261 parser.f.should == nil
270 parser.f.should == nil
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
AST.stg 99 Root[0] := nil;<\n>
109 <ruleDescriptor.tokenLabels:{<it.label.text>_tree := nil;}; separator="\n">
110 <ruleDescriptor.tokenListLabels:{<it.label.text>_tree := nil;}; separator="\n">
254 Locals['Stream_<it>'] := TRewriteRuleSubtreeStream.Create(Adaptor, 'token <it>', nil);}; separator="\n">
Delphi.stg 47 default:"nil" // anything other than an atomic type
186 Create(AInput, nil<grammar.delegators:{g|, A<g:delegateName()>}>);
248 State.Token := nil;
758 <[ruleDescriptor.tokenLabels,ruleDescriptor.tokenListLabels]:{<it.label.text> := nil;}; separator="\n">
759 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{list_<it.label.text> := nil;}; separator="\n">
761 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text> := nil;}; separator="\n">
775 :{<it.label.text> := nil;}; separator="\n"
781 :{List_<it.label.text> := nil;}; separator="\n"
808 <! nil !>
    [all...]
  /external/chromium_org/base/mac/
foundation_util.h 303 // requested return type, ObjCCast<>() returns nil and
304 // ObjCCastStrict<>() will DCHECK. Providing a nil pointer to either
305 // variant results in nil being returned without triggering any DCHECK.
326 return nil;
332 DCHECK(objc_val == nil || rv);
360 // Converts |path| to an autoreleased NSString. Returns nil if |path| is empty.
363 // Converts |str| to a FilePath. Returns an empty path if |str| is nil.
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 69 return nil;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode.cc 116 HB_UNICODE_FUNCS_IMPLEMENT (nil) \
117 /* ^--- Add new callbacks before nil */
142 HB_UNICODE_FUNCS_IMPLEMENT(nil)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm 120 return nil;
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppClient.m 110 return nil;
181 delegate:nil
183 otherButtonTitles:nil];
259 error:nil];
GAEChannelClient.m 64 _webView.delegate = nil;
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 180 final double nil = il.getAggregate (m_numeratorAggregateID); local
186 final double diff = nil * dig - nig * dil;
  /external/harfbuzz_ng/src/
hb-unicode.cc 116 HB_UNICODE_FUNCS_IMPLEMENT (nil) \
117 /* ^--- Add new callbacks before nil */
142 HB_UNICODE_FUNCS_IMPLEMENT(nil)
  /external/skia/tools/lua/
scrape.lua 43 canvas = nil
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 242 super rescue nil
312 <ruleDescriptor.modifier> :<ruleName> rescue nil<\n>
479 <ruleDescriptor.returnScope.attributes:{a|<a.name> = <if(a.initValue)><a.initValue><else>nil<endif><\n>}>
487 <label.label.text; format="label"> = nil<\n>
499 {<it.label.text; format="label"> = nil<\n>}
678 mse = MismatchedSet( nil )
738 match( DOWN, nil )
740 match( UP, nil )
743 match( DOWN, nil )
745 match( UP, nil )
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
display-profiler-output 408 nil
523 sourceCols = nil
786 compilationIndex = nil
791 hash = nil
795 engine = nil
817 trueEngine = nil
902 endAddress = nil
  /external/opencv/cv/src/
cvstereogc.cpp 137 GCVtx stub, *nil = &stub, *first = nil, *last = nil; local
143 stub.next = nil;
162 last->next = nil;
163 nil->next = 0;
173 while( first != nil )
192 u->next = nil;
347 u->next = nil;
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 223 // Add child ^(nil 101 102 103) to root ^(5 6)
229 R0 := TCommonTree.Create(IToken(nil));
256 // 5 becomes new root of ^(nil 101 102 103)
258 OldRoot := TCommonTree.Create(IToken(nil));
287 // ^(nil 5) becomes new root of ^(nil 101 102 103)
288 NewRoot := TCommonTree.Create(IToken(nil));
290 OldRoot := TCommonTree.Create(IToken(nil));
304 // ^(nil 5) becomes new root of ^(101 102 103)
305 NewRoot := TCommonTree.Create(IToken(nil));
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 132 def self.bug!( message = nil )
138 @antlr_jar = nil
159 File.exists?( path ) ? path : nil
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternParser.java 127 if ( tokenName.equals("nil") ) {
128 return adaptor.nil();
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
BaseTreeAdaptor.js 10 nil: function() {
69 /** If oldRoot is a nil root, just copy or move the children to newRoot.
70 * If not a nil root, make oldRoot a child of newRoot.
72 * old=^(nil a b c), new=r yields ^(r a b c)
75 * If newRoot is a nil-rooted single child tree, use the single
78 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
79 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
84 * old=null, new=^(nil r) yields ^(nil r
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 384 parser.flag = flag unless flag.nil?
414 ast_test :input => "3", :rule => :r7, :ast => nil
472 ast_test :input => "foo28a", :rule => :r28, :ast => nil
484 ast_test :input => 'gnurz', :rule => :r32, :arguments => [ 3 ], :flag => 2, :ast => nil
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 135 return (best_match_size != 0 ? Match.new(best_match_in_old, best_match_in_new, best_match_size) : nil)

Completed in 1605 milliseconds

1 2 3 4 5 67 8 91011>>