Searched refs:base (Results 176 - 200 of 4161) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/
H A Djankometer.cc9 #include "base/basictypes.h"
10 #include "base/command_line.h"
11 #include "base/memory/ref_counted.h"
12 #include "base/message_loop.h"
13 #include "base/metrics/histogram.h"
14 #include "base/metrics/stats_counters.h"
15 #include "base/string_util.h"
16 #include "base/threading/thread.h"
17 #include "base/threading/watchdog.h"
18 #include "base/tim
[all...]
H A Doom_priority_manager.h10 #include "base/timer.h"
11 #include "base/process.h"
35 base::TimeTicks last_selected;
37 base::ProcessHandle renderer_handle;
53 base::RepeatingTimer<OomPriorityManager> timer_;
H A Dresources_util.cc9 #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);
/external/srec/config/en.us/grammars/
H A Drun_compile_grammars.sh5 make_g2g -base $GMR -out $GMR.g2g
9 make_g2g -base $GMR,addWords=100 -out $GMR.g2g
13 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
17 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
21 make_g2g -base $GMR,addWords=1000 -out $GMR.g2g
25 make_g2g -base $GMR,addWords=3000 -out $GMR.g2g
29 make_g2g -base $GMR -out $GMR.g2g
33 make_g2g -base $GMR -out $GMR.g2g
37 make_g2g -base $GMR -out $GMR.g2g
41 make_g2g -base
[all...]
/external/chromium/base/debug/
H A Dtrace_event.h29 #include "base/debug/trace_event_win.h"
34 #include "base/memory/scoped_ptr.h"
35 #include "base/memory/singleton.h"
36 #include "base/synchronization/lock.h"
37 #include "base/time.h"
38 #include "base/timer.h"
55 base::debug::TraceLog::GetInstance()->Trace( \
57 base::debug::TraceLog::EVENT_BEGIN, \
66 base::debug::TraceLog::GetInstance()->Trace( \
68 base
85 namespace base { namespace
[all...]
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_win.cc10 #include "base/base_paths.h"
11 #include "base/command_line.h"
12 #include "base/environment.h"
13 #include "base/file_path.h"
14 #include "base/file_util.h"
15 #include "base/logging.h"
16 #include "base/path_service.h"
17 #include "base/process_util.h"
18 #include "base/win/registry.h"
19 #include "base/wi
[all...]
/external/chromium/net/base/
H A Dasn1_util.cc5 #include "net/base/asn1_util.h"
11 bool ParseElement(base::StringPiece* in,
13 base::StringPiece* out,
58 *out = base::StringPiece(in->data(), len);
63 bool GetElement(base::StringPiece* in,
65 base::StringPiece* out) {
74 bool ExtractSPKIFromDERCert(base::StringPiece cert,
75 base::StringPiece* spki_out) {
91 base::StringPiece certificate;
95 base
[all...]
H A Dbackoff_entry.cc5 #include "net/base/backoff_entry.h"
10 #include "base/logging.h"
11 #include "base/rand_util.h"
21 exponential_backoff_release_time_ = base::TimeTicks::Now();
62 base::TimeTicks BackoffEntry::GetReleaseTime() const {
66 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time) {
74 base::TimeTicks now = GetTimeNow();
95 base::TimeTicks BackoffEntry::GetTimeNow() const {
96 return base::TimeTicks::Now();
99 base
[all...]
H A Dcookie_monster.h16 #include "base/basictypes.h"
17 #include "base/gtest_prod_util.h"
18 #include "base/memory/ref_counted.h"
19 #include "base/memory/scoped_ptr.h"
20 #include "base/synchronization/lock.h"
21 #include "base/task.h"
22 #include "base/time.h"
23 #include "net/base/cookie_store.h"
27 namespace base { namespace
127 static base
[all...]
/external/doclava/src/com/google/doclava/
H A DThrowsTagInfo.java28 public ThrowsTagInfo(String name, String kind, String text, ContainerInfo base, argument
30 super(name, kind, text, base, sp);
36 if (base instanceof ClassInfo) {
37 mException = ((ClassInfo) base).findClass(className);
46 String exceptionComment, ContainerInfo base, SourcePositionInfo sp) {
47 super(name, kind, text, base, sp);
64 public static void makeHDF(Data data, String base, ThrowsTagInfo[] tags) { argument
66 TagInfo.makeHDF(data, base + '.' + i + ".comment", tags[i].commentTags());
68 tags[i].exceptionType().makeHDF(data, base + "." + i + ".type");
45 ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, String exceptionComment, ContainerInfo base, SourcePositionInfo sp) argument
/external/e2fsprogs/lib/et/
H A Dcom_right.c52 if (code >= p->table->base && code < p->table->base + p->table->n_msgs)
53 return p->table->msgs[code - p->table->base];
63 if ((code >= p->table->base) &&
64 (code < p->table->base + p->table->n_msgs)) {
65 strncpy(str, p->table->msgs[code - p->table->base], len);
89 long base)
105 tab->base = base;
86 initialize_error_table_r(struct et_list **list, const char **messages, int num_errors, long base) argument
/external/chromium/base/
H A Drand_util_posix.cc5 #include "base/rand_util.h"
6 #include "base/rand_util_c.h"
12 #include "base/file_util.h"
13 #include "base/lazy_instance.h"
14 #include "base/logging.h"
39 base::LazyInstance<URandomFd> g_urandom_fd(base::LINKER_INITIALIZED);
43 namespace base { namespace
57 } // namespace base
H A Dsys_info_unittest.cc5 #include "base/file_util.h"
6 #include "base/sys_info.h"
14 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1);
19 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemory(), 0);
20 EXPECT_GT(base::SysInfo::AmountOfPhysicalMemoryMB(), 0);
27 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0)
36 base::SysInfo::OperatingSystemVersionNumbers(&os_major_version,
48 base::SysInfo::GetPrimaryDisplayDimensions(&width, &height);
55 EXPECT_GE(base::SysInfo::DisplayCount(), 1);
64 lsb_release.append(base
[all...]
H A Dvlog.h13 #include "base/base_api.h"
14 #include "base/basictypes.h"
15 #include "base/string_piece.h"
49 int GetVlogLevel(const base::StringPiece& file) const;
74 BASE_API bool MatchVlogPattern(const base::StringPiece& string,
75 const base::StringPiece& vlog_pattern);
/external/chromium/chrome/browser/extensions/
H A Dextensions_quota_service.h22 #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
[all...]
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui_helpers.cc10 #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/
H A Dthumbnail_score.h10 #include "base/time.h"
25 const base::Time& time);
55 base::Time time_at_snapshot;
81 static const base::TimeDelta kUpdateThumbnailTime;
/external/chromium/crypto/
H A Dcapi_util.cc7 #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/
H A Dftp_util.h11 #include "base/string16.h"
13 namespace base { namespace
42 const base::Time& current_time,
43 base::Time* result);
/external/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp84 struct base { struct in namespace:core_19754_example
85 base() {} function in struct:core_19754_example::base
86 base(const typename T::type1 &);
87 base(const typename T::type2 &);
92 wrap<typename T::base> base; member in struct:core_19754_example::type1
97 wrap<typename T::base> base; member in struct:core_19754_example::type2
101 typedef base<types> base; typedef in struct:core_19754_example::types
[all...]
/external/icu4c/common/
H A Dputilimp.h242 * @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)
[all...]
/external/kernel-headers/original/asm-arm/
H A Dide.h23 # define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
25 # define ide_default_io_ctl(base) (0)
/external/llvm/include/llvm/ADT/
H A DStringSet.h26 typedef llvm::StringMap<char, AllocatorTy> base; typedef in class:llvm::StringSet
32 return base::insert(llvm::StringMapEntry<char>::
33 Create(KeyStart, KeyEnd, base::getAllocator(), '+'));
/external/webkit/Source/WebCore/bindings/v8/
H A DV8Collection.cpp40 v8::Handle<v8::Value> toOptionsCollectionSetter(uint32_t index, v8::Handle<v8::Value> value, HTMLSelectElement* base) argument
43 base->remove(index);
56 base->setOption(index, element, ec);
/external/webkit/Source/WebCore/svg/
H A DSVGImageLoader.cpp52 KURL base = element()->baseURI(); local
53 if (base.isValid())
54 return KURL(base, stripLeadingAndTrailingHTMLSpaces(attr)).string();

Completed in 1214 milliseconds

1234567891011>>