/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | codeop.py | 68 def _maybe_compile(compiler, source, filename, symbol): argument 101 def _compile(source, filename, symbol): argument 104 def compile_command(source, filename="<input>", symbol="single"): argument 132 def __call__(self, source, filename, symbol): argument 149 def __call__(self, source, filename="<input>", symbol="single"): argument
|
D | sre_parse.py | 225 def _class_escape(source, escape): argument 257 def _escape(source, escape, state): argument 301 def _parse_sub(source, state, nested=1): argument 360 def _parse_sub_cond(source, state, condgroup): argument 379 def _parse(source, state): argument 691 def parse_template(source, pattern): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 137 def write_bytewise(f, source): argument 144 def write_small_chunks(f, source): argument 151 def write_medium_chunks(f, source): argument 158 def write_large_chunks(f, source): argument 166 def modify_bytewise(f, source): argument 174 def modify_small_chunks(f, source): argument 182 def modify_medium_chunks(f, source): argument 190 def modify_seek_forward_bytewise(f, source): argument 199 def modify_seek_forward_blockwise(f, source): argument 209 def read_modify_bytewise(f, source): argument [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/ |
D | hisi_ipc.c | 78 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox) in hisi_ipc_clear_ack() 92 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox, in hisi_ipc_send_cmd_with_ack() 136 enum src_id source = SRC_IDLE; in hisi_ipc_pm_on_off() local 150 enum src_id source = SRC_IDLE; in hisi_ipc_pm_suspend() local 167 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_off() local 181 enum src_id source = SRC_IDLE; in hisi_ipc_psci_system_reset() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
D | uncompr.c | 24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
|
D | uncompr.c | 26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
D | ConvertUni.py | 37 def __init__(self, utf8, source): argument 59 def convert_one_file(self, source): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | sre_parse.py | 236 def _class_escape(source, escape): argument 268 def _escape(source, escape, state): argument 317 def _parse_sub(source, state, nested=1): argument 376 def _parse_sub_cond(source, state, condgroup): argument 395 def _parse(source, state): argument 734 def parse_template(source, pattern): argument
|
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/ |
D | Packetizer.cpp | 23 std::shared_ptr<StreamingSource> source) in Packetizer() 54 auto source = weak_source.lock(); in addSender() local
|
/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 40 FileSource SourceStringToEnum(std::string source) { in SourceStringToEnum() 59 std::string SourceEnumToString(const FileSource& source) { in SourceEnumToString() 80 CvdFile::CvdFile(const FileSource& source, const std::string& build_id, in CvdFile()
|
D | fetcher_config.h | 43 FileSource source; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_htmlparser.py | 75 def _run_check(self, source, expected_events, collector=EventCollector): argument 86 def _run_check_extra(self, source, events): argument 89 def _parse_error(self, source): argument 90 def parse(source=source): argument
|
D | script_helper.py | 100 def make_script(script_dir, script_basename, source): argument 136 source, depth=1, compiled=False): argument
|
D | test_runpy.py | 116 def _make_pkg(self, source, depth, mod_base="runpy_test"): argument 204 def _add_relative_modules(self, base_dir, source, depth): argument 306 def _make_test_script(self, script_dir, script_basename, source=None): argument
|
D | test_cmd_line_script.py | 39 def _make_test_script(script_dir, script_basename, source=test_source): argument 43 source=test_source, depth=1): argument
|
D | test_sgmllib.py | 103 def get_events(self, source): argument 114 def check_events(self, source, expected_events): argument 126 def check_parse_error(self, source): argument
|
D | test_zlib.py | 207 def test_decompinc(self, flush=False, source=None, cx=256, dcx=64): argument 245 def test_decompimax(self, source=None, cx=256, dcx=64): argument 489 def choose_lines(source, number, seed=None, generator=random): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | dep_util.py | 12 def newer(source, target): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | texcheck.py | 74 def checkit(source, opts, morecmds=[]): argument
|
D | pindent.py | 399 def complete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 407 def delete_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument 415 def reformat_string(source, stepsize = STEPSIZE, tabsize = TABSIZE, expandtabs = EXPANDTABS): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/ |
D | __init__.py | 29 def parse(source, handler, errorHandler=ErrorHandler()): argument
|
/device/google/contexthub/util/nanotool/ |
D | nanomessage.cpp | 38 const VersionInfo *source = reinterpret_cast<const VersionInfo *>(data); in Populate() local 78 const Response *source = reinterpret_cast<const Response *>(data); in Populate() local
|