Searched refs:state (Results 1 – 15 of 15) sorted by relevance
/build/make/tools/product_config/src/com/android/build/config/ |
D | CsvParser.java | 120 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/ |
D | ninja_strings.go | 115 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 …]
|
D | LICENSE | 131 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/build/soong/ui/build/ |
D | exec.go | 69 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/ |
D | files.cpp | 65 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/ |
D | event.go | 118 func (t *EventTracer) AddProcResInfo(name string, state *os.ProcessState) { 123 rusage := state.SysUsage().(*syscall.Rusage)
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 43 // 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/ |
D | zip.go | 78 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/ |
D | Deprecation.md | 55 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/ |
D | carousel.js | 248 function aToggle(state,aDir) { argument 249 if (state == 'on') {
|
D | jquery-resizable.min.js | 19 …state=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/ |
D | perf.md | 147 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/ |
D | envsetup.rbc | 107 …# BUILD_NUMBER should be set to the source control value that represents the current state of the …
|
/build/soong/licenses/ |
D | LICENSE | 143 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/build/soong/makedeps/ |
D | deps_test.go | 320 external/ninja/src/lexer.h external/ninja/src/state.h \
|