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:Take
(Results
1 - 22
of
22
) sorted by relevance
/third_party/gn/src/base/win/
H
A
D
scoped_process_information.cc
86
PROCESS_INFORMATION ScopedProcessInformation::
Take
() {
in Take()
function in base::win::ScopedProcessInformation
88
process_information.hProcess = process_handle_.
Take
();
in Take()
89
process_information.hThread = thread_handle_.
Take
();
in Take()
100
return process_handle_.
Take
();
in TakeProcessHandle()
105
return thread_handle_.
Take
();
in TakeThreadHandle()
H
A
D
scoped_handle.h
47
Set(other.
Take
());
in GenericScopedHandle()
56
Set(other.
Take
());
in operator =()
76
Handle
Take
() {
in Take()
function in base::win::GenericScopedHandle
H
A
D
scoped_process_information.h
39
PROCESS_INFORMATION
Take
();
H
A
D
registry.h
57
HKEY
Take
();
H
A
D
registry.cc
164
HKEY RegKey::
Take
() {
in Take()
function in base::win::RegKey
/third_party/typescript/tests/baselines/reference/
H
A
D
inferenceFromParameterlessLambda.js
2
function foo<T>(o:
Take
<T>, i: Make<T>) { }
6
interface
Take
<T> {
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
page-memory.cc
180
std::pair<NormalPageMemoryRegion*, Address> NormalPageMemoryPool::
Take
(
in Take()
function in cppgc::internal::NormalPageMemoryPool
197
std::pair<NormalPageMemoryRegion*, Address> result = page_pool_.
Take
(bucket);
in AllocateNormalPageMemory()
207
result = page_pool_.
Take
(bucket);
in AllocateNormalPageMemory()
H
A
D
page-memory.h
189
Result
Take
(size_t);
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H
A
D
resolve.go
96
if internal := ast.Decorations.
Take
("internal"); internal != nil {
140
if d := a.Decorations.
Take
("display"); d != nil {
255
if stageDeco := a.Decorations.
Take
("stage"); stageDeco != nil {
269
stageDeco = a.Decorations.
Take
("stage")
278
if deprecated := a.Decorations.
Take
("deprecated"); deprecated != nil {
/third_party/gn/src/base/files/
H
A
D
scoped_temp_dir.h
18
// intervening calls to Delete or
Take
, or the calls will fail.
40
// Don't call multiple times unless
Take
() has been called first.
48
FilePath
Take
();
H
A
D
scoped_temp_dir.cc
77
FilePath ScopedTempDir::
Take
() {
in Take()
function in base::ScopedTempDir
H
A
D
file_win.cc
32
return file_.
Take
();
in TakePlatformFile()
/third_party/gn/src/gn/
H
A
D
file_writer.cc
79
HANDLE handle = file_.
Take
();
in Close()
/third_party/node/deps/v8/src/base/platform/
H
A
D
semaphore.cc
170
void Semaphore::Wait() { native_handle_.
Take
(); }
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
H
A
D
ast.go
272
//
Take
looks up the decoration with the given name. If the decoration is found
275
func (l *Decorations)
Take
(name string) *Decoration {
/third_party/node/lib/internal/debugger/
H
A
D
inspect_repl.js
111
Take
a heap snapshot and save to disk as JSON.
/third_party/mesa3d/src/nouveau/codegen/lib/
H
A
D
gm107.asm
289
// steps below.
Take
2 as a threshold in exponent field, and multiply
H
A
D
gk110.asm
258
// steps below.
Take
2 as a threshold in exponent field, and multiply
H
A
D
gk104.asm
717
// steps below.
Take
2 as a threshold in exponent field, and multiply
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H
A
D
Test.pm
276
than the script.
Take
care so that none of them can be seen as a
/third_party/openssl/util/perl/OpenSSL/
H
A
D
Test.pm
276
than the script.
Take
care so that none of them can be seen as a
/third_party/skia/third_party/externals/microhttpd/doc/
H
A
D
texinfo.tex
4365
%
Take
care of Texinfo commands that can appear in an index entry.
4777
%
Take
care of unwanted page breaks/skips around a whatsit:
8902
%
Take
account of \c (plain) vs. \, (Texinfo) difference.
Completed in 32 milliseconds