/external/chromium_org/third_party/mozilla/ |
NSURL+Utils.m | 63 // Returns the URL, or nil on failure. 68 NSURL *ret = nil; 109 // Returns the URL or nil on failure. 113 NSURL *ret = nil; 122 error:nil]; 125 [scanner scanUpToString:@"[InternetShortcut]" intoString:nil]; 127 if ([scanner scanString:@"[InternetShortcut]" intoString:nil]) {
|
NSWorkspace+Utils.m | 1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 89 return nil; 97 return nil; 116 return nil; 117 NSURL* appURL = nil; 121 return nil; 126 if (!inBundleURL) return nil; 136 return nil;
|
ComplexTextInputPanel.mm | 64 return nil; 85 object:nil]; 108 *string = nil; 116 [self orderFront:nil]; 120 [self orderOut:nil]; 139 [self orderOut:nil];
|
/external/e2fsprogs/e2fsck/ |
dict.c | 94 the sentinel nil node, and root->parent->left points back to root */ 138 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) 140 if (node == nil) 142 free_nodes(dict, node->left, nil); 143 free_nodes(dict, node->right, nil); 185 * mismatches. It does not check for every nil node being black, because there 186 * is only one sentinel nil node. The return value of this function is the 191 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) 195 if (root != nil) { 196 height_left = verify_redblack(nil, root->left) 311 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local 397 dnode_t *nil = dict_nil(dict), *root = dict_root(dict); local 457 dnode_t *nil = dict_nil(dict); local 496 dnode_t *nil = dict_nil(dict); local 528 dnode_t *nil = dict_nil(dict); local 563 dnode_t *where = dict_root(dict), *nil = dict_nil(dict); local 661 dnode_t *nil = dict_nil(dict), *child, *delparent = delete->parent; local 861 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *left; local 877 dnode_t *nil = dict_nil(dict), *root = dict_root(dict), *right; local 895 dnode_t *nil = dict_nil(dict), *parent, *left; local 921 dnode_t *nil = dict_nil(dict), *parent, *right; local 1060 dnode_t *nil = &load->nilnode; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
inttree.c | 75 it->nil = ITN_create(LONG_MIN, LONG_MIN, NULL); 76 it->nil->left = it->nil; 77 it->nil->right = it->nil; 78 it->nil->parent = it->nil; 79 it->nil->red = 0; 82 it->root->left = it->nil; 83 it->root->right = it->nil; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 66 if (tree != nil) [tree release]; 67 if (aTree != nil) [aTree retain]; 74 self.tree = nil; 106 if (tree != nil) [tree release]; 107 if (aTree != nil) [aTree retain]; 114 self.tree = nil; 152 @"INT", @"WS", nil] retain]]; 166 if ( self != nil ) { 180 [self setTreeAdaptor:nil]; 219 ANTLRCommonTree *root_0 = nil; [all...] |
/external/chromium_org/base/mac/ |
scoped_nsobject.h | 37 explicit scoped_nsprotocol(NST object = nil) : object_(object) {} 52 void reset(NST object = nil) { 83 object_ = nil; 115 explicit scoped_nsobject(NST* object = nil) 132 explicit scoped_nsobject(id object = nil) : scoped_nsprotocol<id>(object) {} 150 explicit scoped_nsobject(NSAutoreleasePool* object = nil);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
named_params.hpp | 64 // ************** nil ************** // 67 struct nil { struct in namespace:boost::nfp::nfp_detail 81 nil operator()( Arg1 const& ) 82 { report_access_to_invalid_parameter(); return nil(); } 85 nil operator()( Arg1 const&, Arg2 const& ) 86 { report_access_to_invalid_parameter(); return nil(); } 89 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& ) 90 { report_access_to_invalid_parameter(); return nil(); } 96 static nil& inst() { static nil s_inst; return s_inst; 98 nil() {} function in struct:boost::nfp::nfp_detail::nil [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.m | 50 if ( self != nil ) { 98 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 144 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input]; 177 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException newException:nil stream:input];
|
/external/skia/tools/lua/ |
dumpops.lua | 27 -- then nil out so it doesn't appear in tostr() 29 t.verb = nil
|
bitmap_statistics.lua | 9 local canvas = nil 23 canvas = nil 28 -- then nil out so it doesn't appear in tostr()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
transform.hpp | 24 # define BOOST_PP_SEQ_TRANSFORM(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq))) 27 # define BOOST_PP_SEQ_TRANSFORM_I(op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq))) 42 # define BOOST_PP_SEQ_TRANSFORM_S(s, op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq))) 45 # define BOOST_PP_SEQ_TRANSFORM_S_I(s, op, data, seq) BOOST_PP_SEQ_TAIL(BOOST_PP_TUPLE_ELEM(3, 2, BOOST_PP_SEQ_FOLD_LEFT_ ## s(BOOST_PP_SEQ_TRANSFORM_O, (op, data, (nil)), seq)))
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
test-scope.rb | 22 @A.new.to_a.should == [ nil, nil ] 24 @C.new.to_a.should == [ nil, 0, {} ]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
debug.rb | 13 def self.wrap( adaptor, debug_listener = nil ) 27 def create_from_token( token_type, from_token, text = nil ) 41 node.nil? or @debug_listener.error_node( node ) 78 tree.nil? || child.nil? and return 113 def self.wrap( stream, debug_listener = nil ) 149 def rewind( marker = nil )
|
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/ |
SDL_romvideo.c | 71 static RgnHandle gSaveGrayRgn = nil; 229 if ( SDL_CTab == nil ) { 275 RgnHandle drawRgn = nil; 276 RgnHandle tempRgn = nil; 277 RgnHandle grayRgn = nil; 278 WindowPtr window = nil; 279 GDHandle gd = nil; 356 RgnHandle drawRgn = nil; 357 RgnHandle menuRgn = nil; 358 RgnHandle tempRgn = nil; [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
PrettyPatch.rb | 26 unless match.nil? 43 return match[1] unless match.nil? 45 nil 147 [nil, file_path] 153 url.nil? ? filename : "<a href='#{url}trunk/#{pathBeneathTrunk}'>#{filename}</a>" 530 @filename = PrettyPatch.filename_from_diff_header(lines[i].chomp) if @filename.nil? 568 chunks = nil 582 binary_contents = filepaths.collect { |filepath| File.exists?(filepath) ? File.read(filepath) : nil } 583 @image_urls = binary_contents.collect { |content| (content and not content.empty?) ? "data:image/png;base64," + [content].pack("m") : nil } 593 nil [all...] |
PrettyPatch_test.rb | 37 result = nil 50 description += " (" + info[Info::TITLE] + ")" unless info[Info::TITLE].nil? 52 pretty = nil
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-parser.rb | 175 group = nil 176 group_name1 = nil 252 group = nil 253 mod = nil 254 name = nil 327 name = nil 328 aliased = nil 329 __TEMPLATE3__ = nil 330 __STRING4__ = nil 331 parameter_declaration2 = nil [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/ |
Testlexer.m | 70 if ((self = [super initWithCharStream:anInput State:[ANTLRRecognizerSharedState newANTLRRecognizerSharedStateWithRuleLen:4+1]]) != nil) { 117 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input]; 183 ANTLRMismatchedSetException *mse = [ANTLRMismatchedSetException exceptionWithSet:nil stream:input];
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
ASTTreeParser.stg | 48 _First[0] := nil; 49 _Last := nil;<\n> 66 if (Adaptor.GetParent(RetVal.Tree) \<\> nil) and (Adaptor.IsNil(Adaptor.GetParent(RetVal.Tree))) then 80 _First[<treeLevel>] := nil; 88 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>.Tree; 90 if (_First[<enclosingTreeLevel>] = nil) then _First[<enclosingTreeLevel>] := <root.el.label>; 97 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()> 99 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure()> 102 Match(Input, TToken.DOWN, nil); <checkRuleBacktrackFailure()> 104 Match(Input, TToken.UP, nil); <checkRuleBacktrackFailure() [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 93 @"DECL", @"FLOATTYPE", @"ID", @"INT", @"INTTYPE", @"WS", @"';'", nil] retain]]; 107 if ( self != nil ) { 138 LangDumpDecl_declarator_return * declarator1 = nil ; 146 [self match:input TokenType:DOWN Follow:nil]; 163 [self match:input TokenType:UP Follow:nil]; 166 NSLog(@"int %@", (declarator1!=nil?[[input getTokenStream] toStringFromStart:[[input getTreeAdaptor] getTokenStartIndex:[declarator1 getStart]]ToEnd:[[input getTreeAdaptor] getTokenStopIndex:[declarator1 getStart]]]:0));
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
record-event-listener.rb | 14 def initialize( adaptor = nil )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 33 verbosity, $VERBOSE = $VERBOSE, nil 66 def abstract( name, message = nil ) 76 def deprecate( name, extra_message = nil ) 140 def bound( lower, upper=nil )
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCICECandidate.mm | 44 NSAssert(NO, @"nil arguments not allowed"); 45 return nil; 74 self = nil;
|
RTCICEServer.mm | 44 NSAssert(NO, @"nil arguments not allowed"); 45 self = nil; 46 return nil;
|