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

<<31323334353637383940>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 31 int readonly; member in struct:mtd_blktrans_dev
  /system/core/libutils/
FileMap.cpp 92 bool readOnly)
106 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE;
121 readOnly ? FILE_MAP_READ : FILE_MAP_ALL_ACCESS,
166 if (!readOnly)
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 194 template.push('<textarea class="noborder" readonly>');
207 $('newKeyword').readOnly = 'readonly';
320 template.push('<textarea class="noborder" readonly>');
342 $('newKeyword').readOnly = 'readonly';
394 $('newKeyword').readOnly = false;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 194 template.push('<textarea class="noborder" readonly>');
207 $('newKeyword').readOnly = 'readonly';
320 template.push('<textarea class="noborder" readonly>');
342 $('newKeyword').readOnly = 'readonly';
394 $('newKeyword').readOnly = false;
  /frameworks/rs/driver/runtime/
matrix.ll 18 define <3 x float> @_Z16rsMatrixMultiplyPK12rs_matrix3x3Dv3_f(%struct.rs_matrix3x3* nocapture %m, <3 x float> %in) nounwind readonly {
46 define <3 x float> @_Z16rsMatrixMultiplyP12rs_matrix3x3Dv3_f(%struct.rs_matrix3x3* nocapture %m, <3 x float> %in) nounwind readonly {
51 define <3 x float> @_Z16rsMatrixMultiplyPK12rs_matrix3x3Dv2_f(%struct.rs_matrix3x3* nocapture %m, <2 x float> %in) nounwind readonly {
71 define <3 x float> @_Z16rsMatrixMultiplyP12rs_matrix3x3Dv2_f(%struct.rs_matrix3x3* nocapture %m, <2 x float> %in) nounwind readonly {
76 define <4 x float> @_Z16rsMatrixMultiplyPK12rs_matrix4x4Dv4_f(%struct.rs_matrix4x4* nocapture %m, <4 x float> %in) nounwind readonly {
109 define <4 x float> @_Z16rsMatrixMultiplyP12rs_matrix4x4Dv4_f(%struct.rs_matrix4x4* nocapture %m, <4 x float> %in) nounwind readonly {
114 define <4 x float> @_Z16rsMatrixMultiplyPK12rs_matrix4x4Dv3_f(%struct.rs_matrix4x4* nocapture %m, <3 x float> %in) nounwind readonly {
144 define <4 x float> @_Z16rsMatrixMultiplyP12rs_matrix4x4Dv3_f(%struct.rs_matrix4x4* nocapture %m, <3 x float> %in) nounwind readonly {
149 define <4 x float> @_Z16rsMatrixMultiplyPK12rs_matrix4x4Dv2_f(%struct.rs_matrix4x4* nocapture %m, <2 x float> %in) nounwind readonly {
172 define <4 x float> @_Z16rsMatrixMultiplyP12rs_matrix4x4Dv2_f(%struct.rs_matrix4x4* nocapture %m, <2 x float> %in) nounwind readonly {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.idl 88 readonly attribute PagePopupController pagePopupController;
163 readonly attribute InternalSettings settings;
164 readonly attribute InternalProfilers profilers;
165 readonly attribute InternalRuntimeFlags runtimeFlags;
166 readonly attribute unsigned long workerThreadCount;
  /external/llvm/test/CodeGen/ARM/
ldstrex.ll 10 define i64 @f0(i8* %p) nounwind readonly {
33 declare %0 @llvm.arm.ldrexd(i8*) nounwind readonly
59 declare i32 @llvm.arm.ldrex.p0i8(i8*) nounwind readonly
60 declare i32 @llvm.arm.ldrex.p0i16(i16*) nounwind readonly
61 declare i32 @llvm.arm.ldrex.p0i32(i32*) nounwind readonly
  /external/llvm/test/CodeGen/MSP430/
postinc.ll 5 define zeroext i16 @add(i16* nocapture %a, i16 zeroext %n) nounwind readonly {
27 define zeroext i16 @sub(i16* nocapture %a, i16 zeroext %n) nounwind readonly {
49 define zeroext i16 @or(i16* nocapture %a, i16 zeroext %n) nounwind readonly {
71 define zeroext i16 @xor(i16* nocapture %a, i16 zeroext %n) nounwind readonly {
93 define zeroext i16 @and(i16* nocapture %a, i16 zeroext %n) nounwind readonly {
  /external/llvm/test/Transforms/FunctionAttrs/
nocapture.ll 47 declare void @throw_if_bit_set(i8*, i8) readonly
49 ; CHECK: define i1 @c6(i8* readonly %q, i8 %bit)
106 declare void @external(i8*) readonly nounwind
107 ; CHECK: define void @nc4(i8* nocapture readonly %p)
115 call void %f(i8* %p) readonly nounwind
  /frameworks/rs/driver/runtime/arch/
x86_sse2.ll 14 declare float @llvm.exp.f32(float) nounwind readonly
15 declare float @llvm.pow.f32(float, float) nounwind readonly
51 define <4 x float> @_Z5clampDv4_fff(<4 x float> %in, float %low, float %high) nounwind readonly {
64 define <3 x float> @_Z5clampDv3_fff(<3 x float> %in, float %low, float %high) nounwind readonly {
75 define <2 x float> @_Z5clampDv2_fff(<2 x float> %in, float %low, float %high) nounwind readonly {
  /libcore/luni/src/main/java/org/w3c/dom/
CharacterData.java 54 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
91 * NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
104 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
123 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
146 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 44 * @param readOnly if the chain should be created read-only
46 public ClusterChain(Fat fat, boolean readOnly) {
47 this(fat, 0, readOnly);
50 public ClusterChain(Fat fat, long startCluster, boolean readOnly) {
51 super(readOnly);
AbstractDirectory.java 44 private final boolean readOnly;
55 * @param readOnly if the instance should be read-only
60 int capacity, boolean readOnly, boolean isRoot) {
64 this.readOnly = readOnly;
164 return readOnly;
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 390 IN BOOLEAN Readonly,
435 *OpenedReadonly = Readonly;
440 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
458 SYNCHRONIZE | FILE_READ_DATA | (Readonly ? 0 : FILE_WRITE_DATA),
468 if((STATUS_ACCESS_DENIED == Status) && !Readonly)
498 IN BOOLEAN ReadOnly,
507 return _OpenNtName(Buffer, ReadOnly, Handle, OpenedReadonly);
817 IN BOOLEAN ReadOnly,
842 Status = _OpenDriveLetter(*Name, ReadOnly, Handle, OpenedReadonly);
868 Status = _OpenNtName(Name, ReadOnly, Handle, OpenedReadonly)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
FailedPredicateException.cs 48 private readonly string _ruleName;
49 private readonly string _predicateText;
MismatchedRangeException.cs 41 private readonly int _a;
42 private readonly int _b;
MismatchedTokenException.cs 47 private readonly int _expecting = TokenTypes.Invalid;
48 private readonly ReadOnlyCollection<string> _tokenNames;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs 50 private readonly string _ruleName;
51 private readonly string _predicateText;
MismatchedRangeException.cs 43 private readonly int _a;
44 private readonly int _b;
MismatchedTokenException.cs 46 private readonly int _expecting = TokenTypes.Invalid;
47 private readonly ReadOnlyCollection<string> _tokenNames;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 74 @property(nonatomic, readonly) NSRect animationEndFrame;
80 @property(readonly, nonatomic) BOOL userIsResizing;
  /external/chromium_org/chrome/browser/ui/cocoa/
base_bubble_controller.h 43 @property(nonatomic, readonly) NSWindow* parentWindow;
47 @property(nonatomic, readonly) InfoBubbleView* bubble;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_container_view.h 73 @property(nonatomic, readonly) NSRect animationEndFrame;
79 @property(readonly, nonatomic) BOOL userIsResizing;

Completed in 728 milliseconds

<<31323334353637383940>>