/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | re.py | 134 def match(pattern, string, flags=0): argument 139 def search(pattern, string, flags=0): argument 144 def sub(pattern, repl, string, count=0, flags=0): argument 153 def subn(pattern, repl, string, count=0, flags=0): argument 164 def split(pattern, string, maxsplit=0, flags=0): argument 169 def findall(pattern, string, flags=0): argument 181 def finditer(pattern, string, flags=0): argument 188 def compile(pattern, flags=0): argument 197 def template(pattern, flags=0): argument 293 def __init__(self, lexicon, flags=0): argument
|
D | sre_compile.py | 32 def _compile(code, pattern, flags): argument 51 def fixup(literal, flags=flags): argument 178 def _compile_charset(charset, flags, code, fixup=None): argument 361 def _compile_info(code, pattern, flags): argument 480 def _code(p, flags): argument 495 def compile(p, flags=0): argument
|
D | ssl.py | 181 def send(self, data, flags=0): argument 211 def sendall(self, data, flags=0): argument 226 def recv(self, buflen=1024, flags=0): argument 236 def recv_into(self, buffer, nbytes=None, flags=0): argument 253 def recvfrom(self, buflen=1024, flags=0): argument 260 def recvfrom_into(self, buffer, nbytes=None, flags=0): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | re.py | 138 def match(pattern, string, flags=0): argument 143 def search(pattern, string, flags=0): argument 148 def sub(pattern, repl, string, count=0, flags=0): argument 157 def subn(pattern, repl, string, count=0, flags=0): argument 168 def split(pattern, string, maxsplit=0, flags=0): argument 173 def findall(pattern, string, flags=0): argument 185 def finditer(pattern, string, flags=0): argument 192 def compile(pattern, flags=0): argument 201 def template(pattern, flags=0): argument 307 def __init__(self, lexicon, flags=0): argument
|
D | sre_compile.py | 64 def _compile(code, pattern, flags): argument 101 def fixup(literal, flags=flags): argument 228 def _compile_charset(charset, flags, code, fixup=None, fixes=None): argument 433 def _compile_info(code, pattern, flags): argument 552 def _code(p, flags): argument 567 def compile(p, flags=0): argument
|
/device/linaro/bootloader/arm-trusted-firmware/bl1/ |
D | bl1_fwu.c | 65 unsigned int flags) in bl1_fwu_smc_handler() 225 unsigned int flags) in bl1_fwu_image_copy() 372 unsigned int flags) in bl1_fwu_image_auth() 494 unsigned int flags) in bl1_fwu_image_execute() 543 unsigned int flags) in bl1_fwu_image_resume() 608 static int bl1_fwu_sec_image_done(void **handle, unsigned int flags) in bl1_fwu_sec_image_done() 681 static int bl1_fwu_image_reset(unsigned int image_id, unsigned int flags) in bl1_fwu_image_reset()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/ |
D | plat_startup.c | 58 uint64_t flags; member 77 uint64_t flags = partition->flags & FSBL_FLAGS_CPU_MASK; in get_fsbl_cpu() local 91 uint64_t flags = partition->flags & FSBL_FLAGS_EL_MASK; in get_fsbl_el() local 105 uint64_t flags = partition->flags & FSBL_FLAGS_TZ_MASK; in get_fsbl_ss() local 119 uint64_t flags = partition->flags & FSBL_FLAGS_ENDIAN_MASK; in get_fsbl_endian() local 138 uint64_t flags = partition->flags & FSBL_FLAGS_ESTATE_MASK; in get_fsbl_estate() local
|
/device/generic/goldfish-opengl/android-emu/android/base/threads/ |
D | AndroidFunctorThread.h | 38 : FunctorThread(Functor(func), flags) {} in FunctorThread() argument 47 : Thread(flags), mThreadFunc([func = std::move(func)]() { in Thread() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
D | parsetok.c | 38 perrdetail *err_ret, int flags) in PyParser_ParseStringFlags() 47 perrdetail *err_ret, int flags) in PyParser_ParseStringFlagsFilename() 57 perrdetail *err_ret, int *flags) in PyParser_ParseStringFlagsFilenameEx() 90 char *ps1, char *ps2, perrdetail *err_ret, int flags) in PyParser_ParseFileFlags() 98 char *ps1, char *ps2, perrdetail *err_ret, int *flags) in PyParser_ParseFileFlagsEx() 139 int *flags) in parsetok()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | parsetok.c | 29 perrdetail *err_ret, int flags) in PyParser_ParseStringFlags() 38 perrdetail *err_ret, int flags) in PyParser_ParseStringFlagsFilename() 48 perrdetail *err_ret, int *flags) in PyParser_ParseStringFlagsFilenameEx() 81 char *ps1, char *ps2, perrdetail *err_ret, int flags) in PyParser_ParseFileFlags() 89 char *ps1, char *ps2, perrdetail *err_ret, int *flags) in PyParser_ParseFileFlagsEx() 130 int *flags) in parsetok()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | Xform.c | 43 UINT64 flags; in Oflags2EFI() local 93 UINT64 flags = 0; in Omode2EFI() local
|
/device/linaro/bootloader/arm-trusted-firmware/bl31/ |
D | interrupt_mgmt.c | 39 uint32_t flags; member 60 static int32_t validate_routing_model(uint32_t type, uint32_t flags) in validate_routing_model() 122 int32_t set_routing_model(uint32_t type, uint32_t flags) in set_routing_model() 188 uint32_t flags) in register_interrupt_type_handler()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/ |
D | mtk_sip_svc.c | 29 uint64_t flags) in mediatek_plat_sip_handler() 44 uint64_t flags) in mediatek_sip_handler() 92 uint64_t flags) in sip_smc_handler()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch64/ |
D | plat_common.c | 23 void bl31_plat_enable_mmu(uint32_t flags) in bl31_plat_enable_mmu() 28 void bl32_plat_enable_mmu(uint32_t flags) in bl32_plat_enable_mmu()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | pythonrun.c | 729 PyCompilerFlags *flags) in PyRun_AnyFileExFlags() 744 PyRun_InteractiveLoopFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveLoopFlags() 784 #define PARSER_FLAGS(flags) \ argument 795 PyRun_InteractiveOneFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneFlags() 899 PyCompilerFlags *flags) in PyRun_SimpleFileExFlags() 955 PyRun_SimpleStringFlags(const char *command, PyCompilerFlags *flags) in PyRun_SimpleStringFlags() 1299 PyObject *locals, PyCompilerFlags *flags) in PyRun_StringFlags() 1316 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags() 1339 PyCompilerFlags *flags, PyArena *arena) in run_mod() 1353 PyObject *locals, PyCompilerFlags *flags) in run_pyc_file() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pythonrun.c | 742 PyCompilerFlags *flags) in PyRun_AnyFileExFlags() 757 PyRun_InteractiveLoopFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveLoopFlags() 797 #define PARSER_FLAGS(flags) \ argument 808 PyRun_InteractiveOneFlags(FILE *fp, const char *filename, PyCompilerFlags *flags) in PyRun_InteractiveOneFlags() 912 PyCompilerFlags *flags) in PyRun_SimpleFileExFlags() 968 PyRun_SimpleStringFlags(const char *command, PyCompilerFlags *flags) in PyRun_SimpleStringFlags() 1324 PyObject *locals, PyCompilerFlags *flags) in PyRun_StringFlags() 1341 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags() 1364 PyCompilerFlags *flags, PyArena *arena) in run_mod() 1378 PyObject *locals, PyCompilerFlags *flags) in run_pyc_file() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_main.c | 94 uint32_t flags, in tspd_sel1_interrupt_handler() 159 uint32_t flags, in tspd_ns_interrupt_handler() 282 uint64_t flags) in tspd_smc_handler()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/ |
D | rockchip_sip_svc.c | 28 uint64_t flags) in rockchip_plat_sip_handler() 44 uint64_t flags) in sip_smc_handler()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getnameinfo.c | 146 int flags in getnameinfo() 177 int flags in getnameinfo_inet() 376 int flags in ip6_parsenumeric() 421 int flags in ip6_sa2str() 484 int flags
|
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/custom/ |
D | oem_svc.c | 42 uint64_t flags) in oem_smc_handler() 66 uint64_t flags) in oem_svc_smc_handler()
|
/device/google/bonito/json-c/ |
D | json_object.c | 276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext() 299 static void indent(struct printbuf *pb, int level, int flags) in indent() 312 int flags) in json_object_object_to_json_string() 460 int flags) in json_object_boolean_to_json_string() 503 int flags) in json_object_int_to_json_string() 595 int flags) in json_object_double_to_json_string() 662 struct printbuf *pb, int level, int flags) in json_object_userdata_to_json_string() 729 int flags) in json_object_string_to_json_string() 813 int flags) in json_object_array_to_json_string()
|
/device/google/crosshatch/json-c/ |
D | json_object.c | 276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext() 299 static void indent(struct printbuf *pb, int level, int flags) in indent() 312 int flags) in json_object_object_to_json_string() 460 int flags) in json_object_boolean_to_json_string() 503 int flags) in json_object_int_to_json_string() 595 int flags) in json_object_double_to_json_string() 662 struct printbuf *pb, int level, int flags) in json_object_userdata_to_json_string() 729 int flags) in json_object_string_to_json_string() 813 int flags) in json_object_array_to_json_string()
|
/device/google/coral/json-c/ |
D | json_object.c | 276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext() 299 static void indent(struct printbuf *pb, int level, int flags) in indent() 312 int flags) in json_object_object_to_json_string() 460 int flags) in json_object_boolean_to_json_string() 503 int flags) in json_object_int_to_json_string() 595 int flags) in json_object_double_to_json_string() 662 struct printbuf *pb, int level, int flags) in json_object_userdata_to_json_string() 729 int flags) in json_object_string_to_json_string() 813 int flags) in json_object_array_to_json_string()
|
/device/google/redbull/json-c/ |
D | json_object.c | 276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext() 299 static void indent(struct printbuf *pb, int level, int flags) in indent() 312 int flags) in json_object_object_to_json_string() 460 int flags) in json_object_boolean_to_json_string() 503 int flags) in json_object_int_to_json_string() 595 int flags) in json_object_double_to_json_string() 662 struct printbuf *pb, int level, int flags) in json_object_userdata_to_json_string() 729 int flags) in json_object_string_to_json_string() 813 int flags) in json_object_array_to_json_string()
|
/device/google/sunfish/json-c/ |
D | json_object.c | 276 const char* json_object_to_json_string_ext(struct json_object *jso, int flags) in json_object_to_json_string_ext() 299 static void indent(struct printbuf *pb, int level, int flags) in indent() 312 int flags) in json_object_object_to_json_string() 460 int flags) in json_object_boolean_to_json_string() 503 int flags) in json_object_int_to_json_string() 595 int flags) in json_object_double_to_json_string() 662 struct printbuf *pb, int level, int flags) in json_object_userdata_to_json_string() 729 int flags) in json_object_string_to_json_string() 813 int flags) in json_object_array_to_json_string()
|