HomeSort by relevance Sort by last modified time
    Searched refs:propagation (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
map_job_control.py 143 propagation = db.MANDATORY
145 propagation = db.INDEPENDENT
148 @db.transactional(propagation=propagation)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
exception_ptr.h 40 # error This platform does not support exception propagation.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
exception_ptr.h 40 # error This platform does not support exception propagation.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
exception_ptr.h 40 # error This platform does not support exception propagation.
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
nested_exception.h 42 # error This platform does not support exception propagation.
exception_ptr.h 40 # error This platform does not support exception propagation.
  /frameworks/base/core/java/android/transition/
Slide.java 213 SidePropagation propagation = new SidePropagation(); local
214 propagation.setSide(slideEdge);
215 setPropagation(propagation);
TransitionSet.java 531 public void setPropagation(TransitionPropagation propagation) {
532 super.setPropagation(propagation);
535 mTransitions.get(i).setPropagation(propagation);
  /external/v8/test/webkit/
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
dfg-uint32-to-number-in-middle-of-copy-propagation.js 25 "Tests that UInt32ToNumber and OSR exit are aware of copy propagation and correctly recover both versions of a variable that was subject to a UInt32ToNumber cast."
  /external/v8/test/webkit/fast/js/kde/
exceptions.js 83 kdeShouldBe(caught, true, "error propagation in functions");
  /prebuilts/go/darwin-x86/src/sync/atomic/
value_test.go 133 // and propagation of the changes to worker goroutines.
  /prebuilts/go/linux-x86/src/sync/atomic/
value_test.go 133 // and propagation of the changes to worker goroutines.
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
handlers.py     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
peep.go 95 // constant propagation
361 * will be eliminated by copy propagation.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
peep.go 92 // constant propagation
358 * will be eliminated by copy propagation.
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/x86/
peep.go 95 // constant propagation
361 * will be eliminated by copy propagation.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
peep.go 92 // constant propagation
358 * will be eliminated by copy propagation.
  /external/v8/test/mjsunit/
math-floor-of-div-nosudiv.js 214 // We box the value in an array to avoid constant propagation.
math-floor-of-div.js 213 // We box the value in an array to avoid constant propagation.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/amd64/
peep.go 95 // constant propagation
540 * will be eliminated by copy propagation.
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm/
peep.go 251 * will be eliminated by copy propagation.
461 * The v1->v2 should be eliminated by copy propagation.
    [all...]

Completed in 952 milliseconds

1 2 3