Searched defs:Before (Results 1 - 13 of 13) 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/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.h49 Before, enumerator in enum:WebCore::HTMLEntitySearch::CompareResult
/external/ceres-solver/docs/
H A Dchanges.tex7 \subsubsection{Before}
16 \subsubsection{Before}
6 \\subsubsection{Before} subsubsection
15 \\subsubsection{Before} subsubsection
/external/llvm/lib/Support/
H A DBlockFrequency.cpp102 uint64_t Before = Freq.Frequency; local
106 if (Frequency < Before)
/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp159 bool Before = preferReg(); local
166 return Before != preferReg();
/external/llvm/lib/IR/
H A DGlobals.cpp107 GlobalVariable *Before, ThreadLocalMode TLMode,
124 if (Before)
125 Before->getParent()->getGlobalList().insert(Before, this);
104 GlobalVariable(Module &M, Type *Ty, bool constant, LinkageTypes Link, Constant *InitVal, const Twine &Name, GlobalVariable *Before, ThreadLocalMode TLMode, unsigned AddressSpace, bool isExternallyInitialized) argument
/external/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/llvm/bindings/ocaml/llvm/
H A Dllvm.ml239 | Before of 'b Constructor in type:llpos
546 | Before bb ->
557 | Before bb -> fold_left_global_range f (f init bb) (global_succ bb) e
613 | Before fn ->
624 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
748 | Before p ->
759 | Before p -> fold_left_param_range f (f init p) (param_succ p) e
825 | Before bb ->
836 | Before bb -> fold_left_block_range f (f init bb) (block_succ bb) e
881 | Before
[all...]
H A Dllvm.mli286 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
291 | Before of 'b Constructor in type:llpos
1209 [Before gv].
1322 [Before gv].
1416 [Before bb].
1495 [Before bb].
1554 (** [instr_succ i] returns the instruction list position succeeding [Before i].
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3404 bool Before, DebugLoc dl,
3408 if (Before) {
3402 InsertFenceForAtomic(SDValue Chain, AtomicOrdering Order, SynchronizationScope Scope, bool Before, DebugLoc dl, SelectionDAG &DAG, const TargetLowering &TLI) argument
/external/robolectric/lib/main/
H A Djunit-dep-4.8.2.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 455 milliseconds