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:failure_kinds
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Python/
H
A
D
specialize.c
66
PyObject *
failure_kinds
= PyTuple_New(SPECIALIZATION_FAILURE_KINDS);
in stats_to_dict()
local
67
if (
failure_kinds
== NULL) {
in stats_to_dict()
72
PyObject *stat = PyLong_FromUnsignedLongLong(stats->
failure_kinds
[i]);
in stats_to_dict()
75
Py_DECREF(
failure_kinds
);
in stats_to_dict()
78
PyTuple_SET_ITEM(
failure_kinds
, i, stat);
in stats_to_dict()
80
if (PyDict_SetItemString(res, "
failure_kinds
",
failure_kinds
)) {
in stats_to_dict()
82
Py_DECREF(
failure_kinds
);
in stats_to_dict()
85
Py_DECREF(
failure_kinds
);
in stats_to_dict()
157
uint64_t val = stats[i].specialization.
failure_kinds
[
in print_spec_stats()
[all...]
H
A
D
ceval.c
4339
_py_stats.opcode_stats[FOR_ITER].specialization.
failure_kinds
[_PySpecialization_ClassifyIterator(iter)]++;
/third_party/python/Tools/scripts/
H
A
D
summarize_stats.py
44
if key.startswith("specialization.
failure_kinds
"):
70
failure_kinds
= [ 0 ] * 30
76
failure_kinds
[index] = family_stats[key]
77
failures = [(value, index) for (index, value) in enumerate(
failure_kinds
)]
/third_party/python/Include/internal/
H
A
D
pycore_code.h
274
uint64_t
failure_kinds
[SPECIALIZATION_FAILURE_KINDS];
member
Completed in 15 milliseconds