HomeSort by relevance Sort by last modified time
    Searched refs:def (Results 1026 - 1050 of 14820) sorted by null

<<41424344454647484950>>

  /external/autotest/server/site_tests/brillo_PowerMgmtInterfaces/
brillo_PowerMgmtInterfaces.py 16 def check_cpuidle(self, host):
22 def check_cpufreq(self, host):
28 def check_wakelocks(self, host):
31 def check_suspend(self, host):
36 def run_once(self, host):
  /external/chromium-trace/catapult/common/py_utils/py_utils/
contextlib_ext_unittest.py 14 def __init__(self):
18 def __enter__(self):
21 def __exit__(self, exc_type, exc_val, exc_tb):
24 def testConditionTrue(self):
30 def testConditionFalse(self):
dependency_util.py 11 def GetOSAndArchForCurrentDesktopPlatform():
16 def GetOSNameForCurrentDesktopPlatform():
28 def GetArchForCurrentDesktopPlatform(os_name):
36 def GetChromeApkOsVersion(version_name):
47 def ChromeBinariesConfigPath():
  /external/chromium-trace/catapult/telemetry/telemetry/core/
os_version.py 9 def __new__(cls, friendly_name, sortable_name):
14 def __lt__(self, other):
17 def __gt__(self, other):
20 def __le__(self, other):
23 def __ge__(self, other):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
misc_web_contents_backend.py 16 def __init__(self, browser_backend):
20 def oobe_exists(self):
27 def GetOobe(self):
32 def ShouldIncludeContext(self, context):
35 def CreateWrapper(self, inspector_backend):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
extension_dict.py 11 def __init__(self, extension_backend):
14 def __getitem__(self, load_extension):
21 def __contains__(self, load_extension):
27 def keys(self):
30 def GetByExtensionId(self, extension_id):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_fuelgauge_power_monitor.py 12 def __init__(self, battery):
23 def CanMonitorPower(self):
26 def StartMonitoringPower(self, browser):
30 def StopMonitoringPower(self):
40 def ProcessPowerData(voltage, fuel_gauge_delta):
android_temperature_monitor.py 22 def __init__(self, device):
26 def CanMonitorPower(self):
29 def StartMonitoringPower(self, browser):
35 def StopMonitoringPower(self):
43 def _GetBoardTemperatureCelsius(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_devtools_manager.py 11 def _RemoveStaleDevToolsClient(platform_backend):
24 def RegisterDevToolsClient(devtools_client_backend, platform_backend):
37 def IsSupported(platform_backend):
47 def GetDevToolsClients(platform_backend):
55 def GetActiveDevToolsClients(platform_backend):
display_tracing_agent.py 10 def __init__(self, platform_backend):
14 def IsSupported(cls, platform_backend):
17 def StartAgentTracing(self, config, timeout):
23 def StopAgentTracing(self):
27 def CollectAgentTraceData(self, trace_data_builder, timeout=None):
  /external/chromium-trace/catapult/telemetry/telemetry/util/
command_line.py 14 def CreateParser(cls):
19 def AddCommandLineArgs(cls, parser, environment):
24 def ProcessCommandLineArgs(cls, parser, options, extra_args, environment):
28 def Run(self, options, extra_args=None):
33 def main(cls, args=None):
  /external/chromium-trace/catapult/telemetry/third_party/websocket-client/examples/
echoapp_client.py 10 def on_message(ws, message):
14 def on_error(ws, error):
18 def on_close(ws):
22 def on_open(ws):
23 def run(*args):
  /external/clang/tools/scan-build-py/tests/unit/
test_shell.py 13 def test_encode_decode_are_same(self):
14 def test(value):
21 def test_decode_encode_are_same(self):
22 def test(value):
32 def test_encode(self):
  /external/deqp/scripts/khr_util/
gen_str_util.py 26 def isValueDefined (definitions, value):
29 def allValuesUndefined (definitions, values):
35 def anyValueDefined (definitions, values):
38 def makeDefSet (iface):
42 def genStrUtilProtos (iface, enumGroups, bitfieldGroups):
45 def genNameProtos ():
52 def genBitfieldProtos ():
59 def genStrImpl ():
70 def genEnumStrImpl (groupName, values, definitions):
80 def genCases ()
    [all...]
  /external/fonttools/Lib/fontTools/pens/
cocoaPen.py 11 def __init__(self, glyphSet, path=None):
18 def _moveTo(self, p):
21 def _lineTo(self, p):
24 def _curveToOne(self, p1, p2, p3):
27 def _closePath(self):
  /external/fonttools/Lib/fontTools/ttLib/tables/
_f_p_g_m.py 8 def decompile(self, data, ttFont):
13 def compile(self, ttFont):
16 def toXML(self, writer, ttFont):
20 def fromXML(self, name, attrs, content, ttFont):
25 def __len__(self):
  /external/googletest/googlemock/scripts/generator/cpp/
gmock_class_test.py 37 def StripLeadingWhitespace(self, lines):
41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines):
48 def GenerateMethodSource(self, cpp_source):
57 def testSimpleMethod(self):
68 def testSimpleConstructorsAndDestructor(self):
85 def testVirtualDestructor(self):
98 def testExplicitlyDefaultedConstructorsAndDestructor(self):
114 def testExplicitlyDeletedConstructorsAndDestructor(self):
130 def testSimpleOverrideMethod(self):
141 def testSimpleConstMethod(self)
    [all...]
  /external/googletest/googletest/scripts/
common.py 46 def GetCommandOutput(command):
55 def GetSvnInfo():
69 def GetSvnTrunk():
76 def IsInGTestSvn():
81 def IsInGMockSvn():
  /external/llvm/utils/gdb-scripts/
prettyprinters.py 5 def __init__(self, val):
8 def to_string(self):
13 def display_hint (self):
19 def __init__(self, val):
22 def to_string(self):
25 def display_hint (self):
32 def __init__(self, begin, end):
37 def __iter__(self):
40 def next(self):
49 def __init__(self, val)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 52 def prolog():
95 def vert( intype, outtype, v0 ):
101 def line( intype, outtype, ptr, v0, v1 ):
109 def do_tri( intype, outtype, ptr, v0, v1, v2 ):
114 def do_quad( intype, outtype, ptr, v0, v1, v2, v3 ):
120 def name(intype, outtype, prim):
126 def preamble(intype, outtype, prim):
139 def postamble():
143 def tris(intype, outtype):
151 def tristrip(intype, outtype)
    [all...]
  /external/toolchain-utils/crosperf/
field.py 8 def __init__(self, name, required, default, inheritable, description):
17 def Set(self, value, parse=True):
24 def Append(self, value):
28 def _Parse(self, value):
31 def Get(self):
34 def GetString(self):
41 def __init__(self,
50 def _Parse(self, value):
57 def __init__(self,
66 def _Parse(self, value)
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 37 def StripLeadingWhitespace(self, lines):
41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines):
48 def GenerateMethodSource(self, cpp_source):
57 def testSimpleMethod(self):
68 def testSimpleConstructorsAndDestructor(self):
85 def testVirtualDestructor(self):
98 def testExplicitlyDefaultedConstructorsAndDestructor(self):
114 def testExplicitlyDeletedConstructorsAndDestructor(self):
130 def testSimpleOverrideMethod(self):
141 def testSimpleConstMethod(self)
    [all...]
  /external/v8/testing/gtest/scripts/
common.py 46 def GetCommandOutput(command):
55 def GetSvnInfo():
69 def GetSvnTrunk():
76 def IsInGTestSvn():
81 def IsInGMockSvn():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_abcoll.py 24 def _hasattr(C, attr):
36 def __hash__(self):
40 def __subclasshook__(cls, C):
59 def __iter__(self):
64 def __subclasshook__(cls, C):
76 def next(self):
80 def __iter__(self):
84 def __subclasshook__(cls, C):
95 def __len__(self):
99 def __subclasshook__(cls, C)
    [all...]
commands.py 37 def getstatus(file):
48 def getoutput(cmd):
56 def getstatusoutput(cmd):
69 def mk2arg(head, x):
81 def mkarg(x):

Completed in 690 milliseconds

<<41424344454647484950>>