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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
EarlyExitException.cs 48 : base(message) {
52 : base(message, innerException) {
56 : base(input) {
61 : base(message, input) {
66 : base(message, input, innerException) {
71 : base(info, context) {
88 base.GetObjectData(info, context);
MismatchedSetException.cs 47 : base(message) {
51 : base(message, innerException) {
55 : base(input) {
60 : base(message, input) {
65 : base(message, input, innerException) {
70 : base(info, context) {
87 base.GetObjectData(info, context);
MismatchedTreeNodeException.cs 48 : base(message) {
52 : base(message, innerException) {
56 : base(input) {
61 : base(message, input) {
66 : base(message, input, innerException) {
71 : base(info, context) {
88 base.GetObjectData(info, context);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
EarlyExitException.cs 51 : base(message)
56 : base(message, innerException)
61 : base(input)
67 : base(message, input)
73 : base(message, input, innerException)
79 : base(info, context)
100 base.GetObjectData(info, context);
MismatchedSetException.cs 50 : base(message)
55 : base(message, innerException)
60 : base( input )
66 : base(message, input)
72 : base(message, input, innerException)
78 : base(info, context)
99 base.GetObjectData(info, context);
MismatchedTreeNodeException.cs 51 : base(message)
56 : base(message, innerException)
61 : base( input )
67 : base(message, input)
73 : base(message, input, innerException)
79 : base(info, context)
100 base.GetObjectData(info, context);
  /external/chromium/base/files/
file_path_watcher.h 11 #include "base/basictypes.h"
12 #include "base/file_path.h"
13 #include "base/memory/ref_counted.h"
14 #include "base/message_loop_proxy.h"
16 namespace base { namespace
33 class Delegate : public base::RefCountedThreadSafe<Delegate> {
73 class PlatformDelegate : public base::RefCountedThreadSafe<PlatformDelegate> {
94 scoped_refptr<base::MessageLoopProxy> message_loop() const {
98 void set_message_loop(base::MessageLoopProxy* loop) {
112 friend class base::RefCountedThreadSafe<PlatformDelegate>
    [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...]
  /external/chromium/chrome/browser/
jankometer.cc 9 #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/time.h
    [all...]
  /external/chromium/chrome/browser/policy/
cloud_policy_cache_base.h 9 #include "base/gtest_prod_util.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/observer_list.h"
12 #include "base/threading/non_thread_safe.h"
13 #include "base/time.h"
29 class CloudPolicyCacheBase : public base::NonThreadSafe {
61 base::Time last_policy_refresh_time() const {
84 base::Time* timestamp,
87 void SetUnmanagedInternal(const base::Time& timestamp);
100 base::Time* timestamp
    [all...]
  /external/srec/config/en.us/grammars/
run_compile_grammars.sh 5 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 $GMR -out $GMR.g2
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h 61 static void decommitAndRelease(void* base, size_t size);
72 void* base = reserveUncommitted(reserveSize, usage, writable, executable); local
73 commit(base, commitSize, writable, executable);
74 return base;
92 inline void OSAllocator::decommitAndRelease(void* base, size_t size)
94 decommitAndRelease(base, size, base, size);
  /frameworks/compile/libbcc/tests/data/src/
bellard.otccex.c 81 int s, n, f, base; local
95 base = DEFAULT_BASE;
97 base = atoi(*(int *)(argv + 8));
98 if (base < 2 || base > 36) {
100 fprintf(stderr, "Invalid base\n");
105 print_num(fib(n), base); local
114 print_num((*(int (*)())f)(n), base);
123 printf("usage: %s n [base]\n", name);
124 printf("Compute fib(n) and fact(n) and output the result in base 'base'\n")
    [all...]
  /external/chromium/net/base/
cookie_monster.h 16 #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::Time ParseCookieTime(const std::string& time_string)
    [all...]
asn1_util.cc 5 #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::StringPiece tbs_certificate
    [all...]
backoff_entry.cc 5 #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::TimeTicks BackoffEntry::CalculateReleaseTime() const
    [all...]
  /external/chromium/base/debug/
trace_event.h 29 #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::debug::TraceLog::EVENT_END,
85 namespace base { namespace
    [all...]
  /external/chromium/chrome/browser/first_run/
upgrade_util_win.cc 10 #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/win/scoped_comptr.h
    [all...]
  /external/doclava/src/com/google/doclava/
ThrowsTagInfo.java 28 public ThrowsTagInfo(String name, String kind, String text, ContainerInfo base,
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) {
66 TagInfo.makeHDF(data, base + '.' + i + ".comment", tags[i].commentTags());
68 tags[i].exceptionType().makeHDF(data, base + "." + i + ".type");
  /external/e2fsprogs/lib/et/
com_right.c 52 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;
  /external/chromium/base/
rand_util_posix.cc 5 #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
sys_info_unittest.cc 5 #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::SysInfo::GetLinuxStandardBaseVersionKey())
    [all...]
vlog.h 13 #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/base/test/
test_suite.h 15 #include "base/at_exit.h"
21 namespace base { namespace
76 base::AtExitManager at_exit_manager_;
81 } // namespace base
84 // until we can update it to use "base::" (preventing a two-sided patch).
85 using base::TestSuite;
  /external/chromium/chrome/browser/download/
download_history.h 9 #include "base/basictypes.h"
16 namespace base { namespace
49 void RemoveEntriesBetween(const base::Time remove_begin,
50 const base::Time remove_end);

Completed in 701 milliseconds

<<11121314151617181920>>