HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 551 - 575 of 5077) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ui/message_center/
message_center.h 10 #include "base/memory/scoped_ptr.h"
11 #include "base/observer_list.h"
18 namespace base { namespace
150 virtual void EnterQuietModeWithExpire(const base::TimeDelta& expires_in) = 0;
  /external/chromium_org/webkit/browser/database/
database_util.h 9 #include "base/strings/string16.h"
13 namespace base { namespace
27 static bool CrackVfsFileName(const base::string16& vfs_file_name,
29 base::string16* database_name,
30 base::string16* sqlite_suffix);
31 static base::FilePath GetFullFilePathForVfsFile(
33 const base::string16& vfs_file_name);
  /external/chromium_org/webkit/browser/fileapi/
local_file_util.h 8 #include "base/compiler_specific.h"
9 #include "base/files/file_path.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/platform_file.h"
15 namespace base { namespace
33 virtual base::PlatformFileError CreateOrOpen(
37 base::PlatformFile* file_handle,
39 virtual base::PlatformFileError Close(
41 base::PlatformFile file) OVERRIDE;
42 virtual base::PlatformFileError EnsureFileExists
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-template-recursive.cpp 3 class base { }; class
5 template <class T> class foo : public base {
  /external/guava/guava-gwt/src/com/google/common/base/
GwtSerializationDependencies.java 17 package com.google.common.base;
  /external/mesa3d/src/glx/
dri_common.h 46 struct glx_config base; member in struct:__GLXDRIconfigPrivateRec
  /frameworks/av/drm/libdrmframework/plugins/common/util/
Android.mk 25 base := frameworks/av macro
28 $(base)/include \
29 $(base)/include/drm \
30 $(base)/include/drm/plugins \
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
pbackfail.pass.cpp 22 typedef std::strstreambuf base; typedef in struct:test
24 : base(gnext_arg, n, pbeg_arg) {}
26 : base(gnext_arg, n) {}
28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);}
underflow.pass.cpp 22 typedef std::strstreambuf base; typedef in struct:test
24 : base(gnext_arg, n, pbeg_arg) {}
26 : base(gnext_arg, n) {}
28 base::int_type underflow() {return base::underflow();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 33 typedef std::basic_iostream<CharT> base; typedef in struct:test_iostream
34 test_iostream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 33 typedef std::basic_istream<CharT> base; typedef in struct:test_istream
34 test_istream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 33 typedef std::basic_ostream<CharT> base; typedef in struct:test_ostream
34 test_ostream(testbuf<CharT>* sb) : base(sb) {}
37 : base(std::move(s)) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp 24 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf
27 : base(str, which) {}
29 typename base::int_type
30 pbackfail(typename base::int_type c = base::type_traits::eof())
31 {return base::pbackfail(c);}
33 void pbump(int n) {base::pbump(n);}
underflow.pass.cpp 24 typedef std::basic_stringbuf<CharT> base; typedef in struct:testbuf
26 : base(str) {}
28 typename base::int_type underflow() {return base::underflow();}
29 void pbump(int n) {base::pbump(n);}
  /external/bison/lib/
basename-lgpl.c 32 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); local
36 while (ISSLASH (*base))
37 base++;
39 for (p = base; *p; p++)
45 base = p;
50 return (char *) base;
  /external/chromium/base/
atomicops.h 32 #include "base/basictypes.h"
35 namespace base { namespace
132 } // namespace base::subtle
133 } // namespace base
137 #include "base/atomicops_internals_x86_msvc.h"
139 #include "base/atomicops_internals_x86_macosx.h"
141 #include "base/atomicops_internals_x86_gcc.h"
143 #include "base/atomicops_internals_arm_gcc.h"
145 #include "base/atomicops_internals_mips_gcc.h"
153 #include "base/atomicops_internals_atomicword_compat.h
    [all...]
base64.cc 5 #include "base/base64.h"
9 namespace base { namespace
41 } // namespace base
base_paths_linux.cc 5 #include "base/base_paths.h"
11 #include "base/environment.h"
12 #include "base/file_path.h"
13 #include "base/file_util.h"
14 #include "base/logging.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/path_service.h"
17 #include "base/nix/xdg_util.h"
24 namespace base { namespace
34 static const char kThisSourceFile[] = "base/base_paths_linux.cc"
    [all...]
base_paths_win.cc 5 #include "base/base_paths_win.h"
10 #include "base/file_path.h"
11 #include "base/file_util.h"
12 #include "base/path_service.h"
13 #include "base/win/windows_version.h"
18 namespace base { namespace
32 case base::FILE_EXE:
36 case base::FILE_MODULE: {
44 case base::DIR_WINDOWS:
48 case base::DIR_SYSTEM
    [all...]
callback.h 15 #include "base/callback_internal.h"
16 #include "base/callback_old.h"
20 // systems currently in the Chromium code base.
48 // base::Callback<int(void)> func_cb = base::Bind(&Return5);
52 // base::Closure void_func_cb = base::Bind(&PrintHi);
62 // base::Callback<int(void)> ref_cb = base::Bind(&Ref::Foo, ref.get());
65 // base::Closure void_ref_cb = base::Bind(&Ref::PrintBye, ref.get())
214 namespace base { namespace
    [all...]
event_recorder_stubs.cc 5 #include "base/event_recorder.h"
10 namespace base { namespace
  /external/chromium/base/debug/
debug_on_start_win.h 13 #include "base/basictypes.h"
24 namespace base { namespace
80 } // namespace base
debugger.cc 5 #include "base/debug/debugger.h"
7 #include "base/threading/platform_thread.h"
9 namespace base { namespace
35 } // namespace base
leak_tracker.h 15 #include "base/debug/stack_trace.h"
16 #include "base/linked_list.h"
17 #include "base/logging.h"
33 // base::LeakTracker<URLRequest> leak_tracker_;
47 namespace base { namespace
134 } // namespace base
stack_trace.h 11 #include "base/base_api.h"
18 namespace base { namespace
62 } // namespace base

Completed in 1364 milliseconds

<<21222324252627282930>>