OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly
(Results
226 - 250
of
2256
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/ARM/
fast-isel-ldr-str-arm.ll
3
define i32 @t1(i32* nocapture %ptr) nounwind
readonly
{
12
define i32 @t2(i32* nocapture %ptr) nounwind
readonly
{
21
define zeroext i16 @t3(i16* nocapture %ptr) nounwind
readonly
{
30
define zeroext i16 @t4(i16* nocapture %ptr) nounwind
readonly
{
39
define zeroext i8 @t5(i8* nocapture %ptr) nounwind
readonly
{
48
define zeroext i8 @t6(i8* nocapture %ptr) nounwind
readonly
{
/external/llvm/test/CodeGen/PowerPC/
2008-10-31-PPCF128Libcalls.ll
16
%3 = call ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128 %2) nounwind
readonly
; <ppc_fp128> [#uses=1]
19
%5 = call ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128 %4) nounwind
readonly
; <ppc_fp128> [#uses=1]
31
declare ppc_fp128 @llvm.sqrt.ppcf128(ppc_fp128) nounwind
readonly
33
declare ppc_fp128 @"\01_sinl$LDBL128"(ppc_fp128) nounwind
readonly
35
declare ppc_fp128 @"\01_cosl$LDBL128"(ppc_fp128) nounwind
readonly
37
declare ppc_fp128 @llvm.pow.ppcf128(ppc_fp128, ppc_fp128) nounwind
readonly
/external/llvm/test/CodeGen/X86/
limited-prec.ll
15
declare float @llvm.exp.f32(float) nounwind
readonly
24
declare float @llvm.exp2.f32(float) nounwind
readonly
33
declare float @llvm.pow.f32(float, float) nounwind
readonly
42
declare float @llvm.log.f32(float) nounwind
readonly
51
declare float @llvm.log2.f32(float) nounwind
readonly
60
declare float @llvm.log10.f32(float) nounwind
readonly
sibcall-5.ll
8
define double @foo(double %a) nounwind
readonly
ssp {
15
%0 = tail call double @sin(double %a) nounwind
readonly
19
define float @bar(float %a) nounwind
readonly
ssp {
26
%0 = tail call float @sinf(float %a) nounwind
readonly
30
declare float @sinf(float) nounwind
readonly
32
declare double @sin(double) nounwind
readonly
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFileSystem.java
31
private final boolean
readOnly
;
37
* @param
readOnly
if the file system should be read-only
39
public AbstractFileSystem(boolean
readOnly
) {
41
this.
readOnly
=
readOnly
;
62
return
readOnly
;
AbstractFsObject.java
34
private final boolean
readOnly
;
45
* @param
readOnly
if the new object will be read-only
47
protected AbstractFsObject(boolean
readOnly
) {
49
this.
readOnly
=
readOnly
;
109
return this.
readOnly
;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h
36
@property(nonatomic,
readonly
) BOOL dropIndicatorShown;
37
@property(nonatomic,
readonly
) CGFloat dropIndicatorPosition;
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_section_view.h
21
@property (
readonly
, nonatomic, getter=hoverColor) NSColor* hoverColor;
27
@property(
readonly
, nonatomic) BOOL isHighlighted;
/external/chromium_org/third_party/WebKit/Source/core/dom/
Notation.idl
21
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString publicId;
22
[TreatReturnedNullStringAs=Null]
readonly
attribute DOMString systemId;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLProgressElement.idl
23
readonly
attribute double position;
24
readonly
attribute NodeList labels;
/external/chromium_org/third_party/WebKit/Source/modules/quota/
NavigatorStorageQuota.idl
21
readonly
attribute StorageQuota webkitTemporaryStorage;
22
readonly
attribute StorageQuota webkitPersistentStorage;
WorkerNavigatorStorageQuota.idl
21
readonly
attribute StorageQuota webkitTemporaryStorage;
22
readonly
attribute StorageQuota webkitPersistentStorage;
/external/clang/test/CodeGenCXX/
2009-05-04-PureConstNounwind.cpp
19
// CHECK: attributes [[NUW_RO]] = { nounwind
readonly
{{.*}} }
21
// CHECK: attributes [[NUW_RO_CALL]] = { nounwind
readonly
}
/external/clang/test/CodeGenObjC/
debug-info-getter-name.m
18
@property(
readonly
) NSString *someString;
19
@property(
readonly
) unsigned long someNumber;
/external/clang/test/Sema/
nowarn-documentation-property.m
11
@property(
readonly
) NSPredicate *andPredicate;
14
@property(
readonly
) NSPredicate *filterPredicate;
/external/clang/test/SemaObjC/
property-and-ivar-use.m
9
@property (
readonly
) BOOL hasRecursiveDependencyCycle;
16
@property (
readonly
) BOOL hasRecursiveDependencyCycle;
property-error-readonly-assign.m
5
@property (
readonly
) int x;
16
a.x = 10; // expected-error {{assignment to
readonly
property}}
/external/llvm/test/Analysis/BasicAA/
pure-const-dce.ll
8
; CHECK-NEXT: %tmp1 = call i32 @TestPure(i32 6) [[
READONLY
:#[0-9]+]]
11
; CHECK-NEXT: %tmp5 = call i32 @TestPure(i32 6) [[
READONLY
]]
27
%tmp1 = call i32 @TestPure( i32 6 )
readonly
; <i32> [#uses=1]
32
%tmp5 = call i32 @TestPure( i32 6 )
readonly
; <i32> [#uses=1]
33
%tmp6 = call i32 @TestPure( i32 6 )
readonly
; <i32> [#uses=1]
49
declare i32 @TestPure(i32)
readonly
54
; CHECK: attributes [[
READONLY
]] = {
readonly
}
/external/llvm/test/CodeGen/Mips/
zeroreg.ll
5
define i32 @foo0(i32 %s) nounwind
readonly
{
14
define i32 @foo1(i32 %s) nounwind
readonly
{
/external/antlr/antlr-3.4/runtime/Perl5/
Build.PL
9
'
Readonly
' => '1.03',
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_alert.h
30
@property(nonatomic,
readonly
) NSArray* buttons;
31
@property(nonatomic,
readonly
) NSButton* closeButton;
32
@property(nonatomic,
readonly
) NSWindow* window;
57
@property(nonatomic,
readonly
) NSButton* linkView;
/external/chromium_org/third_party/WebKit/Source/core/page/
EventSource.idl
40
readonly
attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
41
readonly
attribute DOMString url;
42
readonly
attribute boolean withCredentials;
48
readonly
attribute unsigned short readyState;
PerformanceEntry.idl
35
readonly
attribute DOMString name;
36
readonly
attribute DOMString entryType;
37
readonly
attribute double startTime;
38
readonly
attribute double duration;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEMorphologyElement.idl
34
readonly
attribute SVGAnimatedString in1;
35
[ImplementedAs=svgOperator]
readonly
attribute SVGAnimatedEnumeration operator;
36
readonly
attribute SVGAnimatedNumber radiusX;
37
readonly
attribute SVGAnimatedNumber radiusY;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.idl
29
readonly
attribute DeviceAcceleration acceleration;
30
readonly
attribute DeviceAcceleration accelerationIncludingGravity;
31
readonly
attribute DeviceRotationRate rotationRate;
32
readonly
attribute double? interval;
Completed in 729 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>