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/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.h 48 Before,
  /external/llvm/lib/Support/
BlockFrequency.cpp 113 uint64_t Before = Freq.Frequency;
117 if (Frequency < Before)
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 170 bool Before = preferReg();
177 return Before != preferReg();
218 // fraction of the connected blocks need to be interested before we consider
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 98 UniquePosition UniquePosition::Before(
103 const std::string& before = FindSmallerWithSuffix( local
105 return UniquePosition(before + suffix, suffix);
121 const UniquePosition& before,
124 DCHECK(before.IsValid());
126 DCHECK(before.LessThan(after));
129 Uncompress(before.compressed_),
312 const std::string& before,
316 DCHECK_NE(before, after);
317 DCHECK_LT(before, after)
    [all...]
  /external/chromium_org/third_party/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...]