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

/external/chromium/base/memory/
H A Dscoped_temp_dir.h17 // intervening calls to Delete or Take, or the calls will fail.
38 // Don't call multiple times unless Take() has been called first.
46 FilePath Take();
H A Dscoped_handle.h34 FILE* Take() { function in class:ScopedStdioHandle
H A Dscoped_temp_dir.cc76 FilePath ScopedTempDir::Take() { function in class:ScopedTempDir
H A Dscoped_temp_dir_unittest.cc30 FilePath path = dir.Take();
86 EXPECT_TRUE(other_dir.Set(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),
H A DEnumerableExtensions.cs246 #region Take
248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
/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/base/win/
H A Dscoped_handle.h29 // secret_handle_ = hfile.Take();
66 HANDLE Take() { function in class:base::win::ScopedHandle
/external/chromium/net/test/
H A Dtest_server_win.cc195 base::win::ScopedHandle read_fd(child_read_fd_.Take());
196 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/vp8/common/x86/
H A 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 copie
[all...]
/external/chromium/chrome/browser/extensions/
H A Dconvert_user_script.cc160 temp_dir.Take(); // The caller takes ownership of the directory.
H A Dsandboxed_extension_unpacker.cc160 temp_dir_.Take(),
419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_);
H A Dconvert_web_app.cc181 temp_dir.Take(); // The caller takes ownership of the directory.
/external/chromium/chrome/common/
H A Dservice_process_util_win.cc122 state_->ready_event.Set(service_process_ready_event.Take());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLegacyCommonTokenStream.cs366 return new List<IToken>(tokens.Skip(start).Take(count));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLegacyCommonTokenStream.cs416 return new List<IToken>(tokens.Skip(start).Take(count));
/external/libvorbis/doc/
H A D06-floor0.tex76 Take note of the following properties of decode:
H A D03-codebook.tex269 undecodable. Take special care that a codebook with a single used
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php2908 // Take into account that the comment might be the last in the source
3454 //Take caution if symbol_hl is empty to avoid doubled closing spans.
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m43532 [Take the output of nm and produce a listing of raw symbols and C names])
/external/bison/build-aux/
H A Dtexinfo.tex4364 % Take care of Texinfo commands that can appear in an index entry.
4776 % Take care of unwanted page breaks/skips around a whatsit:
8901 % Take account of \c (plain) vs. \, (Texinfo) difference.
/external/grub/docs/
H A Dtexinfo.tex3119 % Take care of Texinfo commands that can appear in an index entry.
3448 % Take care of unwanted page breaks:

Completed in 732 milliseconds