Searched refs:base (Results 1 - 25 of 22307) 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/
H A Dbind_helpers.cc5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace 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/base/process/
H A Dlaunch_ios.cc5 #include "base/process/launch.h"
7 namespace base { namespace
13 } // namespace base
/external/chromium_org/tools/gyp/
H A Dgyp7 base=$(dirname "$0")
8 exec python "${base}/gyp_main.py" "$@"
/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/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/sync/internal_api/public/
H A Dnetwork_time_update_callback.h8 #include "base/callback.h"
9 #include "base/time/time.h"
19 // const base::Time& network_time - the new network time.
20 // const base::TimeDelta& resolution - how precise the reading is.
21 // const base::TimeDelta& latency - the http request's latency.
22 typedef base::Callback<void(const base::Time&,
23 const base::TimeDelta&,
24 const base::TimeDelta&)> NetworkTimeUpdateCallback;
/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/chromium_org/ui/base/l10n/
H A Dtime_format.h8 #include "base/basictypes.h"
9 #include "base/strings/string16.h"
10 #include "ui/base/ui_export.h"
12 namespace base { namespace
28 static base::string16 TimeElapsed(const base::TimeDelta& delta);
31 static base::string16 TimeRemaining(const base::TimeDelta& delta);
36 static base::string16 TimeRemainingLong(const base
[all...]
/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/gin/test/
H A Drun_all_unittests.cc5 #include "base/basictypes.h"
6 #include "base/bind.h"
7 #include "base/compiler_specific.h"
8 #include "base/memory/scoped_ptr.h"
9 #include "base/test/launcher/unit_test_launcher.h"
10 #include "base/test/test_suite.h"
13 base::TestSuite test_suite(argc, argv);
15 return base::LaunchUnitTests(
16 argc, argv, base::Bind(&base
[all...]
/external/chromium_org/ui/v2/src/
H A Dv2_unittests.cc5 #include "base/basictypes.h"
6 #include "base/bind.h"
7 #include "base/compiler_specific.h"
8 #include "base/test/launcher/unit_test_launcher.h"
9 #include "base/test/test_suite.h"
12 base::TestSuite test_suite(argc, argv);
13 return base::LaunchUnitTests(
14 argc, argv, base::Bind(&base::TestSuite::Run,
15 base
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dvalidation.h8 #include "base/strings/string16.h"
10 namespace base { namespace
12 } // namespace base;
18 bool IsValidCreditCardExpirationDate(const base::string16& year,
19 const base::string16& month,
20 const base::Time& now);
23 const base::Time& now);
27 bool IsValidCreditCardNumber(const base::string16& text);
30 bool IsValidCreditCardSecurityCode(const base::string16& text);
34 bool IsValidCreditCardSecurityCode(const base
[all...]
/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/webkit/browser/fileapi/
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
41 static base::PlatformFileError CreateOrOpen(
42 const base::FilePath& path,
44 base::PlatformFile* file_handle,
46 static base::PlatformFileError Close(base
[all...]
/external/chromium_org/chrome/common/metrics/variations/
H A Dexperiment_labels.h8 #include "base/metrics/field_trial.h"
9 #include "base/strings/string16.h"
16 base::string16 BuildGoogleUpdateExperimentLabel(
17 const base::FieldTrial::ActiveGroups& active_groups);
23 base::string16 CombineExperimentLabels(const base::string16& variation_labels,
24 const base::string16& other_labels);
29 base::string16 ExtractNonVariationLabels(const base::string16& labels);

Completed in 917 milliseconds

1234567891011>>