HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 526 - 550 of 1543) sorted by null

<<21222324252627282930>>

  /external/chromium/base/
utf_offset_string_conversions_unittest.cc 7 #include "base/logging.h"
8 #include "base/string_piece.h"
9 #include "base/utf_offset_string_conversions.h"
12 namespace base { namespace
164 } // namaspace base
  /external/chromium/base/win/
event_trace_controller.cc 6 #include "base/win/event_trace_controller.h"
7 #include "base/logging.h"
9 namespace base { namespace
173 } // namespace base
registry.h 12 #include "base/base_api.h"
13 #include "base/basictypes.h"
15 namespace base { namespace
176 } // namespace base
scoped_comptr.h 11 #include "base/logging.h"
12 #include "base/memory/ref_counted.h"
14 namespace base { namespace
167 } // namespace base
scoped_variant.cc 5 #include "base/win/scoped_variant.h"
6 #include "base/logging.h"
8 namespace base { namespace
276 } // namespace base
scoped_variant_unittest.cc 5 #include "base/win/scoped_variant.h"
8 namespace base { namespace
263 } // namespace base
win_util.cc 5 #include "base/win/win_util.h"
14 #include "base/logging.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/win/registry.h"
17 #include "base/string_util.h"
18 #include "base/stringprintf.h"
19 #include "base/threading/thread_restrictions.h"
20 #include "base/win/scoped_handle.h"
21 #include "base/win/windows_version.h"
23 namespace base { namespace
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
camera.h 12 #include "base/memory/ref_counted.h"
13 #include "base/synchronization/lock.h"
14 #include "base/threading/thread.h"
18 namespace base { namespace
20 } // namespace base
28 class Camera : public base::RefCountedThreadSafe<Camera> {
55 Camera(Delegate* delegate, base::Thread* thread, bool mirrored);
83 // Destructor is private so only its base class can delete Camera objects.
85 friend class base::RefCountedThreadSafe<Camera>;
149 base::Thread* thread_
    [all...]
user_manager.h 12 #include "base/basictypes.h"
13 #include "base/hash_tables.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/synchronization/lock.h"
24 namespace base { namespace
158 typedef base::hash_map<std::string, SkBitmap> UserImages;
167 mutable base::Lock current_user_is_owner_lock_;
178 friend struct base::DefaultLazyInstanceTraits<UserManager>;
  /external/chromium/chrome/browser/chromeos/
wm_ipc.h 14 #include "base/logging.h"
20 namespace base { namespace
122 friend struct base::DefaultLazyInstanceTraits<WmIpc>;
  /external/chromium/chrome/browser/sessions/
base_session_service.h 9 #include "base/basictypes.h"
10 #include "base/callback.h"
11 #include "base/file_path.h"
12 #include "base/memory/ref_counted.h"
22 namespace base { namespace
31 public base::RefCountedThreadSafe<BaseSessionService> {
79 friend class base::RefCountedThreadSafe<BaseSessionService>;
87 base::Thread* backend_thread() const { return backend_thread_; }
175 base::Thread* backend_thread_;
  /external/chromium/chrome/browser/
shell_integration.h 11 #include "base/basictypes.h"
12 #include "base/memory/ref_counted.h"
13 #include "base/string16.h"
22 namespace base { namespace
87 static std::string GetDesktopName(base::Environment* env);
89 static bool GetDesktopShortcutTemplate(base::Environment* env,
146 : public base::RefCountedThreadSafe<DefaultBrowserWorker> {
160 friend class base::RefCountedThreadSafe<DefaultBrowserWorker>;
  /external/chromium/googleurl/base/
string16.h 55 #include "base/basictypes.h"
66 namespace base { namespace
143 } // namespace base
184 extern template class std::basic_string<char16, base::string16_char_traits>;
186 typedef std::basic_string<char16, base::string16_char_traits> string16;
  /external/chromium/net/base/
cookie_monster_store_test.h 10 #include "net/base/cookie_monster.h"
12 namespace base { namespace
109 const base::Time& creation_time,
net_util.h 23 #include "base/basictypes.h"
24 #include "base/string16.h"
25 #include "net/base/escape.h"
26 #include "net/base/net_export.h"
32 namespace base { namespace
262 base::Time modified);
x509_cert_types.h 21 namespace base { namespace
24 } // namespace base
149 bool ParseCertificateDate(const base::StringPiece& raw_date,
151 base::Time* time);
  /external/chromium/net/http/
http_response_headers.h 12 #include "base/basictypes.h"
13 #include "base/hash_tables.h"
14 #include "base/memory/ref_counted.h"
15 #include "net/base/net_export.h"
20 namespace base { namespace
29 : public base::RefCountedThreadSafe<HttpResponseHeaders> {
191 bool RequiresValidation(const base::Time& request_time,
192 const base::Time& response_time,
193 const base::Time& current_time) const;
198 base::TimeDelta GetFreshnessLifetime(const base::Time& response_time) const
    [all...]
  /external/chromium/third_party/libevent/
signal.c 96 evsignal_init(struct event_base *base)
106 AF_UNIX, SOCK_STREAM, 0, base->sig.ev_signal_pair) == -1) {
117 FD_CLOSEONEXEC(base->sig.ev_signal_pair[0]);
118 FD_CLOSEONEXEC(base->sig.ev_signal_pair[1]);
119 base->sig.sh_old = NULL;
120 base->sig.sh_old_max = 0;
121 base->sig.evsignal_caught = 0;
122 memset(&base->sig.evsigcaught, 0, sizeof(sig_atomic_t)*NSIG);
125 TAILQ_INIT(&base->sig.evsigevents[i]);
127 evutil_make_socket_nonblocking(base->sig.ev_signal_pair[0])
207 struct event_base *base = ev->ev_base; local
269 struct event_base *base = ev->ev_base; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 186 std::string base(SuggestPrefix(ns));
187 std::string result(base);
191 ss << base; local
  /external/clang/test/Sema/
address_spaces.c 37 __attribute__((address_space(256))) void * * const base = 0; variable
39 return base[0]; // expected-error {{returning '__attribute__((address_space(256))) void *' from a function with result type 'void *' changes address space of pointer}}
  /external/clang/test/SemaCXX/
qual-id-test.cpp 6 struct base // expected-note{{object type}} struct in namespace:A::B
23 struct sub : B::base
44 a.base::x();
46 a.B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
49 a.A::B::base::x();
65 a->base::x();
67 a->B::base::x(); // expected-error{{use of undeclared identifier 'B'}}
70 a->A::B::base::x();
82 i.foo(); // expected-error{{member reference base type 'int' is not a structure or union}}
88 typedef A::member base; // expected-note{{current scope} typedef
95 typedef A::B::base base; typedef
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 24 typedef RecursiveASTVisitor<BodyIndexer> base; typedef in class:__anon6399::BodyIndexer
129 return base::TraverseCXXOperatorCallExpr(E);
  /external/dbus/dbus/
dbus-server-debug-pipe.c 58 DBusServer base; /**< Parent class members. */ member in struct:DBusServerDebugPipe
168 if (!_dbus_server_init_base (&debug_server->base,
184 _dbus_server_finalize_base (&debug_server->base);
  /external/freetype/include/freetype/internal/
ftvalid.h 82 const FT_Byte* base; /* address of table in memory */ member in struct:FT_ValidatorRec_
83 const FT_Byte* limit; /* `base' + sizeof(table) in memory */
97 const FT_Byte* base,
  /external/freetype/src/base/
ftgloadr.c 47 /* loader.base Is really the bottom of the stack. It describes a */
57 /* Add Add the `current' glyph image to the `base' one, */
60 /* The glyph loader is now a base object. Each driver used to */
89 FT_GlyphLoad base = &loader->base; local
93 base->outline.n_points = 0;
94 base->outline.n_contours = 0;
95 base->num_subglyphs = 0;
97 *current = *base;
109 FT_FREE( loader->base.outline.points )
144 FT_Outline* base = &loader->base.outline; local
187 FT_GlyphLoad base = &loader->base; local
206 FT_Outline* base = &loader->base.outline; local
283 FT_GlyphLoad base = &loader->base; local
325 FT_GlyphLoad base; local
    [all...]

Completed in 481 milliseconds

<<21222324252627282930>>