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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaStream.mm 110 NSAssert(NO, @"nil arguments not allowed");
111 self = nil;
112 return nil;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 56 object:nil];
60 object:nil];
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 111 self.top_rule = self.parser_class = self.grammar_file = nil
217 def initialize( parser = nil, output = nil )
219 @profile = nil
223 @last_token = nil
233 @last_token = nil
337 @output << @profile.generate_report unless @output.nil?
dot.rb 91 def self.generate( tree, adaptor = nil, tree_template = TREE_TEMPLATE,
105 def to_dot( tree, adaptor = nil, tree_template = TREE_TEMPLATE,
117 def define_nodes( tree, adaptor, tree_template, known_nodes = nil )
119 tree.nil? and return
143 tree.nil? or return
recognizers.rb 95 super( [], false, -1, 0, nil, 0, nil, -1 )
115 self.token = nil
117 self.token_start_line = nil
118 self.token_start_column = nil
119 self.channel = nil
120 self.type = nil
121 self.text = nil
138 Block.new # => #<struct Block name=nil, depth=0, variables={}>
160 "#{ name } = " << defaults.fetch( name, 'nil' )
    [all...]
token.rb 195 start..stop rescue nil
265 token.type, token.channel, token.text ? token.text.clone : nil,
270 def initialize( type = nil, channel = DEFAULT_CHANNEL, text = nil,
271 input = nil, start = nil, stop = nil, index = -1,
275 self.text.nil? && self.start && self.stop and
315 raise StopIteration if token.nil? || token.type == EOF
416 <tt>TokenScheme.new(tk_class = nil) { ... module-level code ...}</tt>, whic
    [all...]
dfa.rb 144 def initialize( recognizer, decision_number = nil,
145 eot = nil, eof = nil, min = nil, max = nil,
146 accept = nil, special = nil,
147 transition = nil, &special_block )
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 50 if ( self != nil ) {
549 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
570 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
633 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
701 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
SimpleCParser.m 66 if ( self != nil ) {
76 return nil;
308 @"'=='", @"'char'", @"'for'", @"'int'", @"'void'", @"'{'", @"'}'", nil] retain]];
322 if ( self != nil ) {
424 NSString * functionHeader1 = nil ;
426 NSString * functionHeader2 = nil ;
602 NSString * name = nil ;
606 name=nil; // for now you must init here rather than in 'returns'
609 ANTLRCommonToken *ID3 = nil;
685 name = (ID3!=nil?ID3.text:nil)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 37 def initialize(token = nil, type = nil, x = nil)
47 t = v.new(nil, 101, 2)
52 assert(root_0.parent.nil?)
77 root = CommonTree.new(nil)
100 root = CommonTree.new(nil)
118 root = CommonTree.new(nil)
484 # ^(nil 101 102 103)
485 r0 = CommonTree.new(nil)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 87 if ((self = [super initWithRecognizer:theRecognizer]) != nil) {
97 return nil;
320 if ((self = [super initWithCharStream:anInput State:[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:30+1]]) != nil) {
359 state.token = nil;
364 state.text = nil;
411 id<ANTLRToken> name=nil;
530 id<ANTLRToken> name=nil;
714 NSLog(@"found class %@", (name!=nil?[name getText]:0));
741 id<ANTLRToken> name=nil;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 105 def initialize( input=nil, options = {} )
380 mse = MismatchedSet( nil )
417 mse = MismatchedSet( nil )
438 mse = MismatchedSet( nil )
578 mse = MismatchedSet( nil )
616 mse = MismatchedSet( nil )
714 mse = MismatchedSet( nil )
799 mse = MismatchedSet( nil )
973 super rescue nil
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
AST.stg 69 [self setTreeAdaptor:nil];
158 self.tree = nil;
168 <ASTLabelType> *root_0 = nil;<\n>
175 ruleDescriptor.wildcardTreeListLabels]:{it | <ASTLabelType> *<it.label.text>_tree=nil;}; separator="\n">
176 <ruleDescriptor.tokenListLabels:{it | <ASTLabelType> *<it.label.text>_tree = nil;}; separator="\n">
362 description:@"token <it>" element:<it>!=nil?[<it> getTree]:nil] retain];};
433 rewriteEmptyAlt() ::= "root_0 = nil;"
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 135 if (fmt == nil) {
141 shareContext:nil];
145 if (gl_context == nil) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 95 if ((self = [super initWithRecognizer:theRecognizer]) != nil) {
105 return nil;
173 if ((self = [super initWithCharStream:anInput State:[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:12+1]]) != nil) {
574 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.m 79 if ((self = [super initWithCharStream:anInput State:[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:3+1]]) != nil) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 17 def initialize( adaptor = nil, device = $stderr )
66 def create_node( tree, token = nil )
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginObjectMac.mm 63 nil];
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventFactoryTestMac.mm 60 context:nil
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 50 self = nil;
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppClient.m 102 return nil;
173 delegate:nil
175 otherButtonTitles:nil];
248 error:nil];
GAEChannelClient.m 61 _webView.delegate = nil;
  /external/chromium_org/third_party/mozilla/
NSString+Utils.mm 49 static NSString* sEllipsisString = nil;
60 NSString* uuidString = nil;
116 [cleanerScanner scanCharactersFromSet:characterSet intoString:nil];
136 if ([cleanerScanner scanCharactersFromSet:characterSet intoString:nil])
321 // if the file doesn't exist, then componentsToDisplayForPath will return nil,
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 135 var nil:Boolean = adaptor.isNil(t);
136 if ( !nil ) {
141 if ( !nil && n>0 ) {
150 if ( !nil && n>0 ) {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 64 FIHashList := nil;
105 FIStackList := nil;

Completed in 5501 milliseconds

1 2 3 45 6 7 8 91011>>