Home
last modified time | relevance | path

Searched refs:Take (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/third_party/typescript/tests/baselines/reference/
DinferenceFromParameterlessLambda.symbols2 function foo<T>(o: Take<T>, i: Make<T>) { }
6 >Take : Symbol(Take, Decl(inferenceFromParameterlessLambda.ts, 3, 1))
19 interface Take<T> {
20 >Take : Symbol(Take, Decl(inferenceFromParameterlessLambda.ts, 3, 1))
DinferenceFromParameterlessLambda.types2 function foo<T>(o: Take<T>, i: Make<T>) { }
3 >foo : <T>(o: Take<T>, i: Make<T>) => void
4 >o : Take<T>
10 interface Take<T> {
17 >foo : <T>(o: Take<T>, i: Make<T>) => void
DinferenceFromParameterlessLambda.js2 function foo<T>(o: Take<T>, i: Make<T>) { }
6 interface Take<T> {
/third_party/gn/src/base/win/
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()
Dscoped_handle.h47 Set(other.Take()); in GenericScopedHandle()
56 Set(other.Take());
76 Handle Take() { in Take() function
Dscoped_process_information.h39 PROCESS_INFORMATION Take();
/third_party/typescript/tests/cases/compiler/
DinferenceFromParameterlessLambda.ts1 function foo<T>(o: Take<T>, i: Make<T>) { }
5 interface Take<T> { interface
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug01.txt26 Take a snapshot of what CPUs are on and off initially
33 Take a snapshot of /proc/interrupts
45 Take another snapshot of /proc/interrupts
Dhotplug06.txt44 Take a timestamp and count how many CPUs sar is reporting to be
49 Take another timestamp and another count of offlined CPUs.
Dhotplug04.txt11 Take a snapshot of what CPUs are on and off initially
/third_party/cef/tests/ceftests/
Dscoped_temp_dir_unittest.cc30 CefString path = dir.Take(); in TEST()
86 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
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/flutter/skia/third_party/externals/sdl/visualtest/
Dtestsprite2_sample.actions1 00:00:02 SCREENSHOT # Take a screenshot of each window owned by the SUT process
/third_party/cef/include/wrapper/
Dcef_scoped_temp_dir.h96 CefString Take();
/third_party/gn/src/base/files/
Dscoped_temp_dir.h48 FilePath Take();
Dscoped_temp_dir.cc77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/third_party/rust/crates/rust-std-candidates/zip_longest/
DCargo.toml8 description = "Take two iterators and yield pairs until both are exhausted."
/third_party/skia/infra/bots/assets/armhf_sysroot/
DREADME.md8 Take a peak at `/usr/arm-linux-gnueabihf/include/c++/4.8.X` - you may need to update the
/third_party/flutter/skia/infra/bots/assets/armhf_sysroot/
DREADME.md8 Take a peak at `/usr/arm-linux-gnueabihf/include/c++/4.8.X` - you may need to update the
/third_party/cef/libcef_dll/wrapper/
Dcef_scoped_temp_dir.cc69 CefString CefScopedTempDir::Take() { in Take() function in CefScopedTempDir
/third_party/rust/crates/memchr/bench/data/opensubtitles/
Dzh-small.txt3 嘗一小口 Take a whiff.
/third_party/freetype/src/gzip/
DREADME.freetype19 - Take the unmodified source code files from the zlib distribution that are
/third_party/rust/crates/clap/.github/
Drenovate.json510 // - Take advantage of latest dev-dependencies
/third_party/jerryscript/tests/debugger/
Ddo_throw.cmd7 … and see how your grandmother is doing, for I hear she has been very ill. Take her a cake, and thi…
/third_party/gn/src/gn/
Dfile_writer.cc68 HANDLE handle = file_.Take(); in Close()

12345678910>>...15