/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/content/res/ |
H A D | XmlBlockBenchmark.java | 85 int parseState = mParser.next(); in safeNext() local 86 if (parseState == START_TAG) { in safeNext() 87 return parseState; in safeNext() 88 } else if (parseState == END_DOCUMENT) { in safeNext() 112 int parseState = mParser.next(); in getNext() local 114 if (parseState == END_DOCUMENT) { in getNext() 126 int parseState = safeNext(); in benchmarkTagFunction() local 128 if (parseState != END_DOCUMENT) { in benchmarkTagFunction() 180 int parseState = safeNext(); in benchmarkAttributeFunction() local 181 if (parseState == START_TAG) { in benchmarkAttributeFunction() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/ |
D | scanner.go | 77 parseState []int member 103 if len(scan.parseState) > 1024 { 104 scan.parseState = nil 152 s.parseState = s.parseState[0:0] 179 s.parseState = append(s.parseState, newParseState) 180 if len(s.parseState) <= maxNestingDepth { 189 n := len(s.parseState) - 1 190 s.parseState = s.parseState[0:n] 258 n := len(s.parseState) 259 s.parseState[n-1] = parseObjectValue [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/ |
D | parse.go | 81 extend(p *parseState, s line) (line, bool) argument 97 func (p *parseState) last() Block { 102 func (p *parseState) deleteLast() { 140 return &Document{p.pos(), p.blocks(), p.(*parseState).links} 189 type parseState struct { struct 212 func (p *parseState) newText(pos Position, text string) *Text { argument 218 func (p *parseState) blocks() []Block { argument 223 func (p *parseState) pos() Position { argument 234 var ps parseState 282 func (p *parseState) curB() blockBuilder { argument [all …]
|
D | inline.go | 255 func (p *parseState) emit(i int) { 262 func (p *parseState) skip(i int) { 266 func (p *parseState) inline(s string) []Inline { 280 var parser func(*parseState, string, int) (Inline, int, int, bool) 370 func (ps *parseState) emph(dst, src []Inline) []Inline { 534 func parseEscape(p *parseState, s string, i int) (Inline, int, int, bool) { argument 554 func parseDot(p *parseState, s string, i int) (Inline, int, int, bool) { argument 561 func parseDash(p *parseState, s string, i int) (Inline, int, int, bool) { argument 600 func (b *backtickParser) parseCodeSpan(p *parseState, s string, i int) (Inline, int, int, bool) { 653 func parseAutoLinkOrHTML(p *parseState, s string, i int) (Inline, int, int, bool) { argument [all …]
|
D | html.go | 41 func (c *htmlBuilder) extend(p *parseState, s line) (line, bool) { 60 func newHTML(p *parseState, s line) (line, bool) { argument 68 func (p *parseState) startHTML(s *line) bool { 224 func parseHTMLTag(p *parseState, s string, i int) (Inline, int, bool) { argument 249 func parseHTMLOpenTag(p *parseState, s string, i int) (Inline, int, bool) { argument 288 func parseHTMLClosingTag(p *parseState, s string, i int) (Inline, int, bool) { argument 320 func parseAttr(p *parseState, s string, i int) (string, int, bool) { argument 346 func parseAttrValueSpec(p *parseState, s string, i int) (string, int, bool) { argument 413 func parseHTMLDecl(p *parseState, s string, i int) (Inline, int, bool) { argument 441 func parseHTMLEntity(_ *parseState, s string, i int) (Inline, int, int, bool) { argument
|
D | link.go | 27 label, i, ok := parseLinkLabel(p.(*parseState), s, i) 37 p.(*parseState).corner = true 119 func parseLinkLabel(p *parseState, s string, i int) (string, int, bool) { argument 518 func (p *parseState) autoLinkText(list []Inline) []Inline { 551 func (p *parseState) autoLinkPlain(s string) []Inline { 588 func (p *parseState) parseAutoProto(s string, i int, vd *validDomainChecker) (link *Link, after str… 632 func (p *parseState) parseAutoHTTP(scheme, s string, textstart, start, min int, vd *validDomainChec… 773 func (p *parseState) parseAutoEmail(s string, i int) (before string, link *Link, after string, ok b… 822 func (p *parseState) parseAutoMailto(s string, i int) (link *Link, after string, ok bool) { 838 func (p *parseState) parseAutoXmpp(s string, i int) (link *Link, after string, ok bool) {
|
D | list.go | 152 func (c *listBuilder) extend(p *parseState, s line) (line, bool) { 160 func (c *itemBuilder) extend(p *parseState, s line) (line, bool) { argument 175 func newListItem(p *parseState, s line) (line, bool) { argument 187 func (p *parseState) startListItem(s *line) bool { 278 func (p *parseState) taskList(list *List) {
|
D | code.go | 96 func newPre(p *parseState, s line) (line, bool) { argument 108 func newFence(p *parseState, s line) (line, bool) { argument 176 func (c *preBuilder) extend(p *parseState, s line) (line, bool) { 196 func (c *fenceBuilder) extend(p *parseState, s line) (line, bool) {
|
D | heading.go | 50 func newATXHeading(p *parseState, s line) (line, bool) { argument 88 func extractID(p *parseState, s string) (id, s2 string) { argument 109 func newSetextHeading(p *parseState, s line) (line, bool) { argument
|
D | quote.go | 41 func newQuote(p *parseState, s line) (line, bool) { argument 49 func (b *quoteBuilder) extend(p *parseState, s line) (line, bool) {
|
D | break.go | 26 func newHR(p *parseState, s line) (line, bool) { argument 85 func parseBreak(_ *parseState, s string, i int) (Inline, int, int, bool) { argument
|
D | para.go | 44 func (b *paraBuilder) extend(p *parseState, s line) (line, bool) { 76 func newPara(p *parseState, s line) (line, bool) { argument
|
/aosp_15_r20/build/blueprint/ |
H A D | ninja_strings.go | 72 type parseState struct { struct 80 func (ps *parseState) pushVariable(start, end int, v Variable) { argument 88 type stateFunc func(*parseState, int, rune) (stateFunc, error) 123 parseState := &parseState{ 133 state, err = state(parseState, i, r) 139 _, err = state(parseState, len(parseState.str), eof) 153 func parseFirstRuneState(state *parseState, i int, r rune) (stateFunc, error) { argument 160 func parseStringState(state *parseState, i int, r rune) (stateFunc, error) { argument 174 func parseDollarStartState(state *parseState, i int, r rune) (stateFunc, error) { argument 202 func parseDollarState(state *parseState, i int, r rune) (stateFunc, error) { argument [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBITestExtended.java | 111 int parseState = PARSE_TAG; in TestExtended() local 143 switch (parseState) { in TestExtended() 146 parseState = savedState; in TestExtended() 153 parseState = PARSE_COMMENT; in TestExtended() 213 parseState = PARSE_RULES; in TestExtended() 232 parseState = PARSE_DATA; in TestExtended() 250 parseState = PARSE_TAG; in TestExtended() 258 parseState = PARSE_TAG; in TestExtended() 297 parseState = PARSE_TAG; in TestExtended() 347 parseState = PARSE_NUM; in TestExtended() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
H A D | RBBITestExtended.java | 114 int parseState = PARSE_TAG; in TestExtended() local 146 switch (parseState) { in TestExtended() 149 parseState = savedState; in TestExtended() 156 parseState = PARSE_COMMENT; in TestExtended() 216 parseState = PARSE_RULES; in TestExtended() 235 parseState = PARSE_DATA; in TestExtended() 253 parseState = PARSE_TAG; in TestExtended() 261 parseState = PARSE_TAG; in TestExtended() 300 parseState = PARSE_TAG; in TestExtended() 350 parseState = PARSE_NUM; in TestExtended() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ |
H A D | ExtconStateObserver.java | 47 return parseState( in parseStateFromFile() 56 S state = parseState(extconInfo, event.get("STATE")); in onUEvent() 81 public abstract S parseState(ExtconInfo extconInfo, String state); in parseState() method in ExtconStateObserver
|
/aosp_15_r20/frameworks/base/core/java/android/content/res/ |
H A D | XmlBlock.java | 129 Parser(long parseState, XmlBlock block) { in Parser() argument 130 mParseState = parseState; in Parser() 135 Parser(long parseState, XmlBlock block, Validator validator) { in Parser() argument 136 this(parseState, block); in Parser()
|
/aosp_15_r20/device/google/gs-common/powerstats/ |
D | DvfsStateResidencyDataProvider.cpp | 60 bool DvfsStateResidencyDataProvider::parseState(char const *line, uint64_t *duration, in parseState() function in aidl::android::hardware::power::stats::DvfsStateResidencyDataProvider 114 if (parseState(line, &duration, &count)) { in getStateResidencies()
|
D | CpupmStateResidencyDataProvider.cpp | 64 bool CpupmStateResidencyDataProvider::parseState( in parseState() function in aidl::android::hardware::power::stats::CpupmStateResidencyDataProvider 143 if (parseState(line, &duration, &count)) { in getStateResidencies()
|
/aosp_15_r20/hardware/google/pixel/powerstats/dataproviders/ |
D | GenericStateResidencyDataProvider.cpp | 54 static bool parseState(StateResidency *data, in parseState() function 128 if (parseState(&data, stateResidencyConfigs[nextState], fp, line, len)) { in getStateData()
|
/aosp_15_r20/external/conscrypt/platform/src/main/java/org/conscrypt/ct/ |
H A D | LogStoreImpl.java | 206 builder.setState(parseState(state), stateTimestamp); in loadLogList() 252 private static int parseState(String state) { in parseState() method in LogStoreImpl
|
/aosp_15_r20/hardware/google/pixel/powerstats/ |
D | GenericStateResidencyDataProvider.cpp | 68 static bool parseState(PowerEntityStateResidencyData *data, const StateResidencyConfig &config, in parseState() function 145 if (parseState(&data, nextState->second, fp, line, len)) { in getStateData()
|
/aosp_15_r20/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/ct/ |
H A D | LogStoreImpl.java | 211 builder.setState(parseState(state), stateTimestamp); in loadLogList() 257 private static int parseState(String state) { in parseState() method in LogStoreImpl
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | rbbitst.cpp | 778 parseState = PARSE_TAG; in TestExtended() local 807 switch (parseState) { in TestExtended() 810 parseState = savedState; in TestExtended() 817 parseState = PARSE_COMMENT; in TestExtended() 881 parseState = PARSE_RULES; in TestExtended() 899 parseState = PARSE_DATA; in TestExtended() 909 parseState = PARSE_COMMENT; in TestExtended() 918 parseState = PARSE_TAG; in TestExtended() 929 parseState = PARSE_TAG; in TestExtended() 965 parseState = PARSE_TAG; in TestExtended() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 784 parseState = PARSE_TAG; in TestExtended() local 813 switch (parseState) { in TestExtended() 816 parseState = savedState; in TestExtended() 823 parseState = PARSE_COMMENT; in TestExtended() 887 parseState = PARSE_RULES; in TestExtended() 905 parseState = PARSE_DATA; in TestExtended() 915 parseState = PARSE_COMMENT; in TestExtended() 924 parseState = PARSE_TAG; in TestExtended() 935 parseState = PARSE_TAG; in TestExtended() 971 parseState = PARSE_TAG; in TestExtended() [all …]
|