/third_party/typescript/tests/baselines/reference/ |
D | inferenceFromParameterlessLambda.symbols | 2 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))
|
D | inferenceFromParameterlessLambda.types | 2 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
|
D | inferenceFromParameterlessLambda.js | 2 function foo<T>(o: Take<T>, i: Make<T>) { } 6 interface Take<T> {
|
/third_party/gn/src/base/win/ |
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()
|
D | scoped_handle.h | 47 Set(other.Take()); in GenericScopedHandle() 56 Set(other.Take()); 76 Handle Take() { in Take() function
|
D | scoped_process_information.h | 39 PROCESS_INFORMATION Take();
|
/third_party/typescript/tests/cases/compiler/ |
D | inferenceFromParameterlessLambda.ts | 1 function foo<T>(o: Take<T>, i: Make<T>) { } 5 interface Take<T> { interface
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug01.txt | 26 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
|
D | hotplug06.txt | 44 Take a timestamp and count how many CPUs sar is reporting to be 49 Take another timestamp and another count of offlined CPUs.
|
D | hotplug04.txt | 11 Take a snapshot of what CPUs are on and off initially
|
/third_party/cef/tests/ceftests/ |
D | scoped_temp_dir_unittest.cc | 30 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/ |
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/flutter/skia/third_party/externals/sdl/visualtest/ |
D | testsprite2_sample.actions | 1 00:00:02 SCREENSHOT # Take a screenshot of each window owned by the SUT process
|
/third_party/cef/include/wrapper/ |
D | cef_scoped_temp_dir.h | 96 CefString Take();
|
/third_party/gn/src/base/files/ |
D | scoped_temp_dir.h | 48 FilePath Take();
|
D | scoped_temp_dir.cc | 77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
|
/third_party/rust/crates/rust-std-candidates/zip_longest/ |
D | Cargo.toml | 8 description = "Take two iterators and yield pairs until both are exhausted."
|
/third_party/skia/infra/bots/assets/armhf_sysroot/ |
D | README.md | 8 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/ |
D | README.md | 8 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/ |
D | cef_scoped_temp_dir.cc | 69 CefString CefScopedTempDir::Take() { in Take() function in CefScopedTempDir
|
/third_party/rust/crates/memchr/bench/data/opensubtitles/ |
D | zh-small.txt | 3 嘗一小口 Take a whiff.
|
/third_party/freetype/src/gzip/ |
D | README.freetype | 19 - Take the unmodified source code files from the zlib distribution that are
|
/third_party/rust/crates/clap/.github/ |
D | renovate.json5 | 10 // - Take advantage of latest dev-dependencies
|
/third_party/jerryscript/tests/debugger/ |
D | do_throw.cmd | 7 … 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/ |
D | file_writer.cc | 68 HANDLE handle = file_.Take(); in Close()
|