Home
last modified time | relevance | path

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

1234567

/external/chromium_org/base/win/
Dscoped_process_information.cc85 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()
Dscoped_process_information_unittest.cc74 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()
Dscoped_handle.h50 Set(other.object->Take()); in GenericScopedHandle()
64 Set(other.object->Take());
90 Handle Take() { in Take() function
Dscoped_process_information.h41 PROCESS_INFORMATION Take();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs47 .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()
DStringTokenizer.cs71 …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/
Dchrome_desktop_impl.cc78 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/
Dvp9_variance_impl_mmx.asm99 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/
Dnative_process_launcher_win.cc158 *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/
Dvariance_impl_mmx.asm99 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/
Dscoped_temp_dir_unittest.cc30 FilePath path = dir.Take(); in TEST()
86 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()
Dscoped_temp_dir.h46 FilePath Take();
Dscoped_handle.h34 FILE* Take() { in Take() function
/external/chromium_org/base/files/
Dscoped_temp_dir_unittest.cc34 FilePath path = dir.Take(); in TEST()
91 EXPECT_TRUE(other_dir.Set(dir.Take())); in TEST()
Dscoped_temp_dir.h47 FilePath Take();
/external/chromium_org/sandbox/win/src/
Dbroker_services.cc394 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/
Dp15-cxx0x.cpp80 template<template<decltype(X)> class ...Take,
83 typedef types<typename Take<_>::type...> take;
/external/chromium_org/net/test/spawned_test_server/
Dlocal_test_server_win.cc205 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/
Dtest_server_win.cc195 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/
Dpower_save_blocker_win.cc53 return handle.Take(); in CreatePowerRequest()
147 DeletePowerRequest(RequestType(), handle_.Take()); in RemoveBlock()
/external/chromium_org/base/memory/
Dscoped_handle.h33 FILE* Take() { in Take() function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dpacket.h28 void Take(const void *buffer, size_t len, PP_Resource addr);
Dpacket.cc25 void Packet::Take(const void *buffer, size_t len, PP_Resource addr) { in Take() function in nacl_io::Packet
/external/chromium/base/win/
Dscoped_handle.h66 HANDLE Take() { in Take() function
/external/elfutils/libdwfl/
DChangeLog205 * 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 …]

1234567