Home
last modified time | relevance | path

Searched defs:ModeFlags (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/File/linux/
H A Dfile.cpp66 using ModeFlags = File::ModeFlags; in openfile() typedef
125 using ModeFlags = File::ModeFlags; in create_file_from_fd() typedef
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DActivityRequireContentUriPermissionFromCallerTest.java555 public enum ModeFlags { enum in ActivityRequireContentUriPermissionFromCallerTest
565 ModeFlags(int value, int idFromService) { in ModeFlags() method in ActivityRequireContentUriPermissionFromCallerTest.ModeFlags
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel.h53 enum ModeFlags { in COMPONENT_EXPORT() enum
/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.h433 static const TileModeFlags ModeFlags[ADDR_TM_COUNT]; variable
H A Daddrlib1.cpp29 const TileModeFlags Lib::ModeFlags[ADDR_TM_COUNT] = member in Addr::V1::Lib
/aosp_15_r20/external/llvm-libc/src/__support/File/
H A Dfile.h54 using ModeFlags = uint32_t; variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dparallel.h163 UCHAR ModeFlags; member
/aosp_15_r20/external/llvm-libc/test/src/__support/File/
H A Dfile_test.cpp17 using ModeFlags = LIBC_NAMESPACE::File::ModeFlags; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dpstore.h409 #define IPStore_OpenItem(This,Key,pItemType,pItemSubtype,szItemName,ModeFlags,pPromptInfo,dwFlags) … argument
/aosp_15_r20/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs1309 pub fn flags(&self) -> ModeFlags { in flags()