/external/v8/src/runtime/ |
D | runtime-literals.cc | 37 Isolate* isolate, Handle<LiteralsArray> literals, 42 Isolate* isolate, Handle<LiteralsArray> literals, in CreateObjectLiteralBoilerplate() argument 60 isolate->heap()->InNewSpace(*literals) ? NOT_TENURED : TENURED; in CreateObjectLiteralBoilerplate() 88 CreateLiteralBoilerplate(isolate, literals, array, is_strong), in CreateObjectLiteralBoilerplate() 142 Isolate* isolate, Handle<LiteralsArray> literals, in CreateArrayLiteralBoilerplate() argument 148 isolate->heap()->InNewSpace(*literals) ? NOT_TENURED : TENURED; in CreateArrayLiteralBoilerplate() 200 CreateLiteralBoilerplate(isolate, literals, fa, is_strong), in CreateArrayLiteralBoilerplate() 216 Isolate* isolate, Handle<LiteralsArray> literals, Handle<FixedArray> array, in CreateLiteralBoilerplate() argument 222 return CreateObjectLiteralBoilerplate(isolate, literals, elements, true, in CreateLiteralBoilerplate() 225 return CreateObjectLiteralBoilerplate(isolate, literals, elements, false, in CreateLiteralBoilerplate() [all …]
|
/external/v8/test/webkit/fast/js/ |
D | numeric-escapes-in-string-literals-expected.txt | 24 Test numeric escapes in string literals - https://bugs.webkit.org/show_bug.cgi?id=51724 32 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 34 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 40 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 42 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 44 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 46 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 48 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 50 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… 52 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode… [all …]
|
/external/v8/src/parsing/ |
D | preparse-data.h | 55 virtual void LogFunction(int start, int end, int literals, int properties, 79 virtual void LogFunction(int start, int end, int literals, int properties, in LogFunction() argument 85 literals_ = literals; in LogFunction() 110 int literals() const { in literals() function 170 virtual void LogFunction(int start, int end, int literals, int properties, in LogFunction() argument 175 function_store_.Add(literals); in LogFunction()
|
/external/icu/icu4c/source/i18n/ |
D | affixpatternparser.h | 141 : tokens(), literals(), hasCurrencyToken(FALSE), in AffixPattern() 274 && (literals == other.literals) in equals() 302 UnicodeString literals; variable 322 …() : nextLiteralIndex(0), lastLiteralLength(0), nextTokenIndex(0), tokens(NULL), literals(NULL) { } in AffixPatternIterator() 353 const UnicodeString *literals; variable
|
D | affixpatternparser.cpp | 152 literals.append(literal, start, len); in addLiteral() 236 literals.remove(); in remove() 566 result.literals = &literals; in iterator() 604 const UChar *buffer = literals->getBuffer(); in getLiteral()
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
D | CssSchemaTest.java | 65 property.literals.contains("expression")); in testDangerousTokens() 71 property.literals.contains("url")); in testDangerousTokens() 90 assertTrue("left in float", cssFloat.literals.contains("left")); in testCustom()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | glsl-to-spirv | 80 literals = [] variable 83 literals.append(" " * INDENT + ", ".join(columns) + ",") 94 """ % (comments, identifierize(base), len(words), "\n".join(literals))
|
/external/lz4/ |
D | lz4_block_format.txt | 28 Schematically, a sequence is a suite of literals, followed by a match copy. 36 It provides the length of literals to follow. 59 Following the token and optional length bytes, are the literals themselves. 60 They are exactly as numerous as previously decoded (length of literals). 64 Following the literals is the match copy operation. 97 1) The last 5 bytes are always literals 104 and stops right after literals.
|
/external/clang/test/SemaObjC/ |
D | objc-literal-nsnumber.m | 13 …pected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}} 16 …ected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}}\ 23 …pected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}} 26 …ected-error {{definition of class NSNumber must be available to use Objective-C numeric literals}}\ 77 …error {{definition of class NSDictionary must be available to use Objective-C dictionary literals}}
|
D | objc-dictionary-literal.m | 11 …error {{definition of class NSDictionary must be available to use Objective-C dictionary literals}} 19 …error {{definition of class NSDictionary must be available to use Objective-C dictionary literals}}
|
D | objc-array-literal.m | 14 … expected-error {{definition of class NSArray must be available to use Objective-C array literals}} 21 … expected-error {{definition of class NSArray must be available to use Objective-C array literals}}
|
/external/clang/test/Rewriter/ |
D | objc-modern-numeric-literal.mm | 38 // character literals. 41 // integral literals. 47 // floating point literals. 51 // BOOL literals.
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/ |
D | DESCRIPTION | 14 literals are treated as regular javascript code and minified as such. 15 - Control characters inside string and regex literals are left untouched; they 17 - Newline characters are not allowed inside string and regex literals, except 18 for line continuations in string literals (ECMA-5).
|
/external/clang/docs/ |
D | ObjectiveCLiterals.rst | 36 control the size of numeric literals. 41 The following program illustrates the rules for ``NSNumber`` literals: 46 // character literals. 49 // integral literals. 55 // floating point literals. 59 // BOOL literals. 72 NSNumber literals only support literal scalar values after the ``'@'``. 108 ``BOOL`` and integer literals. 150 boxed literals (this avoids conflicts with future ``'@'``-prefixed 294 pointer typed, as in array literals. Key sub-expressions must be of an [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | StylingPolicy.java | 147 || cssProperty.literals.contains(token)) { in sanitizeCssProperties() 154 if (cssProperty.literals.contains(token)) { in sanitizeCssProperties() 163 if (cssProperty.literals.contains(token)) { in sanitizeCssProperties()
|
D | CssSchema.java | 50 final ImmutableSet<String> literals; field in CssSchema.Property 57 int bits, ImmutableSet<String> literals, in Property() argument 60 this.literals = literals; in Property() 907 SortedSet<String> literals = Sets.newTreeSet(); in main() local 911 literals.addAll(e.getValue().literals); in main() 929 for (String literal : literals) { in main()
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/ |
D | README.rst | 31 literals are treated as regular javascript code and minified as such. 32 - Control characters inside string and regex literals are left untouched; they 34 - Newline characters are not allowed inside string and regex literals, except 35 for line continuations in string literals (ECMA-5).
|
/external/v8/test/mjsunit/strong/ |
D | load-property.js | 124 let literals = [0, NaN, true, "string"]; 157 for (let object of getObjects().concat(literals)) {
|
D | load-element.js | 176 let literals = [0, NaN, true, ""]; 221 for (let object of getObjects().concat(getNonInheritingObjects(), literals)) {
|
/external/v8/test/webkit/ |
D | pretty-print-expected.txt | 24 …regexps, strings with special characters, object literals with non-identifier names, and array lit…
|
/external/libcxx/test/std/strings/basic.string.literals/ |
D | literal1.pass.cpp | 16 using namespace std::literals; in main()
|
D | literal2.pass.cpp | 16 using namespace std::literals::string_literals; in main()
|
/external/libcxx/test/std/numerics/complex.number/complex.literals/ |
D | literals1.pass.cpp | 19 using namespace std::literals; in main()
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | AssignTokenTypesWalker.g | 37 * Compute the token types for all literals and rules etc.. There are 49 * c) literals do NOT get token types 68 * 1. Finds a list of all literals and token names. 74 * 5. Walks aliases and assign types to referenced literals 75 * 6. Walks literals, assigning types if untyped
|
/external/clang/test/Analysis/ |
D | objc-bool.m | 4 // Test handling of ObjC bool literals.
|