Searched refs:state (Results 1 – 10 of 10) sorted by relevance
/build/blueprint/ |
D | ninja_strings.go | 114 state := parseFirstRuneState 118 state, err = state(parseState, i, r) 124 _, err = state(parseState, len(parseState.str), eof) 132 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) { 134 state.pendingStr += "$" 136 return parseStringState(state, i, r) 139 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) { 142 state.varStart = i + 1 146 state.pushString(state.str[state.stringStart:i]) 154 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) { [all …]
|
D | LICENSE | 131 5. Submission of Contributions. Unless You explicitly state otherwise,
|
/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/zip/ |
D | zip.go | 77 state FileArg member 91 b.state.JunkPaths = v 92 b.state.SourcePrefixToStrip = "" 97 b.state.JunkPaths = false 98 b.state.SourcePrefixToStrip = prefixToStrip 103 b.state.PathPrefixInZip = rootPrefix 112 arg := b.state 123 arg := b.state 147 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/soong/makedeps/ |
D | deps_test.go | 320 external/ninja/src/lexer.h external/ninja/src/state.h \
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2706 …state-disabled" title="'+q+'"><span class="ui-icon ui-icon-circle-triangle-'+(c?"e":"w")+'">'+q+"<…
|