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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t037rulePropertyRef.py 11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
t041parameters.py 11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
t043synpred.py 11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):
  /external/chromium/base/
base_paths.h 9 // This file declares path keys for the base module. These can be used with
15 #include "base/base_paths_win.h"
17 #include "base/base_paths_mac.h"
20 namespace base { namespace
47 } // namespace base
base_paths_win.h 9 // This file declares windows-specific path keys for the base module.
13 namespace base { namespace
35 } // namespace base
event_recorder_stubs.cc 5 #include "base/event_recorder.h"
10 namespace base { namespace
float_util.h 18 namespace base { namespace
28 } // namespace base
message_pump_glib_x_dispatch.h 8 #include "base/message_pump.h"
9 #include "base/message_pump_glib.h"
13 namespace base { namespace
34 } // namespace base
process_util_unittest_mac.h 12 #include "base/basictypes.h"
14 namespace base { namespace
31 } // namespace base
rand_util.cc 5 #include "base/rand_util.h"
11 #include "base/basictypes.h"
12 #include "base/logging.h"
14 namespace base { namespace
20 int result = min + static_cast<int>(base::RandGenerator(range));
33 uint64 random_bits = base::RandUint64() & ((GG_UINT64_C(1) << kBits) - 1);
41 return base::RandUint64() % max;
44 } // namespace base
rand_util.h 9 #include "base/base_api.h"
10 #include "base/basictypes.h"
12 namespace base { namespace
24 // std::random_shuffle(myvector.begin(), myvector.end(), base::RandGenerator);
30 } // namespace base
sha1.h 11 #include "base/base_api.h"
13 namespace base { namespace
30 } // namespace base
value_conversions.h 11 #include "base/base_api.h"
17 namespace base { namespace
vlog.cc 5 #include "base/vlog.h"
7 #include "base/basictypes.h"
8 #include "base/logging.h"
9 #include "base/string_number_conversions.h"
10 #include "base/string_split.h"
52 if (base::StringToInt(v_switch, &vlog_level)) {
60 if (!base::SplitStringIntoKeyValuePairs(
68 if (!base::StringToInt(it->second, &pattern.vlog_level)) {
84 base::StringPiece GetModule(const base::StringPiece& file)
    [all...]
  /external/chromium/base/debug/
debug_on_start_win.cc 5 #include "base/debug/debug_on_start_win.h"
9 #include "base/base_switches.h"
10 #include "base/basictypes.h"
11 #include "base/debug/debugger.h"
13 namespace base { namespace
62 base::debug::SpawnDebuggerOnProcess(GetCurrentProcessId());
65 base::debug::WaitForDebugger(60, false);
68 base::debug::WaitForDebugger(60, true);
74 } // namespace base
  /external/chromium/base/mac/
scoped_nsautorelease_pool.h 9 #include "base/basictypes.h"
19 namespace base { namespace
53 } // namespace base
  /external/chromium/base/memory/
memory_debug.h 13 #include "base/base_api.h"
14 #include "base/basictypes.h"
16 namespace base { namespace
46 } // namespace base
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 9 #include "base/basictypes.h"
10 #include "base/compiler_specific.h"
11 #include "base/file_path.h"
12 #include "base/gtest_prod_util.h"
13 #include "base/hash_tables.h"
14 #include "base/task.h"
24 class ExternalMetrics : public base::RefCountedThreadSafe<ExternalMetrics> {
26 friend class base::RefCountedThreadSafe<ExternalMetrics>;
79 base::hash_map<std::string, RecordFunctionType> action_recorders_;
82 base::hash_set<std::string> valid_user_actions_
    [all...]
  /external/chromium/chrome/browser/
crash_upload_list.h 9 #include "base/memory/ref_counted.h"
10 #include "base/time.h"
15 class CrashUploadList : public base::RefCountedThreadSafe<CrashUploadList> {
18 CrashInfo(const std::string& c, const base::Time& t);
22 base::Time crash_time;
66 friend class base::RefCountedThreadSafe<CrashUploadList>;
  /external/chromium/chrome/browser/password_manager/
native_backend_gnome_x.h 9 #include "base/basictypes.h"
10 #include "base/time.h"
30 virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin,
31 const base::Time& delete_end);
34 virtual bool GetLoginsCreatedBetween(const base::Time& get_begin,
35 const base::Time& get_end,
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.h 9 #include "base/memory/ref_counted.h"
10 #include "base/message_loop.h"
11 #include "base/observer_list.h"
12 #include "base/values.h"
21 : public base::RefCountedThreadSafe<AsynchronousPolicyLoader> {
47 friend class base::RefCountedThreadSafe<AsynchronousPolicyLoader>;
66 void ScheduleReloadTask(const base::TimeDelta& delay);
101 const base::TimeDelta reload_interval_;
  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier.h 14 #include "base/basictypes.h"
15 #include "base/memory/ref_counted.h"
17 #include "jingle/notifier/base/notifier_options.h"
19 namespace base { namespace
48 scoped_refptr<base::MessageLoopProxy> construction_message_loop_proxy_;
49 scoped_refptr<base::MessageLoopProxy> method_message_loop_proxy_;
50 scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy_;
  /external/chromium/chrome/browser/ui/cocoa/
external_protocol_dialog.h 7 #include "base/time.h"
14 base::Time creation_time_;
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_gtk.h 9 #include "base/memory/weak_ptr.h"
14 public base::SupportsWeakPtr<AutocompletePopupGtk> {
autocomplete_popup_win.h 9 #include "base/memory/weak_ptr.h"
14 public base::SupportsWeakPtr<AutocompletePopupWin> {

Completed in 489 milliseconds

<<11121314151617181920>>