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:Tick
(Results
1 - 25
of
36
) sorted by relevance
1
2
/third_party/ninja/src/
H
A
D
build_test.cc
618
fs_->
Tick
();
in StartCommand()
620
fs_->
Tick
();
in StartCommand()
631
fs_->
Tick
();
in StartCommand()
638
fs_->
Tick
();
in StartCommand()
654
fs_->
Tick
();
in StartCommand()
655
fs_->
Tick
();
in StartCommand()
656
fs_->
Tick
();
in StartCommand()
816
fs_.
Tick
();
in TEST_F()
874
fs_.
Tick
();
in TEST_F()
907
fs_.
Tick
();
in TEST_F()
[all...]
H
A
D
graph_test.cc
50
fs_.
Tick
();
in TEST_F()
70
fs_.
Tick
();
in TEST_F()
93
fs_.
Tick
();
in TEST_F()
136
fs_.
Tick
();
in TEST_F()
175
fs_.
Tick
();
in TEST_F()
292
fs_.
Tick
();
in TEST_F()
773
fs_.
Tick
();
in TEST_F()
801
fs_.
Tick
();
in TEST_F()
825
fs_.
Tick
();
in TEST_F()
852
fs_.
Tick
();
in TEST_F()
[all...]
H
A
D
test.h
57
///
Tick
"time" forwards; subsequent file operations will be newer than
59
int
Tick
() {
in Tick()
function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
CommandAllocatorManager.cpp
35
DAWN_TRY(
Tick
(firstSerial));
in ReserveCommandAllocator()
62
MaybeError CommandAllocatorManager::
Tick
(ExecutionSerial lastCompletedSerial) {
in Tick()
function in dawn_native::d3d12::CommandAllocatorManager
H
A
D
DeviceD3D12.cpp
318
mResourceAllocatorManager->
Tick
(completedSerial);
in TickImpl()
319
DAWN_TRY(mCommandAllocatorManager->
Tick
(completedSerial));
in TickImpl()
320
mViewShaderVisibleDescriptorAllocator->
Tick
(completedSerial);
in TickImpl()
321
mSamplerShaderVisibleDescriptorAllocator->
Tick
(completedSerial);
in TickImpl()
322
mRenderTargetViewAllocator->
Tick
(completedSerial);
in TickImpl()
323
mDepthStencilViewAllocator->
Tick
(completedSerial);
in TickImpl()
H
A
D
QueueD3D12.cpp
35
DAWN_TRY(device->
Tick
());
in SubmitImpl()
H
A
D
CommandAllocatorManager.h
37
MaybeError
Tick
(ExecutionSerial lastCompletedSerial);
H
A
D
StagingDescriptorAllocatorD3D12.h
55
void
Tick
(ExecutionSerial completedSerial);
H
A
D
ShaderVisibleDescriptorAllocatorD3D12.h
62
void
Tick
(ExecutionSerial completedSerial);
H
A
D
ResourceAllocatorManagerD3D12.h
70
void
Tick
(ExecutionSerial lastCompletedSerial);
H
A
D
StagingDescriptorAllocatorD3D12.cpp
143
void StagingDescriptorAllocator::
Tick
(ExecutionSerial completedSerial) {
in Tick()
function in dawn_native::d3d12::StagingDescriptorAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H
A
D
per_thread_sem_test.cc
140
static void
Tick
(base_internal::ThreadIdentity *identity) {
in Tick()
function in absl::synchronization_internal::PerThreadSemTest
141
PerThreadSem::
Tick
(identity);
in Tick()
H
A
D
per_thread_sem.h
49
static void
Tick
(base_internal::ThreadIdentity* identity);
H
A
D
per_thread_sem.cc
54
void PerThreadSem::
Tick
(base_internal::ThreadIdentity *identity) {
in Tick()
function in absl::synchronization_internal::PerThreadSem
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
QueueVk.cpp
44
DAWN_TRY(device->
Tick
());
in SubmitImpl()
H
A
D
ResourceMemoryAllocatorVk.h
51
void
Tick
(ExecutionSerial completedSerial);
H
A
D
DeviceVk.cpp
187
mResourceMemoryAllocator->
Tick
(completedSerial);
in TickImpl()
188
mDeleter->
Tick
(completedSerial);
in TickImpl()
851
// Immediately tag the recording context as unused so we don't try to submit it in
Tick
.
in WaitForIdleForDestruction()
922
// Immediately tag the recording context as unused so we don't try to submit it in
Tick
.
in DestroyImpl()
978
// Call
Tick
() again to clear them before releasing the deleter.
in DestroyImpl()
979
mResourceMemoryAllocator->
Tick
(completedSerial);
in DestroyImpl()
980
mDeleter->
Tick
(completedSerial);
in DestroyImpl()
990
// We need handle deleting all child objects by calling
Tick
() again with a large serial to
in DestroyImpl()
994
mDeleter->
Tick
(kMaxExecutionSerial);
in DestroyImpl()
H
A
D
FencedDeleter.h
47
void
Tick
(ExecutionSerial completedSerial);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H
A
D
AsyncRunner.cpp
53
device_.
Tick
();
in QueueTick()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H
A
D
ValidationTest.cpp
172
device.
Tick
();
in WaitForAllOperations()
178
device.
Tick
();
in WaitForAllOperations()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H
A
D
DeviceLostTests.cpp
233
ASSERT_DEVICE_ERROR(device.
Tick
());
in TEST_P()
416
ASSERT_DEVICE_ERROR(device.
Tick
());
in TEST_P()
427
ASSERT_DEVICE_ERROR(device.
Tick
());
in TEST_P()
H
A
D
DeviceInitializationTests.cpp
93
// Note: we can't actually test this if
Tick
moves over to
in TEST_F()
97
device.
Tick
();
in TEST_F()
/third_party/skia/third_party/externals/dawn/src/fuzzers/
H
A
D
DawnWireServerFuzzer.cpp
134
device.
Tick
();
in Run()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
Queue.h
66
void
Tick
(ExecutionSerial finishedSerial);
/third_party/node/deps/v8/tools/
H
A
D
ll_prof.py
135
def
Tick
(self, pc):
member in Code
773
def
Tick
(self, pc):
member in LibraryRepo
945
code.
Tick
(sample.ip)
954
if not library_repo.
Tick
(sample.ip) and not code:
Completed in 16 milliseconds
1
2