/external/avahi/docs/ |
DBUS-API | 9 nicely, you can also view our online copy under "Developing with Avahi" here:
|
/hardware/libhardware/modules/thermal/ |
thermal.c | 36 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" 87 int vals, cpu_num, online; local 126 // Read online CPU information. 129 online = 0; 132 // /sys/devices/system/cpu/cpu0/online is missing on some systems, because cpu0 can't 134 online = cpu_num == 0; 135 } else if (1 != fscanf(cpu_file, "%d", &online)) { 136 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__, 149 .is_online = online
|
/ndk/docs/ |
README.md | 4 Most of the docs are now hosted online at https://developer.android.com/ndk/.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
httplib2-example.html | 21 <td class='online-navigation'><a rel="prev" title="1.1.3 response Objects" 24 <td class='online-navigation'><a rel="parent" title="1.1 httplib2 A comprehensive" 27 <td class='online-navigation'><a rel="next" title="About this document ..." 31 <td class='online-navigation'><a rel="contents" title="Table of Contents" 34 <td class='online-navigation'><img src='blank.png' 36 <td class='online-navigation'><img src='blank.png' 39 <div class='online-navigation'> 151 <div class='online-navigation'> 155 <td class='online-navigation'><a rel="prev" title="1.1.3 response Objects" 158 <td class='online-navigation'><a rel="parent" title="1.1 httplib2 A comprehensive [all...] |
response-objects.html | 22 <td class='online-navigation'><a rel="prev" title="1.1.2 cache Objects" 25 <td class='online-navigation'><a rel="parent" title="1.1 httplib2 A comprehensive" 28 <td class='online-navigation'><a rel="next" title="1.1.4 Examples" 32 <td class='online-navigation'><a rel="contents" title="Table of Contents" 35 <td class='online-navigation'><img src='blank.png' 37 <td class='online-navigation'><img src='blank.png' 40 <div class='online-navigation'> 114 <div class='online-navigation'> 118 <td class='online-navigation'><a rel="prev" title="1.1.2 cache Objects" 121 <td class='online-navigation'><a rel="parent" title="1.1 httplib2 A comprehensive [all...] |
module-httplib2.html | 21 <td class='online-navigation'><a rel="prev" title="1. Reference" 24 <td class='online-navigation'><a rel="parent" title="1. Reference" 27 <td class='online-navigation'><a rel="next" title="1.1.1 http Objects" 31 <td class='online-navigation'><a rel="contents" title="Table of Contents" 34 <td class='online-navigation'><img src='blank.png' 36 <td class='online-navigation'><img src='blank.png' 39 <div class='online-navigation'> 228 <p><br /></p><hr class='online-navigation' /> 229 <div class='online-navigation'> 243 <div class='online-navigation' [all...] |
/external/autotest/server/site_tests/power_ChargeStatus/ |
control | 13 online value is "no". 15 online value is "yes".
|
power_ChargeStatus.py | 53 online value. 59 raise error.TestFail("AC is not online and BAT state is %s." 67 online value. 79 "power_supply_info | egrep 'online'").stdout.strip()
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
perf_control_devicetest.py | 32 for _, online, governor in cpu_info: 33 self.assertTrue(online)
|
/external/chromium-trace/catapult/third_party/gsutil/ |
README.md | 25 online at: 33 You can also browse the help pages online at:
|
/external/v8/tools/ |
cpu.sh | 21 echo 1 > $CPUPATH/cpu$i/online 23 echo 0 > $CPUPATH/cpu$i/online
|
/system/extras/simpleperf/ |
cpu_hotplug_test.cpp | 96 std::string filename = android::base::StringPrintf("/sys/devices/system/cpu/cpu%d/online", cpu); 102 static void SetCpuOnline(int cpu, bool online) { 103 if (IsCpuOnline(cpu) == online) { 106 std::string filename = android::base::StringPrintf("/sys/devices/system/cpu/cpu%d/online", cpu); 107 std::string content = online ? "1" : "0"; 110 CHECK_EQ(online, IsCpuOnline(cpu)) << "set cpu " << cpu << (online ? " online" : " offline")
|
/system/webservd/test-client/ |
main.cc | 50 void LogServerOnlineStatus(bool online) { 52 << ((online) ? "online" : "offline"); 87 base::Bind(&LogServerOnlineStatus, true /* online */), 92 base::Bind(&LogServerOnlineStatus, true /* online */),
|
/device/huawei/angler/ |
init.angler.rc | 229 chown system system /sys/devices/system/cpu/cpu4/online 230 chmod 0660 /sys/devices/system/cpu/cpu4/online 231 chown system system /sys/devices/system/cpu/cpu5/online 232 chmod 0660 /sys/devices/system/cpu/cpu5/online 233 chown system system /sys/devices/system/cpu/cpu6/online 234 chmod 0660 /sys/devices/system/cpu/cpu6/online 235 chown system system /sys/devices/system/cpu/cpu7/online 236 chmod 0660 /sys/devices/system/cpu/cpu7/online 238 #set cpu4,5 online first, or they can't get into low power consumption mode 239 write /sys/devices/system/cpu/cpu4/online [all...] |
/device/htc/flounder/thermal/ |
thermal.c | 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" 144 int vals, cpu_num, online; local 194 // Read online CPU information. 197 online = 0; 203 if (1 != fscanf(cpu_file, "%d", &online)) { 204 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__, 216 .is_online = online
|
/docs/source.android.com/ |
README | 39 out/target/common/docs/online-sac directory with these contents: 66 make online-sac-docs 69 <root>/out/target/common/docs/online-sac 74 /master/out/target/common/docs/online-sac \
|
/external/autotest/client/common_lib/cros/ |
dbus_send_unittests.py | 40 variant string "online" 131 variant string "online" 151 'ConnectionState': 'online', 170 'State': 'online',
|
/external/autotest/client/site_tests/network_CDMAActivate/ |
control | 24 After an online payment to activate a CDMA network, shill issues an OTASP
|
/external/autotest/client/site_tests/network_LTEActivate/ |
control | 22 After an online payment to activate a network, shill keeps track of service
|
/external/autotest/client/site_tests/power_ProbeDriver/ |
control.probe_bat | 17 - One of ACs is online.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
README | 10 Online documentation is at http://pythonhosted.org/six/.
|
/external/chromium-trace/catapult/third_party/six/ |
README | 10 Online documentation is at https://pythonhosted.org/six/.
|
/external/libxml2/test/catalogs/ |
stylesheet.xml | 7 <!-- Circumvent relative URI in spec.xsl that doesn't work online -->
|
/external/selinux/libselinux/utils/ |
selabel_partial_match.c | 20 "%s -p /sys/devices/system/cpu/online\n\t" 22 " the path \"/sys/devices/system/cpu/online\", returning\n\t"
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
ProductionGraphValidationTest.java | 65 .in(component).onLine(8); 88 .withErrorContaining(expectedError).in(component).onLine(11); 130 .withErrorContaining(expectedError).in(component).onLine(30); 162 .withErrorContaining(expectedError).in(component).onLine(20); 213 .onLine(33); 268 .onLine(36);
|