HomeSort by relevance Sort by last modified time
    Searched full:before (Results 326 - 350 of 30609) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/
nilptr3.go 86 _ = *bigarrayp // ERROR "generated nil check" ARM removed nil check before indirect!!
159 _ = x[9] // ERROR "removed nil check before indirect"
162 if x[9] != 0 { // ERROR "removed nil check before indirect"
168 _ = x[9] // ERROR "removed nil check before indirect"
170 _ = x[9] // ERROR "removed nil check before indirect"
172 _ = x[9] // ERROR "removed nil check before indirect"
174 _ = x[9] // ERROR "removed nil check before indirect"
178 _ = x[9] // ERROR "removed nil check before indirect"
182 _ = x[9] // ERROR "removed nil check before indirect"
185 _ = x[9] // ERROR "removed nil check before indirect
    [all...]
  /system/sepolicy/
seapp_contexts 26 # (1) isSystemServer=true before isSystemServer=false.
27 # (2) Specified isAutoPlayApp= before unspecified isAutoPlayApp= boolean.
28 # (3) Specified isOwner= before unspecified isOwner= boolean.
29 # (4) Specified user= string before unspecified user= string.
30 # (5) Fixed user= string before user= prefix (i.e. ending in *).
31 # (6) Longer user= prefix before shorter user= prefix.
32 # (7) Specified seinfo= string before unspecified seinfo= string.
34 # (8) Specified name= string before unspecified name= string.
35 # (9) Specified path= string before unspecified path= string.
36 # (10) Specified isPrivApp= before unspecified isPrivApp= boolean
    [all...]
  /art/test/441-checker-inliner/src/
Main.java 19 /// CHECK-START: void Main.InlineVoid() inliner (before)
32 /// CHECK-START: int Main.InlineParameter(int) inliner (before)
45 /// CHECK-START: long Main.InlineWideParameter(long) inliner (before)
58 /// CHECK-START: java.lang.Object Main.InlineReferenceParameter(java.lang.Object) inliner (before)
71 /// CHECK-START: int Main.InlineInt() inliner (before)
83 /// CHECK-START: long Main.InlineWide() inliner (before)
95 /// CHECK-START: int Main.InlineAdd() inliner (before)
109 /// CHECK-START: int Main.InlineFieldAccess() inliner (before)
115 /// CHECK-DAG: <<Before:i\d+>> StaticFieldGet
116 /// CHECK-DAG: <<After:i\d+>> Add [<<Before>>,<<Const1>>
    [all...]
  /art/test/530-checker-loops1/src/
Main.java 28 /// CHECK-START: int Main.linear(int[]) BCE (before)
42 /// CHECK-START: int Main.linearDown(int[]) BCE (before)
56 /// CHECK-START: int Main.linearObscure(int[]) BCE (before)
71 /// CHECK-START: int Main.linearVeryObscure(int[]) BCE (before)
86 /// CHECK-START: int Main.hiddenStride(int[]) BCE (before)
103 /// CHECK-START: int Main.linearWhile(int[]) BCE (before)
118 /// CHECK-START: int Main.linearThreeWayPhi(int[]) BCE (before)
136 /// CHECK-START: int Main.linearFourWayPhi(int[]) BCE (before)
158 /// CHECK-START: int Main.wrapAroundThenLinear(int[]) BCE (before)
175 /// CHECK-START: int Main.wrapAroundThenLinearThreeWayPhi(int[]) BCE (before)
    [all...]
  /art/test/478-checker-clinit-check-pruning/src/
Main.java 25 * removed before register allocation & code generation.
43 // graph is not dumped after (nor before) this step, we check the
44 // CFG as it is before the next pass (liveness analysis) instead.
46 /// CHECK-START: void Main.invokeStaticInlined() liveness (before)
49 /// CHECK-START: void Main.invokeStaticInlined() liveness (before)
84 // dumped after (nor before) this step, we check the CFG as it is
85 // before the next pass (liveness analysis) instead.
87 /// CHECK-START: void Main.invokeStaticNotInlined() liveness (before)
90 /// CHECK-START: void Main.invokeStaticNotInlined() liveness (before)
271 /// CHECK-START: void Main.noClinitBecauseOfInvokeStatic() liveness (before)
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly.py 27 # The number of points before and after this anomaly that were looked at
32 # The medians of the segments before and after the anomaly.
36 # The standard deviation of the segments before the anomaly.
39 # The number of points that were used in the before/after segments.
44 # t-test may be performed on the points before and after. The t-statistic,
60 """The percent change from before the anomaly to after."""
  /external/clang/test/Parser/
cxx11-templates.cpp 18 t // expected-note {{place '...' immediately before declared identifier to declare a function parameter pack}}
20 // expected-note@-1 {{insert ',' before '...' to silence this warning}}
25 // expected-note@-1 {{insert ',' before '...' to silence this warning}}
34 // expected-note@-1 {{insert ',' before '...' to silence this warning}}
40 // passed to Sema before we reach the ellipsis.
43 // expected-note@-2 {{place '...' immediately before declared identifier}}
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ExceptionsTest.java 39 assertLine("implicitException.before", ICounter.FULLY_COVERED);
45 assertLine("explicitException.before", ICounter.FULLY_COVERED);
58 assertLine("implicitExceptionTryCatch.before", ICounter.FULLY_COVERED);
77 assertLine("explicitExceptionTryCatch.before", ICounter.FULLY_COVERED);
92 assertLine("implicitExceptionFinally.before", ICounter.FULLY_COVERED);
101 assertLine("explicitExceptionFinally.before", ICounter.FULLY_COVERED);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/
Target03.java 50 nop(); // $line-implicitException.before$
56 nop(); // $line-explicitException.before$
72 nop(); // $line-implicitExceptionTryCatch.before$
94 nop(); // $line-explicitExceptionTryCatch.before$
113 nop(); // $line-implicitExceptionFinally.before$
124 nop(); // $line-explicitExceptionFinally.before$
  /external/jetty/src/java/org/eclipse/jetty/webapp/
Ordering.java 167 case Before:
192 //1. order the before-others according to any explicit before/after relationships
195 //2. order the after-others according to any explicit before/after relationships
198 //3. order the no-others according to their explicit before/after relationships
206 //4. merge before-others + no-others +after-others
264 //Handle any explicit <before> relationships for the fragment we're considering
270 //Fragment we're considering must be before b
271 //Check that we are already before it, if not, move us so that we are.
275 //b is not already before name, move it so that it i
    [all...]
  /external/testng/src/main/java/org/testng/annotations/
BeforeGroups.java 10 * The list of groups that this configuration method will run before. If specified it overrides the
12 * This method is guaranteed to run shortly before the first test method that
24 * that this configuration method will run before (if no {@link #value()} attribute is defined).
31 * invoked before this method. Furthermore, if any of these
40 * are guaranteed that all these methods will be run before the test method
51 * For before methods (beforeSuite, beforeTest, beforeTestClass and
  /external/valgrind/memcheck/tests/
badrw.stderr.exp 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
badrw.stderr.exp-s390x-mvc 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd
9 Address 0x........ is 4 bytes before a block of size 10 alloc'd
15 Address 0x........ is 4 bytes before a block of size 10 alloc'd
21 Address 0x........ is 4 bytes before a block of size 10 alloc'd
27 Address 0x........ is 1 bytes before a block of size 10 alloc'd
33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootCursorWrapper.java 57 final String[] before = cursor.getColumnNames(); local
58 mColumnNames = new String[before.length + 2];
59 System.arraycopy(before, 0, mColumnNames, 0, before.length);
60 mAuthorityIndex = before.length;
61 mRootIdIndex = before.length + 1;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/score/
branch_32.s 13 * for local label 1, assembler should NOT alter instructions before .skip;
26 * for local label 2, assembler SHOULD alter instructions before .skip;
70 * for local label 1, assembler should NOT alter instructions before .skip;
85 * for local label 2, assembler SHOULD alter instructions before .skip;
118 * for local label 1, assembler should NOT alter instructions before .skip;
133 * for local label 2, assembler SHOULD alter instructions before .skip;
  /art/compiler/dex/quick/
dex_file_to_method_inliner_map.cc 51 // before we initialize the new inliner. However, we need to acquire the
52 // new inliner's lock_ before we release our lock_ to prevent another thread
66 locked_inliner->lock_.ExclusiveLock(self); // Acquire inliner's lock_ before releasing lock_.
  /art/test/098-ddmc/
expected.txt 7 before > 0=true
9 before < overflowAllocations=true
10 after > before=true
  /art/test/447-checker-inliner3/src/
Main.java 19 /// CHECK-START: int Main.inlineIfThenElse() inliner (before)
38 /// CHECK-START: int Main.inlineInLoop() inliner (before)
52 /// CHECK-START: int Main.inlineInLoopHeader() inliner (before)
  /art/test/473-checker-inliner-constants/src/
Main.java 19 /// CHECK-START: java.lang.Object Main.InlineNullConstant() inliner (before)
35 /// CHECK-START: int Main.InlineIntConstant() inliner (before)
51 /// CHECK-START: long Main.InlineLongConstant() inliner (before)
  /external/autotest/client/site_tests/power_CheckAfterSuspend/
power_CheckAfterSuspend.py 29 @param tests: list of client tests to run before/after suspend.
31 @param enable_baseline: If True, run one pass of tests before suspend,
45 is True then run an initial pass through the tests before any suspend.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
__init__.py 16 WillCloseBrowser() is called right before the browser
38 """Override to customize the Browser's options before it is created."""
43 """Called before the browser is stopped."""
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
CHANGES 51 *) Newline removal before ! operator was made more sensible.
64 *) "+ ++" and "- --" sequences are no longer collapsed. They were before,
78 *) "return /regex/" is now recognized as regex expression. It wasn't before,
  /external/dbus/doc/
doxygen_to_devhelp.xsl 30 <xsl:param name="before"><xsl:value-of select="substring-before($refid,'_1')"/></xsl:param>
32 <xsl:param name="link"><xsl:value-of select="$before"/>.html#<xsl:value-of select="$after"/></xsl:param>
  /external/llvm/test/tools/llvm-cov/
showLineExecutionCounts.cpp 4 // before any coverage // WHOLE-FILE: | [[@LINE]]|// before
5 // FILTER-NOT: | [[@LINE-1]]|// before
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentProviderOperationBuilderTest.java 10 import org.junit.Before;
25 @Before
26 public void before() { method in class:ContentProviderOperationBuilderTest

Completed in 1557 milliseconds

<<11121314151617181920>>