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

<<31323334353637383940>>

  /art/test/593-checker-boolean-2-integral-conv/src/
Main.java 31 /// CHECK-START: byte Main.booleanToByte(boolean) builder (after)
41 /// CHECK-START: byte Main.booleanToByte(boolean) select_generator (after)
49 /// CHECK-START: byte Main.booleanToByte(boolean) instruction_simplifier$after_bce (after)
57 /// CHECK-START: short Main.booleanToShort(boolean) builder (after)
67 /// CHECK-START: short Main.booleanToShort(boolean) select_generator (after)
75 /// CHECK-START: short Main.booleanToShort(boolean) instruction_simplifier$after_bce (after)
83 /// CHECK-START: char Main.booleanToChar(boolean) builder (after)
93 /// CHECK-START: char Main.booleanToChar(boolean) select_generator (after)
101 /// CHECK-START: char Main.booleanToChar(boolean) instruction_simplifier$after_bce (after)
109 /// CHECK-START: int Main.booleanToInt(boolean) builder (after)
    [all...]
  /art/test/530-checker-loops2/src/
Main.java 32 /// CHECK-START: void Main.bubble(int[]) BCE (after)
50 /// CHECK-START: int Main.periodicIdiom(int) BCE (after)
68 /// CHECK-START: int Main.periodicSequence2(int) BCE (after)
92 /// CHECK-START: int Main.periodicSequence4(int) BCE (after)
117 /// CHECK-START: int Main.periodicXorSequence(int) BCE (after)
135 /// CHECK-START: int Main.justRightUp1() BCE (after)
150 /// CHECK-START: int Main.justRightUp2() BCE (after)
165 /// CHECK-START: int Main.justRightUp3() BCE (after)
180 /// CHECK-START: int Main.justOOBUp() BCE (after)
183 /// CHECK-START: int Main.justOOBUp() BCE (after)
    [all...]
  /art/test/530-checker-loops1/src/
Main.java 31 /// CHECK-START: int Main.linear(int[]) BCE (after)
45 /// CHECK-START: int Main.linearDown(int[]) BCE (after)
59 /// CHECK-START: int Main.linearObscure(int[]) BCE (after)
74 /// CHECK-START: int Main.linearVeryObscure(int[]) BCE (after)
89 /// CHECK-START: int Main.hiddenStride(int[]) BCE (after)
106 /// CHECK-START: int Main.linearWhile(int[]) BCE (after)
121 /// CHECK-START: int Main.linearThreeWayPhi(int[]) BCE (after)
139 /// CHECK-START: int Main.linearFourWayPhi(int[]) BCE (after)
161 /// CHECK-START: int Main.wrapAroundThenLinear(int[]) BCE (after)
178 /// CHECK-START: int Main.wrapAroundThenLinearThreeWayPhi(int[]) BCE (after)
    [all...]
  /art/test/530-checker-loops3/src/
Main.java 30 /// CHECK-START: void Main.oneConstantIndex(int[], int[]) BCE (after)
35 /// CHECK-START: void Main.oneConstantIndex(int[], int[]) BCE (after)
50 /// CHECK-START: void Main.multipleConstantIndices(int[], int[]) BCE (after)
55 /// CHECK-START: void Main.multipleConstantIndices(int[], int[]) BCE (after)
68 /// CHECK-START: void Main.oneInvariantIndex(int[], int[], int) BCE (after)
73 /// CHECK-START: void Main.oneInvariantIndex(int[], int[], int) BCE (after)
88 /// CHECK-START: void Main.multipleInvariantIndices(int[], int[], int) BCE (after)
94 /// CHECK-START: void Main.multipleInvariantIndices(int[], int[], int) BCE (after)
107 /// CHECK-START: void Main.oneUnitStride(int[], int[]) BCE (after)
113 /// CHECK-START: void Main.oneUnitStride(int[], int[]) BCE (after)
    [all...]
  /art/test/551-checker-shifter-operand/src/
Main.java 85 /// CHECK-START-ARM: long Main.$opt$noinline$translate(long, byte) instruction_simplifier_arm (after)
90 /// CHECK-START-ARM: long Main.$opt$noinline$translate(long, byte) instruction_simplifier_arm (after)
94 /// CHECK-START-ARM: long Main.$opt$noinline$translate(long, byte) disassembly (after)
104 /// CHECK-START-ARM64: long Main.$opt$noinline$translate(long, byte) instruction_simplifier_arm64 (after)
109 /// CHECK-START-ARM64: long Main.$opt$noinline$translate(long, byte) instruction_simplifier_arm64 (after)
113 /// CHECK-START-ARM64: long Main.$opt$noinline$translate(long, byte) disassembly (after)
134 /// CHECK-START-ARM: int Main.$opt$noinline$sameInput(int) instruction_simplifier_arm (after)
140 /// CHECK-START-ARM: int Main.$opt$noinline$sameInput(int) instruction_simplifier_arm (after)
149 /// CHECK-START-ARM64: int Main.$opt$noinline$sameInput(int) instruction_simplifier_arm64 (after)
155 /// CHECK-START-ARM64: int Main.$opt$noinline$sameInput(int) instruction_simplifier_arm64 (after)
    [all...]
  /external/clang/test/Parser/
cxx-class.cpp 23 };; // expected-warning{{extra ';' after member function definition}}
60 // check that we don't consume the token after the access specifier
67 // consume the token after the access specifier if it's a semicolon
82 // expected-error@-7 {{expected ';' after class}}
90 // expected-error@-5 {{expected ';' after top level declarator}}
176 ~A::A() { n = 0; } // expected-error {{'~' in destructor name should be after nested name specifier}} expected-note {{previous}}
180 DtorErrors::~B::B() {} // expected-error {{'~' in destructor name should be after nested name specifier}}
183 a.~A::A(); // expected-error {{'~' in destructor name should be after nested name specifier}}
184 b->~DtorErrors::~B::B(); // expected-error {{'~' in destructor name should be after nested name specifier}}
188 ~C::C() {} // expected-error {{incomplete}} expected-error {{'~' in destructor name should be after nested name specifier}
    [all...]
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_policy_memory_test.c 182 unsigned int after; local
208 get_meminfo(&after);
209 if (before == after)
212 if (before != after) {
213 printf("Policy: %d\n", after - before);
229 get_meminfo(&after);
230 if (before == after)
233 if (before != after) {
234 printf("Policy: %d\n", after - before);
292 unsigned int after; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalConvertTest.java 36 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact");
47 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact");
57 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact");
68 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact");
93 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact");
104 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact");
114 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact");
129 fail("java.lang.ArithmeticException isn't thrown after calling longValueExact");
179 fail("java.lang.ArithmeticException isn't thrown after calling byteValueExact");
190 fail("java.lang.ArithmeticException isn't thrown after calling byteValueExact")
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/
Non-existing.c 31 only available on IA-32. After the 32-bit paging mode is enabled, control is
48 @param EntryPoint A pointer to function to call with the new stack after
51 function as the first parameter after paging is enabled.
53 function as the second parameter after paging is enabled.
55 function after paging is enabled.
78 mode. This function is only available on IA-32. After the 32-bit paging mode
92 @param EntryPoint A pointer to function to call with the new stack after
95 function as the first parameter after paging is disabled.
97 function as the second parameter after paging is
100 function after paging is disabled.
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 30 * An instance has a time of transition and rules for both before and after the transition.
36 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
41 * @param to The time zone rule used after the transition.
114 * @return The time zone rule used after the transition.
136 * Sets the rule used after the transition. The caller remains
138 * @param to The time zone rule used after the transition.
144 * Adopts the rule used after the transition. The caller must
146 * @param to The time zone rule used after the transition.
152 * Returns the rule used after the transition.
153 * @return The time zone rule used after the transition
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDialogHelper.java 72 * after-list but before-list, which means newly added items.
75 * @param after A list to be compared with {@code before}
77 * comparing {@code after} to {@code before}.
79 public static <E> Set<E> getItemsAdded(List<E> before, List<E> after) {
80 HashSet<E> set = new HashSet<>(after);
87 * before-list but after-list, which means removed items.
90 * @param after A list to be compared with {@code before}
92 * comparing {@code after} to {@code before}.
94 public static <E> Set<E> getItemsRemoved(List<E> before, List<E> after) {
96 set.removeAll(after);
    [all...]
  /art/test/557-checker-instruct-simplifier-ror/src/
Main.java 36 /// CHECK-START: int Main.rotateIntegerRight(int, int) instruction_simplifier (after)
42 /// CHECK-START: int Main.rotateIntegerRight(int, int) instruction_simplifier (after)
55 /// CHECK-START: int Main.rotateIntegerLeft(int, int) instruction_simplifier (after)
62 /// CHECK-START: int Main.rotateIntegerLeft(int, int) instruction_simplifier (after)
75 /// CHECK-START: long Main.rotateLongRight(long, int) instruction_simplifier (after)
81 /// CHECK-START: long Main.rotateLongRight(long, int) instruction_simplifier (after)
94 /// CHECK-START: long Main.rotateLongLeft(long, int) instruction_simplifier (after)
101 /// CHECK-START: long Main.rotateLongLeft(long, int) instruction_simplifier (after)
120 /// CHECK-START: int Main.ror_int_constant_c_c(int) instruction_simplifier (after)
126 /// CHECK-START: int Main.ror_int_constant_c_c(int) instruction_simplifier (after)
    [all...]
  /art/test/564-checker-negbitwise/src/
Main.java 45 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm64 (after)
51 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm64 (after)
55 /// CHECK-START-ARM64: int Main.$opt$noinline$notAnd(int, int) disassembly (after)
66 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm (after)
72 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) instruction_simplifier_arm (after)
76 /// CHECK-START-ARM: int Main.$opt$noinline$notAnd(int, int) disassembly (after)
95 /// CHECK-START-ARM64: long Main.$opt$noinline$notOr(long, long) instruction_simplifier_arm64 (after)
101 /// CHECK-START-ARM64: long Main.$opt$noinline$notOr(long, long) instruction_simplifier_arm64 (after)
105 /// CHECK-START-ARM64: long Main.$opt$noinline$notOr(long, long) disassembly (after)
116 /// CHECK-START-ARM: long Main.$opt$noinline$notOr(long, long) instruction_simplifier_arm (after)
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceActivityFlowTest.java 101 * headers are hidden and pressing back button after that shows them again.
126 * Scenario: Tests that after navigating back to the headers list there will be no header
166 * Scenario: Tests that pressing back button twice after having preference panel opened will
302 Bitmap after = mTestUtils.takeScreenshot(); local
303 assertScreenshotsAreEqual(before, after);
415 Bitmap after = mTestUtils.takeScreenshot(); local
416 assertScreenshotsAreEqual(before, after);
450 * Scenario: Tests that the PreferenceActivity properly restores its state after recreation.
469 Bitmap after = mTestUtils.takeScreenshot(); local
470 assertScreenshotsAreEqual(before, after);
499 Bitmap after = mTestUtils.takeScreenshot(); local
527 Bitmap after = mTestUtils.takeScreenshot(); local
558 Bitmap after = mTestUtils.takeScreenshot(); local
601 Bitmap after = mTestUtils.takeScreenshot(); local
656 Bitmap after = mTestUtils.takeScreenshot(); local
    [all...]
  /external/clang/test/Analysis/
DeallocUseAfterFreeErrors.m 22 // Check that 'self' is not referenced after calling '[super dealloc]'.
39 [_ivar release]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
59 _delegate = nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been deallocated}}
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
77 _s.f = 7; // expected-warning {{Use of instance variable '_s' after 'self' has been deallocated}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
96 _ivar->_otherIvar = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
109 self->_ivar = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}
    [all...]
  /art/test/565-checker-rotate/src/
Main.java 19 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) intrinsics_recognition (after)
29 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) instruction_simplifier (after)
39 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) instruction_simplifier (after)
42 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) select_generator (after)
52 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) select_generator (after)
55 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) instruction_simplifier$after_bce (after)
62 /// CHECK-START: int Main.rotateLeftBoolean(boolean, int) instruction_simplifier$after_bce (after)
69 /// CHECK-START: int Main.rotateLeftByte(byte, int) intrinsics_recognition (after)
76 /// CHECK-START: int Main.rotateLeftByte(byte, int) instruction_simplifier (after)
83 /// CHECK-START: int Main.rotateLeftByte(byte, int) instruction_simplifier (after)
    [all...]
  /art/test/004-checker-UnsafeTest18/src/
Main.java 50 /// CHECK-START: int Main.set32(java.lang.Object, long, int) intrinsics_recognition (after)
57 /// CHECK-START: long Main.set64(java.lang.Object, long, long) intrinsics_recognition (after)
64 /// CHECK-START: java.lang.Object Main.setObj(java.lang.Object, long, java.lang.Object) intrinsics_recognition (after)
75 /// CHECK-START: int Main.add32(java.lang.Object, long, int) intrinsics_recognition (after)
82 /// CHECK-START: long Main.add64(java.lang.Object, long, long) intrinsics_recognition (after)
93 /// CHECK-START: void Main.load() intrinsics_recognition (after)
96 /// CHECK-START: void Main.load() instruction_simplifier (after)
99 /// CHECK-START: void Main.load() instruction_simplifier (after)
105 /// CHECK-START: void Main.store() intrinsics_recognition (after)
108 /// CHECK-START: void Main.store() instruction_simplifier (after)
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
BugreportCollectorTest.java 84 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
89 Predicate foo = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
90 Predicate bar = new Predicate(Relation.AFTER, Freq.EACH, Noun.TESTCASE);
91 Predicate baz = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
100 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
101 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
108 Predicate shortP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION);
109 Predicate longP = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
111 Predicate longP2 = new Predicate(Relation.AFTER, Freq.EACH, Noun.INVOCATION,
135 {Relation.AFTER, Freq.FIRST, Noun.INVOCATION}
    [all...]
  /art/test/530-checker-loops4/src/
Main.java 26 /// CHECK-START: int Main.geo1(int) loop_optimization (after)
34 /// CHECK-START: int Main.geo1(int) loop_optimization (after)
47 /// CHECK-START: int Main.geo2(int) loop_optimization (after)
55 /// CHECK-START: int Main.geo2(int) loop_optimization (after)
68 /// CHECK-START: int Main.geo3(int) loop_optimization (after)
76 /// CHECK-START: int Main.geo3(int) loop_optimization (after)
89 /// CHECK-START: int Main.geo4(int) loop_optimization (after)
95 /// CHECK-START: int Main.geo4(int) loop_optimization (after)
108 /// CHECK-START: int Main.geo5() loop_optimization (after)
116 /// CHECK-START: int Main.geo5() loop_optimization (after)
    [all...]
  /art/test/540-checker-rtp-bug/src/
Main.java 24 /// CHECK-START: Final Main.testKeepCheckCast(java.lang.Object, boolean) builder (after)
31 /// CHECK-START: Final Main.testKeepCheckCast(java.lang.Object, boolean) instruction_simplifier (after)
46 /// CHECK-START: void Main.testKeepInstanceOf(java.lang.Object, boolean) builder (after)
51 /// CHECK-START: void Main.testKeepInstanceOf(java.lang.Object, boolean) dead_code_elimination$initial (after)
68 /// CHECK-START: java.lang.String Main.testNoInline(java.lang.Object, boolean) builder (after)
74 /// CHECK-START: java.lang.String Main.testNoInline(java.lang.Object, boolean) inliner (after)
  /art/test/608-checker-unresolved-lse/src/
Main.java 31 /// CHECK-START: void Main.instanceFieldTest() inliner (after)
41 /// CHECK-START: void Main.instanceFieldTest() load_store_elimination (after)
55 /// CHECK-START: void Main.instanceFieldTest2() inliner (after)
66 /// CHECK-START: void Main.instanceFieldTest2() load_store_elimination (after)
84 /// CHECK-START: void Main.staticFieldTest() inliner (after)
89 /// CHECK-START: void Main.staticFieldTest() load_store_elimination (after)
  /external/autotest/server/site_tests/platform_RebootAfterUpdate/
platform_RebootAfterUpdate.py 28 'System failed to restart within the timeout after '
29 '%(reason)s. This failure indicates that the system after '
73 logging.info('Rebooting after performing update.')
83 'login and logout after performing an update.')
89 'Failed to login successfully after an update.')
91 logging.info('Rebooting the DUT after first login/logout.')
  /external/compiler-rt/test/asan/TestCases/
use-after-free.cc 13 // CHECK: {{.*ERROR: AddressSanitizer: heap-use-after-free on address}}
16 // CHECK: {{ #0 0x.* in main .*use-after-free.cc:}}[[@LINE-4]]
21 // CHECK-Linux: {{ #1 0x.* in main .*use-after-free.cc:}}[[@LINE-10]]
24 // CHECK-Darwin: {{ #1 0x.* in main .*use-after-free.cc:}}[[@LINE-13]]
29 // CHECK-Linux: {{ #1 0x.* in main .*use-after-free.cc:}}[[@LINE-19]]
32 // CHECK-Darwin: {{ #1 0x.* in main .*use-after-free.cc:}}[[@LINE-22]]
  /external/llvm/test/Transforms/LoopDeletion/
update-scev.ll 2 ; RUN: opt -S -loop-deletion < %s | FileCheck %s --check-prefix=IR-AFTER-TRANSFORM
12 ; IR-AFTER-TRANSFORM-LABEL: @pr27570(
22 ; IR-AFTER-TRANSFORM: for.body:
23 ; IR-AFTER-TRANSFORM: %cmp = icmp eq i32 %val, -1
24 ; IR-AFTER-TRANSFORM: %conv7 = zext i1 %cmp to i32
25 ; IR-AFTER-TRANSFORM: for.body6:
  /external/ltp/testcases/kernel/security/filecaps/
inh_capped.c 69 debug_print_caps("after raising all caps");
75 debug_print_caps("after first drop cap_sys_admin");
82 debug_print_caps("after first raise cap_sys_admin");
88 debug_print_caps("after drop cappset");
94 debug_print_caps("after second drop cap_sys_admin");
97 "after dropping cappset from pE");

Completed in 591 milliseconds

<<31323334353637383940>>