Home
last modified time | relevance | path

Searched refs:Take (Results 1 - 22 of 22) sorted by relevance

/third_party/gn/src/base/win/
H A Dscoped_process_information.cc86 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 Dscoped_handle.h47 Set(other.Take()); in GenericScopedHandle()
56 Set(other.Take()); in operator =()
76 Handle Take() { in Take() function in base::win::GenericScopedHandle
H A Dscoped_process_information.h39 PROCESS_INFORMATION Take();
H A Dregistry.h57 HKEY Take();
H A Dregistry.cc164 HKEY RegKey::Take() { in Take() function in base::win::RegKey
/third_party/typescript/tests/baselines/reference/
H A DinferenceFromParameterlessLambda.js2 function foo<T>(o: Take<T>, i: Make<T>) { }
6 interface Take<T> {
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpage-memory.cc180 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 Dpage-memory.h189 Result Take(size_t);
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go96 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 Dscoped_temp_dir.h18 // 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 Dscoped_temp_dir.cc77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
H A Dfile_win.cc32 return file_.Take(); in TakePlatformFile()
/third_party/gn/src/gn/
H A Dfile_writer.cc79 HANDLE handle = file_.Take(); in Close()
/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc170 void Semaphore::Wait() { native_handle_.Take(); }
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/ast/
H A Dast.go272 // 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 Dinspect_repl.js111 Take a heap snapshot and save to disk as JSON.
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm289 // steps below. Take 2 as a threshold in exponent field, and multiply
H A Dgk110.asm258 // steps below. Take 2 as a threshold in exponent field, and multiply
H A Dgk104.asm717 // steps below. Take 2 as a threshold in exponent field, and multiply
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm276 than the script. Take care so that none of them can be seen as a
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm276 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 Dtexinfo.tex4365 % 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