HomeSort by relevance Sort by last modified time
    Searched defs:ReadOnly (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/FileSystemInfo/
FileSystemInfo.h 33 BOOLEAN ReadOnly;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
FileSystemInfo.h 33 BOOLEAN ReadOnly;
  /external/clang/test/SemaCXX/
bool.cpp 8 ReadOnly = true
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
BlockIo2.h 62 BOOLEAN ReadOnly;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
PeiBlockIo.h 156 BOOLEAN ReadOnly;
  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Info.c 150 Info->ReadOnly = Volume->ReadOnly;
310 BOOLEAN ReadOnly;
329 ReadOnly = (BOOLEAN)(IFile->ReadOnly || (DirEnt->Entry.Attributes & EFI_FILE_READ_ONLY));
338 if (!ReadOnly) {
348 if (!ReadOnly) {
367 // Set the current attributes even if the IFile->ReadOnly is TRUE
387 if (ReadOnly) {
447 if (OFile->ODir != NULL || ReadOnly) {
    [all...]
  /external/kotlinc/lib/
kotlin-annotations-jvm.jar 
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/BlockIo/
BlockIo.h 163 ReadOnly - TRUE if the media is marked read-only otherwise, FALSE. This
181 BOOLEAN ReadOnly;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIo.h 162 BOOLEAN ReadOnly;
  /build/kati/
var.h 62 bool ReadOnly() const { return readonly_; }
195 void Assign(Symbol name, Var* v, bool* readonly);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
TextEditorTypes.h 85 BOOLEAN ReadOnly; // file is read-only or not
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 90 BOOLEAN ReadOnly; // file is read-only or not
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone };
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 47 const Attributes ReadOnly = 1<<10; ///< Function only reads from memory
92 const Attributes FunctionOnly = NoReturn | NoUnwind | ReadNone | ReadOnly |
104 ReadNone | ReadOnly,
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 38 ReadOnly = 0x01,
40 ReadWrite = ReadOnly | WriteOnly,
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
symkind.go 126 // ReadOnly are the symbol kinds that form read-only sections. In some
129 var ReadOnly = []SymKind{
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
symkind.go 126 // ReadOnly are the symbol kinds that form read-only sections. In some
129 var ReadOnly = []SymKind{
  /external/llvm/include/llvm/MC/
SectionKind.h 31 /// ReadOnly - Data that is never written to at program runtime by the
32 /// program or the dynamic linker. Things in the top-level readonly
34 ReadOnly,
118 return K == ReadOnly || isMergeableCString() ||
175 static SectionKind getReadOnly() { return get(ReadOnly); }
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h 152 std::set<unsigned> ReadOnly;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 36 /// ReadOnly - Data that is never written to at program runtime by the
37 /// program or the dynamic linker. Things in the top-level readonly
39 ReadOnly,
127 /// ReadOnlyWithRelLocal - This is data that is readonly by the
141 return K == ReadOnly || isMergeableCString() ||
209 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 34 /// ReadOnly - Data that is never written to at program runtime by the
35 /// program or the dynamic linker. Things in the top-level readonly
37 ReadOnly,
124 return K == ReadOnly || isMergeableCString() ||
182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 34 /// ReadOnly - Data that is never written to at program runtime by the
35 /// program or the dynamic linker. Things in the top-level readonly
37 ReadOnly,
124 return K == ReadOnly || isMergeableCString() ||
182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 34 /// ReadOnly - Data that is never written to at program runtime by the
35 /// program or the dynamic linker. Things in the top-level readonly
37 ReadOnly,
124 return K == ReadOnly || isMergeableCString() ||
182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 34 /// ReadOnly - Data that is never written to at program runtime by the
35 /// program or the dynamic linker. Things in the top-level readonly
37 ReadOnly,
124 return K == ReadOnly || isMergeableCString() ||
182 static SectionKind getReadOnly() { return get(ReadOnly); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 34 /// ReadOnly - Data that is never written to at program runtime by the
35 /// program or the dynamic linker. Things in the top-level readonly
37 ReadOnly,
124 return K == ReadOnly || isMergeableCString() ||
182 static SectionKind getReadOnly() { return get(ReadOnly); }

Completed in 854 milliseconds

1 2 3 4