/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | pos.go | 20 type Pos struct { struct 21 base *PosBase 22 line, col uint32 31 func (pos Pos) Pos() Pos { return pos } argument 32 func (pos Pos) IsKnown() bool { return pos.line > 0 } 33 func (pos Pos) Base() *PosBase { return pos.base } 34 func (pos Pos) Line() uint { return uint(pos.line) } 35 func (pos Pos) Col() uint { return uint(pos.col) } 40 func (pos Pos) FileBase() *PosBase { 49 func (pos Pos) RelFilename() string { return pos.base.Filename() } [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/tomllib/ |
H A D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/tomllib/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/tomllib/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/tomli/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/tomllib/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/tomllib/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/tomllib/ |
D | _parser.py | 232 def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos: 243 pos: Pos, 263 def skip_comment(src: str, pos: Pos) -> Pos: 275 def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos: 284 def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 302 def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]: 324 src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat 358 src: str, pos: Pos, parse_float: ParseFloat 373 def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]: 391 def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]: [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/src/ |
D | pos.go | 28 type Pos struct { struct 29 base *PosBase 30 lico 45 func (p Pos) IsKnown() bool { 51 func (p Pos) Before(q Pos) bool { 58 func (p Pos) After(q Pos) bool { 63 func (p Pos) LineNumber() string { 70 func (p Pos) LineNumberHTML() string { 78 func (p Pos) Filename() string { return p.base.Pos().RelFilename() } 81 func (p Pos) Base() *PosBase { return p.base } [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/ |
D | node.go | 40 type Pos int type 83 Pos anonMember 88 func (t *Tree) newList(pos Pos) *ListNode { 130 Pos anonMember 135 func (t *Tree) newText(pos Pos, text string) *TextNode { 158 Pos anonMember 163 func (t *Tree) newComment(pos Pos, text string) *CommentNode { 190 Pos anonMember 198 func (t *Tree) newPipeline(pos Pos, line int, vars []*VariableNode) *PipeNode { 263 Pos anonMember [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 33 Pos() token.Pos // position of first character belonging to the node methodSpec 69 func (c *Comment) Pos() token.Pos { return c.Slash } func 78 func (g *CommentGroup) Pos() token.Pos { return g.List[0].Pos() } func 205 func (f *Field) Pos() token.Pos { func 236 func (f *FieldList) Pos() token.Pos { func 480 func (x *BadExpr) Pos() token.Pos { return x.From } func 481 func (x *Ident) Pos() token.Pos { return x.NamePos } func 482 func (x *Ellipsis) Pos() token.Pos { return x.Ellipsis } func 483 func (x *BasicLit) Pos() token.Pos { return x.ValuePos } func 484 func (x *FuncLit) Pos() token.Pos { return x.Type.Pos() } func [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/tests/accuracy/ |
H A D | main.rs | 15 type Pos = (&'static str, u32); typedef 52 fn outer(main_pos: Pos) { in outer() 59 fn inner(main_pos: Pos, outer_pos: Pos) { in inner() 72 fn inner_inlined(main_pos: Pos, outer_pos: Pos) { in inner_inlined() 77 fn inner_further_inlined(main_pos: Pos, outer_pos: Pos, inner_pos: Pos) { in inner_inlined() 94 fn verify(filelines: &[Pos]) { in verify()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/tests/accuracy/ |
H A D | main.rs | 17 type Pos = (&'static str, u32); typedef 54 fn outer(main_pos: Pos) { in outer() 61 fn inner(main_pos: Pos, outer_pos: Pos) { in inner() 74 fn inner_inlined(main_pos: Pos, outer_pos: Pos) { in inner_inlined() 79 fn inner_further_inlined(main_pos: Pos, outer_pos: Pos, inner_pos: Pos) { in inner_inlined() 96 fn verify(filelines: &[Pos]) { in verify()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/tests/accuracy/ |
H A D | main.rs | 15 type Pos = (&'static str, u32); typedef 52 fn outer(main_pos: Pos) { in outer() 59 fn inner(main_pos: Pos, outer_pos: Pos) { in inner() 72 fn inner_inlined(main_pos: Pos, outer_pos: Pos) { in inner_inlined() 77 fn inner_further_inlined(main_pos: Pos, outer_pos: Pos, inner_pos: Pos) { in inner_inlined() 94 fn verify(filelines: &[Pos]) { in verify()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/tests/accuracy/ |
H A D | main.rs | 15 type Pos = (&'static str, u32); typedef 52 fn outer(main_pos: Pos) { in outer() 59 fn inner(main_pos: Pos, outer_pos: Pos) { in inner() 72 fn inner_inlined(main_pos: Pos, outer_pos: Pos) { in inner_inlined() 77 fn inner_further_inlined(main_pos: Pos, outer_pos: Pos, inner_pos: Pos) { in inner_inlined() 94 fn verify(filelines: &[Pos]) { in verify()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/tests/accuracy/ |
H A D | main.rs | 15 type Pos = (&'static str, u32); typedef 52 fn outer(main_pos: Pos) { in outer() 59 fn inner(main_pos: Pos, outer_pos: Pos) { in inner() 72 fn inner_inlined(main_pos: Pos, outer_pos: Pos) { in inner_inlined() 77 fn inner_further_inlined(main_pos: Pos, outer_pos: Pos, inner_pos: Pos) { in inner_inlined() 94 fn verify(filelines: &[Pos]) { in verify()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/tests/accuracy/ |
H A D | main.rs | 17 type Pos = (&'static str, u32); typedef 54 fn outer(main_pos: Pos) { in outer() 61 fn inner(main_pos: Pos, outer_pos: Pos) { in inner() 74 fn inner_inlined(main_pos: Pos, outer_pos: Pos) { in inner_inlined() 79 fn inner_further_inlined(main_pos: Pos, outer_pos: Pos, inner_pos: Pos) { in inner_inlined() 96 fn verify(filelines: &[Pos]) { in verify()
|