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

123

/external/chromium_org/base/win/
H A Dscoped_process_information.cc85 PROCESS_INFORMATION ScopedProcessInformation::Take() { function in class:base::win::ScopedProcessInformation
87 process_information.hProcess = process_handle_.Take();
88 process_information.hThread = thread_handle_.Take();
99 return process_handle_.Take();
104 return thread_handle_.Take();
H A Dscoped_process_information_unittest.cc72 PROCESS_INFORMATION to_discard = process_info.Take();
84 PROCESS_INFORMATION to_discard = process_info.Take();
96 PROCESS_INFORMATION to_discard = process_info.Take();
106 PROCESS_INFORMATION to_discard = process_info.Take();
113 PROCESS_INFORMATION to_discard = process_info.Take();
155 PROCESS_INFORMATION base_struct = base_process_info.Take();
164 base_struct = process_info.Take();
H A Dscoped_handle.h48 Set(other.object->Take());
62 Set(other.object->Take());
88 Handle Take() { function in class:base::win::GenericScopedHandle
H A Dscoped_process_information.h41 PROCESS_INFORMATION Take();
/external/chromium_org/base/files/
H A Dscoped_temp_dir.h16 // intervening calls to Delete or Take, or the calls will fail.
39 // Don't call multiple times unless Take() has been called first.
47 FilePath Take();
H A Dscoped_temp_dir.cc73 FilePath ScopedTempDir::Take() { function in class:base::ScopedTempDir
H A Dscoped_temp_dir_unittest.cc34 FilePath path = dir.Take();
91 EXPECT_TRUE(other_dir.Set(dir.Take()));
/external/chromium_org/mojo/public/cpp/bindings/
H A Dstruct_ptr.h36 StructPtr(RValue other) : ptr_(NULL) { Take(other.object); }
38 Take(other.object);
83 void Take(StructPtr* other) { function in class:mojo::StructPtr
101 InlinedStructPtr(RValue other) : is_null_(true) { Take(other.object); }
103 Take(other.object);
145 void Take(InlinedStructPtr* other) { function in class:mojo::InlinedStructPtr
H A Darray.h41 Array(RValue other) : is_null_(true) { Take(other.object); }
43 Take(other.object);
115 void Take(Array* other) { function in class:mojo::Array
/external/chromium_org/crypto/
H A Dscoped_test_nss_db.cc34 temp_dir_.Take();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringTokenizer.cs70 return new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1),
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringTokenizer.cs71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
H A DSubList.cs47 .Take( _endIndex - _startIndex + 1 )
164 .Take( _endIndex - _startIndex + 1 )
267 return _source.Cast<object>().Skip( _startIndex ).Take( Count ).Contains( value );
334 return _source.Skip( _startIndex ).Take( Count ).GetEnumerator();
353 return _source.Skip( _startIndex ).Take( Count ).Contains( item );
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_desktop_impl.cc80 CHECK(user_data_dir_.Set(user_data_dir->Take()));
82 CHECK(extension_dir_.Set(extension_dir->Take()));
87 base::FilePath user_data_dir = user_data_dir_.Take();
88 base::FilePath extension_dir = extension_dir_.Take();
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_win.cc172 *process_handle = cmd_handle.Take();
173 *read_file = base::File(stdout_pipe.Take());
174 *write_file = base::File(stdin_pipe.Take());
/external/chromium_org/content/public/test/
H A Dtest_browser_context.cc52 return browser_context_dir_.Take();
/external/chromium_org/content/browser/
H A Dpower_save_blocker_win.cc53 return handle.Take();
147 DeletePowerRequest(RequestType(), handle_.Take());
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server_win.cc192 base::win::ScopedHandle read_fd(child_read_fd_.Take());
193 base::win::ScopedHandle write_fd(child_write_fd_.Take());
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp80 template<template<decltype(X)> class ...Take,
83 typedef types<typename Take<_>::type...> take;
/external/libvpx/libvpx/vp9/encoder/x86/
H A 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 copie
[all...]
/external/chromium_org/base/synchronization/
H A Dwaitable_event_win.cc32 return handle_.Take();
/external/chromium_org/sandbox/win/src/
H A Dbroker_services.cc458 TargetProcess* target = new TargetProcess(initial_token.Take(),
459 lockdown_token.Take(),
477 scoped_ptr<JobTracker> tracker(new JobTracker(job.Take(), policy_base));
495 *target_info = process_info.Take();
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtuple.pxd28 # Take a pointer to a tuple object, and return the size of that tuple.
46 # Take a slice of the tuple pointed to by p from low to high and return it as a new tuple.
/external/chromium_org/base/
H A Dsync_socket_win.cc96 *socket_a = handle_a.Take();
97 *socket_b = handle_b.Take();
/external/chromium_org/remoting/host/
H A Ddaemon_process_win.cc331 pairing_registry_privileged_key_.Set(privileged.Take());
332 pairing_registry_unprivileged_key_.Set(unprivileged.Take());

Completed in 7354 milliseconds

123