HomeSort by relevance Sort by last modified time
    Searched defs:Before (Results 1 - 17 of 17) 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/llvm/lib/Support/
BlockFrequency.cpp 45 uint64_t Before = Freq.Frequency;
49 if (Frequency < Before)
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntitySearch.h 48 Before,
  /external/clang/test/CodeGen/
xcore-stringtype.c 173 // 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[];
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 188 bool Before = preferReg();
195 return Before != preferReg();
237 // fraction of the connected blocks need to be interested before we consider
CodeGenPrepare.cpp 107 /// Keeps track of the type of the related instruction before their
199 // users. Do this before OptimizeBlock -> OptimizeInst ->
296 /// debug info directives, and an unconditional branch. Passes before isel
311 // If the instruction before the branch (skipping debug info) isn't a phi
414 DEBUG(dbgs() << "MERGING MOSTLY EMPTY BLOCKS - BEFORE:\n" << *BB << *DestBB);
829 // reuse before a value is defined.
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 107 UniquePosition UniquePosition::Before(
112 const std::string& before = FindSmallerWithSuffix( local
114 return UniquePosition(before + suffix, suffix);
130 const UniquePosition& before,
133 DCHECK(before.IsValid());
135 DCHECK(before.LessThan(after));
138 Uncompress(before.compressed_),
293 const std::string& before,
297 DCHECK_NE(before, after);
298 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/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 126 Before: "before",
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 293 | Before of 'b
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
    [all...]
llvm.mli 349 (** [Before b] and [At_end a] specify positions from the start of the ['b] list
354 | Before of 'b
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c 223 cmsUInt32Number DirectoryPos, CurrentPos, Before;
246 Before = io ->Tell(io);
247 ElementOffsets[i] = Before - BaseOffset;
253 ElementSizes[i] = io ->Tell(io) - Before;
    [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.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 282 milliseconds