HomeSort by relevance Sort by last modified time
    Searched refs:following (Results 1 - 25 of 1596) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libopus/celt/arm/
armopts.s.in 4 modification, are permitted provided that the following conditions
8 notice, this list of conditions and the following disclaimer.
11 notice, this list of conditions and the following disclaimer in the
27 ; Set the following to 1 if we have EDSP instructions
31 ; Set the following to 1 if we have ARMv6 media instructions.
34 ; Set the following to 1 if we have NEON (some ARMv7)
armopts_gnu.s 5 modification, are permitted provided that the following conditions
9 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
28 @ Set the following to 1 if we have EDSP instructions
32 @ Set the following to 1 if we have ARMv6 media instructions.
35 @ Set the following to 1 if we have NEON (some ARMv7)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
parallel-bad-2.l 2 [^:]*:5: Error: parallel instruction not following another instruction
3 [^:]*:8: Error: parallel instruction not following another instruction
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java 7 modification, are permitted provided that the following conditions
10 notice, this list of conditions and the following disclaimer.
12 notice, this list of conditions and the following disclaimer in the
43 public BitSet[] following = new BitSet[BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE]; field in class:RecognizerSharedState
123 if ( this.following.length < state.following.length ) {
124 this.following = new BitSet[state.following.length];
126 System.arraycopy(state.following, 0, this.following, 0, state.following.length)
    [all...]
  /external/ltp/testcases/kernel/containers/
README 23 The tests requires the Kernel to be compiled with the following config's
35 (e.g: utsname etc..) tests and report results. Please refer the following
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
inval-seg.s 2 # All the following should be illegal
inval-seg.l 8 2 [ ]*# All the following should be illegal
x86-64-inval-seg.s 2 # All the following should be illegal
x86-64-inval-seg.l 10 2 [ ]*# All the following should be illegal
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 13 this.following = [];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-it-bad.l 7 .*:40: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
8 .*:43: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Miscellaneous 16-bit instructions
9 .*:49: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Literal loads
10 .*:52: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Hi-register ADD, MOV, CMP, BX, BLX using pc
11 .*:55: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
13 .*:58: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
15 .*:61: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: ADD/SUB sp, sp #imm
16 .*:65: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: ADD/SUB sp, sp #imm
17 .*:68: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: ADD/SUB sp, sp #imm
18 .*:72: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: ADD/SUB sp, sp #im
    [all...]
attr-order.s 1 @ This test ensures that the following attributes
udf.l 2 ^[^:]*:16: Warning: IT blocks containing 16-bit Thumb instructions of the following class are deprecated in ARMv8: Short branches, Undefined, SVC, LDM/STM
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
p11673.s 1 # The following addressing mode is allowed on isab and higher
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 11 * modification, are permitted provided that the following conditions
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
56 //public List<BitSet> following;
57 public BitSet[] following; field in class:Antlr.Runtime.RecognizerSharedState
152 //following = new List<BitSet>( BaseRecognizer.InitialFollowStackSize );
153 following = new BitSet[BaseRecognizer.InitialFollowStackSize];
163 following = (BitSet[])state.following.Clone();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 11 * modification, are permitted provided that the following conditions
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
58 //public List<BitSet> following;
59 public BitSet[] following; field in class:Antlr.Runtime.RecognizerSharedState
155 //following = new List<BitSet>( BaseRecognizer.InitialFollowStackSize );
156 following = new BitSet[BaseRecognizer.InitialFollowStackSize];
167 following = (BitSet[])state.following.Clone();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-h8300/
relax-4.s 1 ; Relaxation is possible for following bit manipulation instructions
  /packages/apps/Gallery/
Android.mk 13 # Use the following include to make our test apk.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
syms.d 3 # The following targets use an unusual .set syntax...
  /cts/tools/selinux/
SELinuxNeverallowTestFrame.py 111 assertTrue("The following errors were encountered when validating the SELinux"
  /libcore/luni/src/test/java/libcore/java/text/
BreakIteratorTest.java 134 it.following(-1);
140 assertEquals(1, it.following(0));
141 assertEquals(2, it.following(1));
142 assertEquals(5, it.following(4));
143 assertEquals(BreakIterator.DONE, it.following(5));
146 it.following(6);
  /libcore/ojluni/src/main/java/java/text/
BreakIterator.java 84 * interpretation of punctuation marks within and following
182 * int end = boundary.following(pos);
195 * int last = wb.following(pos);
251 * and following(int) when either the first or last text boundary has been
292 * Returns the boundary following the current boundary. If the current boundary
295 * current position is set to the boundary following the current boundary.
316 * Returns the first boundary following the specified character offset. If the
329 public abstract int following(int offset); method in class:BreakIterator
350 int pos = following(offset);
378 int boundary = following(offset - 1)
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3parser.c 13 // modification, are permitted provided that the following conditions
16 // notice, this list of conditions and the following disclaimer.
18 // notice, this list of conditions and the following disclaimer in the
132 if (parser->rec->state->following != NULL)
134 parser->rec->state->following->free(parser->rec->state->following);
135 parser->rec->state->following = NULL;
  /external/clang/test/Sema/
darwin-align-cast.c 11 This code below comes from the following system headers:
  /external/libdivsufsort/
generate_includes.sh 45 Remember to run the following command to add the new headers:

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>