HomeSort by relevance Sort by last modified time
    Searched full:base (Results 51 - 75 of 48320) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/base/
base.target.darwin-arm64.mk 30 base/async_socket_io_handler_posix.cc \
31 base/event_recorder_stubs.cc \
32 base/linux_util.cc \
33 base/message_loop/message_pump_android.cc \
34 base/message_loop/message_pump_libevent.cc \
35 base/metrics/field_trial.cc \
36 base/posix/file_descriptor_shuffle.cc \
37 base/sync_socket_posix.cc \
38 base/third_party/dmg_fp/g_fmt.cc \
39 base/third_party/dmg_fp/dtoa_wrapper.cc
    [all...]
base.target.darwin-mips.mk 30 base/async_socket_io_handler_posix.cc \
31 base/event_recorder_stubs.cc \
32 base/linux_util.cc \
33 base/message_loop/message_pump_android.cc \
34 base/message_loop/message_pump_libevent.cc \
35 base/metrics/field_trial.cc \
36 base/posix/file_descriptor_shuffle.cc \
37 base/sync_socket_posix.cc \
38 base/third_party/dmg_fp/g_fmt.cc \
39 base/third_party/dmg_fp/dtoa_wrapper.cc
    [all...]
base.target.linux-arm.mk 30 base/async_socket_io_handler_posix.cc \
31 base/event_recorder_stubs.cc \
32 base/linux_util.cc \
33 base/message_loop/message_pump_android.cc \
34 base/message_loop/message_pump_libevent.cc \
35 base/metrics/field_trial.cc \
36 base/posix/file_descriptor_shuffle.cc \
37 base/sync_socket_posix.cc \
38 base/third_party/dmg_fp/g_fmt.cc \
39 base/third_party/dmg_fp/dtoa_wrapper.cc
    [all...]
base.target.linux-arm64.mk 30 base/async_socket_io_handler_posix.cc \
31 base/event_recorder_stubs.cc \
32 base/linux_util.cc \
33 base/message_loop/message_pump_android.cc \
34 base/message_loop/message_pump_libevent.cc \
35 base/metrics/field_trial.cc \
36 base/posix/file_descriptor_shuffle.cc \
37 base/sync_socket_posix.cc \
38 base/third_party/dmg_fp/g_fmt.cc \
39 base/third_party/dmg_fp/dtoa_wrapper.cc
    [all...]
base.target.linux-mips.mk 30 base/async_socket_io_handler_posix.cc \
31 base/event_recorder_stubs.cc \
32 base/linux_util.cc \
33 base/message_loop/message_pump_android.cc \
34 base/message_loop/message_pump_libevent.cc \
35 base/metrics/field_trial.cc \
36 base/posix/file_descriptor_shuffle.cc \
37 base/sync_socket_posix.cc \
38 base/third_party/dmg_fp/g_fmt.cc \
39 base/third_party/dmg_fp/dtoa_wrapper.cc
    [all...]
file_util_android.cc 5 #include "base/file_util.h"
7 #include "base/files/file_path.h"
8 #include "base/path_service.h"
10 namespace base { namespace
12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
13 return PathService::Get(base::DIR_CACHE, path);
16 } // namespace base
file_version_info_mac.mm 5 #include "base/file_version_info_mac.h"
9 #include "base/files/file_path.h"
10 #include "base/logging.h"
11 #include "base/mac/bundle_locations.h"
12 #include "base/mac/foundation_util.h"
13 #include "base/strings/sys_string_conversions.h"
23 return CreateFileVersionInfo(base::mac::FrameworkBundlePath());
28 const base::FilePath& file_path) {
29 NSString* path = base::SysUTF8ToNSString(file_path.value());
34 base::string16 FileVersionInfoMac::company_name()
    [all...]
file_version_info_mac.h 10 #include "base/file_version_info.h"
11 #include "base/mac/scoped_nsobject.h"
26 virtual base::string16 company_name() OVERRIDE;
27 virtual base::string16 company_short_name() OVERRIDE;
28 virtual base::string16 product_name() OVERRIDE;
29 virtual base::string16 product_short_name() OVERRIDE;
30 virtual base::string16 internal_name() OVERRIDE;
31 virtual base::string16 product_version() OVERRIDE;
32 virtual base::string16 private_build() OVERRIDE;
33 virtual base::string16 special_build() OVERRIDE
    [all...]
base_paths_android.cc 5 // Defines base::PathProviderAndroid which replaces base::PathProviderPosix for
6 // Android in base/path_service.cc.
10 #include "base/android/jni_android.h"
11 #include "base/android/path_utils.h"
12 #include "base/base_paths.h"
13 #include "base/file_util.h"
14 #include "base/files/file_path.h"
15 #include "base/logging.h"
16 #include "base/process/process_metrics.h
18 namespace base { namespace
    [all...]
  /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/ui/v2/src/
v2_unittest.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...]
  /external/libcxxabi/test/
catch_pointer_reference.cpp 16 // * the handler is of type cv T or cv T& and T is an unambiguous base
33 struct Base {};
34 struct Derived : Base {};
35 struct Derived2 : Base {};
37 struct Private : private Base {};
38 struct Protected : protected Base {};
99 // cv1 Base * cv2
102 assert_catches< Base * , Derived *, Derived>();
103 assert_catches<const Base * , Derived *, Derived>();
104 assert_catches< volatile Base * , Derived *, Derived>()
    [all...]
  /external/chromium_org/cc/resources/
tile_priority.cc 7 #include "base/values.h"
8 #include "cc/base/math_util.h"
12 scoped_ptr<base::Value> WhichTreeAsValue(WhichTree tree) {
15 return scoped_ptr<base::Value>(new base::StringValue("ACTIVE_TREE"));
17 return scoped_ptr<base::Value>(new base::StringValue("PENDING_TREE"));
20 return scoped_ptr<base::Value>(new base::StringValue(
25 scoped_ptr<base::Value> TileResolutionAsValue
    [all...]
  /external/chromium_org/ios/
ios_base.gyp 13 '../base/base.gyp:base',
19 'consumer/base/supports_user_data.cc',
20 'consumer/base/util.mm',
21 'public/consumer/base/supports_user_data.h',
22 'public/consumer/base/util.h',
  /external/eigen/bench/btl/data/
smooth_all.sh 10 BASE=${FILE##*/}
11 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
12 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 2500 15000 ${SMOOTH_DIR}/${BASE}
13 rm -f ${SMOOTH_DIR}/${BASE}_tmp
21 BASE=${FILE##*/}
22 ./smooth ${ORIG_DIR}/${BASE} 4 ${SMOOTH_DIR}/${BASE}_tmp
23 ./regularize ${SMOOTH_DIR}/${BASE}_tmp 50 180 ${SMOOTH_DIR}/${BASE
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_dispatcher_client.cc 7 #include "base/auto_reset.h"
8 #include "base/bind.h"
9 #include "base/run_loop.h"
20 base::MessagePumpDispatcher* dispatcher,
21 base::Closure* run_closure,
22 base::Closure* quit_closure) {
24 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop(dispatcher));
26 scoped_ptr<base::RunLoop> run_loop(new base::RunLoop())
    [all...]
  /external/oprofile/gui/ui/
Makefile.am 1 EXTRA_DIST = oprof_start.base.ui
10 nodist_liboprof_start_a_SOURCES = oprof_start.base.cpp oprof_start.base.moc.cpp
12 oprof_start.base.h: oprof_start.base.ui
15 oprof_start.base.cpp: oprof_start.base.h oprof_start.base.ui
18 oprof_start.base.moc.cpp: oprof_start.base.
    [all...]
  /frameworks/base/data/keyboards/
Generic.kcm 29 base: 'a'
35 base: 'b'
41 base: 'c'
49 base: 'd'
55 base: 'e'
62 base: 'f'
68 base: 'g'
74 base: 'h'
80 base: 'i'
87 base: 'j
    [all...]
Virtual.kcm 26 base: 'a'
32 base: 'b'
38 base: 'c'
46 base: 'd'
52 base: 'e'
59 base: 'f'
65 base: 'g'
71 base: 'h'
77 base: 'i'
84 base: 'j
    [all...]
  /art/test/077-method-override/
expected.txt 1 declaredInBase: Base
7 overridePublicWithPrivate: Base
8 overridePrivateWithPublic: Base
10 overrideVirtualWithStatic: Base
12 overrideStaticWithVirtual: Base
  /ndk/sources/android/support/src/musl-locale/
newlocale.c 6 locale_t newlocale(int mask, const char *name, locale_t base)
10 if (!base) base = calloc(1, sizeof *base);
11 return base;
  /external/chromium_org/net/disk_cache/
cache_util_unittest.cc 5 #include "base/file_util.h"
6 #include "base/files/scoped_temp_dir.h"
19 file1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("file01")));
20 file2_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL(".file02")));
21 dir1_ = base::FilePath(cache_dir_.Append(FILE_PATH_LITERAL("dir01")));
22 file3_ = base::FilePath(dir1_.Append(FILE_PATH_LITERAL("file03")));
23 ASSERT_TRUE(base::CreateDirectory(cache_dir_));
24 FILE *fp = base::OpenFile(file1_, "w");
26 base::CloseFile(fp);
27 fp = base::OpenFile(file2_, "w")
    [all...]
  /external/chromium_org/chrome/common/mac/
app_mode_chrome_locator_unittest.mm 9 #include "base/file_util.h"
10 #include "base/files/file_path.h"
11 #include "base/files/scoped_temp_dir.h"
12 #include "base/path_service.h"
20 void GetChromeBundlePath(base::FilePath* chrome_bundle) {
21 base::FilePath path;
22 PathService::Get(base::DIR_EXE, &path);
24 path = path.ReplaceExtension(base::FilePath::StringType("app"));
31 base::FilePath finder_bundle_path;
34 EXPECT_TRUE(base::DirectoryExists(finder_bundle_path))
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
session_commands.h 10 #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::DictionaryValue& params
    [all...]
  /external/chromium_org/base/test/
test_reg_util_win.cc 5 #include "base/test/test_reg_util_win.h"
7 #include "base/guid.h"
8 #include "base/logging.h"
9 #include "base/strings/string_number_conversions.h"
10 #include "base/strings/string_util.h"
11 #include "base/strings/utf_string_conversions.h"
21 void DeleteStaleTestKeys(const base::Time& now,
22 const base::string16& test_key_root) {
23 base::win::RegKey test_root_key;
31 base::win::RegistryKeyIterator iterator_test_root_key(HKEY_CURRENT_USER
    [all...]

Completed in 695 milliseconds

1 23 4 5 6 7 8 91011>>