HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 1 - 25 of 24311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/
bind_helpers.cc 5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace base
critical_closure.h 8 #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/
launch_ios.cc 5 #include "base/process/launch.h"
7 namespace base { namespace
13 } // namespace base
  /external/chromium_org/tools/gyp/
gyp 7 base=$(dirname "$0")
8 exec python "${base}/gyp_main.py" "$@"
  /external/chromium_org/content/common/
file_utilities_messages.h 17 base::FilePath /* path */,
18 base::PlatformFileInfo /* result */,
19 base::PlatformFileError /* status */)
  /external/chromium_org/base/time/
clock.cc 5 #include "base/time/clock.h"
7 namespace base { namespace
11 } // namespace base
tick_clock.cc 5 #include "base/time/tick_clock.h"
7 namespace base { namespace
11 } // namespace base
  /external/chromium_org/sync/internal_api/public/
network_time_update_callback.h 8 #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;
  /frameworks/base/core/java/android/content/
MutableContextWrapper.java 20 * Special version of {@link ContextWrapper} that allows the base context to
24 public MutableContextWrapper(Context base) {
25 super(base);
29 * Change the base context for this ContextWrapper. All calls will then be
30 * delegated to the base context. Unlike ContextWrapper, the base context
33 * @param base The new base context for this wrapper.
35 public void setBaseContext(Context base) {
36 mBase = base;
    [all...]
  /external/chromium_org/base/debug/
trace_event_unittest.h 5 #include "base/time/time.h"
7 namespace base { namespace
11 void HighResSleepForTraceTest(base::TimeDelta elapsed);
14 } // namespace base
  /external/libsepol/tests/
test-linker-cond-map.h 24 extern void base_cond_tests(policydb_t * base);
25 extern void module_cond_tests(policydb_t * base);
test-linker-types.h 24 extern void base_type_tests(policydb_t * base);
25 extern void module_type_tests(policydb_t * base);
  /external/chromium_org/ui/base/l10n/
time_format.h 8 #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::TimeDelta& delta)
    [all...]
  /external/bison/lib/
stripslash.c 33 char *base = last_component (file); local
39 if (! *base)
40 base = file;
41 base_lim = base + base_len (base);
  /external/chromium_org/gin/test/
run_all_unittests.cc 5 #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::TestSuite::Run
    [all...]
  /external/chromium_org/ui/v2/src/
v2_unittests.cc 5 #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::Unretained(&test_suite)))
    [all...]
  /ndk/sources/android/support/src/musl-locale/
newlocale.c 5 locale_t newlocale(int mask, const char *name, locale_t base)
9 if (!base) base = calloc(1, sizeof *base);
10 return base;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 32 char *base = last_component (file); local
38 if (! *base)
39 base = file;
40 base_lim = base + base_len (base);
  /external/chromium_org/components/autofill/core/browser/android/
test_auxiliary_profile_loader_android.h 8 #include "base/compiler_specific.h"
22 virtual base::string16 GetFirstName() const OVERRIDE;
23 virtual base::string16 GetMiddleName() const OVERRIDE;
24 virtual base::string16 GetLastName() const OVERRIDE;
25 virtual base::string16 GetSuffix() const OVERRIDE;
27 virtual base::string16 GetStreet() const OVERRIDE;
28 virtual base::string16 GetCity() const OVERRIDE;
29 virtual base::string16 GetNeighborhood() const OVERRIDE;
30 virtual base::string16 GetPostalCode() const OVERRIDE;
31 virtual base::string16 GetRegion() const OVERRIDE
    [all...]
  /external/chromium_org/cc/output/
begin_frame_args.h 8 #include "base/time/time.h"
9 #include "cc/base/cc_export.h"
19 static BeginFrameArgs Create(base::TimeTicks frame_time,
20 base::TimeTicks deadline,
21 base::TimeDelta interval);
28 static base::TimeDelta DefaultDeadlineAdjustment();
32 static base::TimeDelta DefaultInterval();
38 static base::TimeDelta DefaultRetroactiveBeginFramePeriod();
40 bool IsValid() const { return interval >= base::TimeDelta(); }
42 base::TimeTicks frame_time
    [all...]
  /external/chromium_org/components/autofill/core/browser/
validation.h 8 #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::string16& code
    [all...]
  /external/chromium_org/net/base/
load_timing_info.h 8 #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::Time, so times can be coverted into actual times
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.h 8 #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::PlatformFile file)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
test_extension_dir.h 8 #include "base/files/file_path.h"
9 #include "base/files/scoped_temp_dir.h"
10 #include "base/strings/string_piece.h"
24 void WriteManifest(base::StringPiece manifest);
28 void WriteFile(const base::FilePath::StringType& filename,
29 base::StringPiece contents);
33 base::FilePath Pack();
36 base::FilePath unpacked_path() {
42 base::ScopedTempDir dir_;
45 base::ScopedTempDir crx_dir_
    [all...]
  /external/chromium_org/chrome/common/metrics/variations/
experiment_labels.h 8 #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 2362 milliseconds

1 2 3 4 5 6 7 8 91011>>