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

<<11121314151617181920>>

  /external/llvm/test/Transforms/FunctionAttrs/
2008-09-03-ReadNone.ll 14 define i32 @g() readonly {
  /external/llvm/test/Transforms/GVN/
calls-nonlocal.ll 7 %tmp2 = call i32 @strlen( i8* %P ) nounwind readonly ; <i32> [#uses=1]
18 %tmp10 = call i32 @strlen( i8* %P ) nounwind readonly ; <i32> [#uses=1]
29 %tmp20 = call i32 @strlen( i8* %P ) nounwind readonly ; <i32> [#uses=1]
49 declare i32 @strlen(i8*) nounwind readonly
  /external/llvm/test/Transforms/InstCombine/
2008-02-28-OrFCmpCrash.ll 4 define float @test(float %x, x86_fp80 %y) nounwind readonly {
bitcast-sext-vector.ll 5 define i32 @t(<4 x i8> %src1, <4 x i8> %src2) nounwind readonly {
invariant.ll 6 declare {}* @llvm.invariant.start(i64, i8* nocapture) nounwind readonly
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 43 ByteBuffer readOnly = ByteBuffer.allocate(1).asReadOnlyBuffer();
48 sc.read(readOnly);
53 sc.read(new ByteBuffer[] { readOnly });
58 sc.read(new ByteBuffer[] { readOnly }, 0, 1);
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 30 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
44 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
58 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
68 * NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 3 use Readonly;
14 Readonly my $MEMO_RULE_FAILED => -2;
17 Readonly my $MEMO_RULE_UNKNOWN => -1;
20 Readonly my $INITIAL_FOLLOW_STACK_SIZE => 100;
24 Readonly my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL;
27 Readonly my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL;
30 Readonly my $NEXT_TOKEN_RULE_NAME => 'next_token';
65 Readonly my $usage => 'void match(IntStream input, int ttype, BitSet follow)';
86 Readonly my $usage => 'void match_any(IntStream input)';
122 Readonly my $usage => 'void mismatch(IntStream input, int ttype, BitSet follow)'
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarParser.cs 25 internal static readonly string[] tokenNames = new string[] {
47 public static readonly string[] ruleNames =
1460 static readonly string[] DFA2_transitionS =
    [all...]
ProfileGrammarParser.cs 25 internal static readonly string[] tokenNames = new string[] {
47 public static readonly string[] ruleNames =
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyPermissionCollection.java 29 public MyPermissionCollection(boolean readOnly) {
30 if (readOnly) {
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_notification_controller.h 28 @property(nonatomic, readonly) NSTextField* textfield;
29 @property(nonatomic, readonly) NSButton* checkbox;
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h 37 @property(nonatomic, readonly) BOOL dropIndicatorShown;
38 @property(nonatomic, readonly) CGFloat dropIndicatorPosition;
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestSerializedScriptValueInterface.idl 32 readonly attribute SerializedScriptValue readonlyValue;
34 [CachedAttribute] readonly attribute SerializedScriptValue cachedReadonlyValue;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceLoadEvent.idl 36 [InitializedByEventConstructor] readonly attribute CSSFontFaceRule fontface;
37 [InitializedByEventConstructor] readonly attribute DOMError error;
CSSMediaRule.idl 23 readonly attribute MediaList media;
24 readonly attribute CSSRuleList cssRules;
MediaQueryList.idl 22 readonly attribute DOMString media;
23 readonly attribute boolean matches;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ChildNode.idl 27 [PerWorldBindings] readonly attribute Element previousElementSibling;
28 [PerWorldBindings] readonly attribute Element nextElementSibling;
DOMError.idl 31 readonly attribute DOMString name;
32 readonly attribute DOMString message;
DataTransferItem.idl 34 readonly attribute DOMString kind;
35 readonly attribute DOMString type;
HashChangeEvent.idl 29 [InitializedByEventConstructor] readonly attribute DOMString oldURL;
30 [InitializedByEventConstructor] readonly attribute DOMString newURL;
MessageChannel.idl 34 readonly attribute MessagePort port1;
35 readonly attribute MessagePort port2;
ProcessingInstruction.idl 25 [TreatReturnedNullStringAs=Null] readonly attribute DOMString target;
29 readonly attribute StyleSheet sheet;
WebKitAnimationEvent.idl 30 [InitializedByEventConstructor] readonly attribute DOMString animationName;
31 [InitializedByEventConstructor] readonly attribute double elapsedTime;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLIFrameElement.idl 37 [CheckSecurityForNode] readonly attribute Document contentDocument;
40 readonly attribute Window contentWindow;

Completed in 677 milliseconds

<<11121314151617181920>>