HomeSort by relevance Sort by last modified time
    Searched refs:As (Results 276 - 300 of 556) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
ssa.go 17 func loadByType(t ssa.Type) obj.As {
53 func storeByType(t ssa.Type) obj.As {
76 // makeshift encodes a register shifted by a constant, used as an Offset in Prog
82 func genshift(as obj.As, r0, r1, r int16, typ int64, s int64) *obj.Prog {
83 p := gc.Prog(as)
112 as := arm64.AMOVD
116 as = arm64.AFMOVS
118 as = arm64.AFMOVD
123 p := gc.Prog(as)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
op.go 25 asm obj.As
30 resultNotInArgs bool // outputs must not be allocated to the same registers as inputs
99 // as an argument to makeValAndOff.
105 // as an argument to makeValAndOff.
  /prebuilts/go/darwin-x86/src/cmd/link/
link_test.go 7 London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln?s Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes?gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another?s umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.
9 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; fog in the stem and bowl of the afternoon pipe of the wrathful skipper, down in his close cabin; fog cruelly pinching the toes and fingers of his shivering little ?prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.
11 Gas looming through the fog in divers places in the streets, much as the sun may, from the spongey fields, be seen to loom by husbandman and ploughboy. Most of the shops lighted two hours before their time?as the gas seems to know, for it has a haggard and unwilling look.
19 Jarndyce and Jarndyce drones on. This scarecrow of a suit has, over the course of time, become so complicated, that no man alive knows what it means. The parties to it understand it least; but it has been observed that no two Chancery lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises. Innumerable children have been born into the cause; innumerable young people have married into it; innumerable old people have died out of it. Scores of persons have deliriously found themselves made parties in Jarndyce and Jarndyce, without knowing how or why; whole families have inherited legendary hatreds with the suit. The little plaintiff or defendant, who was promised a new rocking-horse when Jarndyce and Jarndyce should be settled, has grown up, possessed himself of a real horse, and trotted away into the other world. Fair wards of court have faded into mothers and grandmothers; a long procession of Chancellors has come in and gone out; the legion of bills in the suit have been transformed into mere bills of mortality; there are not three Jarndyces left upon the earth perhaps, since old Tom Jarndyce in despair blew his brains out at a coffee-house in Chancery Lane; but Jarndyce and Jarndyce still drags its dreary length before the Court, perennially hopeless.`
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 7 // dictDecoder implements the LZ77 sliding dictionary as used in decompression.
11 // stream as is. This is accomplished through the writeByte method for a
17 // emitted data. Backward copies come as the tuple (dist, length) where dist
25 // checks about the arguments. As such, the invariants documented for each
131 // possibly dependent on the resulting bytes in the destination as the copy
example_test.go 77 // in the dictionary. As such, the dictionary should only contain substrings
107 // The decompressor must use the same dictionary as the compressor.
108 // Otherwise, the input may appear as corrupted.
167 // Start a goroutine to act as the transmitter.
198 // Start a goroutine to act as the receiver.
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 12 // variable, interpreted as a path list appropriate to the operating system
23 // As in the Go tree, each target operating system and
28 // source in DIR/src/foo/bar can be imported as "foo/bar" and
60 // A build constraint, also known as a build tag, is a line comment that begins
73 // A build constraint is evaluated as the OR of space-separated options;
74 // each option evaluates as the AND of its comma-separated terms;
96 // - the target operating system, as spelled by runtime.GOOS
97 // - the target architecture, as spelled by runtime.GOARCH
124 // (any other unsatisfied word will work as well, but ``ignore'' is conventional.)
140 // Using GOOS=android matches build tags and files as for GOOS=linu
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
sizes.go 34 // field's size. As with all element types, if the struct is used
54 // is the same as unsafe.Alignof(x[0]), but at least 1."
  /prebuilts/go/darwin-x86/src/net/
ipsock_posix.go 27 // only dealing with IPv4 sockets? As long as the host system
102 // Same as 1.
105 // Almost same as 1 but we prefer an IPv6 wildcard address
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 250 // As per re2's Prog::IsWordChar. Determines whether rune is an ASCII word char.
  /prebuilts/go/darwin-x86/test/
escape_because.go 9 // As long as the explanations look reasonably sane, meaning eyeball verify output of
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
ssa.go 17 func loadByType(t ssa.Type) obj.As {
53 func storeByType(t ssa.Type) obj.As {
76 // makeshift encodes a register shifted by a constant, used as an Offset in Prog
82 func genshift(as obj.As, r0, r1, r int16, typ int64, s int64) *obj.Prog {
83 p := gc.Prog(as)
112 as := arm64.AMOVD
116 as = arm64.AFMOVS
118 as = arm64.AFMOVD
123 p := gc.Prog(as)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
op.go 25 asm obj.As
30 resultNotInArgs bool // outputs must not be allocated to the same registers as inputs
99 // as an argument to makeValAndOff.
105 // as an argument to makeValAndOff.
  /prebuilts/go/linux-x86/src/cmd/link/
link_test.go 7 London. Michaelmas term lately over, and the Lord Chancellor sitting in Lincoln?s Inn Hall. Implacable November weather. As much mud in the streets as if the waters had but newly retired from the face of the earth, and it would not be wonderful to meet a Megalosaurus, forty feet long or so, waddling like an elephantine lizard up Holborn Hill. Smoke lowering down from chimney-pots, making a soft black drizzle, with flakes of soot in it as big as full-grown snowflakes?gone into mourning, one might imagine, for the death of the sun. Dogs, undistinguishable in mire. Horses, scarcely better; splashed to their very blinkers. Foot passengers, jostling one another?s umbrellas in a general infection of ill temper, and losing their foot-hold at street-corners, where tens of thousands of other foot passengers have been slipping and sliding since the day broke (if this day ever broke), adding new deposits to the crust upon crust of mud, sticking at those points tenaciously to the pavement, and accumulating at compound interest.
9 Fog everywhere. Fog up the river, where it flows among green aits and meadows; fog down the river, where it rolls defiled among the tiers of shipping and the waterside pollutions of a great (and dirty) city. Fog on the Essex marshes, fog on the Kentish heights. Fog creeping into the cabooses of collier-brigs; fog lying out on the yards and hovering in the rigging of great ships; fog drooping on the gunwales of barges and small boats. Fog in the eyes and throats of ancient Greenwich pensioners, wheezing by the firesides of their wards; fog in the stem and bowl of the afternoon pipe of the wrathful skipper, down in his close cabin; fog cruelly pinching the toes and fingers of his shivering little ?prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.
11 Gas looming through the fog in divers places in the streets, much as the sun may, from the spongey fields, be seen to loom by husbandman and ploughboy. Most of the shops lighted two hours before their time?as the gas seems to know, for it has a haggard and unwilling look.
19 Jarndyce and Jarndyce drones on. This scarecrow of a suit has, over the course of time, become so complicated, that no man alive knows what it means. The parties to it understand it least; but it has been observed that no two Chancery lawyers can talk about it for five minutes, without coming to a total disagreement as to all the premises. Innumerable children have been born into the cause; innumerable young people have married into it; innumerable old people have died out of it. Scores of persons have deliriously found themselves made parties in Jarndyce and Jarndyce, without knowing how or why; whole families have inherited legendary hatreds with the suit. The little plaintiff or defendant, who was promised a new rocking-horse when Jarndyce and Jarndyce should be settled, has grown up, possessed himself of a real horse, and trotted away into the other world. Fair wards of court have faded into mothers and grandmothers; a long procession of Chancellors has come in and gone out; the legion of bills in the suit have been transformed into mere bills of mortality; there are not three Jarndyces left upon the earth perhaps, since old Tom Jarndyce in despair blew his brains out at a coffee-house in Chancery Lane; but Jarndyce and Jarndyce still drags its dreary length before the Court, perennially hopeless.`
  /prebuilts/go/linux-x86/src/compress/flate/
dict_decoder.go 7 // dictDecoder implements the LZ77 sliding dictionary as used in decompression.
11 // stream as is. This is accomplished through the writeByte method for a
17 // emitted data. Backward copies come as the tuple (dist, length) where dist
25 // checks about the arguments. As such, the invariants documented for each
131 // possibly dependent on the resulting bytes in the destination as the copy
example_test.go 77 // in the dictionary. As such, the dictionary should only contain substrings
107 // The decompressor must use the same dictionary as the compressor.
108 // Otherwise, the input may appear as corrupted.
167 // Start a goroutine to act as the transmitter.
198 // Start a goroutine to act as the receiver.
  /prebuilts/go/linux-x86/src/go/build/
doc.go 12 // variable, interpreted as a path list appropriate to the operating system
23 // As in the Go tree, each target operating system and
28 // source in DIR/src/foo/bar can be imported as "foo/bar" and
60 // A build constraint, also known as a build tag, is a line comment that begins
73 // A build constraint is evaluated as the OR of space-separated options;
74 // each option evaluates as the AND of its comma-separated terms;
96 // - the target operating system, as spelled by runtime.GOOS
97 // - the target architecture, as spelled by runtime.GOARCH
124 // (any other unsatisfied word will work as well, but ``ignore'' is conventional.)
140 // Using GOOS=android matches build tags and files as for GOOS=linu
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
sizes.go 34 // field's size. As with all element types, if the struct is used
54 // is the same as unsafe.Alignof(x[0]), but at least 1."
  /prebuilts/go/linux-x86/src/net/
ipsock_posix.go 27 // only dealing with IPv4 sockets? As long as the host system
102 // Same as 1.
105 // Almost same as 1 but we prefer an IPv6 wildcard address
  /prebuilts/go/linux-x86/src/regexp/syntax/
prog.go 250 // As per re2's Prog::IsWordChar. Determines whether rune is an ASCII word char.
  /prebuilts/go/linux-x86/test/
escape_because.go 9 // As long as the explanations look reasonably sane, meaning eyeball verify output of
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.2.2/
jackson-annotations-2.2.2.jar 
  /prebuilts/go/darwin-x86/src/reflect/
value.go 294 // It returns the output results as Values.
295 // As in Go, each input argument must be assignable to the
309 // It returns the output results as Values.
310 // As in Go, each input argument must be assignable to the
371 panic("reflect: " + op + " using " + xt.String() + " as type " + targ.String())
382 panic("reflect: cannot use " + xt.String() + " as type " + elem.String() + " in " + op)
477 // NOTE: This function must be marked as a "wrapper" in the generated code,
621 // NOTE: This function must be marked as a "wrapper" in the generated code,
697 // Complex returns v's underlying value, as a complex128.
824 // Float returns v's underlying value, as a float64
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 294 // It returns the output results as Values.
295 // As in Go, each input argument must be assignable to the
309 // It returns the output results as Values.
310 // As in Go, each input argument must be assignable to the
371 panic("reflect: " + op + " using " + xt.String() + " as type " + targ.String())
382 panic("reflect: cannot use " + xt.String() + " as type " + elem.String() + " in " + op)
477 // NOTE: This function must be marked as a "wrapper" in the generated code,
621 // NOTE: This function must be marked as a "wrapper" in the generated code,
697 // Complex returns v's underlying value, as a complex128.
824 // Float returns v's underlying value, as a float64
    [all...]
  /external/blktrace/doc/
blktrace.tex 7 % it under the terms of the GNU General Public License as published by
39 you don't need to patch blktrace support as it is already included.
52 as part of the following git repository:
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
78 scope of this document, but the following may be used as a sample template.
81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
129 To build and install the tools, execute the following sequence (as root):
195 get that dumped as well.
200 can also show SCSI commands going in and out of the queue as submitted
355 \item As noted above, the events are passed up via a series of buffer
    [all...]
  /external/libmojo/third_party/jinja2/
filters.py 29 :class:`Context` will be passed as first argument.
37 context object is passed as first argument. For more information
48 :class:`Environment` is passed to the filter as first argument.
58 looked up as integers.
82 dictionaries and regular strings as well as pairwise iterables.
159 As you can see it automatically prepends a space in front of the item
230 true as first argument it will reverse the sorting.
693 As you can see the item we're grouping by is stored in the `grouper`
744 """Mark the value as safe which means that in an environment with automati
    [all...]

Completed in 317 milliseconds

<<11121314151617181920>>