HomeSort by relevance Sort by last modified time
    Searched refs:Take (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/base/files/
scoped_temp_dir.h 16 // 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();
scoped_temp_dir.cc 73 FilePath ScopedTempDir::Take() {
scoped_temp_dir_unittest.cc 34 FilePath path = dir.Take();
91 EXPECT_TRUE(other_dir.Set(dir.Take()));
  /external/chromium_org/base/win/
scoped_process_information.cc 85 PROCESS_INFORMATION ScopedProcessInformation::Take() {
87 process_information.hProcess = process_handle_.Take();
88 process_information.hThread = thread_handle_.Take();
99 return process_handle_.Take();
104 return thread_handle_.Take();
scoped_process_information.h 18 // structures. Allows clients to take ownership of either handle independently.
41 PROCESS_INFORMATION Take();
scoped_process_information_unittest.cc 73 PROCESS_INFORMATION to_discard = process_info.Take();
85 PROCESS_INFORMATION to_discard = process_info.Take();
97 PROCESS_INFORMATION to_discard = process_info.Take();
107 PROCESS_INFORMATION to_discard = process_info.Take();
114 PROCESS_INFORMATION to_discard = process_info.Take();
156 PROCESS_INFORMATION base_struct = base_process_info.Take();
165 base_struct = process_info.Take();
scoped_handle.h 48 Set(other.object->Take());
62 Set(other.object->Take());
88 Handle Take() {
  /external/chromium_org/mojo/public/cpp/bindings/
struct_ptr.h 37 StructPtr(RValue other) : ptr_(NULL) { Take(other.object); }
39 Take(other.object);
81 void Take(StructPtr* other) {
99 InlinedStructPtr(RValue other) : is_null_(true) { Take(other.object); }
101 Take(other.object);
143 void Take(InlinedStructPtr* other) {
array.h 41 Array(RValue other) : is_null_(true) { Take(other.object); }
43 Take(other.object);
112 void Take(Array* other) {
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
packet.h 18 // or by 'Take' ownership.
27 // Take ownership the buffer, and address reference
28 void Take(const void* buffer, size_t len, PP_Resource addr);
packet.cc 23 void Packet::Take(const void* buffer, size_t len, PP_Resource addr) {
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.cc 78 CHECK(user_data_dir_.Set(user_data_dir->Take()));
80 CHECK(extension_dir_.Set(extension_dir->Take()));
85 base::FilePath user_data_dir = user_data_dir_.Take();
86 base::FilePath extension_dir = extension_dir_.Take();
87 LOG(WARNING) << "chrome detaches, user should take care of directory:"
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_win.cc 172 *process_handle = cmd_handle.Take();
173 *read_file = base::File(stdout_pipe.Take());
174 *write_file = base::File(stdin_pipe.Take());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 70 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/
StringTokenizer.cs 71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
  /external/chromium_org/content/public/test/
test_browser_context.cc 52 return browser_context_dir_.Take();
  /external/chromium-libpac/test/js-unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/content/browser/
power_save_blocker_win.cc 53 return handle.Take();
147 DeletePowerRequest(RequestType(), handle_.Take());
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/net/test/spawned_test_server/
local_test_server_win.cc 205 base::win::ScopedHandle read_fd(child_read_fd_.Take());
206 base::win::ScopedHandle write_fd(child_write_fd_.Take());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
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 copie
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 80 template<template<decltype(X)> class ...Take,
83 typedef types<typename Take<_>::type...> take; typedef in struct:ParameterPackExpansions::takedrop_impl::inner
88 template<unsigned N, typename...Ts> struct take { struct in namespace:ParameterPackExpansions
90 template inner<wrap<Ts>::template inner...>::take; // expected-error {{too few template arguments}}
97 using T1 = take<3, int, char, double, long>::type; // expected-note {{previous}}
104 using T2 = take<4, int, char, double, long>::type; // expected-note {{previous}}
112 using T3 = take<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
  /external/libvpx/libvpx/vp9/encoder/x86/
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 copie
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
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 copie
    [all...]
  /external/chromium_org/sandbox/win/src/
broker_services.cc 458 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();

Completed in 625 milliseconds

1 2 3