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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/process/
launch_ios.cc 5 #include "base/process/launch.h"
7 namespace base { namespace
13 } // namespace base
  /external/chromium_org/webkit/browser/fileapi/
file_permission_policy.cc 7 #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::PLATFORM_FILE_WRITE_ATTRIBUTES
    [all...]
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
33 static base::PlatformFileError CreateOrOpen(
34 const base::FilePath& path,
36 base::PlatformFile* file_handle,
38 static base::PlatformFileError Close(base::PlatformFile file)
    [all...]
  /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
  /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/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/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
  /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();
41 return interval >= base::TimeDelta();
44 base::TimeTicks frame_time
    [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/tools/gn/
source_dir_unittest.cc 10 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.ResolveRelativeFile("./foo") == SourceFile("//base/foo"))
    [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/test/automation/
value_conversion_traits.h 10 namespace base { namespace
16 // ValueConversionTraits contains functions for converting between a base::Value
21 // static base::Value* CreateValueFrom(const T& t);
25 // static bool SetFromValue(const base::Value* value, T* t);
29 // static bool CanConvert(const base::Value* value);
34 static base::Value* CreateValueFrom(int t);
35 static bool SetFromValue(const base::Value* value, int* t);
36 static bool CanConvert(const base::Value* value);
41 static base::Value* CreateValueFrom(bool t);
42 static bool SetFromValue(const base::Value* value, bool* t)
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder.h 10 #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/
state_names.h 5 #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);
  /ndk/sources/android/support/src/locale/
newlocale.c 31 locale_t newlocale(int category_mask, const char* locale, locale_t base) {
33 if (base == LC_GLOBAL_LOCALE)
34 return base;
40 if (base == LC_NULL_LOCALE)
41 base = calloc(1, sizeof(*base));
43 return base;
  /external/chromium_org/cc/resources/
raster_mode.cc 7 #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::Value::CreateStringValue("LOW_QUALITY_RASTER_MODE"))
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_test_util.cc 7 #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::ClosePlatformFile(entry_file)
    [all...]

Completed in 1153 milliseconds

1 2 3 4 5 6 7 8 91011>>