/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/ |
http-objects.html | 22 <td class='online-navigation'><a rel="prev" title="1.1 httplib2 A comprehensive" 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.2 cache Objects" 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'> 168 <div class='online-navigation'> 172 <td class='online-navigation'><a rel="prev" title="1.1 httplib2 A comprehensive" 175 <td class='online-navigation'><a rel="parent" title="1.1 httplib2 A comprehensive [all...] |
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
SubcomponentBuilderValidationTest.java | 357 .in(childComponentFile).onLine(9); 381 .in(childComponentFile).onLine(12); 403 .in(childComponentFile).onLine(10); 428 .in(childComponentFile).onLine(13); 451 .in(childComponentFile).onLine(10) 453 .in(childComponentFile).onLine(11); 479 .in(childComponentFile).onLine(13); 501 .in(childComponentFile).onLine(10); 527 .in(childComponentFile).onLine(13); 549 .in(childComponentFile).onLine(10) [all...] |
ValidationReportTest.java | 59 .onLine(3); 79 .onLine(3); 104 .onLine(3);
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/ |
PresenceInfoParser.java | 96 ipVoiceCallState = RcsPresenceInfo.ServiceState.ONLINE; 97 ipVideoCallState = RcsPresenceInfo.ServiceState.ONLINE; 106 ipVideoCallState = RcsPresenceInfo.ServiceState.ONLINE; 118 ipVoiceCallState = RcsPresenceInfo.ServiceState.ONLINE; 162 ((ServiceState.ONLINE == presenceInfo.getServiceState( 164 (ServiceState.ONLINE == presenceInfoTmp.getServiceState( 165 ServiceType.VOLTE_CALL)))?ServiceState.ONLINE: 169 ((ServiceState.ONLINE == presenceInfo.getServiceState( 171 (ServiceState.ONLINE == presenceInfoTmp.getServiceState( 172 ServiceType.VT_CALL)))?ServiceState.ONLINE [all...] |
/device/google/marlin/thermal/ |
thermal.c | 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" 179 int vals, cpu_num, online; local 229 // Read online CPU information. 232 online = 0; 238 if (1 != fscanf(cpu_file, "%d", &online)) { 239 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__, 251 .is_online = online
|
/device/huawei/angler/thermal/ |
thermal.c | 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" 178 int vals, cpu_num, online; local 228 // Read online CPU information. 231 online = 0; 237 if (1 != fscanf(cpu_file, "%d", &online)) { 238 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__, 250 .is_online = online
|
/device/lge/bullhead/thermal/ |
thermal.c | 35 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" 180 int vals, cpu_num, online; local 230 // Read online CPU information. 233 online = 0; 239 if (1 != fscanf(cpu_file, "%d", &online)) { 240 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__, 252 .is_online = online
|
/device/moto/shamu/thermal/ |
thermal.c | 33 #define CPU_ONLINE_FILE_FORMAT "/sys/devices/system/cpu/cpu%d/online" 170 int vals, cpu_num, online; local 220 // Read online CPU information. 223 online = 0; 229 if (1 != fscanf(cpu_file, "%d", &online)) { 230 ALOGE("%s: failed to read CPU online information from file: %s (%s)", __func__, 242 .is_online = online
|
/device/lge/bullhead/ |
init.bullhead.power.sh | 24 write /sys/devices/system/cpu/cpu4/online 0 25 write /sys/devices/system/cpu/cpu5/online 0 72 # online CPU4 73 write /sys/devices/system/cpu/cpu4/online 1 94 write /sys/devices/system/cpu/cpu5/online 1
|
/external/autotest/client/site_tests/power_ProbeDriver/ |
power_ProbeDriver.py | 83 raise error.TestFail('One of ACs is online') 86 online_path = os.path.join(ac_path, 'online') 88 raise error.TestFail('online path does not exist: %s' % online_path) 89 online = utils.read_one_line(online_path) 90 return online == '1'
|
control | 17 - AC is online.
|
control.probe_ac | 17 - AC is online.
|
/external/autotest/server/site_tests/network_WiFi_ProfileBasic/ |
network_WiFi_ProfileBasic.py | 99 ['ready', 'portal', 'online']) 111 ['ready', 'portal', 'online']) 128 ['ready', 'portal', 'online']) 138 ['ready', 'portal', 'online']) 160 ['ready', 'portal', 'online'])
|
/external/libchrome/base/ |
sys_info_posix.cc | 38 // Note that the number of "currently online" processors may be fewer than the 45 // to the number of "max available" processors instead of "currently online" 46 // ones. The kernel should be smart enough to make all processors online when
|
/external/libweave/src/privet/ |
privet_types.cc | 39 {ConnectionState::kOnline, "online"}, 70 {Network::State::kOnline, "online"},
|
/frameworks/base/docs/html/training/ |
index.jd | 19 <p>Various online video courses are also available if you'd prefer 37 <h2 class="norule" style="margin:20px 0">Online video courses</h2>
|
/build/blueprint/ |
CONTRIBUTING.md | 6 (CLA), which you can do online. The CLA is necessary mainly because you own the
|
/device/google/marlin/dataservices/datatop/src/ |
datatop_cpu_stats_poll.c | 34 * File contains methods for determing number of cpu's online and calling 36 * for each cpu along with each cpu's online status. 106 * @brief Creates a dpg designed for CPU online and CPU scaling_cur_freq stats. 180 add = "/online";
|
/device/intel/edison/flash_tools/ |
brillo-flashall-edison.bat | 19 :: See your Brillo-Edison online information for initial provisioning and recovery.
|
brillo-flashall-edison.sh | 4 # See your Brillo-Edison online information for initial provisioning and recovery.
|
/external/autotest/server/site_tests/platform_FullyChargedPowerStatus/ |
control | 24 - online is 'no'
|
control.stress | 23 - online is 'no'
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
index.rst | 28 Online Resources
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
index.rst | 29 Online Resources
|
/external/dnsmasq/contrib/Solaris10/ |
README | 19 To confirm that the service is enabled and online:
|