OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gState
(Results
1 - 6
of
6
) sorted by null
/prebuilts/go/darwin-x86/src/internal/trace/
order.go
21
init
gState
22
next
gState
27
type
gState
struct {
60
gs := make(map[uint64]
gState
)
143
func stateTransition(ev *Event) (g uint64, init, next
gState
) {
147
init =
gState
{0, gDead}
148
next =
gState
{1, gRunnable}
151
init =
gState
{1, gRunnable}
152
next =
gState
{2, gWaiting}
155
init =
gState
{ev.Args[1], gRunnable
[
all
...]
/prebuilts/go/linux-x86/src/internal/trace/
order.go
21
init
gState
22
next
gState
27
type
gState
struct {
60
gs := make(map[uint64]
gState
)
143
func stateTransition(ev *Event) (g uint64, init, next
gState
) {
147
init =
gState
{0, gDead}
148
next =
gState
{1, gRunnable}
151
init =
gState
{1, gRunnable}
152
next =
gState
{2, gWaiting}
155
init =
gState
{ev.Args[1], gRunnable
[
all
...]
/frameworks/base/libs/hwui/debug/
NullGlesDriver.cpp
30
}
gState
;
104
gState
.scissorEnabled = value;
120
return
gState
.scissorEnabled;
/prebuilts/go/darwin-x86/src/cmd/trace/
trace.go
279
type
gState
int
282
gDead
gState
= iota
341
gstates := make(map[uint64]
gState
)
345
setGState := func(ev *trace.Event, g uint64, oldState, newState
gState
) {
/prebuilts/go/linux-x86/src/cmd/trace/
trace.go
279
type
gState
int
282
gDead
gState
= iota
341
gstates := make(map[uint64]
gState
)
345
setGState := func(ev *trace.Event, g uint64, oldState, newState
gState
) {
/external/skia/src/pdf/
SkPDFShader.cpp
591
SkPDFObject*
gState
) {
597
if (
gState
) {
598
graphicStates.push(
gState
);
[
all
...]
Completed in 3460 milliseconds