HomeSort by relevance Sort by last modified time
    Searched defs:Before (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/junit/src/main/java/org/junit/
Before.java 10 * objects created before they can run. Annotating a <code>public void</code> method
11 * with <code>&#064;Before</code> causes that method to be run before the {@link org.junit.Test} method.
12 * The <code>&#064;Before</code> methods of superclasses will be run before those of the current class,
19 * &#064;Before public void initialize() {
37 public @interface Before {
  /prebuilts/go/darwin-x86/src/cmd/internal/src/
xpos.go 26 // Before reports whether the position p comes before q in the source.
28 func (p XPos) Before(q XPos) bool {
pos.go 45 // Before reports whether the position p comes before q in the source.
47 func (p Pos) Before(q Pos) bool {
  /prebuilts/go/linux-x86/src/cmd/internal/src/
xpos.go 26 // Before reports whether the position p comes before q in the source.
28 func (p XPos) Before(q XPos) bool {
pos.go 45 // Before reports whether the position p comes before q in the source.
47 func (p Pos) Before(q Pos) bool {
  /external/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 45 bool Before;
79 /// Set the insertion point to before (\p Before = true) or after
80 /// (\p Before = false) \p MI.
82 void setInstr(MachineInstr &MI, bool Before = false);
  /external/llvm/lib/Support/
BlockFrequency.cpp 43 uint64_t Before = Freq.Frequency;
47 if (Frequency < Before)
  /external/swiftshader/third_party/LLVM/lib/Support/
BlockFrequency.cpp 98 uint64_t Before = Freq.Frequency;
102 if (Frequency < Before)
  /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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
137 // The minimum byte offset before the address point. This covers the bytes in
138 // the vtable object before the address point (e.g. RTTI, access-to-top,
150 // The number of bytes allocated (for the vtable plus the byte array) before
153 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
162 // Set the bit at position Pos before the address point to RetVal.
165 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 159 bool Before = preferReg();
166 return Before != preferReg();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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.
92 // The bit vector that will be laid out before the vtable. Note that these
96 AccumBitVector Before;
140 // The minimum byte offset before the address point. This covers the bytes in
141 // the vtable object before the address point (e.g. RTTI, access-to-top,
153 // The number of bytes allocated (for the vtable plus the byte array) before
156 return minBeforeBytes() + TM->Bits->Before.Bytes.size();
165 // Set the bit at position Pos before the address point to RetVal.
168 TM->Bits->Before.setBit(Pos - 8 * minBeforeBytes(), RetVal)
    [all...]
  /external/clang/test/CodeGen/
xcore-stringtype.c 181 // CHECK: !{{[0-9]+}} = !{[10 x i32]* @Before, !"a(10:si)"}
183 extern int Before[10];
184 int testReDecl() {return After[0] + Before[0];}
186 int Before[];

Completed in 686 milliseconds

1 2 3