| /external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
| D | pm_api_pinctrl.c | 2546 enum pm_ret_status pm_api_pinctrl_get_num_func_groups(unsigned int fid, in pm_api_pinctrl_get_num_func_groups() 2575 void pm_api_pinctrl_get_function_name(unsigned int fid, char *name) in pm_api_pinctrl_get_function_name() 2601 enum pm_ret_status pm_api_pinctrl_get_function_groups(unsigned int fid, in pm_api_pinctrl_get_function_groups()
|
| /external/python/cpython2/Lib/idlelib/ |
| D | RemoteDebugger.py | 86 def set_next(self, fid): argument 90 def set_return(self, fid): argument 94 def get_stack(self, fid, tbid): argument 125 def frame_attr(self, fid, name): argument 129 def frame_globals(self, fid): argument 136 def frame_locals(self, fid): argument 143 def frame_code(self, fid): argument 199 def __init__(self, conn, fid): argument 280 def interaction(self, message, fid, modified_info): argument
|
| /external/python/cpython3/Lib/idlelib/ |
| D | debugger_r.py | 86 def set_next(self, fid): argument 90 def set_return(self, fid): argument 94 def get_stack(self, fid, tbid): argument 122 def frame_attr(self, fid, name): argument 126 def frame_globals(self, fid): argument 133 def frame_locals(self, fid): argument 140 def frame_code(self, fid): argument 203 def __init__(self, conn, fid): argument 289 def interaction(self, message, fid, modified_info): argument
|
| /external/vm_tools/p9/src/protocol/ |
| D | messages.rs | 301 pub fid: u32, field 308 pub fid: u32, field 315 pub fid: u32, field 322 pub fid: u32, field 327 pub fid: u32, field 340 pub fid: u32, field 349 pub fid: u32, field 354 pub fid: u32, field 360 pub fid: u32, field 369 pub fid: u32, field [all …]
|
| /external/vm_tools/p9/src/server/ |
| D | tests.rs | 324 fid: u32, field 543 let fid = next_fid; in tree_walk() localVariable 586 let fid = ROOT_FID + 1; in create_existing_file() localVariable 632 let fid = ROOT_FID + 1; in set_attr_test() localVariable 825 let fid = dfid + 1; in huge_directory() localVariable 883 let fid = next_fid; in unlink_all() localVariable 961 let fid = ROOT_FID + 1; localVariable 995 let fid = ROOT_FID + 1; localVariable 1100 let fid = ROOT_FID + 1; localVariable 1129 let fid = ROOT_FID + 1; localVariable
|
| D | mod.rs | 477 let fid = Fid { in attach() localVariable 622 let fid = self.fids.get(&statfs.fid).ok_or_else(ebadf)?; in statfs() localVariable 646 let fid = self.fids.get_mut(&lopen.fid).ok_or_else(ebadf)?; in lopen() localVariable 660 let fid = self.fids.get_mut(&lcreate.fid).ok_or_else(ebadf)?; in lcreate() localVariable 723 let fid = self.fids.get_mut(&get_attr.fid).ok_or_else(ebadf)?; in get_attr() localVariable 757 let fid = self.fids.get(&set_attr.fid).ok_or_else(ebadf)?; in set_attr() localVariable 834 let fid = self.fids.get_mut(&readdir.fid).ok_or_else(ebadf)?; in readdir() localVariable 930 let fid = self.fids.get(&mkdir.dfid).ok_or_else(ebadf)?; in mkdir() localVariable
|
| /external/arm-trusted-firmware/include/bl32/tsp/ |
| D | tsp.h | 49 #define TSP_BARE_FID(fid) ((fid) & 0xffff) argument 55 #define TSP_YIELD_FID(fid) ((TSP_BARE_FID(fid) | 0x72000000)) argument 56 #define TSP_FAST_FID(fid) ((TSP_BARE_FID(fid) | 0x72000000) | (1u << 31)) argument
|
| /external/skia/tools/ |
| D | SkSharingProc.cpp | 51 uint32_t fid = context->fImageMap[id]; in serializeImage() local 67 uint32_t fid; in deserializeImage() local
|
| /external/arm-trusted-firmware/include/bl32/payloads/ |
| D | tlk.h | 16 #define TLK_TOS_YIELD_FID(fid) ((fid) | 0x72000000 | (0 << 31)) argument 17 #define TLK_TA_YIELD_FID(fid) ((fid) | 0x70000000 | (0 << 31)) argument
|
| /external/squashfs-tools/kernel/fs/squashfs/ |
| D | export.c | 91 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_dentry() 102 struct fid *fid, int fh_len, int fh_type) in squashfs_fh_to_parent()
|
| /external/webrtc/modules/audio_processing/transient/test/ |
| D | readDetection.m | 22 fid = fopen(file); variable
|
| D | readPCM.m | 21 fid = fopen(file); variable
|
| /external/clang/lib/Lex/ |
| D | PreprocessorLexer.cpp | 22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer()
|
| /external/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
| D | patching-unpatching.cpp | 17 void test_handler(int32_t fid, XRayEntryType type) { in test_handler()
|
| D | coverage-sample.cpp | 18 [[clang::xray_never_instrument]] void coverage_handler(int32_t fid, in coverage_handler()
|
| /external/llvm-project/clang/lib/Lex/ |
| D | PreprocessorLexer.cpp | 24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer()
|
| /external/conscrypt/platform/src/test/java/org/conscrypt/metrics/ |
| D | MetricsTest.java | 51 int fid = (Integer) frameworkStatsEvent.getClass() in test_reflexiveEvent() local
|
| /external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/metrics/ |
| D | MetricsTest.java | 55 int fid = (Integer) frameworkStatsEvent.getClass() in test_reflexiveEvent() local
|
| /external/llvm-project/clang/include/clang/Edit/ |
| D | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
|
| /external/arm-trusted-firmware/plat/arm/board/juno/ |
| D | juno_common.c | 106 int32_t plat_is_smccc_feature_available(u_register_t fid) in plat_is_smccc_feature_available()
|
| /external/clang/include/clang/Edit/ |
| D | FileOffset.h | 24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } in FileOffset()
|
| /external/arm-trusted-firmware/plat/marvell/armada/a3k/common/ |
| D | a3700_sip_svc.c | 26 #define is_comphy_fid(fid) \ argument
|
| /external/webrtc/modules/audio_processing/aec_dump/ |
| D | aec_dump_unittest.cc | 79 FILE* fid = fopen(filename.c_str(), "r"); in TEST() local
|
| /external/webrtc/modules/audio_processing/test/ |
| D | apmtest.m | 338 fid = fopen(newfile,'rb'); variable 342 fid = fopen(reffile,'rb'); variable
|
| /external/llvm-project/clang/unittests/Frontend/ |
| D | TextDiagnosticTest.cpp | 61 clang::FileID fid = in TEST() local
|