Home
last modified time | relevance | path

Searched refs:state (Results 1 – 15 of 15) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DCsvParser.java120 int state = STATE_START_LINE; in parse() local
121 while (state != STATE_DONE) { in parse()
125 if (state == STATE_START_LINE) { in parse()
128 state = STATE_DONE; in parse()
130 state = STATE_INSIDE_QUOTED_FIELD; in parse()
133 state = STATE_START_FIELD; in parse()
138 state = STATE_INSIDE_UNQUOTED_FIELD; in parse()
140 } else if (state == STATE_START_FIELD) { in parse()
144 state = STATE_DONE; in parse()
146 state = STATE_INSIDE_QUOTED_FIELD; in parse()
[all …]
/build/blueprint/
Dninja_strings.go115 state := parseFirstRuneState
119 state, err = state(parseState, i, r)
125 _, err = state(parseState, len(parseState.str), eof)
133 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) {
135 state.pendingStr += "$"
137 return parseStringState(state, i, r)
140 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) {
143 state.varStart = i + 1
147 state.pushString(state.str[state.stringStart:i])
155 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) {
[all …]
DLICENSE131 5. Submission of Contributions. Unless You explicitly state otherwise,
/build/soong/ui/build/
Dexec.go69 if state := c.Cmd.ProcessState; state != nil {
71 c.ctx.Metrics.EventTracer.AddProcResInfo(c.name, state)
73 rusage := state.SysUsage().(*syscall.Rusage)
/build/make/tools/atree/
Dfiles.cpp65 enum { WHITE, TEXT, IN_QUOTE } state = WHITE; in split_line() local
71 switch (state) in split_line()
76 state = (*p == '"') ? IN_QUOTE : TEXT; in split_line()
81 state = TEXT; in split_line()
86 if (state != IN_QUOTE && isspace(*p)) { in split_line()
96 state = WHITE; in split_line()
102 if (state == TEXT) { in split_line()
/build/soong/ui/metrics/
Devent.go118 func (t *EventTracer) AddProcResInfo(name string, state *os.ProcessState) {
123 rusage := state.SysUsage().(*syscall.Rusage)
/build/make/tools/releasetools/
Dota_metadata.proto43 // inferred from the device state. For more information of the meaning of each
63 // The detailed state of each partition. For partial updates or devices with
100 // The required device state in order to install the package.
102 // The expected device state after the update.
/build/soong/zip/
Dzip.go78 state FileArg member
92 b.state.JunkPaths = v
93 b.state.SourcePrefixToStrip = ""
98 b.state.JunkPaths = false
99 b.state.SourcePrefixToStrip = prefixToStrip
104 b.state.PathPrefixInZip = rootPrefix
113 arg := b.state
124 arg := b.state
149 arg := b.state
168 arg := b.state
/build/make/
DDeprecation.md55 In most cases, we expect module types to stay in the default warning state for
57 amount of time in the default error state before moving to obsolete -- we'll
/build/make/tools/droiddoc/templates-pdk/assets/
Dcarousel.js248 function aToggle(state,aDir) { argument
249 if (state == 'on') {
Djquery-resizable.min.js19state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n…
/build/soong/docs/
Dperf.md147 The state is stored in `$OUT_DIR/.kati_stamp*` files, and can be (partially)
254 In some cases, a tree would get into a state where Soong would be run twice on
261 A workaround to get out of this state is to remove the build.ninja entry from
/build/make/core/
Denvsetup.rbc107 …# BUILD_NUMBER should be set to the source control value that represents the current state of the …
/build/soong/licenses/
DLICENSE143 5. Submission of Contributions. Unless You explicitly state otherwise,
/build/soong/makedeps/
Ddeps_test.go320 external/ninja/src/lexer.h external/ninja/src/state.h \