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

1 2 3 4

  /external/clang/test/SemaCXX/
bool.cpp 8 ReadOnly = true
  /external/libchrome/base/prefs/
persistent_pref_store.h 49 virtual bool ReadOnly() const = 0;
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 43 ASSERT_TRUE(m_pTestee->open(path, FileHandle::OpenMode(FileHandle::ReadOnly),
64 ASSERT_TRUE(m_pTestee->delegate(fd, FileHandle::ReadOnly));
85 ASSERT_TRUE(m_pTestee->open(path, FileHandle::OpenMode(FileHandle::ReadOnly),
UniqueGCFactoryBaseTest.cpp 74 memFactory->produce(path1, FileHandle::OpenMode(FileHandle::ReadOnly),
77 memFactory->produce(path2, FileHandle::OpenMode(FileHandle::ReadOnly),
82 memFactory->produce(path1, FileHandle::OpenMode(FileHandle::ReadOnly),
  /external/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,
119 return K == ReadOnly || isMergeableCString() ||
175 static SectionKind getReadOnly() { return get(ReadOnly); }
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 89 ReadOnly,
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 38 ReadOnly = 0x01,
40 ReadWrite = ReadOnly | WriteOnly,
  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission_unittest.cc 41 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath);
54 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath);
70 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath);
78 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath);
173 TEST(BrokerFilePermission, ReadOnly) {
175 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath);
broker_file_permission.h 28 static BrokerFilePermission ReadOnly(const std::string& path) {
broker_process_unittest.cc 59 permissions.push_back(BrokerFilePermission::ReadOnly("/proc/cpuinfo"));
92 permissions.push_back(BrokerFilePermission::ReadOnly(kR_WhiteListed));
94 BrokerFilePermission::ReadOnly(kR_WhiteListedButDenied));
311 permissions.push_back(BrokerFilePermission::ReadOnly(kFileCpuInfo));
423 permissions.push_back(BrokerFilePermission::ReadOnly(kCpuInfo));
448 permissions.push_back(BrokerFilePermission::ReadOnly(kCpuInfo));
530 permissions.push_back(BrokerFilePermission::ReadOnly(kCpuInfo));
574 permissions.push_back(BrokerFilePermission::ReadOnly("/proc/cpuinfo"));
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 49 else if (FileHandle::ReadOnly == (pMode & FileHandle::ReadOnly))
218 return (m_OpenMode & ReadOnly);
  /frameworks/compile/slang/
strip_unknown_attributes.cpp 30 // Remove any readnone/readonly attributes from function parameters.
34 B.addAttribute(llvm::Attribute::ReadOnly);
  /external/v8/test/cctest/
test-receiver-check-hidden-prototype.cc 47 v8::ReadOnly);
  /external/v8/test/webkit/fast/js/kde/
prototype_length.js 35 // check !ReadOnly
38 // check ReadOnly
  /external/llvm/include/llvm/IR/
Function.h 274 Attribute::ReadOnly);
277 addFnAttr(Attribute::ReadOnly);
404 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
407 addAttribute(n, Attribute::ReadOnly);
  /external/pdfium/xfa/src/fxjse/src/
class.cpp 41 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
279 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
290 static_cast<v8::PropertyAttribute>(v8::ReadOnly | v8::DontDelete));
  /bionic/libc/kernel/uapi/linux/
kfd_ioctl.h 185 uint32_t ReadOnly;
  /external/kernel-headers/original/uapi/linux/
kfd_ioctl.h 202 uint32_t ReadOnly; /* Write access to a read-only page */
  /frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp 156 if (!m_Builder.setMemory(*input, FileHandle::OpenMode(FileHandle::ReadOnly),
InputCmd.cpp 172 FileHandle::OpenMode(FileHandle::ReadOnly),
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 12 // non-local memory, and marking them readnone/readonly. It does the
13 // same with function arguments independently, marking them readonly/
47 STATISTIC(NumReadOnly, "Number of functions marked readonly");
50 STATISTIC(NumReadOnlyArg, "Number of arguments marked readonly");
106 /// The three kinds of memory access relevant to 'readonly' and
219 /// Deduce readonly/readnone attributes for the SCC.
223 // write memory then they can't be marked readnone or readonly.
257 B.addAttribute(Attribute::ReadOnly).addAttribute(Attribute::ReadNone);
264 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone);
403 /// Returns Attribute::None, Attribute::ReadOnly or Attribute::ReadNone
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 389 IN BOOLEAN Readonly,
434 *OpenedReadonly = Readonly;
439 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
457 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
467 if((STATUS_ACCESS_DENIED == Status) && !Readonly)
497 IN BOOLEAN ReadOnly,
506 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly);
816 IN BOOLEAN ReadOnly,
841 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
867 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly)
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 44 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
67 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
94 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
193 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
217 Attribute::AttrKind AVs[2] = { Attribute::ReadOnly, Attribute::NoUnwind };
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h 153 std::set<unsigned> ReadOnly;
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 239 FileHandle::OpenMode(FileHandle::ReadOnly),

Completed in 439 milliseconds

1 2 3 4