HomeSort by relevance Sort by last modified time
    Searched full:after (Results 76 - 100 of 38973) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/support/v13/java/android/support/v13/app/
package.html 3 Support classes to access some of the android.app package features introduced after API level 13 in a backwards compatible fashion.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
noat-2.l 2 .*\.s:2: Error: macro used \$at after "\.set noat"
noat-3.l 2 .*\.s:2: Error: macro used \$at after "\.set noat"
noat-4.l 2 .*\.s:2: Error: macro used \$at after "\.set noat"
noat-5.l 2 .*\.s:2: Error: macro used \$at after "\.set noat"
noat-6.l 2 .*\.s:2: Error: macro used \$at after "\.set noat"
noat-7.l 2 .*\.s:2: Error: macro used \$at after "\.set noat"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
attr-arch-directive-3.s 1 # .arch directives merge attributes after instructions are seen.
scomm-directive-5.d 4 #error: expected comma after symbol name
sploop-bad-3.s 1 # Test bad SPLOOP instructions and operands. SPKERNEL not after SPLOOP.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
1.c 1 /* _start should be the only thing left after GC. */
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ShiftModeTests.java 43 assertFalse("Caps after letter", isCapsModeAutoShifted());
45 assertFalse("Caps after space", isCapsModeAutoShifted());
47 assertFalse("Caps after comma", isCapsModeAutoShifted());
49 assertFalse("Caps after comma space", isCapsModeAutoShifted());
51 assertFalse("Caps directly after period", isCapsModeAutoShifted());
53 assertTrue("Caps after period space", isCapsModeAutoShifted());
59 assertFalse("Caps state after one letter", isCapsModeAutoShifted());
61 assertTrue("Auto caps state at start after delete", isCapsModeAutoShifted());
70 assertFalse("Caps after typing \"" + SENTENCE_TO_TYPE + "\"", isCapsModeAutoShifted());
75 assertFalse("Caps immediately after repeating Backspace a lot", isCapsModeAutoShifted())
    [all...]
  /art/test/800-smali/smali/
FloatBadArgReg.smali 8 if-ne v0, v0, :after
13 :after
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t024finally.g 9 @after {events.push('after');}
  /external/antlr/antlr-3.4/runtime/Python/tests/
t024finally.g 9 @after {events.append('after')}
  /external/bsdiff/
.gitignore 3 # command after changing this file, to see if there are
4 # any tracked files which get ignored after the change.
  /external/clang/test/Parser/
colon-colon-parentheses.cpp 7 int S::(a); // expected-error{{unexpected parenthesis after '::'}}
8 int S::(b; // expected-error{{unexpected parenthesis after '::'}}
10 int S::(*d); // expected-error{{unexpected parenthesis after '::'}}
11 int S::(*e; // expected-error{{unexpected parenthesis after '::'}}
13 int g = S::(a); // expected-error{{unexpected parenthesis after '::'}}
14 int h = S::(b; // expected-error{{unexpected parenthesis after '::'}}
19 a = ::(g); // expected-error{{unexpected parenthesis after '::'}}
20 a = ::(h; // expected-error{{unexpected parenthesis after '::'}}
cxx-in-c.c 4 void f0(int x) : {}; // expected-error{{expected function body after function declarator}}
5 void f1(int x) try {}; // expected-error{{expected function body after function declarator}}
method-def-in-class.m 5 -(id) f0 { // expected-error {{expected ';' after method prototype}}
11 - (id) f0 { // expected-error {{expected ';' after method prototype}}
  /external/clang/test/SemaCXX/
attr-declspec-ignored.cpp 4 __attribute__((visibility("hidden"))) __attribute__((aligned)) class A; // expected-warning{{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}} \
5 // expected-warning{{attribute 'aligned' is ignored, place it after "class" to apply attribute to type declaration}}
6 __attribute__((visibility("hidden"))) __attribute__((aligned)) struct B; // expected-warning{{attribute 'visibility' is ignored, place it after "struct" to apply attribute to type declaration}} \
7 // expected-warning{{attribute 'aligned' is ignored, place it after "struct" to apply attribute to type declaration}}
8 __attribute__((visibility("hidden"))) __attribute__((aligned)) union C; // expected-warning{{attribute 'visibility' is ignored, place it after "union" to apply attribute to type declaration}} \
9 // expected-warning{{attribute 'aligned' is ignored, place it after "union" to apply attribute to type declaration}}
10 __attribute__((visibility("hidden"))) __attribute__((aligned)) enum D {D}; // expected-warning{{attribute 'visibility' is ignored, place it after "enum" to apply attribute to type declaration}} \
11 // expected-warning{{attribute 'aligned' is ignored, place it after "enum" to apply attribute to type declaration}}
  /external/eigen/doc/snippets/
MatrixBase_applyOnTheRight.cpp 7 cout << "After A *= B, A = " << endl << A << endl;
9 cout << "After applyOnTheRight, A = " << endl << A << endl;
  /external/junit/src/main/java/org/junit/
After.java 10 * after the test runs. Annotating a <code>public void</code> method
11 * with <code>&#064;After</code> causes that method to be run after the {@link org.junit.Test} method. All <code>&#064;After</code>
13 * exception. The <code>&#064;After</code> methods declared in superclasses will be run after those of the current
26 * &#064;After public void deleteOutputFile() {
39 public @interface After {
  /external/llvm/test/CodeGen/MIR/Generic/
llvmIRMissing.mir 1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s 2>&1 | FileCheck %s
  /external/ltp/testcases/network/stress/http/
00_Descriptions.txt 2 Verify the http server or the kernel is not down after a http client
6 Verify the http server or the kernel is not down after many http
  /frameworks/compile/slang/tests/F_root_compute_too_many_args/
stderr.txt.expect 1 root_compute_too_many_args.rs:6:20: error: In compute kernel root(), parameter 'extra1' cannot appear after any of the special parameters ('context', 'x', 'y', 'z').
2 root_compute_too_many_args.rs:6:37: error: In compute kernel root(), parameter 'extra2' cannot appear after any of the special parameters ('context', 'x', 'y', 'z').

Completed in 298 milliseconds

1 2 34 5 6 7 8 91011>>