/external/chromium_org/v8/tools/gcmole/ |
gcmole.lua | 59 if FLAGS[flag] ~= nil then 156 assert(props[p] ~= nil, "undefined configuration property: " .. p) 284 if gc[caller] == nil then
|
/external/v8/tools/gcmole/ |
gcmole.lua | 59 if FLAGS[flag] ~= nil then 153 assert(props[p] ~= nil, "undefined configuration property: " .. p) 281 if gc[caller] == nil then
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |
Antlr.Runtime.Collections.pas | 376 if (Coll <> nil) then 384 if (Element = nil) then 412 if (Coll <> nil) then
|
/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...] |
treewizard.py | 245 if tokenName == "nil": 246 return self.adaptor.nil() 360 nil is a special name meaning "give me a nil node". Useful for 361 making lists: (nil A B C) is a list of A B C. 462 with visit(t, ttype, visitor) so nil-rooted patterns are not allowed.
|
/external/skia/tools/lua/ |
glyph-usage.lua | 42 canvas = nil
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
BaseTreeAdaptor.java | 46 public Object nil() { method in class:BaseTreeAdaptor 111 /** If oldRoot is a nil root, just copy or move the children to newRoot. 112 * If not a nil root, make oldRoot a child of newRoot. 114 * old=^(nil a b c), new=r yields ^(r a b c) 117 * If newRoot is a nil-rooted single child tree, use the single 120 * old=^(nil a b c), new=^(nil r) yields ^(r a b c) 121 * old=^(a b c), new=^(nil r) yields ^(r ^(a b c)) 126 * old=null, new=^(nil r) yields ^(nil r [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/ |
ScrollbarThemeMac.mm | 117 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(appearancePrefsChanged:) name:@"AppleAquaScrollBarVariantChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately]; 118 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(behaviorPrefsChanged:) name:@"AppleNoRedisplayAppearancePreferenceChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce];
|
/external/chromium_org/third_party/WebKit/Source/web/mac/ |
WebInputEventFactory.mm | 562 [[NSScreen screens] objectAtIndex:0] : nil; 568 NSPoint contentLocal = [view convertPoint:windowLocal fromView:nil];
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 56 '__FILE__', '__LINE__', 'false', 'nil', 'self', 'true',
|
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/ |
FastTimes.c | 119 if (!gA2NS) gUpTime = nil; /* Pedantic but necessary */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 901 nil, netloc, nil, nil, nil = urlsplit(url) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | 901 nil, netloc, nil, nil, nil = urlsplit(url) [all...] |
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
testtree.py | 58 root_0 = self.adaptor.nil(); 575 # ^(nil 101 102 103) 595 # Add child ^(nil 101 102 103) to root 5 622 # Add child ^(nil 101 102 103) to root ^(5 6) 669 # 5 becomes root of ^(nil 101 102 103) 694 # ^(nil 5) becomes root of ^(nil 101 102 103) 708 # ^(nil 5) becomes root of ^(101 102 103) 722 root_0 = self.adaptor.nil() 723 root_1 = self.adaptor.nil() [all...] |
/external/chromium_org/v8/src/ |
code-stubs.h | [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ASTTreeParser.stg | 72 var root_<treeLevel>:<ASTLabelType> = <ASTLabelType>(adaptor.nil());
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
ASTTreeParser.stg | 71 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.nil();
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
ASTTreeParser.stg | 44 var root_<treeLevel> = this.adaptor.nil();
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
ASTTreeParser.stg | 73 <ASTLabelType> root_<treeLevel> = (<ASTLabelType>)adaptor.nil();
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
ASTTreeParser.stg | 79 root_<treeLevel> = self._adaptor.nil()<\n>
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
debug-mode.rb | 83 if listener.nil? 132 [ 'look', '1', '-1', '-1', 'default', '0', '-1', 'nil' ], 133 [ 'look', '1', '-1', '-1', 'default', '0', '-1', 'nil' ], 134 [ 'consume_token', '-1', '-1', 'default', '0', '-1', 'nil' ], 166 [ "look", "2", "-1", "-1", "default", "0", "-1", "nil" ], 172 [ "consume_token", "-1", "-1", "default", "0", "-1", "nil" ], 203 [ "look", "1", "-1", "-1", "default", "0", "-1", "nil" ], 204 [ "look", "1", "-1", "-1", "default", "0", "-1", "nil" ], 205 [ "consume_token", "-1", "-1", "default", "0", "-1", "nil" ], 269 [ "look", "1", "-1", "-1", "default", "0", "-1", "nil" ], [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/ |
template-output.rb | 8 def parse( grammar, input, options = nil )
|
/external/chromium_org/ui/gfx/image/ |
image.cc | 412 image_ = nil; 445 image_ = nil; 847 return IsEmpty() ? nil : ToNSImage();
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller_tests.js | 10 events: [{"cat":"renderer","pid":21296,"tid":21296,"ts":438877834451,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438877834469,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438877849541,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438877849547,"ph":"E","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877850049,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877850118,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877850125,"ph":"B","name":"v8.run","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877949516,"ph":"E","name":"v8.run","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877950065,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877950118,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877950123,"ph":"B","name":"v8.run","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878017672,"ph":"E","name":"v8.run","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878018232,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878018287,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878018292,"ph":"B","name":"v8.run","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878020808,"ph":"E","name":"v8.run","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438878365609,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438878365624,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438878365649,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438878365651,"ph":"E","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878409722,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878409785,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878409790,"ph":"B","name":"v8.run","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878410530,"ph":"E","name":"v8.run","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878662550,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878662610,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878662615,"ph":"B","name":"v8.run","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438878663436,"ph":"E","name":"v8.run", (…) [all...] |