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

<<51525354555657585960>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-relocs-257.d 7 # R_AARCH64_ABS64 relocs. So after gc, we should be left with
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm.ld 12 *(.after)
unwind-3.s 19 .section .after, "xa"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
bug-1417.s 1 ;;; Bug #1417: Branch wrong after linker relaxation
  /tools/tradefederation/core/prod-tests/res/config/performance/
hermetic-memory.xml 3 <configuration description="Testing system memory and app memory usage after launching app">
  /art/test/478-checker-clinit-check-pruning/src/
Main.java 28 /// CHECK-START: void Main.invokeStaticInlined() builder (after)
33 /// CHECK-START: void Main.invokeStaticInlined() inliner (after)
37 /// CHECK-START: void Main.invokeStaticInlined() inliner (after)
43 // graph is not dumped after (nor before) this step, we check the
71 /// CHECK-START: void Main.invokeStaticNotInlined() builder (after)
76 /// CHECK-START: void Main.invokeStaticNotInlined() inliner (after)
84 // dumped after (nor before) this step, we check the CFG as it is
117 /// CHECK-START: void Main$ClassWithClinit3.invokeStaticInlined() builder (after)
120 /// CHECK-START: void Main$ClassWithClinit3.invokeStaticInlined() builder (after)
124 /// CHECK-START: void Main$ClassWithClinit3.invokeStaticInlined() inliner (after)
    [all...]
  /art/test/536-checker-intrinsic-optimization/src/
Main.java 113 /// CHECK-START: int Main.$opt$noinline$getStringLength(java.lang.String) instruction_simplifier (after)
119 /// CHECK-START: int Main.$opt$noinline$getStringLength(java.lang.String) instruction_simplifier (after)
131 /// CHECK-START: boolean Main.$opt$noinline$isStringEmpty(java.lang.String) instruction_simplifier (after)
139 /// CHECK-START: boolean Main.$opt$noinline$isStringEmpty(java.lang.String) instruction_simplifier (after)
151 /// CHECK-START: char Main.$opt$noinline$stringCharAt(java.lang.String, int) instruction_simplifier (after)
160 /// CHECK-START: char Main.$opt$noinline$stringCharAt(java.lang.String, int) instruction_simplifier (after)
172 /// CHECK-START: char Main.$opt$noinline$stringCharAtCatch(java.lang.String, int) instruction_simplifier (after)
181 /// CHECK-START: char Main.$opt$noinline$stringCharAtCatch(java.lang.String, int) instruction_simplifier (after)
197 /// CHECK-START: int Main.$opt$noinline$stringSumChars(java.lang.String) instruction_simplifier (after)
203 /// CHECK-START: int Main.$opt$noinline$stringSumChars(java.lang.String) instruction_simplifier (after)
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
comments.golden 172 // Indentation of comments after possibly indented multi-line constructs
559 func _( /* no params - extra blank before and after comment */ ) {}
560 func _(a, b int /* params - no extra blank after comment */) {}
562 func _() { f( /* no args - extra blank before and after comment */ ) }
563 func _() { f(a, b /* args - no extra blank after comment */) }
566 f( /* no args - extra blank before and after comment */ )
567 f(a, b /* args - no extra blank after comment */)
581 _ = []int{0, 1 /* don't introduce a newline after this comment - was issue 1365 */}
631 // remain after the punctuation (looks better and permits alignment of
635 1, // comment after comm
    [all...]
comments.input 175 // Indentation of comments after possibly indented multi-line constructs
565 func _(/* no params - extra blank before and after comment */) {}
566 func _(a, b int /* params - no extra blank after comment */) {}
568 func _() { f(/* no args - extra blank before and after comment */) }
569 func _() { f(a, b /* args - no extra blank after comment */) }
572 f(/* no args - extra blank before and after comment */)
573 f(a, b /* args - no extra blank after comment */)
586 _ = []int{0, 1 /* don't introduce a newline after this comment - was issue 1365 */}
629 // remain after the punctuation (looks better and permits alignment of
633 1, // comment after comm
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
comments.golden 172 // Indentation of comments after possibly indented multi-line constructs
559 func _( /* no params - extra blank before and after comment */ ) {}
560 func _(a, b int /* params - no extra blank after comment */) {}
562 func _() { f( /* no args - extra blank before and after comment */ ) }
563 func _() { f(a, b /* args - no extra blank after comment */) }
566 f( /* no args - extra blank before and after comment */ )
567 f(a, b /* args - no extra blank after comment */)
581 _ = []int{0, 1 /* don't introduce a newline after this comment - was issue 1365 */}
631 // remain after the punctuation (looks better and permits alignment of
635 1, // comment after comm
    [all...]
comments.input 175 // Indentation of comments after possibly indented multi-line constructs
565 func _(/* no params - extra blank before and after comment */) {}
566 func _(a, b int /* params - no extra blank after comment */) {}
568 func _() { f(/* no args - extra blank before and after comment */) }
569 func _() { f(a, b /* args - no extra blank after comment */) }
572 f(/* no args - extra blank before and after comment */)
573 f(a, b /* args - no extra blank after comment */)
586 _ = []int{0, 1 /* don't introduce a newline after this comment - was issue 1365 */}
629 // remain after the punctuation (looks better and permits alignment of
633 1, // comment after comm
    [all...]
  /art/test/567-checker-compare/src/
Main.java 21 /// CHECK-START: void Main.$opt$noinline$testReplaceInputWithItself(int) intrinsics_recognition (after)
28 /// CHECK-START: void Main.$opt$noinline$testReplaceInputWithItself(int) instruction_simplifier (after)
45 /// CHECK-START: int Main.compareBooleans(boolean, boolean) intrinsics_recognition (after)
54 /// CHECK-START: int Main.compareBooleans(boolean, boolean) instruction_simplifier (after)
62 /// CHECK-START: int Main.compareBooleans(boolean, boolean) instruction_simplifier (after)
65 /// CHECK-START: int Main.compareBooleans(boolean, boolean) select_generator (after)
75 /// CHECK-START: int Main.compareBooleans(boolean, boolean) select_generator (after)
78 /// CHECK-START: int Main.compareBooleans(boolean, boolean) instruction_simplifier$after_bce (after)
84 /// CHECK-START: int Main.compareBooleans(boolean, boolean) instruction_simplifier$after_bce (after)
91 /// CHECK-START: int Main.compareBytes(byte, byte) intrinsics_recognition (after)
    [all...]
  /external/autotest/server/site_tests/bluetooth_Sanity_DefaultState/
bluetooth_Sanity_DefaultState.py 200 self._log_settings("After add device", current_settings)
203 self._log_flags('After add device', flags)
207 'Bluetooth adapter settings changed after add device')
209 raise error.TestFail('HCI PSCAN flag not set after add device')
215 self._log_settings("After remove device", current_settings)
218 self._log_flags('After remove device', flags)
222 'Bluetooth adapter settings changed after remove device')
224 raise error.TestFail('HCI PSCAN flag set after add device')
230 self._log_settings("After power down", current_settings)
233 raise error.TestFail('Bluetooth adapter is powered after power off'
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
EasterHoliday.java 20 * a fixed number of days before or after Easter. Supports both the
40 * or after Easter Sunday each year.
42 * @param daysAfter The number of days before (-) or after (+) Easter
53 * or after Easter Sunday each year, using either the Western
56 * @param daysAfter The number of days before (-) or after (+) Easter
103 * Easter Monday, 1 day after Easter
109 * Ascension, 39 days after Easter
115 * Pentecost (aka Whit Sunday), 49 days after Easter
121 * Whit Sunday (aka Pentecost), 49 days after Easter
127 * Whit Monday, 50 days after Easte
    [all...]
SimpleDateRule.java 54 * @param after If true, this rule selects the first dayOfWeek
55 * on or after dayOfMonth. If false, the rule selects
59 public SimpleDateRule(int month, int dayOfMonth, int dayOfWeek, boolean after)
63 this.dayOfWeek = after ? dayOfWeek : -dayOfWeek;
68 * that is on or after the given start date.
70 * @param start Only occurrances on or after this date are returned.
73 * does not occur on or after the start date.
85 * that is on or after the given start date and before the given
88 * @param start Only occurrances on or after this date are returned.
167 if (end != null && result.after(end))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EasterHoliday.java 19 * a fixed number of days before or after Easter. Supports both the
40 * or after Easter Sunday each year.
42 * @param daysAfter The number of days before (-) or after (+) Easter
54 * or after Easter Sunday each year, using either the Western
57 * @param daysAfter The number of days before (-) or after (+) Easter
111 * Easter Monday, 1 day after Easter
118 * Ascension, 39 days after Easter
125 * Pentecost (aka Whit Sunday), 49 days after Easter
132 * Whit Sunday (aka Pentecost), 49 days after Easter
139 * Whit Monday, 50 days after Easte
    [all...]
SimpleDateRule.java 54 * @param after If true, this rule selects the first dayOfWeek
55 * on or after dayOfMonth. If false, the rule selects
60 public SimpleDateRule(int month, int dayOfMonth, int dayOfWeek, boolean after)
64 this.dayOfWeek = after ? dayOfWeek : -dayOfWeek;
69 * that is on or after the given start date.
71 * @param start Only occurrances on or after this date are returned.
74 * does not occur on or after the start date.
87 * that is on or after the given start date and before the given
90 * @param start Only occurrances on or after this date are returned.
172 if (end != null && result.after(end))
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
WholeProgramDevirt.h 35 // pack constant values compactly before and after each virtual table.
84 // The bits that will be stored before and after a particular vtable.
98 // The bit vector that will be laid out after the vtable.
99 AccumBitVector After;
143 // The minimum byte offset after the address point. This covers the bytes in
144 // the vtable object after the address point (e.g. the vtable for the current
156 // The number of bytes allocated (for the vtable plus the byte array) after
159 return minAfterBytes() + TM->Bits->After.Bytes.size();
168 // Set the bit at position Pos after the address point to RetVal.
171 TM->Bits->After.setBit(Pos - 8 * minAfterBytes(), RetVal)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 99 assertTrue("WiFi state is not DISCONNECTED after enabling", waitForWifiState(
159 assertTrue("mobile not connected after wifi disable", waitForNetworkState(
165 assertTrue("failed to enable wifi after disable", enableWifi());
168 assertTrue("wifi not enabled after toggle", waitForWifiState(
171 assertTrue("wifi not connected after toggle", waitForNetworkState(
175 // assertTrue("mobile not disconnected after wifi toggle", waitForNetworkState(
230 // assert no active network connection after airplane mode enabled
236 // assert there is active network connection after airplane mode disabled
237 assertTrue("no active network connection after airplane mode disable",
253 // assert there is active network connection after airplane mode disable
    [all...]
  /art/test/530-checker-loops5/src/
Main.java 27 /// CHECK-START: int Main.poly1() loop_optimization (after)
33 /// CHECK-START: int Main.poly1() instruction_simplifier$after_bce (after)
37 /// CHECK-START: int Main.poly1() loop_optimization (after)
59 /// CHECK-START: int Main.poly2(int) loop_optimization (after)
65 /// CHECK-START: int Main.poly2(int) loop_optimization (after)
80 /// CHECK-START: int Main.poly3() loop_optimization (after)
86 /// CHECK-START: int Main.poly3() instruction_simplifier$after_bce (after)
90 /// CHECK-START: int Main.poly3() loop_optimization (after)
104 /// CHECK-START: int Main.polyBCE1() BCE (after)
124 /// CHECK-START: int Main.polyBCE2() BCE (after)
    [all...]
  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 140 // this is reply, but set expectation for reply first as it is sent after send
184 // this is reply, but set expectation for reply first as it is sent after send
228 // this is reply, but set expectation for reply first as it is sent after send
234 // this is reply, but set expectation for reply first as it is sent after send
239 // this is reply, but set expectation for reply first as it is sent after send
244 // this is reply, but set expectation for reply first as it is sent after send
249 // this is reply, but set expectation for reply first as it is sent after send
294 // this is reply, but set expectation for reply first as it is sent after send
301 // this is reply, but set expectation for reply first as it is sent after send
306 // this is reply, but set expectation for reply first as it is sent after sen
    [all...]
  /external/cros/system_api/dbus/power_manager/
policy.proto 43 // Delay after which |idle_action| is performed, in milliseconds. The
50 // Delay after which the screen will be turned off, in milliseconds. 0
56 // Delay after which the screen will be dimmed, in milliseconds. 0
63 // Delay after which the screen will be locked, in milliseconds. 0
70 // Delay after which an IdleActionImminent signal will be emitted, in
73 // idle delay is changed after IdleActionImminent has been emitted, an
120 // preserved after scaling. A value of 1.0 (or less) leaves delays
127 // observed while the screen is dimmed or soon after it is turned off.
128 // Other delays' distances from |screen_dim_ms| are preserved after
136 // has been observed. After activity is seen, the inactivity timeou
    [all...]
  /external/deqp/doc/testspecs/GLES3/
functional.lifetime.txt 37 - After calling Gen* or Create*
38 - After calling Gen* or Create*, then Delete*
39 - After calling Gen*, then Bind*
40 - After calling Gen*, then Bind*, then Delete*
41 - After calling Bind* without preceding Gen*
42 - After calling CreateProgram, then UseProgram, then DeleteProgram
43 - After calling BeginTransformFeedback, then DeleteTransformFeedbacks
112 checked. In OpenGL ES 3.0, shader objects must exist even after deletion
118 again after deleting the attachment and creating a new object of the
124 after deleting the attachment and then again after creating a new objec
    [all...]
  /external/testng/src/main/java/org/testng/
TimeBombSkipException.java 33 * @param expirationDate time limit after which the SKIP becomes a FAILURE
44 * @param expirationDate time limit after which the SKIP becomes a FAILURE
58 * @param date time limit after which the SKIP becomes a FAILURE
70 * @param date time limit after which the SKIP becomes a FAILURE
82 * @param date time limit after which the SKIP becomes a FAILURE
97 * @param expirationDate time limit after which the SKIP becomes a FAILURE
112 * @param expirationDate time limit after which the SKIP becomes a FAILURE
130 * @param date time limit after which the SKIP becomes a FAILURE
146 * @param date time limit after which the SKIP becomes a FAILURE
162 * @param date time limit after which the SKIP becomes a FAILUR
    [all...]
  /art/test/565-checker-doublenegbitwise/src/
Main.java 46 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
53 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
57 /// CHECK-START: int Main.$opt$noinline$andToOr(int, int) instruction_simplifier (after)
82 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier (after)
89 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier$after_bce (after)
93 /// CHECK-START: boolean Main.$opt$noinline$booleanAndToOr(boolean, boolean) instruction_simplifier$after_bce (after)
113 /// CHECK-START: long Main.$opt$noinline$orToAnd(long, long) instruction_simplifier (after)
120 /// CHECK-START: long Main.$opt$noinline$orToAnd(long, long) instruction_simplifier (after)
124 /// CHECK-START: long Main.$opt$noinline$orToAnd(long, long) instruction_simplifier (after)
149 /// CHECK-START: boolean Main.$opt$noinline$booleanOrToAnd(boolean, boolean) instruction_simplifier (after)
    [all...]

Completed in 863 milliseconds

<<51525354555657585960>>