Searched refs:base (Results 1 - 25 of 19813) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/src/
H A Dcc.js7 base.require('cc.layer_tree_host_impl');
8 base.require('cc.layer_tree_host_impl_view');
9 base.require('cc.picture');
10 base.require('cc.picture_view');
11 base.require('cc.raster_task_slice_view');
12 base.require('cc.tile');
13 base.require('cc.tile_view');
15 base.exportTo('cc', function() {
H A Dtcmalloc.js7 base.require('tcmalloc.heap');
8 base.require('tcmalloc.tcmalloc_instance_view');
9 base.require('tcmalloc.tcmalloc_snapshot_view');
11 base.exportTo('tcmalloc', function() {
/external/chromium-trace/trace-viewer/src/tracing/
H A Dstandalone_timeline_view.js7 base.require('tracing.timeline_view');
8 base.require('tracing.importer');
H A Dimporter.js7 base.require('tracing.importer.linux_perf_importer');
8 base.require('tracing.importer.trace_event_importer');
9 base.require('tracing.importer.v8_log_importer');
/external/chromium_org/base/process/
H A Dlaunch_ios.cc5 #include "base/process/launch.h"
7 namespace base { namespace
13 } // namespace base
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-137.js32 var base = strNum / 16; variable
34 var base = base - (rem / 16); // base is now HeapNumber with valid Smi value. variable
36 switch(base) {
/external/v8/test/mjsunit/regress/
H A Dregress-137.js32 var base = strNum / 16; variable
34 var base = base - (rem / 16); // base is now HeapNumber with valid Smi value. variable
36 switch(base) {
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_permission_policy.cc7 #include "base/platform_file.h"
11 const int kReadFilePermissions = base::PLATFORM_FILE_OPEN |
12 base::PLATFORM_FILE_READ |
13 base::PLATFORM_FILE_EXCLUSIVE_READ |
14 base::PLATFORM_FILE_ASYNC;
16 const int kWriteFilePermissions = base::PLATFORM_FILE_OPEN |
17 base::PLATFORM_FILE_WRITE |
18 base::PLATFORM_FILE_EXCLUSIVE_WRITE |
19 base::PLATFORM_FILE_ASYNC |
20 base
[all...]
H A Dnative_file_util.h8 #include "base/files/file_path.h"
9 #include "base/files/file_util_proxy.h"
10 #include "base/memory/scoped_ptr.h"
11 #include "base/platform_file.h"
15 namespace base { namespace
33 static base::PlatformFileError CreateOrOpen(
34 const base::FilePath& path,
36 base::PlatformFile* file_handle,
38 static base::PlatformFileError Close(base
[all...]
/external/chromium_org/content/common/
H A Dfile_utilities_messages.h17 base::FilePath /* path */,
18 base::PlatformFileInfo /* result */,
19 base::PlatformFileError /* status */)
/external/chromium_org/base/time/
H A Dclock.cc5 #include "base/time/clock.h"
7 namespace base { namespace
11 } // namespace base
H A Dtick_clock.cc5 #include "base/time/tick_clock.h"
7 namespace base { namespace
11 } // namespace base
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.h5 #include "base/time/time.h"
7 namespace base { namespace
11 void HighResSleepForTraceTest(base::TimeDelta elapsed);
14 } // namespace base
/external/libsepol/tests/
H A Dtest-linker-cond-map.h24 extern void base_cond_tests(policydb_t * base);
25 extern void module_cond_tests(policydb_t * base);
H A Dtest-linker-types.h24 extern void base_type_tests(policydb_t * base);
25 extern void module_type_tests(policydb_t * base);
/external/bison/lib/
H A Dstripslash.c33 char *base = last_component (file); local
39 if (! *base)
40 base = file;
41 base_lim = base + base_len (base);
/external/chromium_org/base/
H A Dcritical_closure.h8 #include "base/callback.h"
10 namespace base { namespace
20 // MakeCriticalClosure(base::Bind(&WriteToDiskTask, path_, data)));
26 base::Closure MakeCriticalClosure(const base::Closure& closure);
28 inline base::Closure MakeCriticalClosure(const base::Closure& closure) {
35 } // namespace base
/external/chromium_org/net/base/
H A Dload_timing_info.h8 #include "base/basictypes.h"
9 #include "base/time/time.h"
10 #include "net/base/net_export.h"
70 base::TimeTicks dns_start;
71 base::TimeTicks dns_end;
84 base::TimeTicks connect_start;
85 base::TimeTicks connect_end;
90 base::TimeTicks ssl_start;
91 base::TimeTicks ssl_end;
118 // Start time as a base
[all...]
/external/chromium_org/tools/gn/
H A Dsource_dir_unittest.cc10 SourceDir base("//base/");
13 EXPECT_TRUE(base.ResolveRelativeFile("") == SourceFile());
16 EXPECT_TRUE(base.ResolveRelativeFile("//foo/bar/") == SourceFile());
17 EXPECT_TRUE(base.ResolveRelativeFile("bar/") == SourceFile());
20 EXPECT_TRUE(base.ResolveRelativeFile("//foo") == SourceFile("//foo"));
21 EXPECT_TRUE(base.ResolveRelativeFile("/foo") == SourceFile("/foo"));
24 EXPECT_TRUE(base.ResolveRelativeFile("foo") == SourceFile("//base/foo"));
25 EXPECT_TRUE(base
[all...]
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_finder.h10 #include "base/callback_forward.h"
12 namespace base { namespace
17 bool FindChrome(base::FilePath* browser_exe);
22 const base::Callback<bool(const base::FilePath&)>& exists_func,
23 const std::vector<base::FilePath>& rel_paths,
24 const std::vector<base::FilePath>& locations,
25 base::FilePath* out_path);
/external/chromium_org/components/autofill/core/browser/
H A Dstate_names.h5 #include "base/strings/string16.h"
15 base::string16 GetAbbreviationForName(const base::string16& name);
19 base::string16 GetNameForAbbreviation(const base::string16& abbreviation);
24 void GetNameAndAbbreviation(const base::string16& value,
25 base::string16* name,
26 base::string16* abbreviation);
/external/chromium_org/cc/resources/
H A Draster_mode.cc7 #include "base/logging.h"
8 #include "base/memory/scoped_ptr.h"
9 #include "base/values.h"
13 scoped_ptr<base::Value> RasterModeAsValue(RasterMode raster_mode) {
16 return scoped_ptr<base::Value>(
17 base::Value::CreateStringValue("HIGH_QUALITY_NO_LCD_RASTER_MODE"));
19 return scoped_ptr<base::Value>(
20 base::Value::CreateStringValue("HIGH_QUALITY_RASTER_MODE"));
22 return scoped_ptr<base::Value>(
23 base
[all...]
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_test_util.cc7 #include "base/file_util.h"
15 const base::FilePath& cache_path) {
16 base::FilePath entry_file_path = cache_path.AppendASCII(
18 int flags = base::PLATFORM_FILE_CREATE_ALWAYS | base::PLATFORM_FILE_WRITE;
19 base::PlatformFile entry_file =
20 base::CreatePlatformFile(entry_file_path, flags, NULL, NULL);
22 if (base::kInvalidPlatformFileValue == entry_file)
24 if (base::WritePlatformFile(entry_file, 0, "dummy", 1) != 1)
26 if (!base
[all...]
/external/chromium_org/chrome/browser/ui/
H A Duser_data_dir_dialog.h8 namespace base { namespace
18 base::FilePath ShowUserDataDirDialog(const base::FilePath& user_data_dir);
/external/chromium_org/chrome/common/importer/
H A Die_importer_utils_win.h8 #include "base/strings/string16.h"
14 base::string16 GetIEFavoritesOrderKey();
18 base::string16 GetIE7PasswordsKey();
22 base::string16 GetIESettingsKey();

Completed in 2252 milliseconds

1234567891011>>