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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm.ld 10 *(.before)
unwind-3.s 10 .section .before, "xa"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
ldsym1.d 8 # value as _start, and will collate before _start and be chosen
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
reloc.d 1 # Test that orphan reloc sections are placed before .rel.plt even when
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-twoinsn.s 3 % ends before the LOP_STAB.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
dwarfreloc.rd 2 # The third parenthesized value was left unrelocated (0x0) before.
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 73 long before = map.get(key); local
76 assertEquals(before + 1, after);
106 long before = map.get(key); local
109 assertEquals(before + 1, after);
110 assertEquals(before, result);
139 long before = map.get(key); local
142 assertEquals(before - 1, after);
172 long before = map.get(key); local
175 assertEquals(before - 1, after);
176 assertEquals(before, result)
206 long before = map.get(key); local
241 long before = map.get(key); local
276 long before = map.get(key); local
334 long before = map.get(key); local
386 long before = map.get(key); local
429 long before = map.get(key); local
472 long before = map.get(key); local
    [all...]
  /external/mesa3d/src/glsl/
list.h 154 * Insert a node in the list before the current node
156 void insert_before(exec_node *before)
158 before->next = this;
159 before->prev = this->prev;
161 this->prev->next = before;
162 this->prev = before;
166 * Insert another list in the list before the current node
168 void insert_before(struct exec_list *before);
456 inline void exec_node::insert_before(exec_list *before)
458 if (before->is_empty()
    [all...]
  /art/test/444-checker-nce/src/
Main.java 19 /// CHECK-START: Main Main.keepTest(Main) instruction_simplifier (before)
60 /// CHECK-START: Main Main.ifRemoveTest(boolean) instruction_simplifier (before)
77 /// CHECK-START: Main Main.ifKeepTest(boolean) instruction_simplifier (before)
92 /// CHECK-START: Main Main.forRemoveTest(int) instruction_simplifier (before)
108 /// CHECK-START: Main Main.forKeepTest(int) instruction_simplifier (before)
126 /// CHECK-START: Main Main.phiFlowRemoveTest(int) instruction_simplifier (before)
148 /// CHECK-START: Main Main.phiFlowKeepTest(int) instruction_simplifier (before)
187 /// CHECK-START: Main Main.scopeKeepTest(int, Main) instruction_simplifier (before)
205 /// CHECK-START: Main Main.scopeIfNotNullRemove(Main) instruction_simplifier (before)
217 /// CHECK-START: Main Main.scopeIfKeep(Main) instruction_simplifier (before)
    [all...]
  /art/test/458-checker-instruction-simplification/smali/
SmaliTests.smali 18 ## CHECK-START: int SmaliTests.EqualTrueRhs(boolean) instruction_simplifier (before)
40 ## CHECK-START: int SmaliTests.EqualTrueLhs(boolean) instruction_simplifier (before)
62 ## CHECK-START: int SmaliTests.EqualFalseRhs(boolean) instruction_simplifier (before)
84 ## CHECK-START: int SmaliTests.EqualFalseLhs(boolean) instruction_simplifier (before)
106 ## CHECK-START: int SmaliTests.NotEqualTrueRhs(boolean) instruction_simplifier (before)
128 ## CHECK-START: int SmaliTests.NotEqualTrueLhs(boolean) instruction_simplifier (before)
150 ## CHECK-START: int SmaliTests.NotEqualFalseRhs(boolean) instruction_simplifier (before)
172 ## CHECK-START: int SmaliTests.NotEqualFalseLhs(boolean) instruction_simplifier (before)
  /art/test/529-checker-unresolved/src/
Main.java 19 /// CHECK-START: void Main.callInvokeUnresolvedStatic() register (before)
25 /// CHECK-START: void Main.callInvokeUnresolvedVirtual(UnresolvedClass) register (before)
31 /// CHECK-START: void Main.callInvokeUnresolvedInterface(UnresolvedInterface) register (before)
41 /// CHECK-START: void Main.superMethod() register (before)
47 /// CHECK-START: void Main.callUnresolvedStaticFieldAccess() register (before)
82 /// CHECK-START: void Main.callUnresolvedInstanceFieldAccess(UnresolvedClass) register (before)
128 /// CHECK-START: void Main.main(java.lang.String[]) register (before)
144 /// CHECK-START: void Main.testLicm(int) licm (before)
  /build/target/product/
core_64_bit.mk 19 # The inheritance for this must come before the inheritance chain that leads
29 # This line must be parsed before the one in core_minimal.mk
  /cts/tests/openglperf2/jni/graphics/
PerspectiveProgram.cpp 32 void PerspectiveProgram::before(Matrix& model, Matrix& view, Matrix& projection) { function in class:PerspectiveProgram
33 Program::before(model, view, projection);
ProgramNode.cpp 21 void ProgramNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { function in class:ProgramNode
22 program.before(model, view, projection);
  /cts/tools/vm-tests-tf/src/dot/junit/verify/b3/
Test_b3.java 26 * @title register (or pair) has to be assigned first before it can be read.
39 * @title register (or pair) has to be assigned first before it can be read.
  /development/tools/mkstubs/tests/com/android/mkstubs/
SourceGeneratorTest.java 24 import org.junit.Before;
37 @Before
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
AccessSourcerTest.java 22 import org.junit.Before;
34 @Before
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
RegionTest.java 20 import org.junit.Before;
27 @Before
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/xy/
XYStepCalculatorTest.java 20 import org.junit.Before;
26 @Before
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/exceptions/
TimeoutException.java 45 * before timeout exceeded
53 * Returns true if connection was normally closed before timeout exceeded.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerClient.java 27 * that interface before it calls startDocument, and, if it
38 * method will be called before each startDocument event.
  /external/autotest/client/site_tests/hardware_UsbMount/
control 25 This test requires a USB drive inserted before the test begins.
26 This test will prepare the USB drive formatting its partition before starting
  /external/autotest/client/site_tests/platform_BootLockbox/
control 21 lockbox data can be signed and verified before finalization but after
23 before it runs so that it starts in a not-finalized state (thus the 'cleanup-
  /external/autotest/client/site_tests/power_UiResume/
power_UiResume.py 16 This test waits quite a bit after logging in and before suspending.
30 # Some idle time before initiating suspend-to-ram
  /external/autotest/server/site_tests/sequences/
control.storage_qual_retention_quick 25 { 'tag': 'before', 'client_tag': 'before'}),

Completed in 2399 milliseconds

<<21222324252627282930>>