Searched defs:Before (Results 1 - 18 of 18) sorted by relevance

/external/junit/src/org/junit/
H A DBefore.java11 * 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.
20 * &#064;Before public void initialize() {
37 public @interface Before { interface
/external/vogar/src/org/junit/
H A DBefore.java28 public @interface Before { interface
/external/llvm/lib/Support/
H A DBlockFrequency.cpp45 uint64_t Before = Freq.Frequency; local
49 if (Frequency < Before)
/external/jetty/src/java/org/eclipse/jetty/webapp/
H A DFragmentDescriptor.java40 public enum OtherType {None, Before, After}; enum constant in enum:FragmentDescriptor.OtherType
116 _otherType = OtherType.Before;
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp168 bool Before = preferReg(); local
175 return Before != preferReg();
H A DCodeGenPrepare.cpp1685 /// \brief Move \p Inst before \p Before.
1686 InstructionMoveBefore(Instruction *Inst, Instruction *Before) argument
1688 DEBUG(dbgs() << "Do: move: " << *Inst << "\nbefore: " << *Before << "\n"); local
1689 Inst->moveBefore(Before);
1962 void moveBefore(Instruction *Inst, Instruction *Before);
2017 Instruction *Before) {
2019 make_unique<TypePromotionTransaction::InstructionMoveBefore>(Inst, Before));
4602 DEBUG(dbgs() << "Before branch condition splitting\n"; BB.dump());
2016 moveBefore(Instruction *Inst, Instruction *Before) argument
/external/llvm/lib/IR/
H A DGlobals.cpp161 const Twine &Name, GlobalVariable *Before,
176 if (Before)
177 Before->getParent()->getGlobalList().insert(Before, this);
159 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c181 // 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[]; variable
/external/llvm/lib/MC/
H A DMCContext.cpp219 bool Before) {
221 if (!Before)
218 GetDirectionalLocalSymbol(unsigned LocalLabelVal, bool Before) argument
/external/llvm/lib/TableGen/
H A DRecord.cpp519 static Init *fixBitInit(const RecordVal *RV, Init *Before, Init *After) { argument
522 return Before;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml301 | Before of 'b Constructor in type:llpos
634 | Before bb ->
645 | Before bb -> fold_left_global_range f (f init bb) (global_succ bb) e
701 | Before fn ->
712 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
840 | Before p ->
851 | Before p -> fold_left_param_range f (f init p) (param_succ p) e
922 | Before bb ->
933 | Before bb -> fold_left_block_range f (f init bb) (block_succ bb) e
978 | Before
[all...]
H A Dllvm.mli358 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
363 | Before of 'b Constructor in type:llpos
1334 [Before gv].
1458 [Before gv].
1553 [Before bb].
1640 [Before bb].
1701 (** [instr_succ i] returns the instruction list position succeeding [Before i].
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c223 cmsUInt32Number DirectoryPos, CurrentPos, Before; local
246 Before = io ->Tell(io);
247 ElementOffsets[i] = Before - BaseOffset;
253 ElementSizes[i] = io ->Tell(io) - Before;
4448 cmsUInt32Number *ElementOffsets = NULL, *ElementSizes = NULL, Before; local
4501 Before = io ->Tell(io);
4505 ElementSizes[i] = io ->Tell(io) - Before;
4987 cmsUInt32Number Before = io ->Tell(io); local
4990 e ->Offsets[i] = Before - BaseOffset;
5001 e ->Sizes[i] = io ->Tell(io) - Before;
5026 cmsUInt32Number Before; local
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp6867 static void extendLeft(SourceRange &R, const SourceRange &Before) { argument
6868 if (Before.isInvalid())
6870 R.setBegin(Before.getBegin());
6872 R.setEnd(Before.getEnd());
6941 SourceRange Before, After; local
6967 extendLeft(Before, Chunk.getSourceRange());
6971 extendLeft(Before, Chunk.Loc);
6977 SourceLocation Loc = Before.isValid() ? Before.getBegin() :
6981 DB << Before << Afte
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/libphonenumber/lib/
H A Djunit-4.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1937 milliseconds