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

<<21222324252627282930>>

  /external/chromium-trace/catapult/telemetry/examples/browser_tests/
simple_sharding_test.py 13 def Test1(self):
16 def Test2(self):
19 def Test3(self):
23 def GenerateTestCases_PassingTest(cls, options):
28 def PassingTest(self, a):
32 def load_tests(loader, tests, pattern):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/app/
android_app.py 16 def __init__(self, app_backend, platform_backend):
22 def ui(self):
29 def Close(self):
32 def GetProcesses(self):
36 def GetProcess(self, subprocess_name):
40 def GetWebViews(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
gpu_info.py 11 def __init__(self, device_array, aux_attributes,
24 def FromDict(cls, attrs):
36 def devices(self):
41 def aux_attributes(self):
58 def feature_status(self):
63 def driver_bug_workarounds(self):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
output_formatter.py 19 def __init__(self, output_stream):
27 def Format(self, page_test_results):
38 def PrintViewResults(self):
41 def FormatDisabled(self):
49 def output_stream(self):
53 def SummarizePageSpecificValues(page_specific_values):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
file_handle.py 12 def __init__(self, temp_file=None, absolute_path=None):
34 def id(self):
38 def extension(self):
41 def GetAbsPath(self):
56 def FromTempFile(temp_file):
65 def FromFilePath(path):
global_hooks.py 12 def InstallHooks():
17 def InstallUnhandledExceptionFormatter():
22 def InstallStackDumpOnSigusr1():
28 def PrintDiagnostics(_, stack_frame):
34 def InstallTerminationHook():
36 def PrintStackAndExit(sig, stack_frame):
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
timeline_based_metric.py 12 def _TimeRangesHasOverlap(iterable_time_ranges):
29 def IsEventInInteractions(event, interaction_records):
48 def __init__(self):
54 def AddResults(self, model, renderer_thread, interaction_records, results):
70 def AddWholeTraceResults(self, model, results):
81 def VerifyNonOverlappedRecords(self, interaction_records):
  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 6 def test_constructor():
15 def test_bad_register():
21 def test_unknown_value():
26 def test_registration():
33 def test_from_value():
39 def test_repr():
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.py 11 def GetRootAsTestSimpleTableWithEnum(cls, buf, offset):
18 def Init(self, buf, pos):
22 def Color(self):
28 def TestSimpleTableWithEnumStart(builder): builder.StartObject(1)
29 def TestSimpleTableWithEnumAddColor(builder, color): builder.PrependInt8Slot(0, color, 2)
30 def TestSimpleTableWithEnumEnd(builder): return builder.EndObject()
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.py 11 def GetRootAsTableInNestedNS(cls, buf, offset):
18 def Init(self, buf, pos):
22 def Foo(self):
28 def TableInNestedNSStart(builder): builder.StartObject(1)
29 def TableInNestedNSAddFoo(builder, foo): builder.PrependInt32Slot(0, foo, 0)
30 def TableInNestedNSEnd(builder): return builder.EndObject()
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
WindowsDirectoryListingFormatterTest.groovy 30 static final NAME = "def.txt"
41 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
42 def sizeStr = 4.toString().padLeft(SIZE_WIDTH)
43 def expected = "$lastModifiedFormatted $sizeStr $NAME"
44 def result = formatter.format(fileEntry)
50 def fileEntry = new DirectoryEntry(path: PATH, lastModified: LAST_MODIFIED)
51 def dirStr = "<DIR>".padRight(SIZE_WIDTH)
52 def expected = "$lastModifiedFormatted $dirStr $NAME"
53 def result = formatter.format(fileEntry)
60 def fileEntry = new FileEntry(path: PATH, contents: 'abcd', lastModified: LAST_MODIFIED)
    [all...]
  /external/testng/src/main/java/org/testng/internal/
TestNGProperty.java 16 public TestNGProperty(String clName, String name, String doc, String def) {
17 init(clName, name, doc, def);
20 public TestNGProperty(String name, String doc, String def) {
21 init(name, name, doc, def);
24 private void init(String clName, String name, String doc, String def) {
28 m_default = def;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_sizes.py 10 def test_8(self):
14 def test_16(self):
18 def test_32(self):
22 def test_64(self):
26 def test_size_t(self):
29 def test_ssize_t(self):
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
Delegator.py 5 def __init__(self, delegate=None):
9 def __getattr__(self, name):
15 def resetcache(self):
23 def cachereport(self):
28 def setdelegate(self, delegate):
32 def getdelegate(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_sizes.py 10 def test_8(self):
14 def test_16(self):
18 def test_32(self):
22 def test_64(self):
26 def test_size_t(self):
29 def test_ssize_t(self):
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
Delegator.py 5 def __init__(self, delegate=None):
9 def __getattr__(self, name):
15 def resetcache(self):
23 def cachereport(self):
28 def setdelegate(self, delegate):
32 def getdelegate(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 10 def test_8(self):
14 def test_16(self):
18 def test_32(self):
22 def test_64(self):
26 def test_size_t(self):
29 def test_ssize_t(self):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Delegator.py 5 def __init__(self, delegate=None):
9 def __getattr__(self, name):
15 def resetcache(self):
23 def cachereport(self):
28 def setdelegate(self, delegate):
32 def getdelegate(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_sizes.py 10 def test_8(self):
14 def test_16(self):
18 def test_32(self):
22 def test_64(self):
26 def test_size_t(self):
29 def test_ssize_t(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Delegator.py 5 def __init__(self, delegate=None):
9 def __getattr__(self, name):
15 def resetcache(self):
23 def cachereport(self):
28 def setdelegate(self, delegate):
32 def getdelegate(self):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
bounds.py 25 def bounds_factory(policy, sym):
34 def validate_ruletype(t):
46 def __str__(self):
49 def __hash__(self):
55 def parent(self):
59 def child(self):
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
cofftag.s 22 .def _token
27 .def _operator
32 .def _flags
37 .def .eos
49 .def _token
54 .def _what
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
generic_relay_device.py 29 def __init__(self, config, relay_rig):
32 def setup(self):
38 def clean_up(self):
44 def press(self, button_name):
48 def hold_down(self, button_name):
52 def release(self, button_name):
  /tools/test/connectivity/acts/framework/tests/
mock_controller.py 24 def create(configs):
33 def destroy(objs):
37 def get_info(objs):
45 def __init__(self, config):
48 def get_magic(self):
52 def who_am_i(self):
  /external/autotest/client/cros/multimedia/
cfm_facade_native.py 29 def __init__(self, resource):
37 def enroll_device(self):
50 def restart_chrome_for_cfm(self):
60 def check_hangout_extension_context(self):
79 def _webview_context(self):
85 def wait_for_telemetry_commands(self):
91 def wait_for_oobe_start_page(self):
96 def skip_oobe_screen(self):
101 def is_oobe_start_page(self):
110 def start_new_hangout_session(self, session_name)
    [all...]

Completed in 817 milliseconds

<<21222324252627282930>>