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
defs:timeit
(Results
1 - 13
of
13
) sorted by relevance
/third_party/gn/build/
H
A
D
full_test.py
10
import
timeit
namespace
/third_party/python/Lib/
H
A
D
timeit.py
164
def
timeit
(self, number=default_number):
member in Timer
231
def
timeit
(stmt="pass", setup="pass", timer=default_timer,
global()
function
[all...]
/third_party/python/Tools/importbench/
H
A
D
importbench.py
17
import
timeit
namespace
/third_party/protobuf/benchmarks/python/
H
A
D
py_benchmark.py
4
import
timeit
namespace
/third_party/EGL/api/
H
A
D
genheaders.py
22
timeit
= False
variable
573
timeit
= True
variable
/third_party/openGLES/xml/
H
A
D
genglvnd.py
22
timeit
= False
variable
52
timeit
= True
variable
H
A
D
genheaders.py
22
timeit
= False
variable
531
timeit
= True
variable
/third_party/skia/third_party/externals/opengl-registry/xml/
H
A
D
genglvnd.py
33
timeit
= False
variable
63
timeit
= True
variable
H
A
D
genheaders.py
33
timeit
= False
variable
63
timeit
= True
variable
/third_party/skia/third_party/externals/egl-registry/api/
H
A
D
genheaders.py
33
timeit
= False
variable
63
timeit
= True
variable
/third_party/python/Lib/test/
H
A
D
test_timeit.py
1
import
timeit
namespace
99
fake_setup = "import
timeit
\\n
timeit
._fake_timer.setup()"
global()
namespace
100
fake_stmt = "import
timeit
\\n
timeit
._fake_timer.inc()"
global()
namespace
108
def
timeit
(self, stmt, setup, number=None, globals=None):
global()
member in TestTimeit
[all...]
/third_party/python/Tools/stringbench/
H
A
D
stringbench.py
5
import
timeit
namespace
/third_party/pcre2/pcre2/src/
H
A
D
pcre2test.c
936
static int
timeit
= 0;
variable
[all...]
Completed in 22 milliseconds