Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 25 of 55) sorted by relevance

123

/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_pinctrl.c2546 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/
DRemoteDebugger.py86 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/
Ddebugger_r.py86 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/
Dmessages.rs301 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/
Dtests.rs324 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
Dmod.rs477 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/
Dtsp.h49 #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/
DSkSharingProc.cpp51 uint32_t fid = context->fImageMap[id]; in serializeImage() local
67 uint32_t fid; in deserializeImage() local
/external/arm-trusted-firmware/include/bl32/payloads/
Dtlk.h16 #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/
Dexport.c91 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/
DreadDetection.m22 fid = fopen(file); variable
DreadPCM.m21 fid = fopen(file); variable
/external/clang/lib/Lex/
DPreprocessorLexer.cpp22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer()
/external/llvm-project/compiler-rt/test/xray/TestCases/Posix/
Dpatching-unpatching.cpp17 void test_handler(int32_t fid, XRayEntryType type) { in test_handler()
Dcoverage-sample.cpp18 [[clang::xray_never_instrument]] void coverage_handler(int32_t fid, in coverage_handler()
/external/llvm-project/clang/lib/Lex/
DPreprocessorLexer.cpp24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) in PreprocessorLexer()
/external/conscrypt/platform/src/test/java/org/conscrypt/metrics/
DMetricsTest.java51 int fid = (Integer) frameworkStatsEvent.getClass() in test_reflexiveEvent() local
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/metrics/
DMetricsTest.java55 int fid = (Integer) frameworkStatsEvent.getClass() in test_reflexiveEvent() local
/external/llvm-project/clang/include/clang/Edit/
DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) {} in FileOffset()
/external/arm-trusted-firmware/plat/arm/board/juno/
Djuno_common.c106 int32_t plat_is_smccc_feature_available(u_register_t fid) in plat_is_smccc_feature_available()
/external/clang/include/clang/Edit/
DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } in FileOffset()
/external/arm-trusted-firmware/plat/marvell/armada/a3k/common/
Da3700_sip_svc.c26 #define is_comphy_fid(fid) \ argument
/external/webrtc/modules/audio_processing/aec_dump/
Daec_dump_unittest.cc79 FILE* fid = fopen(filename.c_str(), "r"); in TEST() local
/external/webrtc/modules/audio_processing/test/
Dapmtest.m338 fid = fopen(newfile,'rb'); variable
342 fid = fopen(reffile,'rb'); variable
/external/llvm-project/clang/unittests/Frontend/
DTextDiagnosticTest.cpp61 clang::FileID fid = in TEST() local

123