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:_unsupported
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/
H
A
D
LzmaHandler.cpp
182
bool
_unsupported
;
member
218
if (
_unsupported
) v |= kpv_ErrorFlags_UnsupportedMethod;
in GetArchiveProperty()
408
_unsupported
= false;
533
_unsupported
= true;
569
else if (
_unsupported
)
/third_party/python/Lib/
H
A
D
_pyio.py
365
def
_unsupported
(self, name):
member in IOBase
386
self.
_unsupported
("seek")
398
self.
_unsupported
("truncate")
528
self.
_unsupported
("fileno")
674
self.
_unsupported
("readinto")
682
self.
_unsupported
("write")
724
self.
_unsupported
("read")
730
self.
_unsupported
("read1")
781
self.
_unsupported
("write")
790
self.
_unsupported
("detac
[all...]
/third_party/python/Modules/_io/
H
A
D
textio.c
37
_unsupported
(const char *message)
in _unsupported()
function
55
return
_unsupported
("detach");
in textiobase_detach()
68
return
_unsupported
("read");
in textiobase_read()
80
return
_unsupported
("readline");
in textiobase_readline()
92
return
_unsupported
("write");
in textiobase_write()
1333
_unsupported
("It is not possible to set the encoding or newline "
in _io_TextIOWrapper_reconfigure_impl()
1599
return
_unsupported
("not writable");
in _io_TextIOWrapper_write_impl()
1782
_unsupported
("not readable");
in textiowrapper_read_chunk()
1907
return
_unsupported
("not readable");
in _io_TextIOWrapper_read_impl()
2438
_unsupported
("underlyin
in _io_TextIOWrapper_seek_impl()
[all...]
Completed in 6 milliseconds