Home
last modified time | relevance | path

Searched defs:Take (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/files/
Dscoped_temp_dir.cc77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/external/libchrome/mojo/public/cpp/bindings/
Darray_data_view.h102 U Take(size_t index) { in Take() function
125 T Take(size_t index) { in Take() function
Dstruct_ptr.h107 void Take(StructPtr* other) { in Take() function
206 void Take(InlinedStructPtr* other) { in Take() function
Dinterface_ptr_set.h108 Ptr<Interface> Take() { return std::move(ptr_); } in Take() function
/external/libchrome/base/android/
Dscoped_hardware_buffer_handle.cc53 AHardwareBuffer* ScopedHardwareBufferHandle::Take() { in Take() function in base::android::ScopedHardwareBufferHandle
/external/libchrome/base/
Dbind_internal.h156 T Take() const { in Take() function
/external/libchrome/base/memory/
Dplatform_shared_memory_region_posix.cc71 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
Dplatform_shared_memory_region_mac.cc22 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { in Take() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp981 TEST(StringRefTest, Take) { in TEST() argument