/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
pkg.go | 196 // is the most important thing. [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
mbitmap.go | 832 // This is especially important when the ptrmask has [all...] |
mgc.go | 316 // definition is important. [all...] |
proc1.go | 387 // It is important that the scan happens exactly once: if called twice, [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
pkg.go | 196 // is the most important thing. [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
mbitmap.go | 832 // This is especially important when the ptrmask has [all...] |
mgc.go | 316 // definition is important. [all...] |
proc1.go | 387 // It is important that the scan happens exactly once: if called twice, [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
reflect.go | 1267 // type.*T symbol pointing at it. It's important that calling [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
doc.go | 565 An important exception is builds using a pre-compiled copy of the
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
reflect.go | 1264 // type.*T symbol pointing at it. It's important that calling [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
printer.go | 353 // respect existing tabs - important [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
expr.go | 538 // (this is important for tools such as go vet which need [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
reflect.go | 1267 // type.*T symbol pointing at it. It's important that calling [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
doc.go | 565 An important exception is builds using a pre-compiled copy of the
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
reflect.go | 1264 // type.*T symbol pointing at it. It's important that calling [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
printer.go | 353 // respect existing tabs - important [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
expr.go | 538 // (this is important for tools such as go vet which need [all...] |
/external/v8/test/mjsunit/asm/embenchen/ |
copy.js | [all...] |
corrections.js | [all...] |
primes.js | [all...] |