Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:next_sibling
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/
H
A
D
fix_idioms.py
145
assert list_call.
next_sibling
is None
149
assert list_call.
next_sibling
is end_line
H
A
D
fix_set_literal.py
42
literal[-1].prefix = items.
next_sibling
.prefix
/third_party/python/Lib/lib2to3/tests/
H
A
D
test_pytree.py
328
self.assertIs(n1.
next_sibling
, n2)
329
self.assertEqual(n2.
next_sibling
, None)
330
self.assertEqual(p1.
next_sibling
, None)
337
self.assertIs(l1.
next_sibling
, l2)
338
self.assertEqual(l2.
next_sibling
, None)
339
self.assertEqual(p1.
next_sibling
, None)
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_link_uniforms.c
624
struct type_tree_entry *
next_sibling
;
member
953
state->current_type = state->current_type->
next_sibling
;
in find_and_update_named_uniform_storage()
1100
entry->
next_sibling
= NULL;
in build_type_tree_for_type()
1118
last->
next_sibling
= field_entry;
in build_type_tree_for_type()
1135
next = p->
next_sibling
;
in free_type_tree()
1317
state->current_type = state->current_type->
next_sibling
;
in nir_link_uniform()
/third_party/python/Lib/lib2to3/
H
A
D
pytree.py
152
def
next_sibling
(self):
member in Base
196
effectively equivalent to node.
next_sibling
.prefix
198
next_sib = self.
next_sibling
Completed in 6 milliseconds