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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleTokenStream.cs 43 : base( adaptor, elementDescription )
49 : base( adaptor, elementDescription, oneElement )
55 : base( adaptor, elementDescription, elements )
  /external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderImplTest.java 52 final URL base = getClass().getResource("lf.jar"); local
54 final URL[] urls = { base };
60 final URI e = new URI("jar:" + base.toExternalForm() + "!/swt.dll");
  /external/bluetooth/glib/gio/tests/
buffered-input-stream.c 31 GInputStream *base; local
36 base = g_memory_input_stream_new_from_data ("abcdefghijk", -1, NULL);
37 in = g_buffered_input_stream_new (base);
  /external/chromium/base/
atomic_ref_count.h 6 // counting. Please use base/memory/ref_counted.h directly instead.
15 #include "base/atomicops.h"
16 #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
18 namespace base { namespace
44 base::AtomicRefCountIncN(ptr, 1);
51 return base::AtomicRefCountDecN(ptr, 1);
79 } // namespace base
  /external/chromium/base/memory/
ref_counted_memory.h 11 #include "base/base_api.h"
12 #include "base/memory/ref_counted.h"
21 : public base::RefCountedThreadSafe<RefCountedMemory> {
31 friend class base::RefCountedThreadSafe<RefCountedMemory>;
77 friend class base::RefCountedThreadSafe<RefCountedBytes>;
  /external/chromium/chrome/browser/chromeos/
low_battery_observer.cc 7 #include "base/utf_string_conversions.h"
11 #include "ui/base/l10n/l10n_util.h"
33 base::TimeDelta remaining = object->battery_time_to_empty();
39 // base::TimeDelta().
40 bool line_power = object->line_power_on() || remaining == base::TimeDelta();
73 void LowBatteryObserver::Show(base::TimeDelta remaining, bool urgent) {
  /external/chromium/chrome/browser/history/
visitsegment_database.h 9 #include "base/basictypes.h"
51 bool IncreaseSegmentVisitCount(SegmentID segment_id, base::Time ts,
57 void QuerySegmentUsage(base::Time from_time,
63 void DeleteSegmentData(base::Time older_than);
  /external/chromium/chrome/browser/
icon_loader.h 13 #include "base/basictypes.h"
14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/message_loop_proxy.h"
20 #include "base/file_path.h"
38 class IconLoader : public base::RefCountedThreadSafe<IconLoader> {
63 friend class base::RefCountedThreadSafe<IconLoader>;
72 scoped_refptr<base::MessageLoopProxy> target_message_loop_;
load_notification_details.h 13 #include "base/basictypes.h"
14 #include "base/time.h"
23 base::TimeDelta load_time,
36 base::TimeDelta load_time() const { return load_time_; }
42 base::TimeDelta load_time_; // length of time the page load took
  /external/chromium/chrome/browser/net/
net_log_logger.cc 9 #include "base/file_util.h"
10 #include "base/json/json_writer.h"
11 #include "base/threading/thread_restrictions.h"
12 #include "base/values.h"
17 base::ThreadRestrictions::ScopedAllowIO allow_io;
25 const base::TimeTicks& time,
37 base::JSONWriter::Write(value.get(), false, &json);
  /external/chromium/chrome/browser/prerender/
prerender_observer.cc 7 #include "base/time.h"
43 pplt_load_start_ = base::TimeTicks::Now();
51 base::TimeTicks::Now() - pplt_load_start_, tab_contents());
55 pplt_load_start_ = base::TimeTicks();
  /external/chromium/chrome/browser/sync/notifier/
p2p_notifier.h 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/observer_list.h"
20 namespace base { namespace
71 scoped_refptr<base::MessageLoopProxy> construction_message_loop_proxy_;
72 scoped_refptr<base::MessageLoopProxy> method_message_loop_proxy_;
  /external/chromium/chrome/browser/ui/views/
fullscreen_exit_bubble.h 9 #include "base/memory/scoped_ptr.h"
10 #include "base/timer.h"
12 #include "ui/base/animation/animation_delegate.h"
86 base::OneShotTimer<FullscreenExitBubble> initial_delay_;
89 base::OneShotTimer<FullscreenExitBubble> idle_timeout_;
95 base::RepeatingTimer<FullscreenExitBubble> mouse_position_checker_;
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
mock_login_ui_helpers.h 45 MOCK_METHOD0(GetLoginHTML, base::StringPiece());
46 MOCK_METHOD0(GetLoginContainerHTML, base::StringPiece());
48 std::string(base::StringPiece login_html,
  /external/chromium/chrome/browser/webdata/
autofill_entry.h 10 #include "base/string16.h"
11 #include "base/time.h"
35 const std::vector<base::Time>& timestamps);
39 const std::vector<base::Time>& timestamps() const { return timestamps_; }
46 std::vector<base::Time> timestamps_;
logins_table.h 13 namespace base { namespace
79 bool RemoveLoginsCreatedBetween(base::Time delete_begin,
80 base::Time delete_end);
  /external/chromium/chrome/common/deprecated/
event_sys.h 12 namespace base { namespace
17 // An abstract base class for listening to events.
32 template <typename EventTraits, typename NotifyLock = base::Lock,
33 typename ScopedNotifyLocker = base::AutoLock>
  /external/chromium/chrome/common/
metrics_helpers.h 15 #include "base/basictypes.h"
16 #include "base/memory/scoped_ptr.h"
17 #include "base/metrics/histogram.h"
18 #include "base/time.h"
24 // This class provides base functionality for logging metrics data.
55 base::TimeDelta load_time);
58 void RecordHistogramDelta(const base::Histogram& histogram,
59 const base::Histogram::SampleSet& snapshot);
155 base::Time start_time_;
156 base::Time end_time_
    [all...]
multi_process_lock_mac.cc 7 #include "base/logging.h"
8 #include "base/mac/scoped_cftyperef.h"
9 #include "base/sys_string_conversions.h"
33 CFStringRef cf_name(base::SysUTF8ToCFStringRef(name_));
34 base::mac::ScopedCFTypeRef<CFStringRef> scoped_cf_name(cf_name);
49 base::mac::ScopedCFTypeRef<CFMessagePortRef> port_;
  /external/chromium/net/base/
mock_filter_context.h 12 #include "net/base/filter.h"
23 void SetRequestTime(const base::Time time) { request_time_ = time; }
38 virtual base::Time GetRequestTime() const;
60 base::Time request_time_;
test_root_certs.cc 5 #include "net/base/test_root_certs.h"
9 #include "base/file_path.h"
10 #include "base/file_util.h"
11 #include "base/logging.h"
12 #include "net/base/x509_certificate.h"
20 base::LazyInstance<TestRootCerts,
21 base::LeakyLazyInstanceTraits<TestRootCerts> >
22 g_test_root_certs(base::LINKER_INITIALIZED);
  /external/chromium/net/socket/
tcp_server_socket_win.h 10 #include "base/message_loop.h"
11 #include "base/scoped_ptr.h"
12 #include "base/win/object_watcher.h"
13 #include "base/threading/non_thread_safe.h"
14 #include "net/base/net_log.h"
22 public base::NonThreadSafe,
23 public base::win::ObjectWatcher::Delegate {
35 // base::ObjectWatcher::Delegate implementation.
45 base::win::ObjectWatcher accept_watcher_;
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 84 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/e2fsprogs/lib/et/
com_err.h 26 long base; member in struct:error_table
45 extern int init_error_table(const char * const *msgs, long base, int count);
57 long base);
  /external/javassist/src/main/javassist/tools/reflect/
Sample.java 48 Metalevel base = (Metalevel)args[0]; local
49 if (base == null)
52 base._getMetaobject().trapFieldWrite(name, args[1]);

Completed in 766 milliseconds

<<11121314151617181920>>