/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/ |
D | pxe.rs | 608 pub const fn mode(&self) -> &Mode { in mode() 1052 pub struct Mode { struct 1056 pub started: bool, 1058 pub ipv6_available: bool, 1060 pub ipv6_supported: bool, 1063 pub using_ipv6: bool, 1066 pub bis_supported: bool, 1069 pub bis_detected: bool, 1073 pub auto_arp: bool, 1079 pub send_guid: bool, [all …]
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/network/ |
D | pxe.rs | 608 pub const fn mode(&self) -> &Mode { in mode() 1052 pub struct Mode { struct 1056 pub started: bool, 1058 pub ipv6_available: bool, 1060 pub ipv6_supported: bool, 1063 pub using_ipv6: bool, 1066 pub bis_supported: bool, 1069 pub bis_detected: bool, 1073 pub auto_arp: bool, 1079 pub send_guid: bool, [all …]
|
/aosp_15_r20/external/swiftshader/src/Device/ |
H A D | BC_Decoder.cpp | 636 Mode, enumerator 1107 struct Mode struct 1109 const int IDX; // Mode index 1110 const int NS; // Number of subsets in each partition 1111 const int PB; // Partition bits 1112 const int RB; // Rotation bits 1113 const int ISB; // Index selection bits 1114 const int CB; // Color bits 1115 const int AB; // Alpha bits 1116 const int EPB; // Endpoint P-bits [all …]
|
/aosp_15_r20/external/python/cpython2/Doc/tutorial/ |
D | appendix.rst | 13 .. _tut-error: 15 Error Handling 37 Executable Python Scripts 68 The Interactive Startup File 101 The Customization Modules
|
/aosp_15_r20/external/python/cpython3/Doc/tutorial/ |
D | appendix.rst | 13 .. _tut-error: 15 Error Handling 37 Executable Python Scripts 68 The Interactive Startup File 101 The Customization Modules
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/build/microdroid/microdroid/android_common/root/system/etc/ |
D | cgroups.json | 6 "Mode": "0775", string 13 "Mode": "0755", string 20 "Mode": "0755", string 27 "Mode": "0700", string 35 "Mode": "0775", string
|
/aosp_15_r20/out/soong/.intermediates/system/core/libprocessgroup/profiles/cgroups.json/android_arm64_armv8-2a_cortex-a55/ |
D | cgroups.json | 6 "Mode": "0775", string 13 "Mode": "0755", string 20 "Mode": "0755", string 27 "Mode": "0700", string 35 "Mode": "0775", string
|
/aosp_15_r20/out/target/product/shiba/obj/ETC/cgroups.json_intermediates/ |
D | cgroups.json | 6 "Mode": "0775", string 13 "Mode": "0755", string 20 "Mode": "0755", string 27 "Mode": "0700", string 35 "Mode": "0775", string
|
/aosp_15_r20/out/target/product/shiba/system/etc/ |
D | cgroups.json | 6 "Mode": "0775", string 13 "Mode": "0755", string 20 "Mode": "0755", string 27 "Mode": "0700", string 35 "Mode": "0775", string
|
/aosp_15_r20/system/core/libprocessgroup/profiles/ |
H A D | cgroups.json | 6 "Mode": "0775", string 13 "Mode": "0755", string 20 "Mode": "0755", string 27 "Mode": "0700", string 35 "Mode": "0775", string
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | amvideo.h | 644 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(T… argument 646 #define IFullScreenVideo_IsModeAvailable(This,Mode) (This)->lpVtbl->IsModeAvailable(This,Mode) argument 647 #define IFullScreenVideo_IsModeEnabled(This,Mode) (This)->lpVtbl->IsModeEnabled(This,Mode) argument 648 #define IFullScreenVideo_SetEnabled(This,Mode,bEnabled) (This)->lpVtbl->SetEnabled(This,Mode,bEnabl… argument 675 static FORCEINLINE HRESULT IFullScreenVideo_GetModeInfo(IFullScreenVideo* This,LONG Mode,LONG *pWid… in IFullScreenVideo_GetModeInfo() 681 static FORCEINLINE HRESULT IFullScreenVideo_IsModeAvailable(IFullScreenVideo* This,LONG Mode) { in IFullScreenVideo_IsModeAvailable() 684 static FORCEINLINE HRESULT IFullScreenVideo_IsModeEnabled(IFullScreenVideo* This,LONG Mode) { in IFullScreenVideo_IsModeEnabled() 687 static FORCEINLINE HRESULT IFullScreenVideo_SetEnabled(IFullScreenVideo* This,LONG Mode,LONG bEnabl… in IFullScreenVideo_SetEnabled() 876 #define IFullScreenVideoEx_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo… argument 878 #define IFullScreenVideoEx_IsModeAvailable(This,Mode) (This)->lpVtbl->IsModeAvailable(This,Mode) argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 79 unsigned Mode) in InMemoryBuffer() 113 unsigned Mode; member in __anon62a0dd210111::InMemoryBuffer 118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer() 128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer() 171 unsigned Mode = fs::all_read | fs::all_write; in create() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 76 unsigned Mode) in InMemoryBuffer() 110 unsigned Mode; member in __anond5f21b270111::InMemoryBuffer 115 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer() 125 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer() 161 unsigned Mode = fs::all_read | fs::all_write; in create() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/tutorial_builder/ |
H A D | 04_01_enum.rs | 4 enum Mode { enum 10 impl ValueEnum for Mode { implementation 23 impl std::fmt::Display for Mode { implementation 32 impl std::str::FromStr for Mode { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/examples/tutorial_builder/ |
D | 04_01_enum.rs | 4 enum Mode { enum 10 impl ValueEnum for Mode { implementation 23 impl std::fmt::Display for Mode { implementation 32 impl std::str::FromStr for Mode { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap/examples/tutorial_builder/ |
D | 04_01_enum.rs | 4 enum Mode { enum 10 impl ValueEnum for Mode { implementation 23 impl std::fmt::Display for Mode { implementation 32 impl std::str::FromStr for Mode { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/console/ |
D | gop.rs | 79 fn query_mode(&self, index: u32) -> Result<Mode> { in query_mode() 340 pub struct Mode { struct 343 info: ModeInfo, argument 346 impl Mode { argument
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/console/ |
D | gop.rs | 79 fn query_mode(&self, index: u32) -> Result<Mode> { in query_mode() 340 pub struct Mode { struct 343 info: ModeInfo, argument 346 impl Mode { impl
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/parser/ |
D | interface.go | 47 type Mode uint type 84 func ParseFile(fset *token.FileSet, filename string, src any, mode Mode) (f *ast.File, err error) { 141 func ParseDir(fset *token.FileSet, path string, filter func(fs.FileInfo) bool, mode Mode) (pkgs map… 191 func ParseExprFrom(fset *token.FileSet, filename string, src any, mode Mode) (expr ast.Expr, err er…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 218 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, in applyDebugify() 234 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo, in applyDebugify() 822 enum DebugifyMode Mode; member 848 enum DebugifyMode Mode; member 886 enum DebugifyMode Mode; member 928 enum DebugifyMode Mode; member 955 ModulePass *createDebugifyModulePass(enum DebugifyMode Mode, in createDebugifyModulePass() 965 createDebugifyFunctionPass(enum DebugifyMode Mode, in createDebugifyFunctionPass() 987 enum DebugifyMode Mode, DebugInfoPerPass *DebugInfoBeforePass, in createCheckDebugifyModulePass() 999 enum DebugifyMode Mode, DebugInfoPerPass *DebugInfoBeforePass, in createCheckDebugifyFunctionPass()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaudioclient/spatializer-aidl-cpp-source/gen/include/android/media/ |
D | ISpatializer.h | 77 …nder::Status getSupportedHeadTrackingModes(::std::vector<::android::media::audio::common::HeadTrac… in getSupportedHeadTrackingModes() 80 …android::binder::Status setDesiredHeadTrackingMode(::android::media::audio::common::HeadTracking::… in setDesiredHeadTrackingMode() 83 …android::binder::Status getActualHeadTrackingMode(::android::media::audio::common::HeadTracking::M… in getActualHeadTrackingMode() 107 …android::binder::Status getSupportedModes(::std::vector<::android::media::audio::common::Spatializ… in getSupportedModes()
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/ |
D | stat.rs | 159 perm: Mode, in mknod() 175 perm: Mode, in mknodat() 209 pub fn umask(mode: Mode) -> Mode { in umask() 305 mode: Mode, in fchmodat() 449 mode: Mode, in mkdirat()
|
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
H A D | vlc_encode.cpp | 891 UChar Mode = video->headerInfo.Mode[video->mbnum]; in MBVlcEncodeDataPar_I_VOP() local 980 UChar Mode = video->headerInfo.Mode[mbnum]; in MBVlcEncodeDataPar_P_VOP() local 1137 UChar Mode = video->headerInfo.Mode[video->mbnum]; in MBVlcEncodeCombined_I_VOP() local 1254 UChar Mode = video->headerInfo.Mode[mbnum]; in MBVlcEncodeCombined_P_VOP() local 1432 …BlockCodeCoeff_RVLC(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode) in BlockCodeCoeff_RVLC() 1504 …deCoeff_ShortHeader(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode) in BlockCodeCoeff_ShortHeader() 1573 …ockCodeCoeff_Normal(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar Mode) in BlockCodeCoeff_Normal() 1926 static Bool IntraDCSwitch_Decision(Int Mode, Int intra_dc_vlc_thr, Int intraDCVlcQP) in IntraDCSwitch_Decision() 2014 Void DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP) in DCACPred()
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | cciss_defs.h | 59 BYTE Mode : 2; member 64 BYTE Mode : 2; member 70 BYTE Mode : 2; member 76 DWORD Mode : 2; member 81 DWORD Mode : 2; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/linux/ |
D | cciss_defs.h | 59 BYTE Mode : 2; member 64 BYTE Mode : 2; member 70 BYTE Mode : 2; member 76 DWORD Mode : 2; member 81 DWORD Mode : 2; member
|