HomeSort by relevance Sort by last modified time
    Searched refs:represent (Results 76 - 100 of 200) sorted by null

1 2 34 5 6 7 8

  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
builder.go 263 // x.(casetype), but it's unclear how to represent x.
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
elliptic.go 74 // y are zero, it assumes that they represent the point at infinity because (0,
  /prebuilts/go/darwin-x86/src/go/types/
call.go 414 // both, the value and the pointer receiver method set and represent
type.go 168 // Tuples are used as components of signatures and to represent the type of multiple
  /prebuilts/go/darwin-x86/src/image/draw/
draw_test.go 403 // We can't represent 50% exactly, but 0x7fff / 0xffff is close enough.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
phi.go 400 // newSparseSet returns a sparseSet that can represent
type.go 106 // Types to represent untyped string and boolean constants.
110 // Types to represent untyped numeric constants.
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
builder.go 263 // x.(casetype), but it's unclear how to represent x.
  /prebuilts/go/linux-x86/src/crypto/elliptic/
elliptic.go 74 // y are zero, it assumes that they represent the point at infinity because (0,
  /prebuilts/go/linux-x86/src/go/types/
call.go 414 // both, the value and the pointer receiver method set and represent
type.go 168 // Tuples are used as components of signatures and to represent the type of multiple
  /prebuilts/go/linux-x86/src/image/draw/
draw_test.go 403 // We can't represent 50% exactly, but 0x7fff / 0xffff is close enough.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 306 A simple tree node used to represent the operation "match any tree node type" in
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 216 [error node] a special node used to represent an erroneous series of tokens
671 on customized tree structures. For example, if you want to represent trees using
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 106 // Types to represent untyped string and boolean constants.
110 // Types to represent untyped numeric constants.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 12 'bltin-code-objects': u'\nCode Objects\n************\n\nCode objects are used by the implementation to represent "pseudo-\ncompiled" executable Python code such as a function body. They differ\nfrom function objects because they don\'t contain a reference to their\nglobal execution environment. Code objects are returned by the built-\nin "compile()" function and can be extracted from function objects\nthrough their "func_code" attribute. See also the "code" module.\n\nA code object can be executed or evaluated by passing it (instead of a\nsource string) to the "exec" statement or the built-in "eval()"\nfunction.\n\nSee The standard type hierarchy for more information.\n',
15 'bltin-type-objects': u'\nType Objects\n************\n\nType objects represent the various object types. An object\'s type is\naccessed by the built-in function "type()". There are no special\noperations on types. The standard module "types" defines names for\nall standard built-in types.\n\nTypes are written like this: "<type \'int\'>".\n',
    [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py 12 'bltin-code-objects': u'\nCode Objects\n************\n\nCode objects are used by the implementation to represent "pseudo-\ncompiled" executable Python code such as a function body. They differ\nfrom function objects because they don\'t contain a reference to their\nglobal execution environment. Code objects are returned by the built-\nin "compile()" function and can be extracted from function objects\nthrough their "func_code" attribute. See also the "code" module.\n\nA code object can be executed or evaluated by passing it (instead of a\nsource string) to the "exec" statement or the built-in "eval()"\nfunction.\n\nSee The standard type hierarchy for more information.\n',
    [all...]
  /external/libvorbis/doc/
08-residue.tex 11 represent spectral lines, spectral magnitude, spectral phase or
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 426 ;;; It should be confessed that this loop usually does not represent
  /external/zlib/src/contrib/masmx86/
match686.asm 365 ;;; It should be confessed that this loop usually does not represent
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 379 Errorf(nil, "macho cannot represent section %s crossing data and bss", sect.Name)
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 591 // AttrByteSize: bytes required to represent largest value
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 659 // intDataSize returns the size of the data required to represent the data when encoded.

Completed in 1288 milliseconds

1 2 34 5 6 7 8