Searched refs:base (Results 226 - 250 of 22307) sorted by relevance

1234567891011>>

/external/chromium_org/crypto/
H A Dhkdf.h10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/strings/string_piece.h"
33 HKDF(const base::StringPiece& secret,
34 const base::StringPiece& salt,
35 const base::StringPiece& info,
40 base::StringPiece client_write_key() const {
43 base::StringPiece client_write_iv() const {
46 base::StringPiece server_write_key() const {
49 base
[all...]
/external/chromium_org/media/base/
H A Daudio_renderer.h8 #include "base/callback.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/time/time.h"
11 #include "media/base/media_export.h"
12 #include "media/base/pipeline_status.h"
22 typedef base::Callback<void(base::TimeDelta, base::TimeDelta)> TimeCB;
49 const base::Closure& underflow_cb,
51 const base
[all...]
/external/chromium_org/mojo/shell/
H A Dstorage.cc7 #include "base/environment.h"
8 #include "base/file_util.h"
9 #include "base/logging.h"
10 #include "base/path_service.h"
13 #include "base/base_paths_win.h"
15 #include "base/nix/xdg_util.h"
17 #include "base/base_paths_mac.h"
25 CHECK(PathService::Get(base::DIR_LOCAL_APP_DATA, &profile_path_));
28 scoped_ptr<base::Environment> env(base
[all...]
/external/chromium_org/remoting/host/setup/
H A Dme2me_native_messaging_host.h8 #include "base/memory/ref_counted.h"
9 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/weak_ptr.h"
11 #include "base/threading/thread_checker.h"
16 namespace base { namespace
19 } // namespace base
43 void Start(const base::Closure& quit_closure);
46 void ProcessMessage(scoped_ptr<base::DictionaryValue> message);
52 const base::DictionaryValue& message,
53 scoped_ptr<base
[all...]
/external/chromium_org/remoting/host/win/
H A Dsession_desktop_environment.h8 #include "base/basictypes.h"
9 #include "base/callback.h"
10 #include "base/compiler_specific.h"
11 #include "base/memory/ref_counted.h"
28 scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
29 scoped_refptr<base::SingleThreadTaskRunner> input_task_runner,
30 scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
31 const base::Closure& inject_sas);
34 base::Closure inject_sas_;
43 scoped_refptr<base
[all...]
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.h14 #include "base/strings/string16.h"
15 #include "base/strings/string_util.h"
16 #include "ui/base/ui_export.h"
19 #include "ui/base/l10n/l10n_util_mac.h"
58 UI_EXPORT base::string16 GetDisplayNameForLocale(
64 UI_EXPORT base::string16 GetDisplayNameForCountry(
93 UI_EXPORT base::string16 GetStringUTF16(int message_id);
99 UI_EXPORT base::string16 GetStringFUTF16(
101 const std::vector<base::string16>& replacements,
105 UI_EXPORT base
[all...]
/external/chromium_org/ui/gl/
H A Dgl_implementation_linux.cc7 #include "base/files/file_path.h"
8 #include "base/logging.h"
9 #include "base/native_library.h"
10 #include "base/path_service.h"
19 base::NativeLibrary LoadLibrary(const base::FilePath& filename) {
21 base::NativeLibrary library = base::LoadNativeLibrary(filename, &error);
29 base::NativeLibrary LoadLibrary(const char* filename) {
30 return LoadLibrary(base
[all...]
/external/chromium/net/base/
H A Ddns_reload_timer.cc5 #include "net/base/dns_reload_timer.h"
8 #include "base/lazy_instance.h"
9 #include "base/threading/thread_local_storage.h"
10 #include "base/time.h"
35 const base::TimeDelta kRetryTime = base::TimeDelta::FromSeconds(1);
36 base::TimeTicks now = base::TimeTicks::Now();
37 base::TimeTicks* timer_ptr =
38 static_cast<base
[all...]
H A Ddnssec_chain_verifier.h12 #include "base/string_piece.h"
40 const base::StringPiece& chain);
55 const std::vector<base::StringPiece>& rrdatas() const;
62 ParseTLSTXTRecord(base::StringPiece rrdata);
65 static unsigned MatchingLabels(base::StringPiece a,
66 base::StringPiece b);
73 bool VariableLength16(base::StringPiece*);
74 bool ReadName(base::StringPiece*);
76 bool ReadAheadEntryKey(base::StringPiece*);
77 bool ReadAheadKey(base
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Dquad_test.js7 base.require('base.quad');
8 base.require('base.rect');
10 base.unittest.testSuite('base.quad', function() {
12 var res = base.vecInTriangle2(
21 var res = base.vecInTriangle2(
30 var q = base.Quad.From4Vecs([0, 0],
39 var q = base
[all...]
/external/chromium_org/base/
H A Dfile_version_info.h18 #include "base/base_export.h"
19 #include "base/strings/string16.h"
21 namespace base { namespace
43 const base::FilePath& file_path);
55 // correctly, instead of being the module that contains base.
69 virtual base::string16 company_name() = 0;
70 virtual base::string16 company_short_name() = 0;
71 virtual base::string16 product_name() = 0;
72 virtual base::string16 product_short_name() = 0;
73 virtual base
[all...]
/external/chromium_org/chrome/browser/component_updater/
H A Ddefault_component_installer.h11 #include "base/compiler_specific.h"
12 #include "base/memory/scoped_ptr.h"
13 #include "base/version.h"
16 namespace base { namespace
19 } // namespace base
30 // by |dir|. |dir| is of the form <base directory>/<version>.
31 virtual bool VerifyInstallation(const base::FilePath& dir) const = 0;
41 virtual bool OnCustomInstall(const base::DictionaryValue& manifest,
42 const base::FilePath& install_dir) = 0;
55 const base
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_target_determiner_delegate.h8 #include "base/callback_forward.h"
15 namespace base { namespace
33 typedef base::Callback<void(
34 const base::FilePath& new_virtual_path,
42 typedef base::Callback<void(const base::FilePath& reserved_path,
50 typedef base::Callback<void(const base::FilePath& virtual_path)>
57 typedef base::Callback<void(const base
[all...]
/external/chromium_org/chrome/common/
H A Dchrome_paths_internal.h20 namespace base { namespace
28 bool GetDefaultUserDataDirectory(base::FilePath* result);
30 // This returns the base directory in which Chrome Frame stores user profiles.
33 bool GetChromeFrameUserDataDirectory(base::FilePath* result);
42 void GetUserCacheDirectory(const base::FilePath& profile_dir, base::FilePath* result);
45 bool GetUserDocumentsDirectory(base::FilePath* result);
49 bool GetUserDownloadsDirectorySafe(base::FilePath* result);
53 bool GetUserDownloadsDirectory(base::FilePath* result);
56 bool GetUserMusicDirectory(base
[all...]
/external/chromium_org/chromeos/
H A Dchromeos_paths.cc7 #include "base/files/file_path.h"
8 #include "base/path_service.h"
14 const base::FilePath::CharType kDefaultAppOrderFileName[] =
21 const base::FilePath::CharType kDefaultUserPolicyKeysDir[] =
24 const base::FilePath::CharType kOwnerKeyFileName[] =
27 const base::FilePath::CharType kInstallAttributesFileName[] =
30 const base::FilePath::CharType kUptimeFileName[] =
33 const base::FilePath::CharType kUpdateRebootNeededUptimeFile[] =
36 const base::FilePath::CharType kDeviceLocalAccountExtensionDir[] =
39 const base
[all...]
/external/chromium_org/chrome/installer/util/
H A Dcreate_dir_work_item_unittest.cc7 #include "base/base_paths.h"
8 #include "base/file_util.h"
9 #include "base/files/scoped_temp_dir.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/path_service.h"
12 #include "base/strings/string_util.h"
24 base::ScopedTempDir temp_dir_;
29 base::FilePath parent_dir(temp_dir_.path());
31 base::CreateDirectory(parent_dir);
32 ASSERT_TRUE(base
[all...]
H A Ddelete_tree_work_item_unittest.cc9 #include "base/base_paths.h"
10 #include "base/file_util.h"
11 #include "base/files/scoped_temp_dir.h"
12 #include "base/logging.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/path_service.h"
15 #include "base/strings/string_util.h"
28 base::ScopedTempDir temp_dir_;
48 base::FilePath dir_name_delete(temp_dir_.path());
50 base
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dtoint32.js86 var base = Math.pow(2, 64); variable
87 assertEquals(0, toInt32(base + 0));
88 assertEquals(0, toInt32(base + 1117));
89 assertEquals(4096, toInt32(base + 2234));
90 assertEquals(4096, toInt32(base + 3351));
91 assertEquals(4096, toInt32(base + 4468));
92 assertEquals(4096, toInt32(base + 5585));
93 assertEquals(8192, toInt32(base + 6702));
94 assertEquals(8192, toInt32(base + 7819));
95 assertEquals(8192, toInt32(base
[all...]
H A Darray-bounds-check-removal.js34 function test_do_not_assert_on_non_int32(vector, base) {
36 var a1 = base + 1;
37 var a2 = base + 2;
38 var a3 = base + 3;
39 var a4 = base + 4;
55 function test_base(a, base, condition) {
56 a[base + 1] = 1;
57 a[base + 4] = 2;
58 a[base + 3] = 3;
59 a[base
[all...]
/external/v8/test/mjsunit/
H A Dtoint32.js86 var base = Math.pow(2, 64); variable
87 assertEquals(0, toInt32(base + 0));
88 assertEquals(0, toInt32(base + 1117));
89 assertEquals(4096, toInt32(base + 2234));
90 assertEquals(4096, toInt32(base + 3351));
91 assertEquals(4096, toInt32(base + 4468));
92 assertEquals(4096, toInt32(base + 5585));
93 assertEquals(8192, toInt32(base + 6702));
94 assertEquals(8192, toInt32(base + 7819));
95 assertEquals(8192, toInt32(base
[all...]
/external/chromium_org/media/base/android/
H A Dmedia_decoder_job.h8 #include "base/callback.h"
9 #include "base/memory/weak_ptr.h"
10 #include "base/time/time.h"
11 #include "media/base/android/demuxer_stream_player_params.h"
12 #include "media/base/android/media_codec_bridge.h"
14 namespace base { namespace
33 typedef base::Callback<void(MediaCodecStatus, const base::TimeDelta&,
37 typedef base::Callback<void(size_t)> ReleaseOutputCompletionCallback;
46 void Prefetch(const base
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfileapi_worker_unittest.cc7 #include "base/bind.h"
8 #include "base/bind_helpers.h"
9 #include "base/file_util.h"
10 #include "base/memory/scoped_ptr.h"
36 TestFileSystemForOpenFile(const base::FilePath& local_file_path,
43 virtual void OpenFile(const base::FilePath& file_path,
52 base::Bind(&TestFileSystemForOpenFile::Close, base::Unretained(this)));
62 const base::FilePath local_file_path_;
71 const base
[all...]
H A Dfile_errors.cc7 #include "base/logging.h"
75 base::PlatformFileError FileErrorToPlatformError(FileError error) {
78 return base::PLATFORM_FILE_OK;
81 return base::PLATFORM_FILE_ERROR_FAILED;
84 return base::PLATFORM_FILE_ERROR_IN_USE;
87 return base::PLATFORM_FILE_ERROR_EXISTS;
90 return base::PLATFORM_FILE_ERROR_NOT_FOUND;
93 return base::PLATFORM_FILE_ERROR_ACCESS_DENIED;
96 return base::PLATFORM_FILE_ERROR_TOO_MANY_OPENED;
99 return base
[all...]
/external/chromium_org/chrome/test/base/
H A Duma_histogram_helper.cc5 #include "chrome/test/base/uma_histogram_helper.h"
7 #include "base/bind.h"
8 #include "base/metrics/statistics_recorder.h"
9 #include "base/test/test_timeouts.h"
10 #include "chrome/test/base/ui_test_utils.h"
17 base::Closure callback = base::Bind(&UMAHistogramHelper::FetchCallback,
18 base::Unretained(this));
21 base::MessageLoop::current(),
33 base
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.h10 #include "base/callback_forward.h"
11 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
46 const base::DictionaryValue& params,
47 scoped_ptr<base::Value>* value);
53 const base::DictionaryValue& params,
54 scoped_ptr<base::Value>* value);
59 const base::DictionaryValue& params,
60 scoped_ptr<base::Value>* value);
65 const base
[all...]

Completed in 948 milliseconds

1234567891011>>