OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kReadOnly
(Results
1 - 25
of
32
) sorted by null
1
2
/external/libchrome/mojo/core/
platform_shared_memory_mapping.h
33
kReadOnly
,
platform_shared_memory_mapping.cc
42
base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
43
? Type::
kReadOnly
54
if (type_ == Type::
kReadOnly
) {
shared_buffer_dispatcher.cc
167
mode = base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
;
243
base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
);
249
base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
) {
332
case base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
:
shared_buffer_unittest.cc
250
base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
);
312
base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
);
/external/skqp/include/gpu/
GrSurface.h
72
bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::
kReadOnly
; }
91
fSurfaceFlags |= GrInternalSurfaceFlags::
kReadOnly
;
/external/skia/include/gpu/
GrSurface.h
86
bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::
kReadOnly
; }
105
fSurfaceFlags |= GrInternalSurfaceFlags::
kReadOnly
;
/external/libchrome/base/memory/
platform_shared_memory_region_posix.cc
89
case Mode::
kReadOnly
:
146
mode_ = Mode::
kReadOnly
;
174
bool write_allowed = mode_ != Mode::
kReadOnly
;
203
CHECK_NE(mode, Mode::
kReadOnly
) << "Creating a region in read-only mode will "
282
mode == Mode::
kReadOnly
? O_RDONLY : O_RDWR)) {
289
// The second descriptor must be invalid in
kReadOnly
and kUnsafe modes.
307
bool expected_read_only = mode == Mode::
kReadOnly
;
platform_shared_memory_region_unittest.cc
85
EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::
kReadOnly
);
105
EXPECT_EQ(region.GetMode(), PlatformSharedMemoryRegion::Mode::
kReadOnly
);
241
EXPECT_FALSE(check(region, Mode::
kReadOnly
));
243
// Check
kReadOnly
region.
245
EXPECT_TRUE(check(region, Mode::
kReadOnly
));
254
EXPECT_FALSE(check(region2, Mode::
kReadOnly
));
269
PlatformSharedMemoryRegion::Mode::
kReadOnly
, kRegionSize),
platform_shared_memory_region.h
88
kReadOnly
, // ReadOnlySharedMemoryRegion
117
// Creating in
kReadOnly
mode isn't supported because then there will be no
159
// Can be called only in
kReadOnly
and kUnsafe modes, CHECK-fails if is
166
//
kReadOnly
mode after this call on success.
219
Mode mode_ = Mode::
kReadOnly
;
platform_shared_memory_region_mac.cc
112
mode_ = Mode::
kReadOnly
;
139
bool write_allowed = mode_ != Mode::
kReadOnly
;
171
CHECK_NE(mode, Mode::
kReadOnly
) << "Creating a region in read-only mode will "
213
bool expected_read_only = mode == Mode::
kReadOnly
;
read_only_shared_memory_region.cc
93
subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
);
/external/libbrillo/brillo/dbus/
exported_property_set.h
59
kReadOnly
,
93
Access access_mode_{Access::
kReadOnly
};
199
if (GetAccessMode() == ExportedPropertyBase::Access::
kReadOnly
) {
/external/libchrome/base/test/
test_shared_memory_util.cc
139
if (region.GetMode() != subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
) {
142
subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
)
/external/skia/src/gpu/
GrTextureRenderTargetProxy.cpp
133
SkASSERT(!(proxyFlags & GrInternalSurfaceFlags::
kReadOnly
));
134
SkASSERT(!(surfaceFlags & GrInternalSurfaceFlags::
kReadOnly
));
GrAHardwareBufferImageGenerator.cpp
188
GrInternalSurfaceFlags::
kReadOnly
, SkBackingFit::kExact, SkBudgeted::kNo);
GrBackendTextureImageGenerator.cpp
184
format, desc, fSurfaceOrigin, mipMapped, GrInternalSurfaceFlags::
kReadOnly
,
GrSurfaceProxy.cpp
80
fSurfaceFlags |= GrInternalSurfaceFlags::
kReadOnly
;
/external/skqp/src/gpu/
GrTextureRenderTargetProxy.cpp
133
SkASSERT(!(proxyFlags & GrInternalSurfaceFlags::
kReadOnly
));
134
SkASSERT(!(surfaceFlags & GrInternalSurfaceFlags::
kReadOnly
));
GrBackendTextureImageGenerator.cpp
185
format, desc, fSurfaceOrigin, mipMapped, GrInternalSurfaceFlags::
kReadOnly
,
GrSurfaceProxy.cpp
78
fSurfaceFlags |= GrInternalSurfaceFlags::
kReadOnly
;
/external/libchrome/mojo/public/cpp/system/
platform_handle.h
76
kReadOnly
,
115
// |UnwrappedSharedMemoryHandleProtection::
kReadOnly
|, as this will mislead
122
// |UnwrappedSharedMemoryHandleProtection::
kReadOnly
|.
142
// |UnwrappedSharedMemoryHandleProtection::
kReadOnly
| upon return, writable
platform_handle.cc
43
case base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
:
163
mode = base::subtle::PlatformSharedMemoryRegion::Mode::
kReadOnly
;
256
if (protection == UnwrappedSharedMemoryHandleProtection::
kReadOnly
) {
312
? UnwrappedSharedMemoryHandleProtection::
kReadOnly
/external/skia/include/private/
GrSurfaceProxy.h
372
bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::
kReadOnly
; }
/external/skqp/include/private/
GrSurfaceProxy.h
370
bool readOnly() const { return fSurfaceFlags & GrInternalSurfaceFlags::
kReadOnly
; }
/external/skia/src/image/
SkImage_GpuBase.cpp
535
// We pass
kReadOnly
here since we should treat content of the client's texture as immutable.
537
mipMapped, GrInternalSurfaceFlags::
kReadOnly
,
Completed in 972 milliseconds
1
2