/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 224 String literals 515 Two string literals on the same line
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_tokenize.py | 224 String literals 515 Two string literals on the same line
|
/external/v8/ |
ChangeLog | 209 Allowed inlining of functions containing object literals. (issue 1322) 228 Properly initialize element-transitioning array literals on ARM. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 5 'atom-literals': "\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n", [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/ |
topics.py | 5 'atom-literals': "\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section *Literals* for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n", [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
README | [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
e_expr.test | 270 set literals { 278 foreach {n1 rhs} $literals { 279 foreach {n2 lhs} $literals { 326 foreach {n1 rhs} $literals { 327 foreach {n2 lhs} $literals { 445 # EVIDENCE-OF: R-09593-03321 BLOB literals are string literals [all...] |
/external/chromium_org/v8/test/cctest/ |
test-heap-profiler.cc | 1968 const v8::HeapGraphNode* literals = local [all...] |
/dalvik/docs/ |
prettify.js | 43 * Java annotations (start with "@") are now captured as literals ("lit") 206 * languages that don't support regular expression literals. 689 * multiple adjacent string literals. [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 382 // Test that tabs in string literals affect column numbers correctly. [all...] |
/external/chromium_org/v8/src/ |
compiler.cc | [all...] |
full-codegen.cc | 681 // 2. Bind: for each module _declaration_ (i.e. literals as well as aliases), 1588 const int literals = fun->NumberOfLiterals(); local [all...] |
/external/chromium_org/v8/test/mozilla/ |
mozilla.status | 516 # Unsupported import/export and <xml> literals. Mozilla extensions. 585 # Illegal escape-sequences in string literals. Has already been fixed 599 # Negative hexadecimal literals are parsed as NaN. This test is outdated. [all...] |
/external/clang/include/clang/Driver/ |
CC1Options.td | 450 HelpText<"Use a const qualified type for string literals in C and ObjC">; 452 HelpText<"Don't use a const qualified type for string literals in C and ObjC">; 464 HelpText<"Enable special debugger support for Objective-C subscripting and literals">;
|
/external/llvm/lib/Target/R600/ |
R600InstrInfo.cpp | 556 SmallSet<int64_t, 4> Literals; 568 Literals.insert(Src.second); 569 if (Literals.size() > 4) [all...] |
/external/v8/src/ |
deoptimizer.cc | 1134 FixedArray* literals = data->LiteralArray(); local [all...] |
/external/zlib/src/doc/ |
rfc1951.txt | 214 Each type of value (literals, distances, and lengths) in the 216 tree for literals and lengths and a separate code tree for distances. 732 distance codes used at all (the data is all literals). [all...] |
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
BOOST.tests | 52 ; try some really simple literals: 191 ; try some literals first 469 ; literals:
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 322 /// tokens. For literals such as '{' and ',', the default
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.h | 33 // allow static construction of literals, etc. Use this like:
|
/external/chromium/googleurl/src/ |
gurl.h | 319 // literals. This can be useful for passing to getaddrinfo().
|
/external/chromium_org/courgette/ |
assembly_program.cc | 32 DEFBYTES, // Emits any number of byte literals
|
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/ |
devsite_builder.py | 105 # Sphinx emits <tt></tt> for literals (``like this``), with <span> per word
|
/external/chromium_org/net/dns/ |
mock_host_resolver.cc | 277 // Literals are always resolved to themselves by HostResolverImpl,
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
v8_interface.py | 204 # (Blink-only) string literals are unquoted in tokenizer, must be re-quoted
|