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

  /external/junit/src/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.
20 * &#064;Before public void initialize() {
37 public @interface Before {
  /external/webkit/Source/WebCore/html/parser/
HTMLEntitySearch.h 49 Before,
  /external/ceres-solver/docs/
changes.tex 7 \subsubsection{Before}
16 \subsubsection{Before}
116 problem before solving.
  /external/llvm/lib/Support/
BlockFrequency.cpp 102 uint64_t Before = Freq.Frequency;
106 if (Frequency < Before)
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 159 bool Before = preferReg();
166 return Before != preferReg();
216 // connected blocks need to be interested before we consider expanding the
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 573 var before = match[1] || '';
574 if (before == '\\') return match[2];
579 if (match == null) return before;
589 return before + String.interpret(ctx);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 239 | Before of 'b
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
    [all...]
llvm.mli 286 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
291 | Before of 'b
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 479 milliseconds