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

<<31323334353637383940>>

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
AbsTransport.java 33 * Causes transport to connect to the target host. After connecting but before a session is
34 * started, must call back to {@link TerminalBridge#onConnected()}. After that call a session may
58 * anything. An {@link IOException} should be thrown if there is an error after connection.
63 * when there is a problem writing after connection
73 * when there is a problem writing after connection
81 * when there is a problem writing after connection
  /external/valgrind/gdbserver_tests/
mcbreak.stdoutB.exp 8 old_pc has changed after step
10 old_pc has changed after step
13 old_pc has changed after step
19 old_pc has changed after step
21 old_pc has changed after step
49 old_pc has changed after step
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerNoOpUpdateTest.java 77 Map<Long, Rect> after = takeSnapshot(); local
78 assertSnapshotsEqual(before, after);
81 private void assertSnapshotsEqual(Map<Long, Rect> before, Map<Long, Rect> after) {
83 Rect newPosition = after.get(entry.getKey());
84 assertNotNull("cannot find " + entry.getKey() + " in after map", newPosition);
87 assertEquals("visible view count should be equal", before.size(), after.size());
  /art/test/447-checker-inliner3/src/
Main.java 23 /// CHECK-START: int Main.inlineIfThenElse() inliner (after)
41 /// CHECK-START: int Main.inlineInLoop() inliner (after)
55 /// CHECK-START: int Main.inlineInLoopHeader() inliner (after)
  /art/test/473-checker-inliner-constants/src/
Main.java 23 /// CHECK-START: java.lang.Object Main.InlineNullConstant() inliner (after)
39 /// CHECK-START: int Main.InlineIntConstant() inliner (after)
55 /// CHECK-START: long Main.InlineLongConstant() inliner (after)
  /art/test/492-checker-inline-invoke-interface/src/
Main.java 34 /// CHECK-START: void Main.main(java.lang.String[]) builder (after)
41 /// CHECK-START: void Main.main(java.lang.String[]) inliner (after)
46 /// CHECK-START: void Main.main(java.lang.String[]) inliner (after)
  /art/test/543-checker-dce-trycatch/src/
Main.java 35 // where TryBoundary still has exception handler successors after having removed
38 /// CHECK-START: void Main.testDeadTryCatch(boolean) dead_code_elimination$after_inlining (after)
41 /// CHECK-START: void Main.testDeadTryCatch(boolean) dead_code_elimination$after_inlining (after)
  /art/test/622-checker-bce-regressions/src/
Main.java 28 /// CHECK-START: int Main.doNotVisitAfterForwardBCE(int[]) BCE (after)
38 // b/32547652: after DCE, bounds checks become consecutive,
39 // and second should not be revisited after forward BCE.
  /art/test/637-checker-throw-inline/src/
Main.java 30 /// CHECK-START: void Main.test() inliner (after)
39 /// CHECK-START: void Main.testInLoop() inliner (after)
50 /// CHECK-START: void Main.testInInfiniteLoop() inliner (after)
  /art/test/980-redefine-object/
expected.txt 5 Allocating an j.l.Object after redefining Object class
7 Allocating a Transform after redefining Object class
9 Allocating an int[] after redefining Object class
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
pixel_format_f32.rsh 16 // 3. After each layer is processed from back-most layer to focal depth layer,
20 // 4. After each layer is processed from front-most layer to focal depth layer,
23 // 5. After each layer is processed in either of the two passes, the fields
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
TcgPhysicalPresenceLib.h 3 This library will lock TPM after executing TPM request.
23 for user confirmation if TPM request exists. The TPM request will be sent to TPM device after
27 This API should be invoked after console in and console out are all ready as they are required
  /external/autotest/server/site_tests/debugd_DevTools/
control 24 - Return to original dev mode state after the test completes.
26 - Verify tools are unavailable after user login.
28 - Return to original login state after the test completes.
  /external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
network_WiFi_DisconnectClearsIP.py 15 """Check that we remove our IP after disconnection from a WiFi network."""
31 raise error.TestFail('After connecting, we should have an IP.')
47 raise error.TestFail('After disconnecting, we should '
  /external/autotest/server/site_tests/platform_CompromisedStatefulPartition/
platform_CompromisedStatefulPartition.py 26 """This test verify that user should get OOBE after booting
46 raise error.TestFail('Did not get OOBE screen after '
54 raise error.TestFail('%s is missing after rebooting '
  /external/autotest/server/site_tests/platform_RebootAfterUpdate/
control 16 This test checks the behavior of reboot after update. It specifically tests
17 the amount of time it takes for a system to reboot both after an update and
18 after first login.
  /external/clang/test/CodeGenCXX/
override-layout.cpp 3 // RUN: %clang_cc1 -w -DPACKED= -DALIGNED16= -fdump-record-layouts-simple -foverride-record-layout=%t.layouts %s > %t.after
4 // RUN: diff -u %t.before %t.after
5 // RUN: FileCheck %s < %t.after
sanitize-dtor-vtable.cpp 1 // RUN: %clang_cc1 -O0 -fsanitize=memory -fsanitize-memory-use-after-dtor -disable-llvm-optzns -std=c++11 -triple=x86_64-pc-linux -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -O1 -fsanitize=memory -fsanitize-memory-use-after-dtor -disable-llvm-optzns -std=c++11 -triple=x86_64-pc-linux -emit-llvm -o - %s | FileCheck %s
26 // After invoking base dtor and dtor for virtual base, poison vtable ptr.
  /external/clang/test/Parser/
cxx-default-args.cpp 5 // After the error, the rest of the tokens inside the default arg should be
6 // skipped, avoiding a "expected ';' after class" after 'undecl'.
recovery.cpp 76 struct MissingSemi1 {} // expected-error {{expected ';' after struct}}
79 class MissingSemi2 {} // expected-error {{expected ';' after class}}
82 enum MissingSemi3 {} // expected-error {{expected ';' after enum}}
86 union MissingSemi4 { MissingSemi4(int); } // expected-error {{expected ';' after union}}
94 } // expected-error {{expected ';' after struct}}
98 struct Inner1 {} // expected-error {{expected ';' after struct}}
104 struct Inner3 {} // expected-error {{expected ';' after struct}}
109 struct Inner1 {} // expected-error {{expected ';' after struct}}
116 struct Inner3 {} // expected-error {{expected ';' after struct}}
126 struct MissingSemiThenTemplate1 {} // expected-error {{expected ';' after struct}
    [all...]
  /external/compiler-rt/test/lsan/TestCases/
stale_stack_leak.cc 30 // This must run after LSan, to ensure LSan didn't overwrite the pointer before
36 fprintf(stderr, "Value after LSan: %p.\n", *pp);
43 // CHECK-sanity: Value after LSan: [[ADDR]].
  /external/compiler-rt/test/msan/
dtor-base-access.cc 1 // RUN: %clangxx_msan %s -O0 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
3 // RUN: %clangxx_msan %s -O1 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
5 // RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
dtor-derived-class.cc 1 // RUN: %clangxx_msan %s -O0 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
2 // RUN: %clangxx_msan %s -O1 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
3 // RUN: %clangxx_msan %s -O2 -fsanitize=memory -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1 %run %t >%t.out 2>&1
  /external/e2fsprogs/tests/u_incomplete/
script 18 echo $CRCSUM after tune2fs $crc1 >> $OUT
22 echo $CRCSUM after e2undo $crc2 >> $OUT
27 echo $CRCSUM after fsck $crc3 >> $OUT
  /external/e2fsprogs/tests/u_wrong_fs/
script 18 echo $CRCSUM after tune2fs $crc1 >> $OUT
22 echo $CRCSUM after re-mke2fs $crc2 >> $OUT
26 echo $CRCSUM after e2undo $crc3 >> $OUT

Completed in 469 milliseconds

<<31323334353637383940>>