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:AsyncContext
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/src/
H
A
D
node_api.cc
531
* Compared to node::AsyncResource, the resource object in
AsyncContext
is
532
* gc-able.
AsyncContext
holds a weak reference to the resource object.
533
*
AsyncContext
::MakeCallback doesn't implicitly set the receiver of the
536
class
AsyncContext
{
class
538
AsyncContext
(node_jsvm_env env,
in AsyncContext()
function in v8impl::__anon15407::AsyncContext
549
this,
AsyncContext
::WeakCallback, v8::WeakCallbackType::kParameter);
in AsyncContext()
559
~
AsyncContext
() {
in ~AsyncContext()
612
static void WeakCallback(const v8::WeakCallbackInfo<
AsyncContext
>& data) {
in WeakCallback()
613
AsyncContext
* async_context = data.GetParameter();
in WeakCallback()
621
explicit CallbackScope(
AsyncContext
* async_contex
[all...]
/third_party/skia/gm/
H
A
D
asyncrescaleandread.cpp
26
struct
AsyncContext
{
struct
36
auto context = static_cast<
AsyncContext
*>(c);
in async_callback()
50
auto* asyncContext = new
AsyncContext
();
in do_read_and_scale()
65
auto releasePixels = [](const void*, void* c) { delete static_cast<
AsyncContext
*>(c); };
in do_read_and_scale()
84
AsyncContext
asyncContext;
in do_read_and_scale_yuv()
419
auto* asyncContext = new
AsyncContext
();
in DEF_SIMPLE_GM_CAN_FAIL()
439
delete static_cast<
AsyncContext
*>(c);
in DEF_SIMPLE_GM_CAN_FAIL()
/third_party/node/deps/v8/src/d8/
H
A
D
async-hooks-wrapper.h
24
struct
AsyncContext
{
struct
84
std::stack<
AsyncContext
> asyncContexts;
H
A
D
async-hooks-wrapper.cc
50
AsyncContext
ctx;
in AsyncHooks()
210
AsyncContext
ctx;
in ShellPromiseHook()
/third_party/skia/tests/
H
A
D
VkProtectedContextTest.cpp
141
struct
AsyncContext
{
struct
147
auto context = static_cast<
AsyncContext
*>(c);
in async_callback()
166
AsyncContext
cbContext;
in DEF_GPUTEST()
H
A
D
ReadWritePixelsGpuTest.cpp
556
struct
AsyncContext
{
struct
566
auto context = static_cast<
AsyncContext
*>(c);
in async_callback()
578
AsyncContext
context;
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
646
AsyncContext
asyncContext;
in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
740
AsyncContext
cbContext;
in DEF_GPUTEST()
1260
AsyncContext
asyncContext;
in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
Completed in 7 milliseconds