Home
last modified time | relevance | path

Searched defs:self (Results 151 – 175 of 1029) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcolor.py20 def __init__(self): argument
23 def handle_event(self, event): argument
26 def reports(self): argument
31 def setUp(self): argument
36 def tearDown(self): argument
39 def test_filter_color(self): argument
44 def test_filter_color_n(self): argument
50 def test_LineFilterProgressHandler_color_filtering(self): argument
54 def writeline(self, line): argument
76 def test_BasicProgressHandler_color_filtering(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dcrosstap31 def __init__(self, script, module, remote): argument
54 def command(self, args): argument
93 def additional_environment(self): argument
98 def environment(self): argument
105 def display_command(self, args): argument
115 def __init__(self, message): argument
121 def __init__(self, package): argument
134 def get_vars(self, vars): argument
186 def __init__(self, image): argument
209 def discover(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dclient.py19 def __init__(self): argument
23 async def setup_connection(self): argument
29 async def send_stream(self, msg): argument
40 async def _set_mode(self, new_mode): argument
56 async def get_unihash(self, method, taskhash): argument
63 async def report_unihash(self, taskhash, method, outhash, unihash, extra={}): argument
72 async def report_unihash_equiv(self, taskhash, method, unihash, extra={}): argument
80 async def get_taskhash(self, method, taskhash, all_properties=False): argument
86 async def get_outhash(self, method, outhash, taskhash): argument
92 async def get_stats(self): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dhg.py26 def supports(self, ud, d): argument
32 def supports_checksum(self, urldata): argument
39 def urldata_init(self, ud, d): argument
77 def need_update(self, ud, d): argument
85 def try_premirror(self, ud, d): argument
94 def _buildhgcommand(self, ud, d, command): argument
150 def download(self, ud, d): argument
196 def clean(self, ud, d): argument
203 def supports_srcrev(self): argument
206 def _latest_revision(self, ud, d, name): argument
[all …]
H A Dclearcase.py63 def init(self, d): argument
66 def supports(self, ud, d): argument
72 def debug(self, msg): argument
75 def urldata_init(self, ud, d): argument
135 def _build_ccase_command(self, ud, command): argument
169 def _write_configspec(self, ud, d): argument
189 def _remove_view(self, ud, d): argument
197 def need_update(self, ud, d): argument
205 def supports_srcrev(self): argument
208 def sortable_revision(self, ud, d, name): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dqa.py36 def my_assert(self, expectation, result): argument
41 def __init__(self, name): argument
47 def __enter__(self): argument
50 def __exit__(self, exc_type, exc_value, traceback): argument
53 def close(self): argument
57 def open(self): argument
87 def osAbi(self): argument
90 def abiVersion(self): argument
93 def abiSize(self): argument
96 def isLittleEndian(self): argument
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py764 def __init__(self, total): argument
773 def inc(self): argument
778 def show(self): argument
787 def __init__(self): argument
803 def __init__(self, configs, options, build_dir): argument
820 def get_arch(self): argument
846 def parse_one_config(self, config, dotconfig_lines, autoconf_lines): argument
894 def update_dotconfig(self): argument
976 def check_defconfig(self): argument
1006 def __init__(self, config_db, db_queue): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py15 def test_bitbakelayers_layerindexshowdepends(self): argument
20 def test_bitbakelayers_showcrossdepends(self): argument
24 def test_bitbakelayers_showlayers(self): argument
28 def test_bitbakelayers_showappends(self): argument
34 def test_bitbakelayers_showoverlayed(self): argument
38 def test_bitbakelayers_flatten(self): argument
52 def test_bitbakelayers_add_remove(self): argument
69 def test_bitbakelayers_showrecipes(self): argument
89 def test_bitbakelayers_createlayer(self): argument
114 def get_recipe_basename(self, recipe): argument
H A Dreproducible.py34 def __init__(self): argument
39 def __eq__(self, other): argument
42 def __lt__(self, other): argument
46 def __init__(self): argument
54 def add_result(self, r): argument
68 def sort(self): argument
75 def __str__(self): argument
78 def unused_exclusions(self): argument
107 def test_diffoscope(self): argument
150 def setUpLocal(self): argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py11 def __init__(self): argument
15 def pre_suite(self, testcount, testidlist): argument
24 def post_suite(self, index): argument
35 def add_args(self, parser): argument
45 def adjust_command(self, stage, command): argument
80 def _ports_create(self): argument
89 def _ports_destroy(self): argument
93 def _ns_create(self): argument
112 def _ns_destroy(self): argument
121 def _exec_cmd(self, stage, command): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Ddb.py35 def __init__(self, conn, table, nohist, read_only): argument
59 def _execute(self, *query): argument
71 def sync(self): argument
76 def sync_if_dirty(self): argument
81 def _getValueHist(self, version, pkgarch, checksum): argument
115 def _getValueNohist(self, version, pkgarch, checksum): argument
153 def getValue(self, version, pkgarch, checksum): argument
159 def _importHist(self, version, pkgarch, checksum, value): argument
186 def _importNohist(self, version, pkgarch, checksum, value): argument
213 def importone(self, version, pkgarch, checksum, value): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dbuildstats.py29 def __init__(self, *args, **kwargs): argument
39 def cputime(self): argument
49 def walltime(self): argument
54 def read_bytes(self): argument
59 def write_bytes(self): argument
64 def read_ops(self): argument
73 def write_ops(self): argument
126 def __init__(self, tasks=None): argument
130 def __getattr__(self, name): argument
140 def append(self, task): argument
[all …]
H A Dargparse_oe.py11 def __init__(self, message, subcommand=None): argument
17 def __init__(self, *args, **kwargs): argument
24 def error(self, message): argument
34 def error_subcommand(self, message, subcommand): argument
46 def add_subparsers(self, *args, **kwargs): argument
59 def add_subparser_group(self, groupname, groupdesc, order=0): argument
62 def parse_args(self, args=None, namespace=None): argument
75 def _get_subparser(self, args): argument
86 def _get_subparser_action(self): argument
96 def __init__(self, *args, **kwargs): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dfilemap.py71 def __init__(self, image, log=None): argument
121 def __del__(self): argument
126 def _open_image_file(self): argument
136 def block_is_mapped(self, block): # pylint: disable=W0613,R0201 argument
145 def get_mapped_ranges(self, start, count): # pylint: disable=W0613,R0201 argument
190 def __init__(self, image, log=None): argument
199 def _probe_seek_hole(self): argument
238 def block_is_mapped(self, block): argument
250 def _get_ranges(self, start, count, whence1, whence2): argument
277 def get_mapped_ranges(self, start, count): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py51 … def __init__(self, target, semaphore, threadnum, totalinprocess, totaltests, output, finalresult): argument
62 def _add_result_with_semaphore(self, method, test, *args, **kwargs): argument
86 def __init__(self, target): argument
90 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
93 def addError(self, test, err = None, **kwargs): argument
97 def addFailure(self, test, err = None, **kwargs): argument
101 def addSuccess(self, test, **kwargs): argument
104 def addExpectedFailure(self, test, err = None, **kwargs): argument
107 def addUnexpectedSuccess(self, test, **kwargs): argument
110 def wasSuccessful(self): argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.c67 int hw_atl_utils_initfw(struct aq_hw_s *self, const struct aq_fw_ops **fw_ops) in hw_atl_utils_initfw()
95 static int hw_atl_utils_soft_reset_flb(struct aq_hw_s *self) in hw_atl_utils_soft_reset_flb()
171 static int hw_atl_utils_soft_reset_rbl(struct aq_hw_s *self) in hw_atl_utils_soft_reset_rbl()
240 int hw_atl_utils_soft_reset(struct aq_hw_s *self) in hw_atl_utils_soft_reset()
306 int hw_atl_utils_fw_downld_dwords(struct aq_hw_s *self, u32 a, in hw_atl_utils_fw_downld_dwords()
352 static int hw_atl_utils_write_b1_mbox(struct aq_hw_s *self, u32 addr, in hw_atl_utils_write_b1_mbox()
391 static int hw_atl_utils_write_b0_mbox(struct aq_hw_s *self, u32 addr, in hw_atl_utils_write_b0_mbox()
416 static int hw_atl_utils_fw_upload_dwords(struct aq_hw_s *self, u32 addr, u32 *p, in hw_atl_utils_fw_upload_dwords()
444 int hw_atl_write_fwcfg_dwords(struct aq_hw_s *self, u32 *p, u32 cnt) in hw_atl_write_fwcfg_dwords()
450 int hw_atl_write_fwsettings_dwords(struct aq_hw_s *self, u32 offset, u32 *p, in hw_atl_write_fwsettings_dwords()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Duievent.py22 def __init__(self, BBServer, clientinfo=("localhost, 0")): argument
72 def getEvent(self): argument
88 def waitEvent(self, delay): argument
92 def queue_event(self, event): argument
98 def send_event(self, event): argument
101 def startCallbackHandler(self): argument
114 def system_quit( self ): argument
126 def __init__( self, interface ): argument
133 def get_request(self): argument
143 def close_request(self, request): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcookerdata.py26 def __init__(self, argv=None): argument
35 def parseCommandLine(self, argv=sys.argv): argument
38 def parseEnvironment(self): argument
41 def updateFromServer(self, server): argument
58 def updateToServer(self, server, environment): argument
77 def parseActions(self): argument
120 def __init__(self): argument
146 def __getstate__(self): argument
152 def __setstate__(self,state): argument
223 def __init__(self, cookercfg, worker = False): argument
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py18 def __init__(self, **options): argument
42 def log(self, msg): argument
47 def _run(self, command, timeout=None, logfile=None): argument
88 def run(self, command, timeout=None, logfile=None): argument
101 def __init__(self, ip, logfile=None, timeout=300, user='root', port=None): argument
118 def log(self, msg): argument
123 def _internal_run(self, command, timeout=None, ignore_status = True): argument
136 def run(self, command, timeout=None): argument
152 def copy_to(self, localpath, remotepath): argument
158 def copy_from(self, remotepath, localpath): argument
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py69 def __init__(self, driver): argument
72 def until(self, method, message=''): argument
95 def until_not(self, method, message=''): argument
143 def get(self, url): argument
154 def find(self, selector): argument
158 def find_all(self, selector): argument
162 def element_exists(self, selector): argument
169 def focused_element(self): argument
173 def wait_until_present(self, selector): argument
180 def wait_until_visible(self, selector): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py40 def __init__(self, writer, kernel, psstats, sample_period, argument
85 def build(self): argument
94 def sort(self, process_subtree): argument
100 def num_nodes(self, process_list): argument
107 def get_start_time(self, process_subtree): argument
116 def get_end_time(self, process_subtree): argument
125 def get_max_pid(self, process_subtree): argument
131 def update_ppids_for_daemons(self, process_list): argument
155 def prune(self, process_subtree, parent): argument
197 def merge_logger(self, process_subtree, logger_proc, monitored_app, app_tree): argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c74 static int hw_atl2_shared_buffer_read_block(struct aq_hw_s *self, in hw_atl2_shared_buffer_read_block()
103 static inline int hw_atl2_shared_buffer_finish_ack(struct aq_hw_s *self) in hw_atl2_shared_buffer_finish_ack()
117 static int aq_a2_fw_init(struct aq_hw_s *self) in aq_a2_fw_init()
141 static int aq_a2_fw_deinit(struct aq_hw_s *self) in aq_a2_fw_deinit()
224 static int aq_a2_fw_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_a2_fw_set_link_speed()
236 static void aq_a2_fw_set_mpi_flow_control(struct aq_hw_s *self, in aq_a2_fw_set_mpi_flow_control()
245 static void aq_a2_fw_upd_eee_rate_bits(struct aq_hw_s *self, in aq_a2_fw_upd_eee_rate_bits()
256 static int aq_a2_fw_set_state(struct aq_hw_s *self, in aq_a2_fw_set_state()
284 static int aq_a2_fw_update_link_status(struct aq_hw_s *self) in aq_a2_fw_update_link_status()
326 static int aq_a2_fw_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_a2_fw_get_mac_permanent()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dapi.py51 def get(self, request, *args, **kwargs): argument
76 def post(self, request, *args, **kwargs): argument
142 def get(self, request, *args, **kwargs): argument
145 def post(self, request, *args, **kwargs): argument
185 def get(self, request, *args, **kwargs): argument
188 def post(self, request, *args, **kwargs): argument
270 def get(self, request, *args, **kwargs): argument
316 def post(self, request, *args, **kwargs): argument
381 def put(self, request, *args, **kwargs): argument
476 def delete(self, request, *args, **kwargs): argument
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py16 def setUp(self): argument
30 def mk_fname(self,f): argument
33 def flatten(self, process_tree): argument
40 def checkAgainstJavaExtract(self, filename, process_tree): argument
52 def testBuild(self): argument
56 def testMergeLogger(self): argument
61 def testPrune(self): argument
67 def testMergeExploders(self): argument
74 def testMergeSiblings(self): argument
82 def testMergeRuns(self): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/
H A Dbbcontroller.py23 def __init__(self, be): argument
28 def _runCommand(self, command): argument
34 def disconnect(self): argument
37 def setVariable(self, name, value): argument
40 def getVariable(self, name): argument
43 def triggerEvent(self, event): argument
46 def build(self, targets, task = None): argument
51 def forceShutDown(self): argument
94 def __init__(self, be): argument
100 def setLayers(self, bitbake, ls): argument
[all …]

12345678910>>...42