/frameworks/support/emoji/core/src/android/support/text/emoji/widget/ |
EmojiTextWatcher.java | 59 final int after) { 64 //before > after --> a deletion occured 65 if (before <= after && charSequence instanceof Spannable) { 69 EmojiCompat.get().process(s, start, start + after, mMaxEmojiCount); 78 public void beforeTextChanged(CharSequence s, int start, int count, int after) {
|
/libcore/ojluni/src/main/java/java/sql/ |
BatchUpdateException.java | 40 * After a command in a batch update fails to execute properly 43 * the batch. If the driver continues processing after a failure, 74 * after a command failure; an update count or 76 * prior to the failure for JDBC drivers that stop processing after a command 102 * after a command failure; an update count or 104 * prior to the failure for JDBC drivers that stop processing after a command 129 * after a command failure; an update count or 131 * prior to the failure for JDBC drivers that stop processing after a command 152 * after a command failure; an update count or 154 * prior to the failure for JDBC drivers that stop processing after a comman [all...] |
/prebuilts/go/darwin-x86/src/net/ |
unixsock_test.go | 440 checkExists(t, "after Listen") 442 checkNotExists(t, "after Listener close") 450 checkExists(t, "after FileListener") 452 checkExists(t, "after File close") 454 checkExists(t, "after FileListener close") 456 checkNotExists(t, "after Listener close") 462 checkExists(t, "after Listen") 464 checkNotExists(t, "after Listener close") 468 checkExists(t, "after writing temp file") 470 checkExists(t, "after second Listener close" [all...] |
/prebuilts/go/linux-x86/src/net/ |
unixsock_test.go | 440 checkExists(t, "after Listen") 442 checkNotExists(t, "after Listener close") 450 checkExists(t, "after FileListener") 452 checkExists(t, "after File close") 454 checkExists(t, "after FileListener close") 456 checkNotExists(t, "after Listener close") 462 checkExists(t, "after Listen") 464 checkNotExists(t, "after Listener close") 468 checkExists(t, "after writing temp file") 470 checkExists(t, "after second Listener close" [all...] |
/art/test/527-checker-array-access-split/src/ |
Main.java | 34 /// CHECK-START-ARM64: int Main.constantIndexGet(int[]) instruction_simplifier_arm64 (after) 46 /// CHECK-START-ARM: int Main.constantIndexGet(int[]) instruction_simplifier_arm (after) 66 /// CHECK-START-ARM64: void Main.constantIndexSet(int[]) instruction_simplifier_arm64 (after) 80 /// CHECK-START-ARM: void Main.constantIndexSet(int[]) instruction_simplifier_arm (after) 100 /// CHECK-START-ARM64: int Main.get(int[], int) instruction_simplifier_arm64 (after) 113 /// CHECK-START-ARM: int Main.get(int[], int) instruction_simplifier_arm (after) 136 /// CHECK-START-ARM64: void Main.set(int[], int, int) instruction_simplifier_arm64 (after) 155 /// CHECK-START-ARM: void Main.set(int[], int, int) instruction_simplifier_arm (after) 170 * Check that the intermediate address can be shared after GVN. 181 /// CHECK-START-ARM64: void Main.getSet(int[], int) instruction_simplifier_arm64 (after) [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicLongMapTest.java | 75 long after = map.get(key); local 76 assertEquals(before + 1, after); 77 assertEquals(after, result); 108 long after = map.get(key); local 109 assertEquals(before + 1, after); 141 long after = map.get(key); local 142 assertEquals(before - 1, after); 143 assertEquals(after, result); 174 long after = map.get(key); local 175 assertEquals(before - 1, after); 208 long after = map.get(key); local 243 long after = map.get(key); local 278 long after = map.get(key); local 336 long after = map.get(key); local 390 long after = map.get(key); local 431 long after = map.get(key); local 476 long after = map.get(key); local [all...] |
/external/icu/icu4c/source/test/intltest/ |
bytestrietest.cpp | 321 // hasUniqueValue() directly after next() 323 errln("not unique value 1 after \"jan\""); 328 errln("unique value after \"ju\""); 331 errln("not normal value 6 after \"jun\""); 333 // hasUniqueValue() after getValue() 335 errln("not unique value 6 after \"jun\""); 341 errln("not unique value 8 after \"au\""); 359 // getNextBytes() directly after next() 363 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\""); 365 // getNextBytes() after getValue( [all...] |
listformattertest.cpp | 197 two + " after " + one, 198 three + " in the last after " + two + " after the first " + one, 199 four + " in the last after " + three + " after " + two + " after the first " + one 203 ListFormatData data("{1} after {0}", "{1} after the first {0}", 204 "{1} after {0}", "{1} in the last after {0}") [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
ast.c | 38 /* ensure that tree manipulation variables are current after a rule
136 * void after() { printf(" )"); }
138 * LISPdump() { zzpre_ast(tree, show, before, after); }
147 void (*after)(AST *)) /* apply this to root of subtree after preordering it */
149 zzpre_ast(tree, func, before, after)
153 (*after)(); /* apply this to root of subtree after preordering it */
160 zzpre_ast(tree->down, func, before, after);
161 if ( tree->down != NULL ) (*after)(tree); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
ast.c | 38 /* ensure that tree manipulation variables are current after a rule
136 * void after() { printf(" )"); }
138 * LISPdump() { zzpre_ast(tree, show, before, after); }
147 void (*after)(AST *)) /* apply this to root of subtree after preordering it */
149 zzpre_ast(tree, func, before, after)
153 (*after)(); /* apply this to root of subtree after preordering it */
160 zzpre_ast(tree->down, func, before, after);
161 if ( tree->down != NULL ) (*after)(tree); [all...] |
/external/clang/test/Modules/ |
fmodules-validate-once-per-build-session.c | 29 // RUN: cp %t/modules-cache/Foo.pcm %t/modules-to-compare/Foo-after.pcm 30 // RUN: cp %t/modules-cache-user/Foo.pcm %t/modules-to-compare/Foo-after-user.pcm 32 // RUN: diff %t/modules-to-compare/Foo-before.pcm %t/modules-to-compare/Foo-after.pcm 33 // RUN: diff %t/modules-to-compare/Foo-before-user.pcm %t/modules-to-compare/Foo-after-user.pcm 46 // RUN: cp %t/modules-cache/Foo.pcm %t/modules-to-compare/Foo-after.pcm 47 // RUN: cp %t/modules-cache-user/Foo.pcm %t/modules-to-compare/Foo-after-user.pcm 49 // RUN: diff %t/modules-to-compare/Foo-before.pcm %t/modules-to-compare/Foo-after.pcm 51 // RUN: not diff %t/modules-to-compare/Foo-before-user.pcm %t/modules-to-compare/Foo-after-user.pcm 57 // RUN: cp %t/modules-cache/Foo.pcm %t/modules-to-compare/Foo-after.pcm 59 // RUN: not diff %t/modules-to-compare/Foo-before.pcm %t/modules-to-compare/Foo-after.pc [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
parser.ml | 59 'Token.Ident id ?? "expected identifier after for"; 60 'Token.Kwd '=' ?? "expected '=' after for"; 65 'Token.Kwd ',' ?? "expected ',' after for"; 78 raise (Stream.Error "expected 'in' after for") 81 raise (Stream.Error "expected '=' after for") 89 'Token.Ident id ?? "expected identifier after var"; 93 'Token.In ?? "expected 'in' keyword after 'var'"; 124 (* Parse the primary expression after the binary operator. *) 131 (* If BinOp binds less tightly with rhs than the operator after 153 'Token.Ident id ?? "expected identifier list after var" [all...] |
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/ |
parser.ml | 59 'Token.Ident id ?? "expected identifier after for"; 60 'Token.Kwd '=' ?? "expected '=' after for"; 65 'Token.Kwd ',' ?? "expected ',' after for"; 78 raise (Stream.Error "expected 'in' after for") 81 raise (Stream.Error "expected '=' after for") 89 'Token.Ident id ?? "expected identifier after var"; 93 'Token.In ?? "expected 'in' keyword after 'var'"; 124 (* Parse the primary expression after the binary operator. *) 131 (* If BinOp binds less tightly with rhs than the operator after 153 'Token.Ident id ?? "expected identifier list after var" [all...] |
/prebuilts/go/darwin-x86/src/reflect/ |
set_test.go | 27 t.Errorf("#1 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 40 t.Errorf("#2 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 53 t.Errorf("#3 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 66 t.Errorf("#4 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 81 t.Errorf("#5 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m) 96 t.Errorf("#6 after SetMapIndex(c1, c2): %p (!= %p), %t (map=%v)", x, c2, ok, m) 115 t.Errorf("#7 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m) 132 t.Errorf("after Set: r=%T(%v)", r, r) 151 t.Errorf("After call: string=%q want %q", b.String(), "hello world") 162 t.Errorf("after append: s=%v want [%p]", s, b [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
set_test.go | 27 t.Errorf("#1 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 40 t.Errorf("#2 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 53 t.Errorf("#3 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 66 t.Errorf("#4 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m) 81 t.Errorf("#5 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m) 96 t.Errorf("#6 after SetMapIndex(c1, c2): %p (!= %p), %t (map=%v)", x, c2, ok, m) 115 t.Errorf("#7 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m) 132 t.Errorf("after Set: r=%T(%v)", r, r) 151 t.Errorf("After call: string=%q want %q", b.String(), "hello world") 162 t.Errorf("after append: s=%v want [%p]", s, b [all...] |
/art/test/618-checker-induction/src/ |
Main.java | 29 /// CHECK-START: void Main.deadSingleLoop() loop_optimization (after) 39 /// CHECK-START: void Main.deadSingleLoop() loop_optimization (after) 49 /// CHECK-START: void Main.potentialInfiniteLoop(int) loop_optimization (after) 60 /// CHECK-START: void Main.deadNestedLoops() loop_optimization (after) 78 /// CHECK-START: void Main.deadNestedAndFollowingLoops() loop_optimization (after) 100 /// CHECK-START: void Main.deadConditional(int) loop_optimization (after) 120 /// CHECK-START: void Main.deadConditionalCycle(int) loop_optimization (after) 140 /// CHECK-START: void Main.deadInduction() loop_optimization (after) 161 /// CHECK-START: void Main.deadManyInduction() loop_optimization (after) 182 /// CHECK-START: void Main.deadSequence() loop_optimization (after) [all...] |
/art/test/530-checker-lse/src/ |
Main.java | 87 /// CHECK-START: double Main.calcCircleArea(double) load_store_elimination (after) 102 /// CHECK-START: int Main.test1(TestClass, TestClass) load_store_elimination (after) 120 /// CHECK-START: int Main.test2(TestClass) load_store_elimination (after) 145 /// CHECK-START: int Main.test3(TestClass) load_store_elimination (after) 175 /// CHECK-START: int Main.test4(TestClass, boolean) load_store_elimination (after) 198 /// CHECK-START: int Main.test5(TestClass, boolean) load_store_elimination (after) 221 /// CHECK-START: int Main.test6(TestClass, TestClass, boolean) load_store_elimination (after) 243 /// CHECK-START: int Main.test7(TestClass) load_store_elimination (after) 260 /// CHECK-START: int Main.test8() load_store_elimination (after) 281 /// CHECK-START: int Main.test9(TestClass) load_store_elimination (after) [all...] |
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 187 typename T t;// expected-warning {{expected a qualified name after 'typename'}} 188 typename AAAA a;// expected-warning {{expected a qualified name after 'typename'}} 192 typedef typename T* pointerT;// expected-warning {{expected a qualified name after 'typename'}} 193 typedef typename SimpleTemplate<int> templateT;// expected-warning {{expected a qualified name after 'typename'}} 199 int k = typename var;// expected-error {{expected a qualified name after 'typename'}} 204 typename typedef T::D D;// expected-warning {{expected a qualified name after 'typename'}} 240 int __identifier for; // expected-error {{missing '(' after '__identifier'}} 241 int __identifier(else} = __identifier(for); // expected-error {{missing ')' after identifier}} expected-note {{to match this '('}} 310 __declspec(property) int V0; // expected-error {{expected '(' after 'property'}} 312 __declspec(property(set)) int V2; // expected-error {{putter for property must be specified as 'put', not 'set'}} expected-error {{expected '=' after 'set'} [all...] |
brackets.cpp | 10 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 24 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 34 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 50 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 59 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 68 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 78 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 91 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 99 // expected-error@-1{{brackets are not allowed here; to declare an array, place the brackets after the name}} 118 // expected-error@-1{{expected member name or ';' after declaration specifiers} [all...] |
/tools/tradefederation/core/src/com/android/tradefed/result/ |
BugreportCollector.java | 34 * occur and then calls {@link ITestInvocationListener#testLog} on its children after each 39 * <li>Capture after each if any testcases failed</li> 40 * <li>Capture after each testcase</li> 41 * <li>Capture after each failed testcase</li> 46 /** A predefined predicate which fires after each failed testcase */ 48 p(Relation.AFTER, Freq.EACH, Noun.FAILED_TESTCASE); 68 AFTER, 114 // failed in the AFTER case. 119 "failure on the AFTER event.", fp, n)); 322 // Expect to get something like "AFTER", "TESTCASE [all...] |
/art/test/458-checker-instruct-simplification/smali/ |
SmaliTests.smali | 24 ## CHECK-START: int SmaliTests.EqualTrueRhs(boolean) instruction_simplifier (after) 46 ## CHECK-START: int SmaliTests.EqualTrueLhs(boolean) instruction_simplifier (after) 68 ## CHECK-START: int SmaliTests.EqualFalseRhs(boolean) instruction_simplifier (after) 90 ## CHECK-START: int SmaliTests.EqualFalseLhs(boolean) instruction_simplifier (after) 112 ## CHECK-START: int SmaliTests.NotEqualTrueRhs(boolean) instruction_simplifier (after) 134 ## CHECK-START: int SmaliTests.NotEqualTrueLhs(boolean) instruction_simplifier (after) 156 ## CHECK-START: int SmaliTests.NotEqualFalseRhs(boolean) instruction_simplifier (after) 178 ## CHECK-START: int SmaliTests.NotEqualFalseLhs(boolean) instruction_simplifier (after) 202 ## CHECK-START: int SmaliTests.AddSubConst(int) instruction_simplifier (after) 229 ## CHECK-START: int SmaliTests.SubAddConst(int) instruction_simplifier (after) [all...] |
/art/tools/dexfuzz/src/dexfuzz/program/ |
MutatableCode.java | 100 * Call this to update all instructions after the provided mInsn, to have their 169 * and points them to the 'after' MInsn, if so. 'twoWay' will check if 'after' 174 private void updateTryBlocksWithReplacementInsn(MInsn before, MInsn after, 180 mTryBlock.startInsn = after; 181 } else if (twoWay && mTryBlock.startInsn == after) { 187 mTryBlock.endInsn = after; 188 } else if (twoWay && mTryBlock.endInsn == after) { 194 mTryBlock.catchAllHandler = after; 195 } else if (twoWay && mTryBlock.catchAllHandler == after) { [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_file.py | 216 self.fail("File pos after read wrong %d" % f.tell())
220 self.fail("File pos after ftruncate wrong %d" % f.tell())
225 self.fail("File size after ftruncate wrong %d" % size)
278 self.fail("readline() after next() with supposedly empty "
281 self.fail("readline() after next() with empty buffer "
288 self.fail("readinto() after next() with supposedly empty "
292 self.fail("readinto() after next() with empty buffer "
299 self.fail("read() after next() with supposedly empty "
302 self.fail("read() after next() with empty buffer "
307 self.fail("readlines() after next() with supposedly empty " [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_file.py | 216 self.fail("File pos after read wrong %d" % f.tell()) 220 self.fail("File pos after ftruncate wrong %d" % f.tell()) 225 self.fail("File size after ftruncate wrong %d" % size) 278 self.fail("readline() after next() with supposedly empty " 281 self.fail("readline() after next() with empty buffer " 288 self.fail("readinto() after next() with supposedly empty " 292 self.fail("readinto() after next() with empty buffer " 299 self.fail("read() after next() with supposedly empty " 302 self.fail("read() after next() with empty buffer " 307 self.fail("readlines() after next() with supposedly empty [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_file.py | 216 self.fail("File pos after read wrong %d" % f.tell()) 220 self.fail("File pos after ftruncate wrong %d" % f.tell()) 225 self.fail("File size after ftruncate wrong %d" % size) 278 self.fail("readline() after next() with supposedly empty " 281 self.fail("readline() after next() with empty buffer " 288 self.fail("readinto() after next() with supposedly empty " 292 self.fail("readinto() after next() with empty buffer " 299 self.fail("read() after next() with supposedly empty " 302 self.fail("read() after next() with empty buffer " 307 self.fail("readlines() after next() with supposedly empty [all...] |