HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 276 - 300 of 5191) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 22 #include "base/hash_tables.h"
23 #include "base/memory/scoped_ptr.h"
24 #include "base/time.h"
25 #include "base/timer.h"
26 #include "base/values.h"
47 const ListValue* args, const base::TimeTicks& event_time);
60 base::RepeatingTimer<ExtensionsQuotaService> purge_timer_;
72 base::hash_set<std::string> violators_;
91 base::TimeDelta refill_interval;
114 void Reset(const Config& config, const base::TimeTicks& start)
    [all...]
  /external/chromium/chrome/browser/
resources_util.cc 9 #include "base/hash_tables.h"
10 #include "base/lazy_instance.h"
16 // ids. This is done so we can use base::LazyInstance which takes care of
20 typedef base::hash_map<std::string, int> StringIntMap;
39 static base::LazyInstance<ThemeMap> g_theme_ids(base::LINKER_INITIALIZED);
upgrade_detector.h 9 #include "base/timer.h"
66 base::RepeatingTimer<UpgradeDetector> detect_upgrade_timer_;
70 base::RepeatingTimer<UpgradeDetector> upgrade_notification_timer_;
78 base::Time upgrade_detected_time_;
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
login_ui_helpers.cc 10 #include "base/values.h"
13 #include "ui/base/resource/resource_bundle.h"
18 base::StringPiece HTMLOperationsInterface::GetLoginHTML() {
19 base::StringPiece login_html(
26 base::StringPiece login_html,
  /external/chromium/chrome/common/
thumbnail_score.h 10 #include "base/time.h"
25 const base::Time& time);
55 base::Time time_at_snapshot;
81 static const base::TimeDelta kUpdateThumbnailTime;
  /external/chromium/crypto/
capi_util.cc 7 #include "base/basictypes.h"
8 #include "base/memory/singleton.h"
9 #include "base/synchronization/lock.h"
21 base::Lock& acquire_context_lock() {
31 base::Lock acquire_context_lock_;
45 base::AutoLock lock(CAPIUtilSingleton::GetInstance()->acquire_context_lock());
  /external/chromium/net/ftp/
ftp_util.h 11 #include "base/string16.h"
13 namespace base { namespace
42 const base::Time& current_time,
43 base::Time* result);
  /external/chromium/net/socket_stream/
socket_stream_metrics.h 12 #include "base/basictypes.h"
13 #include "base/time.h"
54 base::TimeTicks wait_start_time_;
55 base::TimeTicks connect_start_time_;
56 base::TimeTicks connect_establish_time_;
  /external/chromium/net/url_request/
url_request_context_getter.h 9 #include "base/memory/ref_counted.h"
10 #include "base/task.h"
11 #include "net/base/net_export.h"
13 namespace base { namespace
25 : public base::RefCountedThreadSafe<URLRequestContextGetter,
37 virtual scoped_refptr<base::MessageLoopProxy>
  /external/icu4c/common/
putilimp.h 242 * @return the largest possible pointer greater than the base
245 U_INTERNAL void * U_EXPORT2 uprv_maximumPtr(void *base);
253 * - return the largest possible pointer greater than base
256 * - make sure that the returned pointer is not farther from base than 0x7fffffff bytes
258 * @param base The beginning of a buffer to find the maximum offset from
264 # define U_MAX_PTR(base) ((void *)0x7fffffff)
266 # define U_MAX_PTR(base) uprv_maximumPtr((void *)base)
278 # define U_MAX_PTR(base) \
279 ((void *)(((char *)(base)+0x7fffffffu) > (char *)(base)
    [all...]
  /external/kernel-headers/original/asm-arm/
ide.h 23 # define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
25 # define ide_default_io_ctl(base) (0)
  /external/webkit/Source/WebCore/bindings/v8/
V8Collection.cpp 40 v8::Handle<v8::Value> toOptionsCollectionSetter(uint32_t index, v8::Handle<v8::Value> value, HTMLSelectElement* base)
43 base->remove(index);
56 base->setOption(index, element, ec);
  /external/webkit/Source/WebCore/svg/
SVGImageLoader.cpp 52 KURL base = element()->baseURI(); local
53 if (base.isValid())
54 return KURL(base, stripLeadingAndTrailingHTMLSpaces(attr)).string();
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShaderLang.cpp 47 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle); local
48 TCompiler* compiler = base->getAsCompiler();
115 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(type, spec));
116 TCompiler* compiler = base->getAsCompiler();
122 ShDestruct(base);
126 return reinterpret_cast<void*>(base);
134 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
136 if (base->getAsCompiler())
137 DeleteCompiler(base->getAsCompiler());
159 TShHandleBase* base = reinterpret_cast<TShHandleBase*>(handle)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_iterator.h 141 : current(__x.base()) { }
147 base() const function in class:reverse_iterator
279 * Reverse iterators forward many operations to their underlying base()
287 { return __x.base() == __y.base(); }
293 { return __y.base() < __x.base(); }
323 { return __y.base() - __x.base(); }
329 { return reverse_iterator<_Iterator>(__x.base() - __n);
784 base() const function in class:__normal_iterator
952 base() const function in class:move_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_iterator.h 141 : current(__x.base()) { }
147 base() const function in class:reverse_iterator
279 * Reverse iterators forward many operations to their underlying base()
287 { return __x.base() == __y.base(); }
293 { return __y.base() < __x.base(); }
323 { return __y.base() - __x.base(); }
329 { return reverse_iterator<_Iterator>(__x.base() - __n);
784 base() const function in class:__normal_iterator
952 base() const function in class:move_iterator
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 5 #include "base/threading/thread_restrictions.h"
21 const base::TimeDelta& sleep_time,
22 const base::TimeDelta& unresponsive_time)
27 ping_time_(base::TimeTicks::Now()),
41 const base::TimeDelta& sleep_time,
42 const base::TimeDelta& unresponsive_time) {
109 ping_time_ = base::TimeTicks::Now();
135 base::TimeDelta response_time = base::TimeTicks::Now() - ping_time_;
173 histogram_ = base::Histogram::FactoryTimeGet
    [all...]
  /external/chromium/net/base/
file_stream_posix.cc 8 #include "net/base/file_stream.h"
16 #include "base/basictypes.h"
17 #include "base/callback.h"
18 #include "base/eintr_wrapper.h"
19 #include "base/file_path.h"
20 #include "base/logging.h"
21 #include "base/message_loop.h"
22 #include "base/metrics/histogram.h"
23 #include "base/string_util.h"
24 #include "base/task.h
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 91 *exactly* one definition of the common non-memory managed base vector.
150 #define VEC_length(T,V) (VEC_OP(T,base,length)(VEC_BASE(V)))
168 #define VEC_last(T,V) (VEC_OP(T,base,last)(VEC_BASE(V) VEC_CHECK_INFO))
177 #define VEC_index(T,V,I) (VEC_OP(T,base,index)(VEC_BASE(V),I VEC_CHECK_INFO))
191 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
228 #define VEC_embedded_size(T,N) (VEC_OP(T,base,embedded_size)(N))
229 #define VEC_embedded_init(T,O,N) (VEC_OP(T,base,embedded_init)(VEC_BASE(O),N))
250 (VEC_OP(T,base,space)(VEC_BASE(V),R VEC_CHECK_INFO))
285 (VEC_OP(T,base,splice)(VEC_BASE(DST), VEC_BASE(SRC) VEC_CHECK_INFO))
311 (VEC_OP(T,base,quick_push)(VEC_BASE(V),O VEC_CHECK_INFO)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 91 *exactly* one definition of the common non-memory managed base vector.
150 #define VEC_length(T,V) (VEC_OP(T,base,length)(VEC_BASE(V)))
168 #define VEC_last(T,V) (VEC_OP(T,base,last)(VEC_BASE(V) VEC_CHECK_INFO))
177 #define VEC_index(T,V,I) (VEC_OP(T,base,index)(VEC_BASE(V),I VEC_CHECK_INFO))
191 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
228 #define VEC_embedded_size(T,N) (VEC_OP(T,base,embedded_size)(N))
229 #define VEC_embedded_init(T,O,N) (VEC_OP(T,base,embedded_init)(VEC_BASE(O),N))
250 (VEC_OP(T,base,space)(VEC_BASE(V),R VEC_CHECK_INFO))
285 (VEC_OP(T,base,splice)(VEC_BASE(DST), VEC_BASE(SRC) VEC_CHECK_INFO))
311 (VEC_OP(T,base,quick_push)(VEC_BASE(V),O VEC_CHECK_INFO)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 91 *exactly* one definition of the common non-memory managed base vector.
150 #define VEC_length(T,V) (VEC_OP(T,base,length)(VEC_BASE(V)))
168 #define VEC_last(T,V) (VEC_OP(T,base,last)(VEC_BASE(V) VEC_CHECK_INFO))
177 #define VEC_index(T,V,I) (VEC_OP(T,base,index)(VEC_BASE(V),I VEC_CHECK_INFO))
191 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
228 #define VEC_embedded_size(T,N) (VEC_OP(T,base,embedded_size)(N))
229 #define VEC_embedded_init(T,O,N) (VEC_OP(T,base,embedded_init)(VEC_BASE(O),N))
250 (VEC_OP(T,base,space)(VEC_BASE(V),R VEC_CHECK_INFO))
285 (VEC_OP(T,base,splice)(VEC_BASE(DST), VEC_BASE(SRC) VEC_CHECK_INFO))
311 (VEC_OP(T,base,quick_push)(VEC_BASE(V),O VEC_CHECK_INFO)
    [all...]
  /external/chromium/base/
message_loop.h 12 #include "base/base_api.h"
13 #include "base/basictypes.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/message_pump.h"
16 #include "base/observer_list.h"
17 #include "base/synchronization/lock.h"
18 #include "base/task.h"
21 // We need this to declare base::MessagePumpWin::Dispatcher, which we should
23 #include "base/message_pump_win.h"
25 #include "base/message_pump_libevent.h
35 namespace base { namespace
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t034tokenLabelPropertyRef.py 11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
t035ruleLabelPropertyRef.py 11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
t036multipleReturnValues.py 11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):

Completed in 855 milliseconds

<<11121314151617181920>>