Home
last modified time | relevance | path

Searched refs:literals (Results 1 – 25 of 195) sorted by relevance

12345678

/external/v8/src/runtime/
Druntime-literals.cc37 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/
Dnumeric-escapes-in-string-literals-expected.txt24 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/
Dpreparse-data.h55 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/
Daffixpatternparser.h141 : 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
Daffixpatternparser.cpp152 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/
DCssSchemaTest.java65 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/
Dglsl-to-spirv80 literals = [] variable
83 literals.append(" " * INDENT + ", ".join(columns) + ",")
94 """ % (comments, identifierize(base), len(words), "\n".join(literals))
/external/lz4/
Dlz4_block_format.txt28 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/
Dobjc-literal-nsnumber.m13 …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}}
Dobjc-dictionary-literal.m11 …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}}
Dobjc-array-literal.m14 … 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/
Dobjc-modern-numeric-literal.mm38 // character literals.
41 // integral literals.
47 // floating point literals.
51 // BOOL literals.
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
DDESCRIPTION14 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/
DObjectiveCLiterals.rst36 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/
DStylingPolicy.java147 || cssProperty.literals.contains(token)) { in sanitizeCssProperties()
154 if (cssProperty.literals.contains(token)) { in sanitizeCssProperties()
163 if (cssProperty.literals.contains(token)) { in sanitizeCssProperties()
DCssSchema.java50 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/
DREADME.rst31 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/
Dload-property.js124 let literals = [0, NaN, true, "string"];
157 for (let object of getObjects().concat(literals)) {
Dload-element.js176 let literals = [0, NaN, true, ""];
221 for (let object of getObjects().concat(getNonInheritingObjects(), literals)) {
/external/v8/test/webkit/
Dpretty-print-expected.txt24 …regexps, strings with special characters, object literals with non-identifier names, and array lit…
/external/libcxx/test/std/strings/basic.string.literals/
Dliteral1.pass.cpp16 using namespace std::literals; in main()
Dliteral2.pass.cpp16 using namespace std::literals::string_literals; in main()
/external/libcxx/test/std/numerics/complex.number/complex.literals/
Dliterals1.pass.cpp19 using namespace std::literals; in main()
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DAssignTokenTypesWalker.g37 * 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/
Dobjc-bool.m4 // Test handling of ObjC bool literals.

12345678