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

1 2

  /external/chromium/base/memory/
scoped_temp_dir.h 17 // 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();
scoped_handle.h 34 FILE* Take() {
scoped_temp_dir.cc 76 FilePath ScopedTempDir::Take() {
scoped_temp_dir_unittest.cc 30 FilePath path = dir.Take();
86 EXPECT_TRUE(other_dir.Set(dir.Take()));
  /external/chromium/base/win/
scoped_handle.h 29 // secret_handle_ = hfile.Take();
66 HANDLE 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/net/data/proxy_resolver_v8_unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium/net/test/
test_server_win.cc 195 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/
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/vp8/common/x86/
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/chrome/browser/extensions/
convert_user_script.cc 160 temp_dir.Take(); // The caller takes ownership of the directory.
sandboxed_extension_unpacker.cc 160 temp_dir_.Take(),
419 client_->OnUnpackSuccess(temp_dir_.Take(), extension_root_, extension_);
convert_web_app.cc 181 temp_dir.Take(); // The caller takes ownership of the directory.
  /external/chromium/chrome/common/
service_process_util_win.cc 122 state_->ready_event.Set(service_process_ready_event.Take());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 366 return new List<IToken>(tokens.Skip(start).Take(count));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs 416 return new List<IToken>(tokens.Skip(start).Take(count));
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 278 // Take something near the end of the array.
294 // Take something near the middle of the array.
  /external/libvorbis/doc/
06-floor0.tex 76 Take note of the following properties of decode:
03-codebook.tex 269 undecodable. Take special care that a codebook with a single used
394 and using the bit as a decision boolean to take the 0 branch (left in
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]
  /external/v8/src/
v8natives.js 793 // Take special care if enumerable and configurable is not defined on
    [all...]
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4     [all...]
  /external/bison/build-aux/
texinfo.tex 200 % For a final copy, take out the rectangles
331 % take effect in \write's, yet the group defined by the \vbox ends
755 % That's how much \exdent should take out.
    [all...]

Completed in 369 milliseconds

1 2