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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.h 34 /* A sentinel is used for root and for nil. These sentinels are
36 * point to the node which is the root of the tree. nil points to a
39 * that the root and nil nodes do not require special cases in the code
42 IntervalTreeNode *nil; member in struct:IntervalTree
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 18 public function nil():Object { function
82 /** If oldRoot is a nil root, just copy or move the children to newRoot.
83 * If not a nil root, make oldRoot a child of newRoot.
85 * old=^(nil a b c), new=r yields ^(r a b c)
88 * If newRoot is a nil-rooted single child tree, use the single
91 * old=^(nil a b c), new=^(nil r) yields ^(r a b c)
92 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c))
97 * old=null, new=^(nil r) yields ^(nil r
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 50 if ( self != nil ) {
194 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
261 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
314 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 23 @state.token = nil
28 @state.text = nil
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macmouse.c 113 cursordevice = nil;
115 if ( cursordevice != nil ) {
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 52 [win makeKeyAndOrderFront:nil];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 106 super( [], false, [], false, -1, 0, nil, 0, nil, -1 )
124 self.token = nil
126 self.token_start_line = nil
127 self.token_start_column = nil
128 self.channel = nil
129 self.type = nil
130 self.text = nil
188 @input.debug_listener = dbg rescue nil
229 @debug_listener.end_backtrack( @state.backtracking, ( success rescue nil ) )
    [all...]
template.rb 123 erb = ERB.new( source, nil, '%' )
143 def define_template( name, source, parameters = nil, &block )
147 ERB.new( source, nil, '%' ).def_method( tclass, 'to_s' )
256 instance_variable_defined?( name ) ? instance_variable_get( name ) : nil
266 def initialize( variable_map = nil )
309 def add( name, options = nil )
tree.rb 133 def match_any( ignore = nil )
155 def mismatch( input, type, follow = nil )
208 [payload] either a token value contained within a node or +nil+
209 [flat list (nil tree)] a tree node without a token payload, but with more
236 parent.nil?
251 children.nil? or children.empty?
317 def initialize( node = nil )
319 @parent = nil
333 child_tree.nil? and return
351 @parent = nil
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 50 if ( self != nil ) {
89 state.token = nil;
94 state.text = nil;
142 ANTLRCommonToken *name=nil;
278 ANTLRCommonToken *name=nil;
494 NSLog(@"found class %@", (name!=nil?name.text:nil));
525 ANTLRCommonToken *name=nil;
831 NSLog(@"found method %@", (name!=nil?name.text:nil));
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.m 50 if ( self != nil ) {
214 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
235 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
277 ANTLRCommonToken *anInt=nil;
278 AMutableArray *list_anInt=nil;
301 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
694 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
SimpleCParser.java 86 root_0 = (Object)adaptor.nil();
179 root_0 = (Object)adaptor.nil();
214 root_0 = (Object)adaptor.nil();
219 Object root_1 = (Object)adaptor.nil();
259 root_0 = (Object)adaptor.nil();
264 Object root_1 = (Object)adaptor.nil();
352 root_0 = (Object)adaptor.nil();
357 Object root_1 = (Object)adaptor.nil();
410 root_0 = (Object)adaptor.nil();
558 root_0 = (Object)adaptor.nil();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 121 :file => ( call.file rescue nil ),
122 :line => ( call.line rescue nil )
127 def compile_options( defaults = nil )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 67 - (NSString *)toString { return st==nil?nil:[st render]; }
190 nil;
ST.stg 73 - (NSString *) toString { return st==nil?nil:[st toString]; }
233 if ( self != nil ) {
316 nil;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 50 if ( self != nil ) {
354 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
421 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
488 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 30 @socket = nil
31 @connection = nil
63 @socket = nil
141 when nil
151 def rewind( i = nil )
205 def create_node( node, token = nil )
302 event.nil? and raise( StopIteration )
308 elem.empty? and next( nil )
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
NSScrollerImpDetails.mm 60 object:nil];
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestThemeEngineMac.mm 61 static NSWindow* alwaysActiveWindow = nil;
62 static NSWindow* alwaysInactiveWindow = nil;
66 if (alwaysActiveWindow == nil)
73 if (alwaysInactiveWindow == nil)
  /external/clang/test/Sema/
conditional-expr.c 87 #define nil ((void*) 0) macro
93 return a ? f1() : nil; // expected-warning {{pointer/integer type mismatch in conditional expression ('int' and 'void *')}} expected-warning {{incompatible pointer to integer conversion returning 'void *' from a function with result type 'int'}}
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 83 /// Return a nil node (an empty but non-null node) that can hold
85 /// use "t=adaptor.nil(); t.AddChild(x); t.AddChild(y);"
109 /// Is tree considered a nil node used to make lists of child nodes?
134 /// If oldRoot is a nil root, just copy or move the children to newRoot.
135 /// If not a nil root, make oldRoot a child of newRoot.
139 /// old=^(nil a b c), new=r yields ^(r a b c)
142 /// If newRoot is a nil-rooted single child tree, use the single
145 /// old=^(nil a b c), new=^(nil r) yields ^(r a b c)
146 /// old=^(a b c), new=^(nil r) yields ^(r ^(a b c)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 86 root_0 = (Object)adaptor.nil();
179 root_0 = (Object)adaptor.nil();
214 root_0 = (Object)adaptor.nil();
219 Object root_1 = (Object)adaptor.nil();
259 root_0 = (Object)adaptor.nil();
264 Object root_1 = (Object)adaptor.nil();
352 root_0 = (Object)adaptor.nil();
357 Object root_1 = (Object)adaptor.nil();
410 root_0 = (Object)adaptor.nil();
558 root_0 = (Object)adaptor.nil();
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 32 def add( name, default = nil )
  /external/chromium/chrome/browser/ui/cocoa/
status_bubble_mac.h 85 bool is_attached() { return [window_ parentWindow] != nil; }
  /external/chromium_org/chrome/browser/mac/
keystone_registration.h 51 #define KSRegistrationPreserveExistingTag nil

Completed in 390 milliseconds

1 2 34 5 6 7 8 91011>>