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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/system_properties/include/system_properties/
contexts.h 39 virtual bool Initialize(bool writable, const char* filename, bool* fsetxattr_failed) = 0;
contexts_serialized.h 41 virtual bool Initialize(bool writable, const char* filename, bool* fsetxattr_failed) override;
contexts_split.h 41 virtual bool Initialize(bool writable, const char* filename, bool* fsetxattr_failed) override;
  /external/webrtc/webrtc/p2p/base/
transportchannel.cc 34 void TransportChannel::set_writable(bool writable) {
35 if (writable_ == writable) {
39 << writable; local
40 writable_ = writable;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
MethodProperty.java 35 private final boolean writable; field in class:MethodProperty
43 this.writable = property.getWriteMethod() != null;
64 return writable;
  /external/skia/experimental/sksg/
SkSGInvalidationController.cpp 25 ctm.mapRect(rect.writable());
  /external/skqp/experimental/sksg/
SkSGInvalidationController.cpp 25 ctm.mapRect(rect.writable());
  /external/webrtc/webrtc/base/
asyncfile.h 30 virtual bool writable() = 0;
  /system/core/fastboot/
usb.h 50 unsigned char writable; member in struct:usb_ifc_info
  /external/v8/src/
property-descriptor.h 88 bool writable() const { return writable_; } function in class:v8::internal::PropertyDescriptor
89 void set_writable(bool writable) {
90 writable_ = writable;
110 (has_writable() && !writable() ? READ_ONLY : NONE));
  /external/python/cpython2/Lib/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /libcore/luni/src/main/java/java/nio/
NioUtils.java 64 boolean writable = (mode & (O_WRONLY | O_RDWR | O_SYNC)) != 0;
66 return FileChannelImpl.open(fd, null, readable, writable, append, ioObject);
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 167 return rebuild_connection, (rh, conn.readable, conn.writable)
169 def rebuild_connection(reduced_handle, readable, writable):
172 handle, readable=readable, writable=writable
207 return rebuild_pipe_connection, (rh, conn.readable, conn.writable)
209 def rebuild_pipe_connection(reduced_handle, readable, writable):
212 handle, readable=readable, writable=writable
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
unwind-bad.l 17 .*:44: Error: Operand 2 to \.spillreg must be a writable register
21 .*:52: Error: Operand 2 to \.spillreg must be a writable register
22 .*:54: Error: Operand 2 to \.spillreg must be a writable register
27 .*:64: Error: Operand 3 to \.spillreg.p must be a writable register
28 .*:66: Error: Operand 3 to \.spillreg.p must be a writable register
41 #FIXME .*:110: Error: Second operand to \.save\.g must be a writable general registers
44 #FIXME .*:117: Error: Second operand to \.save\.b must be a writable general registers
49 #FIXME .*:141: Error: Operand to \.vframe must be a writable general registers
50 #FIXME .*:147: Error: Second operand to \.prologue must be a writable general registers
  /external/skia/src/core/
SkRegionPriv.h 111 RunHead* writable = this; local
116 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
117 memcpy(writable->writable_runs(), this->readonly_runs(),
127 return writable;
  /external/skqp/src/core/
SkRegionPriv.h 111 RunHead* writable = this; local
116 writable = Alloc(fRunCount, fYSpanCount, fIntervalCount);
117 memcpy(writable->writable_runs(), this->readonly_runs(),
127 return writable;
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
Writables.java 18 import dagger.internal.codegen.writer.Writable.Context;
29 static void join(String delimiter, Iterable<? extends Writable> writables,
32 Iterator<? extends Writable> iter = writables.iterator();
45 static void join(String delimiter, Iterable<? extends Writable> writables,
50 static Writable toStringWritable(final Object object) {
51 return new Writable() {
71 static String writeToString(Writable writable) {
74 writable.write(builder, DEFAULT_CONTEXT);
  /art/runtime/
vdex_file.h 164 bool writable,
177 bool writable,
184 bool writable,
192 writable,
202 bool writable,
212 writable,
  /external/python/cpython3/Lib/test/
test_winconsoleio.py 44 self.assertFalse(f.writable())
56 self.assertTrue(f.writable())
68 self.assertTrue(f.writable())
78 self.assertFalse(f.writable())
85 self.assertFalse(f.writable())
92 self.assertTrue(f.writable())
  /toolchain/binutils/binutils-2.27/bfd/
bfdwin.c 112 bfd_boolean writable)
122 windowp->i, writable);
177 writable ? PROT_WRITE | PROT_READ : PROT_READ,
178 (writable
216 if (!writable)
245 if (!writable)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h 84 explicit TSymbol(const TString *n) : name(n), numExtensions(0), extensions(0), writable(true) { }
119 virtual bool isReadOnly() const { return ! writable; }
120 virtual void makeReadOnly() { writable = false; }
138 bool writable; member in class:glslang::TSymbol
164 virtual TType& getWritableType() { assert(writable); return type; }
167 virtual TConstUnionArray& getWritableConstArray() { assert(writable); return constArray; }
242 assert(writable);
275 virtual void relateToOperator(TOperator o) { assert(writable); op = o; }
277 virtual void setDefined() { assert(writable); defined = true; }
279 virtual void setPrototyped() { assert(writable); prototyped = true;
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
SecEntry.S 261 .byte 0x92 # present, ring 0, data, expand-up, writable
271 .byte 0x9B # present, ring 0, data, expand-up, not-writable
281 .byte 0x93 # present, ring 0, data, expand-up, not-writable
292 .byte 0x9A # present, ring 0, data, expand-up, writable
302 .byte 0x9B # present, ring 0, code, expand-up, writable
312 .byte 0x93 # present, ring 0, data, expand-up, not-writable
323 .byte 0 # present, ring 0, data, expand-up, writable

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011>>