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_socket
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/sanei/
H
A
D
sanei_init_debug.c
112
is_socket
(int fd)
in is_socket()
function
137
if (
is_socket
(fileno(stderr)))
in sanei_debug_msg()
/third_party/python/Modules/
H
A
D
signalmodule.c
764
int
is_socket
;
local
790
is_socket
= 0;
822
is_socket
= 1;
832
wakeup.use_send =
is_socket
;
/third_party/python/Lib/asyncio/
H
A
D
unix_events.py
618
is_socket
= stat.S_ISSOCK(mode)
619
if not (is_char or is_fifo or
is_socket
):
632
if
is_socket
or (is_fifo and not sys.platform.startswith("aix")):
/third_party/python/Lib/test/
H
A
D
test_pathlib.py
2377
self.assertFalse(P.
is_socket
())
2384
self.assertFalse((P / 'fileA').
is_socket
())
2385
self.assertFalse((P / 'dirA').
is_socket
())
2386
self.assertFalse((P / 'non-existing').
is_socket
())
2387
self.assertFalse((P / 'fileA' / 'bah').
is_socket
())
2388
self.assertIs((P / 'fileA\udfff').
is_socket
(), False)
2389
self.assertIs((P / 'fileA\x00').
is_socket
(), False)
2408
self.assertTrue(P.
is_socket
())
2411
self.assertIs(self.cls(BASE, 'mysock\udfff').
is_socket
(), False)
2412
self.assertIs(self.cls(BASE, 'mysock\x00').
is_socket
(), Fals
[all...]
/third_party/python/Lib/
H
A
D
pathlib.py
1361
def
is_socket
(self):
member in Path
Completed in 12 milliseconds