HomeSort by relevance Sort by last modified time
    Searched refs:nil (Results 276 - 300 of 419) sorted by null

<<11121314151617

  /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/
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.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
hetero-nodes.rb 197 token = ANTLR3::CommonToken.new(ttype, nil, '')
542 def initialize(token, tree = nil)
543 if tree.nil? then super(token)
  /external/ltrace/testsuite/ltrace.main/
parameters2.exp 97 {{->ll\({ 4, { 3, { 2, { 1, nil } } } }\) *= <void>} == 1}
248 # Test that void* NULL's are displayed as "nil" as well.
260 }] {somefunc\(\) *= nil} == 1
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_mac.mm 240 [nsimage CGImageForProposedRect:NULL context:nil hints:nil];
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 98 ruleNames = [NSArray arrayWithObjects:<rules:{rST | @"<rST.ruleName>"}; separator=", ", wrap="\n ">, nil];<\n>
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
iPhoneMultiTouch.mm 43 [man->_getDelegate() setTouchObject:nil];
  /external/skia/tools/lua/
glyph-counts.lua 42 canvas = nil
scrape_dashing.lua 44 canvas = nil
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/
unique.exp 73 [file_contents readelf.out] nil osabi] } {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.m 149 @"'{'", @"'}'", nil] retain]];
163 if ( self != nil ) {
568 ANTLRCommonToken *ID1 = nil;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableParser.m 192 @"';'", @"'int'", nil] retain]];
203 if ((self = [super initWithTokenStream:aStream State:[[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:6+1] retain]]) != nil) {
550 id<ANTLRToken> ID1 = nil;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
AST.stg 85 root_0 = <ASTLabelType>(adaptor.nil());<\n>
168 root_0 = <ASTLabelType>(adaptor.nil());
283 var root_<treeLevel>:<ASTLabelType> = <ASTLabelType>(adaptor.nil());
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
AST.stg 84 root_0 = (<ASTLabelType>)adaptor.nil();<\n>
168 root_0 = (<ASTLabelType>)adaptor.nil();
283 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.nil();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 80 root_0 = this.adaptor.nil();<\n>
167 root_0 = this.adaptor.nil();
282 var root_<treeLevel> = this.adaptor.nil();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 100 root_0 = self._adaptor.nil()<\n>
182 root_0 = self._adaptor.nil()
314 root_<treeLevel> = self._adaptor.nil()
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.h 65 // gcc and gcc-llvm do not allow you to use STAssert(blah, nil) with nil
82 // description: A format string as in the printf() function. Can be nil or
111 // description: A format string as in the printf() function. Can be nil or
141 // description: A format string as in the printf() function. Can be nil or
169 // description: A format string as in the printf() function. Can be nil or
199 // description: A format string as in the printf() function. Can be nil or
237 // description: A format string as in the printf() function. Can be nil or
268 // description: A format string as in the printf() function. Can be nil or
308 // description: A format string as in the printf() function. Can be nil o
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 394 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface = nil): IANTLRInterface; overload;
408 if (A = nil) or (B = nil) then
418 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface = nil): IANTLRInterface; overload;
697 Create(ACapacity, nil);
713 if FComparer = nil then
723 Create(0, nil);
936 IInterface(FEntries[I].FValue) := nil;
956 Result := nil;
992 FEntries[FCount].FValue := nil;
    [all...]
Antlr.Runtime.pas     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-streams.rb 330 @stream.look(0).should == nil
341 @stream.look(-1).should == nil
343 @stream.look(-3).should == nil
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 173 is nil, add all children of t to this' children.
180 """Set ith child (0..n-1) to t; t must be non-null and non-nil node"""
192 a list (nil-root tree). num of children can increase or decrease.
202 Indicates the node is a nil node but may still have children, meaning
312 def nil(self): member in class:TreeAdaptor
314 Return a nil node (an empty but non-null node) that can hold
316 use "t=adaptor.nil(); t.addChild(x); t.addChild(y);"
343 """Is tree considered a nil node used to make lists of child nodes?"""
363 If oldRoot is a nil root, just copy or move the children to newRoot.
364 If not a nil root, make oldRoot a child of newRoot
968 def nil(self): member in class:BaseTreeAdaptor
    [all...]

Completed in 425 milliseconds

<<11121314151617