HomeSort by relevance Sort by last modified time
    Searched full:literals (Results 301 - 325 of 1087) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/jstemplate/
util.js 21 // String literals defined globally and not to be inlined. (IE6 perf)
39 * that object literals are really evaluated to objects. Without the
55 // function literals in IE.
  /external/chromium_org/third_party/sqlite/src/test/
subquery.test 365 # The subquery-5.* tests make sure string literals in double-quotes
366 # are handled efficiently. Double-quote literals are first checked
368 # match then those literals are used a string constants. When a
  /external/chromium_org/v8/src/
preparser.h 143 // Used to detect duplicates in object literals. Each of the values
421 // Identifiers and string literals can be parenthesized.
433 // Bit 0 and 1 represent identifiers or strings literals, and are
token.h 39 // (or NULL, for literals), and precedence is the precedence (or 0).
160 /* Literals (ECMA-262, section 7.8, page 16). */ \
liveedit.cc 1186 FixedArray* literals = fun->literals(); local
1238 FixedArray* literals = data->LiteralArray(); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
json.js 170 // JavaScript number literals not valid in JSON.
178 // Plain invalid number literals.
187 // JavaScript string literals not valid in JSON.
array-natives-elements.js 46 // IC and Crankshaft support for smi-only elements in dynamic array literals.
51 // Ensure small array literals start in specific element kind mode.
  /external/llvm/docs/TableGen/
LangRef.rst 44 Numeric literals take one of the following forms:
71 TableGen also has two string-like literals:
247 Multiple adjacent string literals are concatenated like in C/C++. The value
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserSplitTests.java 319 assertTextArray("Literals and resources",
321 assertTextArray("Literals and resources and escape at end",
382 assertTextArray("Literals and RESOURCES",
  /external/chromium_org/v8/test/webkit/fast/js/
basic-strict-mode-expected.txt 118 PASS 'use strict'; 007; threw exception SyntaxError: Octal literals are not allowed in strict mode..
119 PASS (function(){'use strict'; 007;}) threw exception SyntaxError: Octal literals are not allowed in strict mode..
120 PASS 'use strict'; '\007'; threw exception SyntaxError: Octal literals are not allowed in strict mode..
121 PASS (function(){'use strict'; '\007';}) threw exception SyntaxError: Octal literals are not allowed in strict mode..
122 PASS '\007'; 'use strict'; threw exception SyntaxError: Octal literals are not allowed in strict mode..
123 PASS (function(){'\007'; 'use strict';}) threw exception SyntaxError: Octal literals are not allowed in strict mode..
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 49 // we need to add all the string literals that we are going to match
51 outputFileST.add("literals", strings);
  /external/chromium_org/ppapi/generators/
idl_lexer.py 97 # 'literals' is a value expected by lex which specifies a list of valid
99 literals = '"*.(){}[],;:=+-/~|&^?' variable in class:IDLLexer
  /external/chromium_org/tools/idl_parser/
idl_lexer.py 39 # 'literals' is a value expected by lex which specifies a list of valid
41 literals = r'"*.(){}[],;:=+-/~|&^?<>' variable in class:IDLLexer
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapResponseParserTest.java 209 // 2 literals in a line
377 /** Make sure literals and strings are interchangeable. */
  /external/clang/docs/
LanguageExtensions.rst 306 Vector Literals
309 Vector literals can be used to create vectors from a set of scalars, or
315 number of literals can be specified. For example:
715 C++11 raw string literals
719 string literals (e.g., ``R"x(foo\bar)x"``) is enabled.
763 C++11 Unicode string literals
767 string literals is enabled.
775 C++11 user-defined literals
779 user-defined literals is enabled.
795 C++1y binary literals
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 78 * like EPSILON. Char/String literals and token types overlap in the same
83 /** Map token like ID (but not literals like "while") to its token type */
86 /** Map token literals like "while" to its token type. It may be that
344 // the walker has filled literals, tokens, and alias tables.
  /external/chromium/base/
callback_internal.h 96 // break passing of C-string literals.
  /external/chromium/net/base/
mock_host_resolver.h 30 // literals. The first parameter to AddRule specifies a host pattern to match
  /external/chromium_org/chrome/browser/resources/net_internals/
proxy_view.js 177 // Strip brackets off of IPv6 literals.
  /external/chromium_org/net/cert/
x509_util_mac.h 28 // - Doesn't support IP addresses in dotted-quad literals (127.0.0.1)
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.h 56 o Following characters are literals in preceding definition
  /external/chromium_org/third_party/lzma_sdk/
LzmaLib.h 70 lp - The number of literal pos bits (low bits of current position for literals).
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_fragprog.c 128 {"inline literals", 1, is_r500 && opt, rc_inline_literals, NULL},
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaLib.h 71 lp - The number of literal pos bits (low bits of current position for literals).
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.h 116 // found no required literals in these regexps).

Completed in 2863 milliseconds

<<11121314151617181920>>