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:is_namespace
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_symtable.py
150
self.assertTrue(self.top.lookup("Mine").
is_namespace
())
151
self.assertTrue(self.Mine.lookup("a_method").
is_namespace
())
152
self.assertTrue(self.top.lookup("spam").
is_namespace
())
153
self.assertTrue(self.spam.lookup("internal").
is_namespace
())
154
self.assertTrue(self.top.lookup("namespace_test").
is_namespace
())
155
self.assertFalse(self.spam.lookup("x").
is_namespace
())
/third_party/python/Lib/
H
A
D
symtable.py
289
def
is_namespace
(self):
member in Symbol
296
is_namespace
() is true, the name may also be bound to other
326
print(info, info.is_local(), info.
is_namespace
())
/third_party/python/Lib/importlib/
H
A
D
_bootstrap_external.py
1609
is_namespace
= False
1636
is_namespace
= _path_isdir(base_path)
1648
if
is_namespace
:
/third_party/libabigail/include/
H
A
D
abg-fwd.h
551
is_namespace
(const decl_base_sptr&);
554
is_namespace
(const decl_base*);
/third_party/libabigail/src/
H
A
D
abg-ir.cc
10624
is_namespace
(const decl_base_sptr& d)
in is_namespace()
function
10633
is_namespace
(const decl_base* d)
in is_namespace()
function
15548
if (!
is_namespace
(*i))
in is_empty_or_has_empty_sub_namespaces()
15551
namespace_decl_sptr ns =
is_namespace
(*i);
in is_empty_or_has_empty_sub_namespaces()
H
A
D
abg-writer.cc
1997
if (namespace_decl* n =
is_namespace
(*i))
in write_decl_in_scope()
Completed in 71 milliseconds