HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 976 - 1000 of 2256) sorted by null

<<31323334353637383940>>

  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 50 else if (FileHandle::ReadOnly == (pMode & FileHandle::ReadOnly))
232 return (m_OpenMode & ReadOnly);
  /frameworks/compile/mclinker/unittests/
FileHandleTest.cpp 48 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
68 ASSERT_TRUE(m_pTestee->delegate(fd, FileHandle::ReadOnly));
89 ASSERT_TRUE(m_pTestee->open(path, FileHandle::ReadOnly));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 125 self.assertEqual(m[:], 'a'*mapsize, "Readonly memory map data incorrect.")
127 # Ensuring that readonly mmap can't be slice assigned
133 self.fail("Able to write to readonly memory map")
135 # Ensuring that readonly mmap can't be item assigned
141 self.fail("Able to write to readonly memory map")
143 # Ensuring that readonly mmap can't be write() to
150 self.fail("Able to write to readonly memory map")
152 # Ensuring that readonly mmap can't be write_byte() to
159 self.fail("Able to write to readonly memory map")
161 # Ensuring that readonly mmap can't be resize
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 125 self.assertEqual(m[:], 'a'*mapsize, "Readonly memory map data incorrect.")
127 # Ensuring that readonly mmap can't be slice assigned
133 self.fail("Able to write to readonly memory map")
135 # Ensuring that readonly mmap can't be item assigned
141 self.fail("Able to write to readonly memory map")
143 # Ensuring that readonly mmap can't be write() to
150 self.fail("Able to write to readonly memory map")
152 # Ensuring that readonly mmap can't be write_byte() to
159 self.fail("Able to write to readonly memory map")
161 # Ensuring that readonly mmap can't be resize
    [all...]
  /external/llvm/test/CodeGen/ARM/
vldlane.ll 201 declare %struct.__neon_int8x8x2_t @llvm.arm.neon.vld2lane.v8i8(i8*, <8 x i8>, <8 x i8>, i32, i32) nounwind readonly
202 declare %struct.__neon_int16x4x2_t @llvm.arm.neon.vld2lane.v4i16(i8*, <4 x i16>, <4 x i16>, i32, i32) nounwind readonly
203 declare %struct.__neon_int32x2x2_t @llvm.arm.neon.vld2lane.v2i32(i8*, <2 x i32>, <2 x i32>, i32, i32) nounwind readonly
204 declare %struct.__neon_float32x2x2_t @llvm.arm.neon.vld2lane.v2f32(i8*, <2 x float>, <2 x float>, i32, i32) nounwind readonly
206 declare %struct.__neon_int16x8x2_t @llvm.arm.neon.vld2lane.v8i16(i8*, <8 x i16>, <8 x i16>, i32, i32) nounwind readonly
207 declare %struct.__neon_int32x4x2_t @llvm.arm.neon.vld2lane.v4i32(i8*, <4 x i32>, <4 x i32>, i32, i32) nounwind readonly
208 declare %struct.__neon_float32x4x2_t @llvm.arm.neon.vld2lane.v4f32(i8*, <4 x float>, <4 x float>, i32, i32) nounwind readonly
336 declare %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3lane.v8i8(i8*, <8 x i8>, <8 x i8>, <8 x i8>, i32, i32) nounwind readonly
337 declare %struct.__neon_int16x4x3_t @llvm.arm.neon.vld3lane.v4i16(i8*, <4 x i16>, <4 x i16>, <4 x i16>, i32, i32) nounwind readonly
338 declare %struct.__neon_int32x2x3_t @llvm.arm.neon.vld3lane.v2i32(i8*, <2 x i32>, <2 x i32>, <2 x i32>, i32, i32) nounwind readonly
    [all...]
vlddup.ll 122 declare %struct.__neon_int8x8x2_t @llvm.arm.neon.vld2lane.v8i8(i8*, <8 x i8>, <8 x i8>, i32, i32) nounwind readonly
123 declare %struct.__neon_int4x16x2_t @llvm.arm.neon.vld2lane.v4i16(i8*, <4 x i16>, <4 x i16>, i32, i32) nounwind readonly
124 declare %struct.__neon_int2x32x2_t @llvm.arm.neon.vld2lane.v2i32(i8*, <2 x i32>, <2 x i32>, i32, i32) nounwind readonly
164 declare %struct.__neon_int8x8x3_t @llvm.arm.neon.vld3lane.v8i8(i8*, <8 x i8>, <8 x i8>, <8 x i8>, i32, i32) nounwind readonly
165 declare %struct.__neon_int16x4x3_t @llvm.arm.neon.vld3lane.v4i16(i8*, <4 x i16>, <4 x i16>, <4 x i16>, i32, i32) nounwind readonly
213 declare %struct.__neon_int16x4x4_t @llvm.arm.neon.vld4lane.v4i16(i8*, <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16>, i32, i32) nounwind readonly
214 declare %struct.__neon_int32x2x4_t @llvm.arm.neon.vld4lane.v2i32(i8*, <2 x i32>, <2 x i32>, <2 x i32>, <2 x i32>, i32, i32) nounwind readonly
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 62 DEFINE_STATIC_LOCAL(AtomicString, readonly, ("readonly", AtomicString::ConstructFromLiteral));
63 return readonly;
80 DEFINE_STATIC_LOCAL(AtomicString, readonly, ("0", AtomicString::ConstructFromLiteral));
81 return readonly;
  /external/llvm/test/Transforms/BBVectorize/
simple-ldstr.ll 6 define void @test1(double* %a, double* %b, double* %c) nounwind uwtable readonly {
34 define void @test2(float* %a, float* %b, double* %c) nounwind uwtable readonly {
68 define void @test3(double* %a, double* %b, float* %c) nounwind uwtable readonly {
113 define void @test4(i1 %bool, double* %a, double* %b, double* %c) nounwind uwtable readonly {
144 define void @test5(double* %a, double* %b, double* %c) nounwind uwtable readonly {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java 69 FatDirectoryEntry(byte[] data, boolean readOnly) {
70 super(readOnly);
88 * @param readOnly if the resulting {@code FatDirecoryEntry} should be
94 public static FatDirectoryEntry read(ByteBuffer buff, boolean readOnly) {
105 return new FatDirectoryEntry(data, readOnly);
  /external/chromium_org/chrome/installer/mac/
dirdiffer.sh 146 readonly ME
148 readonly DIRPATCHER
150 readonly GOOBSDIFF
151 readonly BZIP2="bzip2"
152 readonly GZIP="gzip"
154 readonly XZ
155 readonly GBS_SUFFIX='$gbs'
156 readonly BZ2_SUFFIX='$bz2'
157 readonly GZ_SUFFIX='$gz'
158 readonly XZ_SUFFIX='$xz
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
incrblob.test 219 set ::blob [db incrblob -readonly blobs v 1]
233 set ::blob [db incrblob -readonly blobs v 1]
327 set ::blob [db incrblob -readonly t3 a 1]
333 set ::blob [db incrblob -readonly t3 rowid 1]
340 set ::blob [db incrblob -readonly blobs k 3]
350 set ::blob [db incrblob -readonly blobs k 3]
456 set ::blob [db incrblob -readonly blobs v 3]
544 foreach {tn arg} {1 "" 2 -readonly} {
596 set ::b [db incrblob -readonly t1 b 123]
619 set ::b [db incrblob -readonly t2 b 456
    [all...]
delete.test 280 catch {file attributes test.db -readonly 1}
287 } {1 {attempt to write a readonly database}}
295 } {1 {attempt to write a readonly database}}
308 } {1 {attempt to write a readonly database}}
315 # -readonly flag is taken so seriously that a subsequent [file delete -force]
318 catch {file attributes test.db -readonly 0}
  /external/chromium_org/build/
sanitize-png-files.sh 19 readonly ALL_DIRS="
35 readonly DEFAULT_MIN_BLOCK_SIZE=128
36 readonly DEFAULT_LIMIT_BLOCKS=256
37 readonly DEFAULT_RANDOM_TRIALS=100
39 readonly LARGE_MIN_BLOCK_SIZE=1
40 readonly LARGE_LIMIT_BLOCKS=2
41 readonly LARGE_RANDOM_TRIALS=1
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 75 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
94 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
125 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
147 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
211 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
248 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
295 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
384 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
407 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
430 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly
    [all...]
  /external/openssh/
sftp-server.c 74 int readonly; variable
562 if (readonly &&
660 else if (readonly)
774 if (readonly) {
828 else if (readonly)
978 if (readonly)
1003 if (readonly)
1024 if (readonly)
1074 if (readonly)
1160 if (readonly)
    [all...]
  /frameworks/rs/driver/runtime/arch/
neon.ll 106 define <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %low, <4 x float> %high) nounwind readonly {
112 define <4 x float> @_Z5clampDv4_fff(<4 x float> %value, float %low, float %high) nounwind readonly {
115 %out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float> %_high) nounwind readonly
119 define <3 x float> @_Z5clampDv3_fS_S_(<3 x float> %value, <3 x float> %low, <3 x float> %high) nounwind readonly {
129 define <3 x float> @_Z5clampDv3_fff(<3 x float> %value, float %low, float %high) nounwind readonly {
139 define <2 x float> @_Z5clampDv2_fS_S_(<2 x float> %value, <2 x float> %low, <2 x float> %high) nounwind readonly {
145 define <2 x float> @_Z5clampDv2_fff(<2 x float> %value, float %low, float %high) nounwind readonly {
153 define float @_Z5clampfff(float %value, float %low, float %high) nounwind readonly {
163 define <4 x i32> @_Z5clampDv4_iS_S_(<4 x i32> %value, <4 x i32> %low, <4 x i32> %high) nounwind readonly {
169 define <4 x i32> @_Z5clampDv4_iii(<4 x i32> %value, i32 %low, i32 %high) nounwind readonly {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 119 'readonly': false,
129 'readonly': false,
135 'readonly': false,
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
Database.cpp 191 PassRefPtr<VoidCallback> successCallback, bool readOnly, const ChangeVersionData* changeVersionData)
194 RefPtr<SQLTransaction> transaction = SQLTransaction::create(this, callback, successCallback, anotherRefToErrorCallback, readOnly);
197 transactionBackend = backend()->runTransaction(transaction.release(), readOnly, changeVersionData);
  /external/harfbuzz_ng/test/api/
test-blob.c 82 "readonly",
85 , "readonly-may-make-writable"
281 /* A sub-blob is always created READONLY. */
  /external/llvm/test/CodeGen/PowerPC/
stack-realign.ll 10 define void @goo(%struct.s* byval nocapture readonly %a) {
73 define void @hoo(%struct.s* byval nocapture readonly %a) {
104 define void @loo(%struct.s* byval nocapture readonly %a) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 108 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly,
111 super.setValues(kind, entry, state, readOnly, vig);
113 mDateView.setEnabled(isEnabled() && !readOnly);
  /bionic/libc/kernel/common/linux/mtd/
blktrans.h 39 int readonly; member in struct:mtd_blktrans_dev
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
EarlyExitException.cs 42 private readonly int _decisionNumber;
MismatchedSetException.cs 41 private readonly BitSet _expecting;
MismatchedTreeNodeException.cs 42 private readonly int _expecting;

Completed in 1158 milliseconds

<<31323334353637383940>>