HomeSort by relevance Sort by last modified time
    Searched full:online (Results 1 - 25 of 1422) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /platform_testing/scripts/perf-setup/
angler-setup.sh 8 echo -n 0 > /sys/devices/system/cpu/cpu0/online
9 echo -n 0 > /sys/devices/system/cpu/cpu1/online
10 echo -n 0 > /sys/devices/system/cpu/cpu2/online
11 echo -n 0 > /sys/devices/system/cpu/cpu3/online
13 echo -n 1 > /sys/devices/system/cpu/cpu4/online
16 echo -n 1 > /sys/devices/system/cpu/cpu5/online
19 echo -n 0 > /sys/devices/system/cpu/cpu6/online
20 echo -n 0 > /sys/devices/system/cpu/cpu7/online
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/jcajce/
package.html 5 JCA extensions to the OCSP online certificate status package.
  /external/toybox/toys/posix/
README 4 Specification version 4, available online at
  /docs/source.android.com/scripts/
build2stage.sh 22 rm -rf out/target/common/docs/online-sac*
35 make online-sac-docs
41 sed 's/staging[0-9]*$/staging'$1'/' online-sac/app.yaml > .temp
44 cp .temp online-sac/app.yaml
48 $AE_STAGING update online-sac
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ref/
index.html 19 <td class='online-navigation'><img src='previous.png'
21 <td class='online-navigation'><img src='up.png'
23 <td class='online-navigation'><a rel="next" title="Contents"
27 <td class='online-navigation'><a rel="contents" title="Table of Contents"
30 <td class='online-navigation'><img src='blank.png'
32 <td class='online-navigation'><img src='blank.png'
35 <div class='online-navigation'>
74 <p><br /></p><hr class='online-navigation' />
75 <div class='online-navigation'>
98 <div class='online-navigation'
    [all...]
node2.html 22 <td class='online-navigation'><a rel="prev" title="Contents"
25 <td class='online-navigation'><a rel="parent" title="The httplib2 Library"
28 <td class='online-navigation'><a rel="next" title="1.1 httplib2 A comprehensive"
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'>
60 <p><br /></p><hr class='online-navigation' />
61 <div class='online-navigation'>
78 <div class='online-navigation'
    [all...]
ref.html 19 <td class='online-navigation'><img src='previous.png'
21 <td class='online-navigation'><img src='up.png'
23 <td class='online-navigation'><a rel="next" title="Contents"
27 <td class='online-navigation'><a rel="contents" title="Table of Contents"
30 <td class='online-navigation'><img src='blank.png'
32 <td class='online-navigation'><img src='blank.png'
35 <div class='online-navigation'>
74 <p><br /></p><hr class='online-navigation' />
75 <div class='online-navigation'>
98 <div class='online-navigation'
    [all...]
about.html 20 <td class='online-navigation'><a rel="prev" title="1.1.4 Examples"
23 <td class='online-navigation'><a rel="parent" title="The httplib2 Library"
26 <td class='online-navigation'><img src='next.png'
29 <td class='online-navigation'><a rel="contents" title="Table of Contents"
32 <td class='online-navigation'><img src='blank.png'
34 <td class='online-navigation'><img src='blank.png'
37 <div class='online-navigation'>
78 <div class='online-navigation'>
82 <td class='online-navigation'><a rel="prev" title="1.1.4 Examples"
85 <td class='online-navigation'><a rel="parent" title="The httplib2 Library
    [all...]
contents.html 22 <td class='online-navigation'><a rel="prev" title="The httplib2 Library"
25 <td class='online-navigation'><a rel="parent" title="The httplib2 Library"
28 <td class='online-navigation'><a rel="next" title="1. Reference"
32 <td class='online-navigation'><img src='blank.png'
34 <td class='online-navigation'><img src='blank.png'
36 <td class='online-navigation'><img src='blank.png'
39 <div class='online-navigation'>
69 <div class='online-navigation'>
73 <td class='online-navigation'><a rel="prev" title="The httplib2 Library"
76 <td class='online-navigation'><a rel="parent" title="The httplib2 Library
    [all...]
cache-objects.html 22 <td class='online-navigation'><a rel="prev" title="1.1.1 http 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.3 response 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'>
92 <div class='online-navigation'>
96 <td class='online-navigation'><a rel="prev" title="1.1.1 http Objects"
99 <td class='online-navigation'><a rel="parent" title="1.1 httplib2 A comprehensive
    [all...]
  /external/autotest/client/site_tests/network_PortalStress/
control 9 that the service is either in online or portal state.
18 clients3.google.com is accessible or if portal code detects online
37 # Run online cycle for hundred(s) of iterations because this is fast
39 force_portal=False, tag='online', test_iterations=100, **dict_args)
  /external/autotest/client/tests/cpu_hotplug/
cpu_hotplug.py 21 e_msg = 'Single CPU online detected, test not supported.'
27 if os.path.isfile('/sys/devices/system/cpu/cpu%s/online' % cpu):
28 utils.system('echo 0 > /sys/devices/system/cpu/cpu%s/online' % cpu, 1)
31 utils.system('echo 1 > /sys/devices/system/cpu/cpu%s/online' % cpu, 1)
  /external/dnsmasq/contrib/dnslist/
dnslist.tt2 20 <tr class="[% IF host.online %]online[% ELSE %]offline[% END %]">
25 <td class="status">[% IF host.online %]Online[% ELSE %]Offline[% END %]</td>
  /external/scrypt/lib/
README 2 Tarsnap online backup system (and released under the 2-clause BSD license
  /external/skia/tools/skp/page_sets/other/
skia_onlinewsj_nexus10.json 9 "url": "http://online.wsj.com/home-page",
  /external/autotest/server/site_tests/platform_FullyChargedPowerStatus/
platform_FullyChargedPowerStatus.py 31 online = power_supply_info['Line Power']['online']
35 return (online, state, int(float(percentage)), float(current))
45 online, state, percentage, current = self.get_power_supply_parameters()
53 if online != 'yes':
54 errors.append('Bad online %s at %s' % (online, status))
105 online, state, percentage, current = self.get_power_supply_parameters()
106 if not ( online == 'yes' and percentage > 95 ):
  /cts/tests/tests/webkit/assets/webkit/
network_state.html 21 if (navigator.onLine) {
22 document.title = "ONLINE";
  /external/srtp/doc/
references.txt 11 SHA-1 is defined in FIPS-180-1, available online at the NIST website.
14 in RFC2202, which are available online at http://www.ietf.org/rfc/
  /prebuilts/misc/windows/sdl2/
INSTALL.txt 8 Look at the example programs in ./test, and check out online documentation:
  /docs/source.android.com/
Android.mk 12 LOCAL_MODULE := online-sac
15 -hdf android.whichdoc online \
38 $(hide) rm -rf $(OUT_DOCS)/online-sac/reference
39 $(hide) cp -R $(OUT_DOCS)/tradefed/reference $(OUT_DOCS)/online-sac
40 $(hide) cp $(OUT_DOCS)/tradefed/navtree_data.js $(OUT_DOCS)/online-sac/navtree_data.js
  /external/autotest/client/tests/kvm/tests/
cpu_hotplug.py 15 4) Try to bring them online by writing 1 to the 'online' file inside that dir
37 vm.monitor.cmd("cpu_set %s online" % i)
67 error.context("locating online files for guest's new CPUs")
68 r_cmd = 'find /sys/devices/system/cpu/cpu[1-99]/online -maxdepth 0 -type f'
70 logging.debug("CPU online files detected: %s", online_files)
80 error.context("changing online status for CPU %s" % cpu_id)
85 raise error.TestFail("Unable to get online status from CPU %s" %
89 error.context("Bringing CPU %s online" % cpu_id)
102 # Last, but not least, let's offline/online the CPUs in the gues
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/perf/
perf_control.py 43 logging.warning('Failed to force CPUs online. Results may be NOISY!')
48 logging.warning('Failed to force CPUs online. Results may be NOISY!')
61 raise RuntimeError('Need root to force CPUs online.')
62 raise RuntimeError('Failed to force CPUs online.')
86 online = (output.rstrip() == '1' and status == 0
87 for (_, output, status) in self._ForEachCpu('cat "$CPU/online"'))
91 return zip(self._cpu_files, online, governor)
127 results = self._ForEachCpu('cat "$CPU/online"')
139 - In perf, samples are only taken for the CPUs that are online when the
156 self._ForEachCpu('echo 1 > "$CPU/online"')
    [all...]
  /external/curl/tests/data/
test28 14 Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
33 Location: /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE
69 GET /online/1,1795,Welcome,00.html/280002.txt?logout=TRUE HTTP/1.1
  /device/huawei/angler/
init.angler.power.sh 35 # ensure at most one A57 is online when thermal hotplug is disabled
36 write /sys/devices/system/cpu/cpu5/online 0
37 write /sys/devices/system/cpu/cpu6/online 0
38 write /sys/devices/system/cpu/cpu7/online 0
61 # online CPU4
62 write /sys/devices/system/cpu/cpu4/online 1
83 write /sys/devices/system/cpu/cpu5/online 1
84 write /sys/devices/system/cpu/cpu6/online 1
85 write /sys/devices/system/cpu/cpu7/online 1
  /external/autotest/client/tests/kvm/
README 15 You are *strongly* advised to read the online docs:

Completed in 1250 milliseconds

1 2 3 4 5 6 7 8 91011>>