HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 276 - 300 of 1957) sorted by null

<<11121314151617181920>>

  /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
2008-05-08-LiveStoreDelete.ll 14 %tmp7 = call i32 @strlen( i8* %tmp1 ) nounwind readonly ; <i32> [#uses=1]
23 declare i32 @strlen(i8*) nounwind readonly
  /external/webkit/LayoutTests/fast/dom/EntityReference/
readonly-exceptions.html 10 <script src="script-tests/readonly-exceptions.js"></script>
  /external/webkit/Source/WebCore/webaudio/
AudioContext.idl 36 readonly attribute AudioDestinationNode destination;
39 readonly attribute float currentTime;
42 readonly attribute float sampleRate;
45 readonly attribute AudioListener listener;
  /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/clang/test/Coverage/
objc-language-features.inc 12 @property(readonly) int p0;
21 @property(readonly) int p0;
  /external/clang/test/SemaObjC/
property-in-class-extension.m 7 @property (readonly) int bar;
12 foo.bar = 0; // expected-error {{assignment to readonly property}}
  /external/llvm/test/CodeGen/ARM/
ldstrexd.ll 8 define i64 @f0(i8* %p) nounwind readonly {
31 declare %0 @llvm.arm.ldrexd(i8*) nounwind readonly
  /external/llvm/test/CodeGen/X86/
vsplit-and.ll 3 define void @t0(<2 x i64>* %dst, <2 x i64> %src1, <2 x i64> %src2) nounwind readonly {
15 define void @t2(<3 x i64>* %dst, <3 x i64> %src1, <3 x i64> %src2) nounwind readonly {
  /external/llvm/test/Transforms/LICM/
2011-04-06-HoistMissedASTUpdate.ll 6 declare i32* @func_84(i32** nocapture) nounwind readonly
8 declare i32** @func_108(i32*** nocapture) nounwind readonly
  /external/llvm/test/Transforms/SimplifyLibCalls/
PR7357.ll 12 i32 0), i32 %argc) nounwind readonly
16 declare arm_aapcscc i8* @strchr(i8*, i32) nounwind readonly
  /external/llvm/utils/crosstool/
create-snapshots.sh 14 readonly LLVM_PROJECT_SVN="http://llvm.org/svn/llvm-project"
20 readonly REV="${1:-$(getLatestRevisionFromSVN)}"
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTextAreaElement01.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>
HTMLTextAreaElement02.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>
HTMLTextAreaElement03.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>
HTMLTextAreaElement04.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>
HTMLTextAreaElement05.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>
HTMLTextAreaElement06.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>
HTMLTextAreaElement07.html 19 <TEXTAREA NAME="text2" COLS="50" ROWS="2" READONLY="readonly">TEXTAREA3</TEXTAREA>

Completed in 1227 milliseconds

<<11121314151617181920>>