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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/cc/scheduler/
delay_based_time_source.h 10 #include "base/memory/weak_ptr.h"
11 #include "base/values.h"
12 #include "cc/base/cc_export.h"
14 namespace base { class SingleThreadTaskRunner; } namespace
28 // delays. DelayBasedTimeSource uses base::TimeTicks::Now as its timebase.
30 : public base::RefCounted<DelayBasedTimeSource> {
33 base::TimeDelta interval, base::SingleThreadTaskRunner* task_runner);
38 virtual void SetTimebaseAndInterval(base::TimeTicks timebase,
39 base::TimeDelta interval)
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_test_util.h 8 #include "base/basictypes.h"
9 #include "base/files/scoped_temp_dir.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/test/scoped_path_override.h"
15 #include "base/test/test_reg_util_win.h"
44 base::FilePath GetFakeAppDataPath() const;
46 base::FilePath GetFakeLocalAppDataPath() const;
49 void SetCustomPicasaAppDataPath(const base::FilePath& path);
50 base::FilePath GetFakePicasaFoldersRootPath() const
    [all...]
  /external/chromium_org/content/common/
plugin_constants_win.cc 9 const base::char16 kNativeWindowClassName[] = L"NativeWindowClass";
10 const base::char16 kWrapperNativeWindowClassName[] =
12 const base::char16 kPluginNameAtomProperty[] = L"PluginNameAtom";
13 const base::char16 kPluginVersionAtomProperty[] = L"PluginVersionAtom";
14 const base::char16 kDummyActivationWindowName[] = L"DummyWindowForActivation";
15 const base::char16 kPaintMessageName[] = L"Chrome_CustomPaintil";
16 const base::char16 kRegistryMozillaPlugins[] = L"SOFTWARE\\MozillaPlugins";
17 const base::char16 kMozillaActiveXPlugin[] = L"npmozax.dll";
18 const base::char16 kNewWMPPlugin[] = L"np-mswmp.dll";
19 const base::char16 kOldWMPPlugin[] = L"npdsplay.dll"
    [all...]
  /external/chromium_org/base/
barrier_closure_unittest.cc 5 #include "base/barrier_closure.h"
7 #include "base/bind.h"
16 base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count)));
18 base::Closure barrierClosure = base::BarrierClosure(0, doneClosure);
24 base::Closure doneClosure(base::Bind(&Increment, base::Unretained(&count)))
    [all...]
  /external/chromium_org/base/test/
run_all_unittests.cc 5 #include "base/at_exit.h"
6 #include "base/bind.h"
7 #include "base/test/launcher/unit_test_launcher.h"
8 #include "base/test/test_suite.h"
11 #include "base/android/jni_android.h"
12 #include "base/test/test_file_util.h"
17 class NoAtExitBaseTestSuite : public base::TestSuite {
20 : base::TestSuite(argc, argv, false) {
32 JNIEnv* env = base::android::AttachCurrentThread();
35 base::AtExitManager at_exit
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_finder.cc 10 #include "base/base_paths.h"
11 #include "base/bind.h"
12 #include "base/callback.h"
13 #include "base/file_util.h"
14 #include "base/files/file_path.h"
15 #include "base/path_service.h"
19 #include "base/base_paths_win.h"
20 #include "base/win/windows_version.h"
26 void GetApplicationDirs(std::vector<base::FilePath>* locations) {
27 std::vector<base::FilePath> installation_locations
    [all...]
  /external/chromium_org/content/renderer/pepper/
DEPS 7 "+media/base",
10 "+ui/base/ime",
11 "+ui/base/range",
  /external/chromium_org/ipc/
run_all_unittests.cc 5 #include "base/at_exit.h"
6 #include "base/bind.h"
7 #include "base/test/launcher/unit_test_launcher.h"
8 #include "base/test/test_suite.h"
11 #include "base/android/jni_android.h"
12 #include "base/test/test_file_util.h"
17 class NoAtExitBaseTestSuite : public base::TestSuite {
20 : base::TestSuite(argc, argv, false) {
32 JNIEnv* env = base::android::AttachCurrentThread();
35 base::AtExitManager at_exit
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_histograms.h 10 #include "base/memory/ref_counted.h"
11 #include "base/time/time.h"
12 #include "net/base/net_export.h"
14 namespace base { namespace
26 void AddRequestTime(base::TimeDelta time) const;
27 void AddUnusedIdleTime(base::TimeDelta time) const;
28 void AddReusedIdleTime(base::TimeDelta time) const;
32 base::HistogramBase* socket_type_;
33 base::HistogramBase* request_time_;
34 base::HistogramBase* unused_idle_time_
    [all...]
  /external/chromium_org/sync/syncable/
DEPS 2 "+net/base/escape.h",
4 "+sync/base",
5 "+sync/internal_api/public/base",
  /external/chromium_org/ui/wm/test/
DEPS 3 "+ui/base/ime/text_input_focus_manager.h",
4 "+ui/base/resource/resource_bundle.h",
5 "+ui/base/ui_base_paths.h",
  /frameworks/base/cmds/bu/
bu 3 base=/system
4 export CLASSPATH=$base/framework/bu.jar
5 exec app_process $base/bin com.android.commands.bu.Backup "$@"
  /frameworks/base/cmds/dpm/
dpm 3 base=/system
4 export CLASSPATH=$base/framework/dpm.jar
5 exec app_process $base/bin com.android.commands.dpm.Dpm "$@"
  /frameworks/base/cmds/requestsync/
requestsync 3 base=/system
4 export CLASSPATH=$base/framework/requestsync.jar
5 exec app_process $base/bin com.android.commands.requestsync.RequestSync "$@"
  /frameworks/base/cmds/settings/
settings 3 base=/system
4 export CLASSPATH=$base/framework/settings.jar
5 exec app_process $base/bin com.android.commands.settings.SettingsCmd "$@"
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution_dummy.cc 15 #include "base/files/file_path.h"
16 #include "base/logging.h"
17 #include "base/values.h"
24 new NonUpdatingAppRegistrationData(base::string16()))) {
34 const base::FilePath& local_data_path,
35 const base::string16& distribution_data) {
38 base::string16 GoogleChromeDistribution::GetActiveSetupGuid() {
39 return base::string16();
42 base::string16 GoogleChromeDistribution::GetBaseAppName() {
43 return base::string16()
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
test_util.cc 9 #include "base/json/json_reader.h"
10 #include "base/logging.h"
15 scoped_ptr<base::Value> ReadJson(const base::StringPiece& json) {
18 scoped_ptr<base::Value> result(base::JSONReader::ReadAndReturnError(
20 base::JSON_ALLOW_TRAILING_COMMAS,
28 scoped_ptr<base::ListValue> List(base::Value* a) {
29 scoped_ptr<base::ListValue> list(new base::ListValue())
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
util.cc 7 #include "base/values.h"
12 bool GetItemFromList(const base::ListValue& from, int index, int* out) {
16 bool GetItemFromList(const base::ListValue& from, int index, bool* out) {
20 bool GetItemFromList(const base::ListValue& from, int index, double* out) {
24 bool GetItemFromList(const base::ListValue& from, int index, std::string* out) {
28 bool GetItemFromList(const base::ListValue& from,
30 linked_ptr<base::Value>* out) {
31 const base::Value* value = NULL;
38 bool GetItemFromList(const base::ListValue& from, int index,
39 linked_ptr<base::DictionaryValue>* out)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
libjingle.gyp 311 'base/asyncfile.cc',
312 'base/asyncfile.h',
313 'base/asynchttprequest.cc',
314 'base/asynchttprequest.h',
315 'base/asyncinvoker.cc',
316 'base/asyncinvoker.h',
317 'base/asyncpacketsocket.h',
318 'base/asyncresolverinterface.h',
319 'base/asyncsocket.cc',
320 'base/asyncsocket.h'
    [all...]
  /external/chromium_org/cloud_print/service/win/
service_utils.h 8 #include "base/strings/string16.h"
10 namespace base { namespace
14 base::string16 ReplaceLocalHostInName(const base::string16& user_name);
15 base::string16 GetCurrentUserName();
16 void CopyChromeSwitchesFromCurrentProcess(base::CommandLine* destination);
  /external/chromium_org/components/nacl/common/
nacl_debug_exception_handler_win.h 8 #include "base/callback.h"
9 #include "base/message_loop/message_loop.h"
10 #include "base/process/process.h"
13 base::ProcessHandle nacl_process,
15 base::MessageLoopProxy* message_loop,
16 const base::Callback<void(bool)>& on_connected);
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call.C 3 struct Base {
7 void Base::abc(void) const {}
9 void FUNC(Base* p) {
10 p->Base::abc();
13 // CHECK: getelementptr inbounds (void (%struct.Base*)** bitcast ([3 x i8*]* @_ZTV4Base to void (%struct.Base*)**), i64 2)
  /device/htc/flounder/VolantisKeyboard/res/raw/
keyboard_layout_volantis_english_us.kcm 25 base: '`'
31 base: '1'
37 base: '2'
43 base: '3'
49 base: '4'
55 base: '5'
61 base: '6'
67 base: '7'
73 base: '8'
79 base: '9
    [all...]
keyboard_layout_volantis_japanese.kcm 27 base: '\\'
33 base: '1'
39 base: '2'
45 base: '3'
51 base: '4'
57 base: '5'
63 base: '6'
69 base: '7'
75 base: '8'
81 base: '9
    [all...]
  /frameworks/base/packages/InputDevices/res/raw/
keyboard_layout_english_us.kcm 27 base: '`'
33 base: '1'
39 base: '2'
45 base: '3'
51 base: '4'
57 base: '5'
63 base: '6'
69 base: '7'
75 base: '8'
81 base: '9
    [all...]

Completed in 518 milliseconds

1 2 34 5 6 7 8 91011>>