Searched refs:system (Results 126 - 150 of 1077) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/system/
H A Dmock_statistics_provider.h9 #include "chromeos/system/statistics_provider.h"
13 namespace system { namespace in namespace:chromeos
33 } // namespace system
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DFlags.java5 package org.chromium.mojo.system;
/external/chromium_org/mojo/system/
H A Dproxy_message_pipe_endpoint.cc5 #include "mojo/system/proxy_message_pipe_endpoint.h"
10 #include "mojo/system/channel_endpoint.h"
11 #include "mojo/system/local_message_pipe_endpoint.h"
12 #include "mojo/system/message_pipe_dispatcher.h"
15 namespace system { namespace in namespace:mojo
44 } // namespace system
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dupdate-w3c-deps9 from webkitpy.common.system.systemhost import SystemHost
H A Dsvn-unapply176 system "svn", "revert", $escapedFullPath;
190 system "svn", "revert", $escapedFullPath;
196 system "touch", $fullPath;
202 system "svn", "stat", $escapedFullPath;
211 system "svn", "revert", $escapedFullPath;
232 system "svn", "revert", $escapedDir;
236 system "svn", "revert", $escapedDir;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dcrashlogs_unittest.py26 from webkitpy.common.system.crashlogs import CrashLogs
27 from webkitpy.common.system.filesystem_mock import MockFileSystem
28 from webkitpy.common.system.systemhost import SystemHost
29 from webkitpy.common.system.systemhost_mock import MockSystemHost
H A Doutputtee_unittest.py32 from webkitpy.common.system.outputtee import Tee, OutputTee
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dabstractstep.py31 from webkitpy.common.system.executive import ScriptError
/external/clang/test/Sema/
H A Dunused-expr-system-header.c2 #include <unused-expr-system-header.h>
/external/libmtp/examples/
H A Devolution-sync.sh28 # "file:///home/nt271/.evolution/addressbook/local/system
34 EVOLUTION_CONTACTS="file:///home/linus/.evolution/addressbook/local/system"
65 cat $HOME/.evolution/tasks/local/system/tasks.ics \
66 $HOME/.evolution/calendar/local/system/calendar.ics \
/external/sepolicy/
H A Dfile_contexts125 /system(/.*)? u:object_r:system_file:s0
126 /system/bin/sh -- u:object_r:shell_exec:s0
127 /system/bin/run-as -- u:object_r:runas_exec:s0
128 /system/bin/bootanimation u:object_r:bootanim_exec:s0
129 /system/bin/app_process32 u:object_r:zygote_exec:s0
130 /system/bin/app_process64 u:object_r:zygote_exec:s0
131 /system/bin/servicemanager u:object_r:servicemanager_exec:s0
132 /system/bin/surfaceflinger u:object_r:surfaceflinger_exec:s0
133 /system/bin/drmserver u:object_r:drmserver_exec:s0
134 /system/bi
[all...]
/external/chromium_org/ash/system/audio/
H A Dtray_audio.h8 #include "ash/system/audio/audio_observer.h"
9 #include "ash/system/tray/tray_image_item.h"
14 namespace system { namespace in namespace:ash
26 scoped_ptr<system::TrayAudioDelegate> audio_delegate);
34 scoped_ptr<system::TrayAudioDelegate> audio_delegate_;
H A Dvolume_view.h8 #include "ash/system/tray/actionable_view.h"
22 namespace system { namespace in namespace:ash
36 system::TrayAudioDelegate* audio_delegate,
69 system::TrayAudioDelegate* audio_delegate_;
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_chromeos.h24 namespace system { namespace in namespace:chromeos
70 chromeos::system::AutomaticRebootManager* automatic_reboot_manager() {
96 scoped_ptr<chromeos::system::AutomaticRebootManager>
/external/chromium_org/chrome/browser/policy/
H A Ddevice_management_service_configuration.cc15 #include "chromeos/system/statistics_provider.h"
45 chromeos::system::StatisticsProvider* provider =
46 chromeos::system::StatisticsProvider::GetInstance();
49 if (!provider->GetMachineStatistic(chromeos::system::kHardwareClassKey,
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DBindingsTestUtils.java8 import org.chromium.mojo.system.Handle;
9 import org.chromium.mojo.system.MojoException;
10 import org.chromium.mojo.system.Pair;
/external/chromium_org/remoting/tools/
H A Drun_webapp_unittest.py17 """Locates the chrome binary on the system."""
19 if platform.system() == 'Darwin': # Darwin == MacOSX
22 elif platform.system() == 'Linux':
82 print 'Cannot locate the chrome binary in your system.'
88 os.system(command_line)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer_unittest.py34 from webkitpy.common.system.filesystem_mock import MockFileSystem
35 from webkitpy.common.system.executive_mock import MockExecutive2, ScriptError
36 from webkitpy.common.system.outputcapture import OutputCapture
/external/oprofile/
H A Dopimport_pull46 os.system("rm -fr " + output_dir)
59 result = os.system("adb%s pull /data/oprofile/samples %s/raw_samples "
66 result = os.system("adb%s pull /data/oprofile/abi %s/abi "
91 os.system(cmd)
117 os.system(cmd)
122 os.system(oprofile_bin_dir + "/opreport --session-dir=.")
/external/replicaisland/src/com/replica/replicaisland/
H A DRenderComponent.java54 RenderSystem system = sSystemRegistry.renderSystem;
55 if (system != null) {
71 system.scheduleForDraw(mDrawable, mPositionWorkspace, mPriority, mCameraRelative);
73 // Normally the render system releases drawable objects back to the factory
74 // pool, but in this case we're short-circuiting the render system, so we
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dset_time_ui.cc8 #include "ash/system/tray/system_tray_delegate.h"
9 #include "ash/system/user/login_status.h"
15 #include "chrome/browser/chromeos/system/timezone_util.h"
33 public system::TimezoneSettings::Observer {
36 system::TimezoneSettings::GetInstance()->AddObserver(this);
42 system::TimezoneSettings::GetInstance()->RemoveObserver(this);
59 // system::SystemClockClient::Observer:
64 // system::TimezoneSettings::Observer:
67 system::TimezoneSettings::GetTimezoneID(timezone));
72 // Handler for Javascript call to set the system cloc
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinfo_private_api.cc16 #include "chrome/browser/chromeos/system/timezone_util.h"
23 #include "chromeos/system/statistics_provider.h"
159 chromeos::system::StatisticsProvider* provider =
160 chromeos::system::StatisticsProvider::GetInstance();
161 provider->GetMachineStatistic(chromeos::system::kHardwareClassKey, &hwid);
165 chromeos::system::StatisticsProvider* provider =
166 chromeos::system::StatisticsProvider::GetInstance();
167 provider->GetMachineStatistic(chromeos::system::kCustomizationIdKey,
192 scoped_ptr<base::ListValue> values = chromeos::system::GetTimezoneList();
/external/junit/src/org/junit/runner/
H A DJUnitCore.java50 * @param system
52 public static void runMainAndExit(JUnitSystem system, String... args) { argument
53 Result result= new JUnitCore().runMain(system, args);
54 system.exit(result.wasSuccessful() ? 0 : 1);
81 * @param system
83 public Result runMain(JUnitSystem system, String... args) { argument
84 system.out().println("JUnit version " + Version.id());
91 system.out().println("Could not find class: " + each);
96 RunListener listener= new TextListener(system);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.cc23 #include "chromeos/system/statistics_provider.h"
69 chromeos::system::StatisticsProvider* provider =
70 chromeos::system::StatisticsProvider::GetInstance();
81 chromeos::system::StatisticsProvider* provider =
82 chromeos::system::StatisticsProvider::GetInstance();
187 chromeos::system::StatisticsProvider* provider =
188 chromeos::system::StatisticsProvider::GetInstance();
205 return GetMachineStatistic(chromeos::system::kHardwareClassKey);
241 GetMachineStatistic(chromeos::system::kOemDeviceRequisitionKey);
253 GetMachineFlag(chromeos::system
[all...]
/external/qemu/android/
H A Dmain-common.c69 * system directory in the case of a SDK installation.
168 derror("Your system directory is missing the '%s' image file.\n"
178 /* legacy support: we used to use -system <dir> and -image <file>
179 * instead of -sysdir <dir> and -system <file>, so handle this by checking
183 if (opts->system != NULL) {
185 derror( "You can't use -sysdir, -system and -image at the same time.\n"
186 "You should probably use '-sysdir <path> -system <file>'.\n" );
190 dwarning( "Please note that -image is obsolete and that -system is now used to point\n"
191 "to the system image. Next time, try using '-sysdir <path> -system <fil
[all...]

Completed in 678 milliseconds

1234567891011>>