Searched refs:scoper (Results 1 - 12 of 12) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DBinderTestSuite.java121 for (final Scoper scoper : Scoper.values()) {
128 scoper.configure(abb);
131 .scoper(scoper)
139 scoper.configure(sbb);
142 .scoper(scoper)
150 scoper.configure(sbb);
153 .scoper(scoper)
350 scoper(Scoper scoper) argument
[all...]
/external/libchrome/base/
H A Dbind_helpers.h237 // PassedWrapper is a copyable adapter for a scoper that ignores const.
259 // scoper to a Callback and allow the Callback to execute once.
263 explicit PassedWrapper(T&& scoper) argument
264 : is_valid_(true), scoper_(std::move(scoper)) {}
452 // rvalues. The second takes a pointer to the scoper and is just syntactic sugar
453 // to avoid having to write Passed(std::move(scoper)).
460 static inline internal::PassedWrapper<T> Passed(T&& scoper) { argument
461 return internal::PassedWrapper<T>(std::move(scoper));
464 static inline internal::PassedWrapper<T> Passed(T* scoper) { argument
465 return internal::PassedWrapper<T>(std::move(*scoper));
[all...]
H A Dbind_unittest.cc249 T PassThru(T scoper) { argument
250 return scoper;
791 // - Passed() can be constructed from a pointer to scoper.
792 // - Passed() can be constructed from a scoper rvalue.
/external/libchrome/base/memory/
H A Dshared_memory_mac.cc44 base::mac::ScopedMachVM scoper; local
53 scoper.reset(reinterpret_cast<vm_address_t>(temp_addr),
H A Dscoped_vector_unittest.cc280 ScopedVector<T> PassThru(ScopedVector<T> scoper) { argument
281 return scoper;
/external/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc269 bssl::UniquePtr<uint8_t> scoper(buf);
311 bssl::UniquePtr<uint8_t> scoper(out_buf);
343 bssl::UniquePtr<uint8_t> scoper(buf);
378 bssl::UniquePtr<uint8_t> scoper(buf);
413 bssl::UniquePtr<uint8_t> scoper(buf);
429 bssl::UniquePtr<uint8_t> scoper(buf);
438 scoper.reset(buf);
448 scoper.reset(buf);
459 scoper.reset(buf);
476 bssl::UniquePtr<uint8_t> scoper(ou
[all...]
/external/skia/src/gpu/
H A DGrYUVProvider.cpp94 YUVScoper scoper; local
95 if (!scoper.init(this, &yuvInfo, planes, useCache)) {
/external/webrtc/webrtc/system_wrappers/source/
H A Dscoped_vector_unittest.cc277 explicit PassThru(ScopedVector<T> scoper) argument
278 : scoper_(scoper.DEPRECATED_Pass()) {}
/external/libmojo/mojo/message_pump/
H A Dhandle_watcher_unittest.cc428 base::MessageLoop::ScopedNestableTaskAllower scoper(
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 749 milliseconds