Home
last modified time | relevance | path

Searched refs:cfm (Results 1 – 25 of 108) sorted by relevance

12345

/external/autotest/server/cros/cfm/configurable_test/
Ddsl.py8 from autotest_lib.client.common_lib.cros.cfm.usb.cfm_usb_devices import *
9 from autotest_lib.server.cros.cfm.configurable_test.actions import *
10 from autotest_lib.server.cros.cfm.configurable_test.cfm_test import *
11 from autotest_lib.server.cros.cfm.configurable_test.configuration import *
12 from autotest_lib.server.cros.cfm.configurable_test.scenario import *
Dconfigurable_cfm_test.py4 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_collector
5 from autotest_lib.client.common_lib.cros.cfm.usb import usb_port_manager
6 from autotest_lib.server.cros.cfm import cfm_base_test
7 from autotest_lib.server.cros.cfm.configurable_test import action_context
8 from autotest_lib.server.cros.cfm.utils import bond_http_api
9 from autotest_lib.server.cros.cfm.utils import perf_metrics_collector
DREADME.md31cfm.configurable_test.configurable_cfm_tests.ConfigurableCfmTest`](https://chromium.googlesource.c…
36 …ib.server.cros.cfm.configurable_test.actions`](https://chromium.googlesource.com/chromiumos/third_…
43 …server.cros.cfm.configurable_test.configuration`](https://chromium.googlesource.com/chromiumos/thi…
Dconfigurable_cfm_test_unittest.py5 from autotest_lib.server.cros.cfm.configurable_test import action_context
6 from autotest_lib.server.cros.cfm.configurable_test import configurable_cfm_test
7 from autotest_lib.server.cros.cfm.configurable_test.dsl import *
Dactions_unittest.py4 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device
5 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_spec
6 from autotest_lib.server.cros.cfm.configurable_test import actions
7 from autotest_lib.server.cros.cfm.configurable_test import action_context
8 from autotest_lib.server.cros.cfm.configurable_test import scenario
/external/libunwind/tests/
DGia64-test-stack.c58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; in do_unwind_tests() local
107 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0) in do_unwind_tests()
109 sof = cfm & 0x7f; in do_unwind_tests()
122 if ((ret = unw_get_reg (&c, UNW_IA64_CFM, &cfm)) < 0) in do_unwind_tests()
124 sof = cfm & 0x7f; in do_unwind_tests()
125 sol = (cfm >> 7) & 0x7f; in do_unwind_tests()
/external/libunwind/src/ia64/
Dregs.h36 sor = 8 * ((c->cfm >> 14) & 0xf); in rotate_gr()
37 rrb_gr = (c->cfm >> 18) & 0x7f; in rotate_gr()
61 rrb_fr = (c->cfm >> 25) & 0x7f; in rotate_fr()
DGstep.c58 *num_regsp = c->cfm & 0x7f; /* size of frame */ in linux_sigtramp()
76 num_regs = c->cfm & 0x7f; in linux_interrupt()
148 if ((ret = ia64_get (c, c->cfm_loc, &c->cfm)) < 0) in hpux_sigtramp()
250 ret = ia64_get (c, c->cfm_loc, &c->cfm); in update_frame_state()
311 num_regs = (c->cfm >> 7) & 0x7f; /* size of locals */ in update_frame_state()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c145 unsigned long sof, cfm, bsp; in _UPT_access_reg() local
153 cfm = ptrace (PTRACE_PEEKUSER, pid, PT_CFM, 0); in _UPT_access_reg()
157 sof = (cfm & 0x7f); in _UPT_access_reg()
191 unsigned long new_sof, old_sof, cfm, bsp; in _UPT_access_reg() local
198 cfm = ptrace (PTRACE_PEEKUSER, pid, PT_CFM, 0); in _UPT_access_reg()
202 old_sof = (cfm & 0x7f); in _UPT_access_reg()
/external/skia/gm/
Dmodecolorfilters.cpp123 for (size_t cfm = 0; cfm < SK_ARRAY_COUNT(modes); ++cfm) { in onDraw() local
125 paint.setColorFilter(SkColorFilter::MakeModeFilter(colors[cfc], modes[cfm])); in onDraw()
/external/skqp/gm/
Dmodecolorfilters.cpp123 for (size_t cfm = 0; cfm < SK_ARRAY_COUNT(modes); ++cfm) { in onDraw() local
125 paint.setColorFilter(SkColorFilter::MakeModeFilter(colors[cfc], modes[cfm])); in onDraw()
/external/autotest/server/site_tests/enterprise_CFM_PTZStress/
Denterprise_CFM_PTZStress.py10 from autotest_lib.client.common_lib.cros.cfm.usb import cfm_usb_devices
11 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_collector
12 from autotest_lib.server.cros.cfm import cfm_base_test
/external/strace/linux/ia64/
Dget_syscall_args.c9 unsigned long sof = (ia64_regs.cfm >> 0) & 0x7f; in get_syscall_args()
10 unsigned long sol = (ia64_regs.cfm >> 7) & 0x7f; in get_syscall_args()
/external/autotest/client/common_lib/cros/cfm/atrus/
Datrus_utils.py9 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_collector
10 from autotest_lib.client.common_lib.cros.cfm.usb import cfm_usb_devices
/external/autotest/server/site_tests/enterprise_CFM_Perf/
Denterprise_CFM_Perf.py12 from autotest_lib.server.cros.cfm import cfm_base_test
13 from autotest_lib.server.cros.cfm.utils import bond_http_api
14 from autotest_lib.server.cros.cfm.utils import perf_metrics_collector
/external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
Denterprise_CFM_MimoSanity.py10 from autotest_lib.server.cros.cfm import cfm_base_test
12 from autotest_lib.client.common_lib.cros.cfm.usb import cfm_usb_devices
13 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_collector
/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_device_unittest.py3 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device
4 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_spec
Dusb_device_collector_unittest.py4 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_collector
5 from autotest_lib.client.common_lib.cros.cfm.usb import usb_device_spec
/external/autotest/server/site_tests/enterprise_CFM_ConfigurableCfmTestSanity/
Dcontrol.join_leave4 from autotest_lib.server.cros.cfm.configurable_test.dsl import *
18 Verifies that we can specify and run a configurable cfm test.
/external/autotest/test_suites/
Dcontrol.bluestreak-partners7 PURPOSE = "Automated testing of bluestreak/cfm used by third party vendors/testers"
15 This suite runs a set of bluestreak/cfm tests on bluestreak kits at third party vendors/testers sit…
/external/autotest/client/site_tests/video_VDAPerf/
Dcontrol.cfm6 NAME = "video_VDAPerf.cfm"
32 job.run_test('video_VDAPerf', test_cases=test_cases, tag='cfm')
/external/autotest/client/site_tests/video_VEAPerf/
Dcontrol.cfm6 NAME = "video_VEAPerf.cfm"
41 required_cap='hw_enc_vp8_1080_30', tag='cfm')
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
DREFERENCES.txt16 http://portal.acm.org/citation.cfm?id=214413
20 http://portal.acm.org/citation.cfm?id=6498
/external/autotest/client/common_lib/cros/cfm/
Dcras_node_collector.py1 from autotest_lib.client.common_lib.cros.cfm import cras_input_node
2 from autotest_lib.client.common_lib.cros.cfm import cras_output_node
/external/libcups/cups/
Dlanguage.c1182 CFStringRef cfm, /* Message as a CF string */ in _cupsMessageLookup() local
1186 cfm = CFStringCreateWithCString(kCFAllocatorDefault, m, in _cupsMessageLookup()
1190 cfstr = cfm ? CFDictionaryGetValue(dict, cfm) : NULL; in _cupsMessageLookup()
1211 if (cfm) in _cupsMessageLookup()
1212 CFRelease(cfm); in _cupsMessageLookup()

12345