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/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntitySearch.h48 Before, enumerator in enum:blink::HTMLEntitySearch::CompareResult
/external/llvm/lib/Support/
H A DBlockFrequency.cpp45 uint64_t Before = Freq.Frequency; local
49 if (Frequency < Before)
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp188 bool Before = preferReg(); local
195 return Before != preferReg();
H A DCodeGenPrepare.cpp1179 /// \brief Move \p Inst before \p Before.
1180 InstructionMoveBefore(Instruction *Inst, Instruction *Before) argument
1182 DEBUG(dbgs() << "Do: move: " << *Inst << "\nbefore: " << *Before << "\n"); local
1183 Inst->moveBefore(Before);
1425 void moveBefore(Instruction *Inst, Instruction *Before);
1472 Instruction *Before) {
1474 make_unique<TypePromotionTransaction::InstructionMoveBefore>(Inst, Before));
1471 moveBefore(Instruction *Inst, Instruction *Before) argument
/external/llvm/lib/IR/
H A DGlobals.cpp152 const Twine &Name, GlobalVariable *Before,
169 if (Before)
170 Before->getParent()->getGlobalList().insert(Before, this);
150 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc107 UniquePosition UniquePosition::Before( function in class:syncer::UniquePosition
/external/clang/test/CodeGen/
H A Dxcore-stringtype.c173 // CHECK: !38 = metadata !{[10 x i32]* @Before, metadata !"a(10:si)"}
175 extern int Before[10];
176 int testReDecl() {return After[0] + Before[0];}
178 int Before[]; variable
/external/llvm/lib/MC/
H A DMCContext.cpp185 bool Before) {
187 if (!Before)
184 GetDirectionalLocalSymbol(unsigned LocalLabelVal, bool Before) argument
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js4142 Before: function(element, content) {
/external/llvm/lib/TableGen/
H A DRecord.cpp506 static Init *fixBitInit(const RecordVal *RV, Init *Before, Init *After) { argument
509 return Before;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DDOMModel.js126 Before: "before",
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml293 | Before of 'b Constructor in type:llpos
618 | Before bb ->
629 | Before bb -> fold_left_global_range f (f init bb) (global_succ bb) e
685 | Before fn ->
696 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
824 | Before p ->
835 | Before p -> fold_left_param_range f (f init p) (param_succ p) e
906 | Before bb ->
917 | Before bb -> fold_left_block_range f (f init bb) (block_succ bb) e
960 | Before
[all...]
H A Dllvm.mli349 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
354 | Before of 'b Constructor in type:llpos
1289 [Before gv].
1413 [Before gv].
1508 [Before bb].
1595 [Before bb].
1656 (** [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/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/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 580 milliseconds