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:data_encoding
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Lib/
H
A
D
codecs.py
772
data_encoding
= 'unknown'
variable in StreamRecoder
920
def EncodedFile(file,
data_encoding
, file_encoding=None, errors='strict'):
926
to the given
data_encoding
and then encoded to the underlying
931
passed back to the caller encoded using
data_encoding
.
933
If file_encoding is not given, it defaults to
data_encoding
.
940
.
data_encoding
and .file_encoding which reflect the given
946
file_encoding =
data_encoding
947
data_info = lookup(
data_encoding
)
952
sr.
data_encoding
=
data_encoding
[all...]
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_serialize.c
214
unsigned
data_encoding
:2;
member
265
flags.u.
data_encoding
= var_encode_shader_temp;
in write_variable()
267
flags.u.
data_encoding
= var_encode_function_temp;
in write_variable()
283
flags.u.
data_encoding
= var_encode_location_diff;
in write_variable()
285
flags.u.
data_encoding
= var_encode_full;
in write_variable()
305
if (flags.u.
data_encoding
== var_encode_full ||
in write_variable()
306
flags.u.
data_encoding
== var_encode_location_diff) {
in write_variable()
307
if (flags.u.
data_encoding
== var_encode_full) {
in write_variable()
372
if (flags.u.
data_encoding
== var_encode_shader_temp)
in read_variable()
374
else if (flags.u.
data_encoding
in read_variable()
[all...]
/third_party/skia/third_party/externals/libpng/
H
A
D
pngread.c
2358
unsigned int
data_encoding
= P_NOTSET; /* Encoding libpng must produce */
in png_image_read_colormap()
local
2494
data_encoding
= P_FILE;
in png_image_read_colormap()
2523
data_encoding
= P_sRGB;
in png_image_read_colormap()
2619
data_encoding
= P_sRGB;
in png_image_read_colormap()
2781
data_encoding
= P_sRGB;
in png_image_read_colormap()
2826
data_encoding
= P_FILE;
in png_image_read_colormap()
2845
if (
data_encoding
== P_FILE) /* from the fixup above */
in png_image_read_colormap()
2902
data_encoding
= P_sRGB;
in png_image_read_colormap()
3075
data_encoding
= P_FILE; /* Don't change from color-map indices */
in png_image_read_colormap()
3133
switch (
data_encoding
)
in png_image_read_colormap()
[all...]
Completed in 8 milliseconds