/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | shape-handler.js | 15 (function(scope) { argument 17 var consumeLengthOrPercent = scope.consumeParenthesised.bind(null, scope.parseLengthOrPercent); 18 …var consumeLengthOrPercentPair = scope.consumeRepeated.bind(undefined, consumeLengthOrPercent, /^/… 20 var mergeSizePair = scope.mergeNestedRepeated.bind(undefined, scope.mergeDimensions, ' '); 21 var mergeSizePairList = scope.mergeNestedRepeated.bind(undefined, mergeSizePair, ','); 24 var circle = scope.consumeToken(/^circle/, input); 26 return ['circle'].concat(scope.consumeList([ 27 scope.ignore(scope.consumeToken.bind(undefined, /^\(/)), 30 scope.consumePosition, 31 scope.ignore(scope.consumeToken.bind(undefined, /^\)/)) [all …]
|
D | box-handler.js | 15 (function(scope, testing) { argument 17 return scope.consumeLengthOrPercent(string) || scope.consumeToken(/^auto/, string); 20 var result = scope.consumeList([ 21 scope.ignore(scope.consumeToken.bind(null, /^rect/)), 22 scope.ignore(scope.consumeToken.bind(null, /^\(/)), 24 scope.ignore(scope.consumeToken.bind(null, /^\)/)), 39 var merged = scope.mergeDimensions(result, result); 43 return scope.mergeDimensions(left, right); 50 var mergeBoxes = scope.mergeWrappedNestedRepeated.bind(null, wrap, mergeComponent, ', '); 52 scope.parseBox = parseBox; [all …]
|
D | dimension-handler.js | 15 (function(scope, testing) { argument 86 return scope.numberToString(value) + units[i]; 97 scope.parseLength = parseLength; 98 scope.parseLengthOrPercent = parseLengthOrPercent; 99 scope.consumeLengthOrPercent = scope.consumeParenthesised.bind(null, parseLengthOrPercent); 100 scope.parseAngle = parseAngle; 101 scope.mergeDimensions = mergeDimensions; 103 var consumeLength = scope.consumeParenthesised.bind(null, parseLength); 104 var consumeSizePair = scope.consumeRepeated.bind(undefined, consumeLength, /^/); 105 var consumeSizePairList = scope.consumeRepeated.bind(undefined, consumeSizePair, /^,/); [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 61 …: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 74, file: !1, scope: !5, type: !6, var… 70 !13 = !DILocalVariable(name: "argc", line: 74, arg: 1, scope: !4, file: !5, type: !8) 71 !14 = !DILocalVariable(name: "argv", line: 74, arg: 2, scope: !4, file: !5, type: !9) 72 !15 = !DILocalVariable(name: "niter", line: 76, scope: !4, file: !5, type: !8) 73 !16 = !DILocalVariable(name: "step", line: 76, scope: !4, file: !5, type: !8) 74 !17 = !DILocalVariable(name: "n3", line: 76, scope: !4, file: !5, type: !8) 75 !18 = !DILocalVariable(name: "nthreads", line: 77, scope: !4, file: !5, type: !8) 76 !19 = !DILocalVariable(name: "navg", line: 78, scope: !4, file: !5, type: !20) 78 !21 = !DILocalVariable(name: "mflops", line: 78, scope: !4, file: !5, type: !20) 79 !22 = !DILocalVariable(name: "tmax", line: 80, scope: !4, file: !5, type: !20) [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | ShadowDOM.js | 49 (function(scope) { argument 194 if (isEvent) getter = scope.getEventHandlerGetter(name); else getter = getGetter(name); 196 if (isEvent) setter = scope.getEventHandlerSetter(name); else setter = getSetter(name); 300 scope.assert = assert; 301 scope.constructorTable = constructorTable; 302 scope.defineGetter = defineGetter; 303 scope.defineWrapGetter = defineWrapGetter; 304 scope.forwardMethodsToWrapper = forwardMethodsToWrapper; 305 scope.isWrapper = isWrapper; 306 scope.isWrapperFor = isWrapperFor; [all …]
|
D | webcomponents.js | 13 (function(scope) { argument 14 var flags = scope.flags || {}; 51 scope.flags = flags; 91 (function(scope) { argument 236 if (isEvent) getter = scope.getEventHandlerGetter(name); else getter = getGetter(name); 238 if (isEvent) setter = scope.getEventHandlerSetter(name); else setter = getSetter(name); 342 scope.assert = assert; 343 scope.constructorTable = constructorTable; 344 scope.defineGetter = defineGetter; 345 scope.defineWrapGetter = defineWrapGetter; [all …]
|
D | CustomElements.js | 51 (function(scope) { argument 52 var flags = scope.flags; 59 module(scope); 62 scope.addModule = addModule; 63 scope.initializeModules = initializeModules; 64 scope.hasNative = Boolean(document.registerElement); 65 …scope.useNative = !flags.register && scope.hasNative && !window.ShadowDOMPolyfill && (!window.HTML… 68 CustomElements.addModule(function(scope) { argument 122 scope.forDocumentTree = forDocumentTree; 123 scope.forSubtree = forSubtree; [all …]
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | ShadowDOM.js | 49 (function(scope) { argument 194 if (isEvent) getter = scope.getEventHandlerGetter(name); else getter = getGetter(name); 196 if (isEvent) setter = scope.getEventHandlerSetter(name); else setter = getSetter(name); 300 scope.assert = assert; 301 scope.constructorTable = constructorTable; 302 scope.defineGetter = defineGetter; 303 scope.defineWrapGetter = defineWrapGetter; 304 scope.forwardMethodsToWrapper = forwardMethodsToWrapper; 305 scope.isWrapper = isWrapper; 306 scope.isWrapperFor = isWrapperFor; [all …]
|
D | webcomponents.js | 13 (function(scope) { argument 14 var flags = scope.flags || {}; 51 scope.flags = flags; 91 (function(scope) { argument 236 if (isEvent) getter = scope.getEventHandlerGetter(name); else getter = getGetter(name); 238 if (isEvent) setter = scope.getEventHandlerSetter(name); else setter = getSetter(name); 342 scope.assert = assert; 343 scope.constructorTable = constructorTable; 344 scope.defineGetter = defineGetter; 345 scope.defineWrapGetter = defineWrapGetter; [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-2014-08-11-MachineCombinerCrash.ll | 51 … 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 141, file: !1, scope: !1, type: !6, var… 58 !13 = !DILocalVariable(name: "", line: 140, arg: 1, scope: !4, file: !1, type: !8) 59 !14 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 62 !18 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 63 !19 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 64 !20 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 65 !21 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 66 !22 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 67 !23 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) 68 !24 = !DILocalVariable(name: "", line: 142, scope: !4, file: !1, type: !15) [all …]
|
/external/libxml2/doc/ |
D | search.php | 93 $scope = $HTTP_GET_VARS[ "scope" ]; variable 100 if ($scope == NULL) 101 $scope = "any"; variable 102 $scope = ltrim ($scope); variable 103 if ($scope == "") 104 $scope = "any"; variable 115 <option value="XML" <?php if ($scope == 'XML') print "selected"?>>XML resources</option> 116 <option value="XSLT" <?php if ($scope == 'XSLT') print "selected"?>>XSLT resources</option> 117 <option value="API" <?php if ($scope == 'API') print "selected"?>>Only the APIs</option> 118 … <option value="XMLAPI" <?php if ($scope == 'XMLAPI') print "selected"?>>Only the XML API</option> [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | debug-info-blocks.ll | 115 …(tag: DW_TAG_enumeration_type, line: 248, size: 32, align: 32, file: !160, scope: !0, elements: !3) 119 …enumeration_type, name: "Mode", line: 79, size: 32, align: 32, file: !160, scope: !0, elements: !7) 123 …(tag: DW_TAG_enumeration_type, line: 15, size: 32, align: 32, file: !149, scope: !0, elements: !11) 128 …(tag: DW_TAG_enumeration_type, line: 20, size: 32, align: 32, file: !150, scope: !0, elements: !16) 133 …(tag: DW_TAG_enumeration_type, line: 14, size: 32, align: 32, file: !151, scope: !0, elements: !21) 137 … 6, flags: DIFlagPrototyped, isOptimized: false, scopeLine: 609, file: !152, scope: !24, type: !25) 141 !27 = !DILocalVariable(name: ".block_descriptor", line: 609, arg: 1, flags: DIFlagArtificial, scope… 142 !28 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, scope: !0, baseType: !29) 143 … name: "__block_literal_14", line: 609, size: 256, align: 32, file: !152, scope: !24, elements: !3… 145 …DW_TAG_member, name: "__isa", line: 609, size: 32, align: 32, file: !152, scope: !24, baseType: !3… [all …]
|
D | debug-info-qreg.ll | 41 …: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 3, file: !54, scope: !1, type: !3, var… 46 !5 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4f32", line: 14, file: !54, scope: !2, baseType: !… 51 … 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 59, file: !54, scope: !1, type: !11, va… 55 … 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 41, file: !55, scope: !15, type: !16, v… 59 !18 = !DILocalVariable(name: "a", line: 3, arg: 1, scope: !0, file: !1, type: !7) 60 !19 = !DILocalVariable(name: "argc", line: 59, arg: 1, scope: !10, file: !1, type: !13) 61 !20 = !DILocalVariable(name: "argv", line: 59, arg: 2, scope: !10, file: !1, type: !21) 62 !21 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !22) 63 !22 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !23) 65 !24 = !DILocalVariable(name: "i", line: 60, scope: !25, file: !1, type: !13) [all …]
|
D | debug-info-branch-folding.ll | 45 …, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, file: !54, scope: null, type: !3, v… 50 !5 = !DIDerivedType(tag: DW_TAG_typedef, name: "v4f32", line: 14, file: !54, scope: !2, baseType: !… 51 !6 = !DICompositeType(tag: DW_TAG_array_type, size: 128, align: 128, file: !54, scope: !2, baseType… 55 …, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, file: !54, scope: null, type: !11, … 59 …, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: true, file: !55, scope: null, type: !16, … 63 !18 = !DILocalVariable(name: "a", line: 3, arg: 1, scope: !0, file: !1, type: !7) 64 !19 = !DILocalVariable(name: "argc", line: 59, arg: 1, scope: !10, file: !1, type: !13) 65 !20 = !DILocalVariable(name: "argv", line: 59, arg: 2, scope: !10, file: !1, type: !21) 66 !21 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !22) 67 !22 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: !23) [all …]
|
D | debug-info-s16-reg.ll | 68 …: 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 5, file: !51, scope: !1, type: !3, var… 74 … 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 12, file: !51, scope: !1, type: !3, var… 75 … 6, flags: DIFlagPrototyped, isOptimized: true, scopeLine: 18, file: !51, scope: !1, type: !3, var… 76 !8 = !DILocalVariable(name: "ptr", line: 4, arg: 1, scope: !0, file: !1, type: !9) 77 !9 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 32, align: 32, scope: !2, baseType: null) 78 !10 = !DILocalVariable(name: "val", line: 4, arg: 2, scope: !0, file: !1, type: !11) 80 !12 = !DILocalVariable(name: "c", line: 4, arg: 3, scope: !0, file: !1, type: !13) 83 !58 = !DILocalVariable(name: "ptr", line: 4, arg: 1, scope: !0, file: !1, type: !9) 84 !60 = !DILocalVariable(name: "val", line: 4, arg: 2, scope: !0, file: !1, type: !11) 85 !62 = !DILocalVariable(name: "c", line: 4, arg: 3, scope: !0, file: !1, type: !13) [all …]
|
/external/llvm/test/Transforms/SampleProfile/ |
D | branch.ll | 166 !6 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 4, type: !7, isLocal: false, i… 176 !16 = !DILocalVariable(name: "argc", arg: 1, scope: !6, file: !1, line: 4, type: !9) 178 !18 = !DILocation(line: 4, column: 15, scope: !6) 179 !19 = !DILocalVariable(name: "argv", arg: 2, scope: !6, file: !1, line: 4, type: !10) 180 !20 = !DILocation(line: 4, column: 27, scope: !6) 181 !21 = !DILocation(line: 5, column: 8, scope: !22) 182 !22 = distinct !DILexicalBlock(scope: !6, file: !1, line: 5, column: 8) 183 !23 = !DILocation(line: 5, column: 13, scope: !22) 184 !24 = !DILocation(line: 5, column: 8, scope: !6) 185 !25 = !DILocation(line: 6, column: 6, scope: !22) [all …]
|
D | gcc-simple.ll | 151 !4 = distinct !DISubprogram(name: "foo", linkageName: "_Z3fool", scope: !1, file: !1, line: 3, type… 156 !9 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 7, type: !10, isLocal: false, … 163 !16 = !DILocalVariable(name: "i", arg: 1, scope: !4, file: !1, line: 3, type: !8) 165 !18 = !DILocation(line: 3, column: 24, scope: !4) 166 !19 = !DILocation(line: 4, column: 7, scope: !20) 167 !20 = distinct !DILexicalBlock(scope: !4, file: !1, line: 4, column: 7) 168 !21 = !DILocation(line: 4, column: 14, scope: !20) 169 !22 = !DILocation(line: 4, column: 7, scope: !4) 170 !23 = !DILocation(line: 4, column: 21, scope: !24) 171 !24 = !DILexicalBlockFile(scope: !20, file: !1, discriminator: 1) [all …]
|
D | cov-zero-samples.ll | 93 !4 = distinct !DISubprogram(name: "never_called", linkageName: "_Z12never_calledi", scope: !1, file… 97 !8 = distinct !DISubprogram(name: "main", scope: !1, file: !1, line: 7, type: !9, isLocal: false, i… 101 !12 = !DIGlobalVariable(name: "N", scope: !0, file: !1, line: 3, type: !13, isLocal: false, isDefin… 108 !31 = !DILexicalBlockFile(scope: !4, file: !1, discriminator: 3) 109 !32 = !DILocation(line: 5, column: 27, scope: !31) 110 !33 = !DILocalVariable(name: "sum", scope: !8, file: !1, line: 8, type: !7) 111 !34 = !DILocation(line: 8, column: 7, scope: !8) 112 !35 = !DILocalVariable(name: "i", scope: !36, file: !1, line: 9, type: !14) 113 !36 = distinct !DILexicalBlock(scope: !8, file: !1, line: 9, column: 3) 114 !37 = !DILocation(line: 9, column: 18, scope: !36) [all …]
|
/external/llvm/test/Linker/ |
D | mdlocation.ll | 9 ; CHECK-NEXT: !1 = !DILocation(line: 3, column: 7, scope: !0) 10 ; CHECK-NEXT: !2 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !1) 11 ; CHECK-NEXT: !3 = !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !2) 12 ; CHECK-NEXT: !4 = distinct !DILocation(line: 3, column: 7, scope: !0) 13 ; CHECK-NEXT: !5 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !4) 15 ; CHECK-NEXT: !7 = !DILocation(line: 3, column: 7, scope: !6) 16 ; CHECK-NEXT: !8 = !DILocation(line: 3, column: 7, scope: !6, inlinedAt: !7) 17 ; CHECK-NEXT: !9 = !DILocation(line: 3, column: 7, scope: !6, inlinedAt: !8) 18 ; CHECK-NEXT: !10 = distinct !DILocation(line: 3, column: 7, scope: !6) 19 ; CHECK-NEXT: !11 = distinct !DILocation(line: 3, column: 7, scope: !6, inlinedAt: !10) [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
D | CTarget.java | 88 public boolean isValidActionScope(int grammarType, String scope) { in isValidActionScope() argument 91 if (scope.equals("lexer")) { in isValidActionScope() 94 if (scope.equals("header")) { in isValidActionScope() 97 if (scope.equals("includes")) { in isValidActionScope() 100 if (scope.equals("preincludes")) { in isValidActionScope() 103 if (scope.equals("overrides")) { in isValidActionScope() 108 if (scope.equals("parser")) { in isValidActionScope() 111 if (scope.equals("header")) { in isValidActionScope() 114 if (scope.equals("includes")) { in isValidActionScope() 117 if (scope.equals("preincludes")) { in isValidActionScope() [all …]
|
/external/v8/test/mjsunit/ |
D | debug-function-scopes.js | 74 CheckScope(mirror.scope(0), { a: 4, b: 5 }, ScopeType.Closure); 75 CheckScope(mirror.scope(1), { w: 5, v: "Capybara" }, ScopeType.With); 76 CheckScope(mirror.scope(2), { y: 17, z: 22 }, ScopeType.Closure); 77 CheckScope(mirror.scope(3), { x: 5 }, ScopeType.Closure); 78 CheckScope(mirror.scope(4), {}, ScopeType.Script); 79 CheckScope(mirror.scope(5), {}, ScopeType.Global); 87 CheckScope(mirror.scope(0), {}, ScopeType.Script); 88 CheckScope(mirror.scope(1), {}, ScopeType.Global); 107 CheckScope(mirror.scope(0), { visible2: 20 }, ScopeType.Closure); 108 CheckScope(mirror.scope(1), { visible1: 10 }, ScopeType.Closure); [all …]
|
/external/llvm/test/Assembler/ |
D | dilexicalblock.ll | 8 !1 = distinct !DISubprogram(name: "foo", scope: !2) 11 ; CHECK: !3 = !DILexicalBlock(scope: !1, file: !2, line: 7, column: 35) 12 !3 = !DILexicalBlock(scope: !1, file: !2, line: 7, column: 35) 14 ; CHECK: !4 = !DILexicalBlock(scope: !1) 15 !4 = !DILexicalBlock(scope: !1) 16 !5 = !DILexicalBlock(scope: !1, file: null, line: 0, column: 0) 18 ; CHECK: !5 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 0) 19 ; CHECK: !6 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 1) 20 !6 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 0) 21 !7 = !DILexicalBlockFile(scope: !3, file: !2, discriminator: 1) [all …]
|
/external/llvm/test/DebugInfo/Mips/ |
D | dsr-fixed-objects.ll | 100 !4 = distinct !DISubprogram(name: "f0", scope: !1, file: !1, line: 4, type: !5, isLocal: false, isD… 105 !9 = !DILocalVariable(name: "a", arg: 1, scope: !4, file: !1, line: 4, type: !7) 106 !10 = !DILocalVariable(name: "b", arg: 2, scope: !4, file: !1, line: 4, type: !7) 107 !11 = !DILocalVariable(name: "c", arg: 3, scope: !4, file: !1, line: 4, type: !7) 108 !12 = !DILocalVariable(name: "d", arg: 4, scope: !4, file: !1, line: 4, type: !7) 109 !13 = !DILocalVariable(name: "e", arg: 5, scope: !4, file: !1, line: 4, type: !7) 110 !14 = !DILocalVariable(name: "x", scope: !4, file: !1, line: 5, type: !7) 111 !15 = distinct !DISubprogram(name: "f1", scope: !1, file: !1, line: 11, type: !5, isLocal: false, i… 113 !17 = !DILocalVariable(name: "a", arg: 1, scope: !15, file: !1, line: 11, type: !7) 114 !18 = !DILocalVariable(name: "b", arg: 2, scope: !15, file: !1, line: 11, type: !7) [all …]
|
/external/llvm/test/CodeGen/Thumb/ |
D | 2010-07-15-debugOrdering.ll | 51 !0 = !DILocation(line: 46, scope: !1) 52 !1 = distinct !DILexicalBlock(line: 44, column: 0, file: !101, scope: !2) 53 !2 = distinct !DILexicalBlock(line: 44, column: 0, file: !101, scope: !3) 54 … false, isDefinition: true, virtualIndex: 6, isOptimized: false, file: !101, scope: null, type: !6) 63 …ag: DW_TAG_member, name: "e", line: 160, size: 192, align: 32, file: !99, scope: !8, baseType: !12) 64 !12 = !DICompositeType(tag: DW_TAG_array_type, size: 192, align: 32, file: !101, scope: !4, baseTyp… 68 …l: false, isDefinition: false, virtualIndex: 6, isOptimized: false, file: !9, scope: !8, type: !17) 71 …AG_pointer_type, size: 32, align: 32, flags: DIFlagArtificial, file: !101, scope: !4, baseType: !8) 76 …l: false, isDefinition: false, virtualIndex: 6, isOptimized: false, file: !9, scope: !8, type: !24) 79 …l: false, isDefinition: false, virtualIndex: 6, isOptimized: false, file: !9, scope: !8, type: !27) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-06-01-DeadArg-DbgInfo.ll | 13 …ata %struct.foo* %this, i64 0, metadata !15, metadata !DIExpression()), !dbg !DILocation(scope: !8) 14 ….value(metadata i32 %x, i64 0, metadata !16, metadata !DIExpression()), !dbg !DILocation(scope: !8) 26 !0 = !DILocalVariable(name: "this", line: 11, arg: 1, scope: !1, file: !3, type: !12) 27 …efinition: true, virtualIndex: 6, isOptimized: true, scopeLine: 11, file: !31, scope: !2, type: !9) 28 …_TAG_structure_type, name: "foo", line: 3, size: 32, align: 32, file: !31, scope: !3, elements: !5) 32 !6 = !DIDerivedType(tag: DW_TAG_member, name: "y", line: 8, size: 32, align: 32, file: !31, scope: … 34 …efinition: true, virtualIndex: 6, isOptimized: true, scopeLine: 15, file: !31, scope: !2, type: !9) 37 …TAG_pointer_type, size: 64, align: 64, flags: DIFlagArtificial, file: !31, scope: !3, baseType: !2) 38 …_TAG_const_type, size: 64, align: 64, flags: DIFlagArtificial, file: !31, scope: !3, baseType: !13) 39 !13 = !DIDerivedType(tag: DW_TAG_pointer_type, size: 64, align: 64, file: !31, scope: !3, baseType:… [all …]
|