HomeSort by relevance Sort by last modified time
    Searched refs:gState (Results 1 - 8 of 8) 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;
106 gState.scissorEnabled = value;
122 return gState.scissorEnabled;
  /art/adbconnection/
adbconnection.cc 82 static AdbConnectionState* gState;
178 CHECK(data->this_ == gState);
205 gState = nullptr;
    [all...]
  /external/skia/src/pdf/
SkPDFGradientShader.cpp 791 SkPDFObject* gState) {
797 if (gState) {
798 graphicStates.push(gState);
    [all...]
  /external/skqp/src/pdf/
SkPDFGradientShader.cpp 791 SkPDFObject* gState) {
797 if (gState) {
798 graphicStates.push(gState);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 300 type gState int
303 gDead gState = iota
313 state gState // current state
384 setGState := func(ev *trace.Event, g uint64, oldState, newState gState) {
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 300 type gState int
303 gDead gState = iota
313 state gState // current state
384 setGState := func(ev *trace.Event, g uint64, oldState, newState gState) {

Completed in 821 milliseconds