/external/chromium_org/base/win/ |
D | scoped_process_information.cc | 85 PROCESS_INFORMATION ScopedProcessInformation::Take() { in Take() function in base::win::ScopedProcessInformation 87 process_information.hProcess = process_handle_.Take(); in Take() 88 process_information.hThread = thread_handle_.Take(); in Take() 99 return process_handle_.Take(); in TakeProcessHandle() 104 return thread_handle_.Take(); in TakeThreadHandle()
|
D | scoped_process_information_unittest.cc | 74 PROCESS_INFORMATION to_discard = process_info.Take(); in TEST_F() 86 PROCESS_INFORMATION to_discard = process_info.Take(); in TEST_F() 98 PROCESS_INFORMATION to_discard = process_info.Take(); in TEST_F() 108 PROCESS_INFORMATION to_discard = process_info.Take(); in TEST_F() 115 PROCESS_INFORMATION to_discard = process_info.Take(); in TEST_F() 157 PROCESS_INFORMATION base_struct = base_process_info.Take(); in TEST_F() 166 base_struct = process_info.Take(); in TEST_F()
|
D | scoped_handle.h | 50 Set(other.object->Take()); in GenericScopedHandle() 64 Set(other.object->Take()); 90 Handle Take() { in Take() function
|
D | scoped_process_information.h | 41 PROCESS_INFORMATION Take();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 47 .Take( _endIndex - _startIndex + 1 ) in Contains() 164 .Take( _endIndex - _startIndex + 1 ) in GetEnumerator() 267 return _source.Cast<object>().Skip( _startIndex ).Take( Count ).Contains( value ); in Contains() 334 return _source.Skip( _startIndex ).Take( Count ).GetEnumerator(); in GetEnumerator() 353 return _source.Skip( _startIndex ).Take( Count ).Contains( item ); in Contains()
|
D | StringTokenizer.cs | 71 …return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToSt… in StringTokenizer()
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
D | chrome_desktop_impl.cc | 78 CHECK(user_data_dir_.Set(user_data_dir->Take())); in ChromeDesktopImpl() 80 CHECK(extension_dir_.Set(extension_dir->Take())); in ChromeDesktopImpl() 85 base::FilePath user_data_dir = user_data_dir_.Take(); in ~ChromeDesktopImpl() 86 base::FilePath extension_dir = extension_dir_.Take(); in ~ChromeDesktopImpl()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_mmx.asm | 99 movq mm2, mm0 ; Take copies 100 movq mm3, mm1 ; Take copies 123 movq mm2, mm0 ; Take copies 124 movq mm3, mm1 ; Take copies 146 movq mm2, mm0 ; Take copies 147 movq mm3, mm1 ; Take copies 169 movq mm2, mm0 ; Take copies 170 movq mm3, mm1 ; Take copies 192 movq mm2, mm0 ; Take copies 193 movq mm3, mm1 ; Take copies [all …]
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
D | native_process_launcher_win.cc | 158 *process_handle = cmd_handle.Take(); in LaunchNativeProcess() 159 *read_file = stdout_pipe.Take(); in LaunchNativeProcess() 160 *write_file = stdin_pipe.Take(); in LaunchNativeProcess()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | variance_impl_mmx.asm | 99 movq mm2, mm0 ; Take copies 100 movq mm3, mm1 ; Take copies 123 movq mm2, mm0 ; Take copies 124 movq mm3, mm1 ; Take copies 146 movq mm2, mm0 ; Take copies 147 movq mm3, mm1 ; Take copies 169 movq mm2, mm0 ; Take copies 170 movq mm3, mm1 ; Take copies 192 movq mm2, mm0 ; Take copies 193 movq mm3, mm1 ; Take copies [all …]
|
/external/chromium/base/memory/ |
D | scoped_temp_dir_unittest.cc | 30 FilePath path = dir.Take(); in TEST() 86 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()
|
D | scoped_temp_dir.h | 46 FilePath Take();
|
D | scoped_handle.h | 34 FILE* Take() { in Take() function
|
/external/chromium_org/base/files/ |
D | scoped_temp_dir_unittest.cc | 34 FilePath path = dir.Take(); in TEST() 91 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()
|
D | scoped_temp_dir.h | 47 FilePath Take();
|
/external/chromium_org/sandbox/win/src/ |
D | broker_services.cc | 394 TargetProcess* target = new TargetProcess(initial_token.Take(), in SpawnTarget() 395 lockdown_token.Take(), in SpawnTarget() 413 scoped_ptr<JobTracker> tracker(new JobTracker(job.Take(), policy_base)); in SpawnTarget() 431 *target_info = process_info.Take(); in SpawnTarget()
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 80 template<template<decltype(X)> class ...Take, 83 typedef types<typename Take<_>::type...> take;
|
/external/chromium_org/net/test/spawned_test_server/ |
D | local_test_server_win.cc | 205 base::win::ScopedHandle read_fd(child_read_fd_.Take()); in WaitToStart() 206 base::win::ScopedHandle write_fd(child_write_fd_.Take()); in WaitToStart()
|
/external/chromium/net/test/ |
D | test_server_win.cc | 195 base::win::ScopedHandle read_fd(child_read_fd_.Take()); in WaitToStart() 196 base::win::ScopedHandle write_fd(child_write_fd_.Take()); in WaitToStart()
|
/external/chromium_org/content/browser/ |
D | power_save_blocker_win.cc | 53 return handle.Take(); in CreatePowerRequest() 147 DeletePowerRequest(RequestType(), handle_.Take()); in RemoveBlock()
|
/external/chromium_org/base/memory/ |
D | scoped_handle.h | 33 FILE* Take() { in Take() function
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | packet.h | 28 void Take(const void *buffer, size_t len, PP_Resource addr);
|
D | packet.cc | 25 void Packet::Take(const void *buffer, size_t len, PP_Resource addr) { in Take() function in nacl_io::Packet
|
/external/chromium/base/win/ |
D | scoped_handle.h | 66 HANDLE Take() { in Take() function
|
/external/elfutils/libdwfl/ |
D | ChangeLog | 205 * offline.c (process_archive_member): Take FD argument, pass it down 224 (relocate_section): Take new bool arg, PARTIAL. If true, 227 (__libdwfl_relocate_section): Take new arg, pass it down. 228 (__libdwfl_relocate): Take new bool arg, DEBUG. If false, 279 * dwfl_module_build_id.c (check_notes): Take -1, not 0, as stub value 302 (__libdwfl_relocate_value): Take new Elf * argument. Make SYMSHSTRNDX 316 (try_kernel_name): Take new arg TRY_DEBUG, only try ".debug" if set. 321 * offline.c (process_file): Take new arg PREDICATE, pass it down. 362 * linux-kernel-modules.c (intuit_kernel_bounds): Take new arg NOTES, 783 * linux-kernel-modules.c (report_kernel): Take new argument PREDICATE, [all …]
|