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

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
MultiViewTest.java 59 Exception prior = null; local
79 prior = e;
84 if (prior != null) {
85 Log.e(TAG, "Prior exception received: " + prior);
87 prior = e;
89 if (prior != null) throw prior; // Rethrow last exception.
96 Exception prior = null; local
107 prior = e
124 Exception prior = null; local
    [all...]
  /external/ceres-solver/internal/ceres/
normal_prior_test.cc 15 // specific prior written permission.
73 NormalPrior prior(A, b);
74 prior.Evaluate(&x, residuals.data(), &jacobian);
112 NormalPrior prior(A, b);
113 prior.Evaluate(&x, residuals.data(), jacobians);
120 prior.Evaluate(&x, residuals.data(), NULL);
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 238 // prior clip. This could be wildly incorrect if the
241 // size of the prior bound (e.g., if the second clip
242 // exactly matched the bottom half of the prior clip).
297 // the prior clip's finite bound
370 // current clip. The prior clip could reduce the size of this
380 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) {
394 (SkRegion::kIntersect_Op == fOp && NULL == prior) ||
395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects &&
396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) {
436 if (NULL == prior) {
668 Element* prior = (Element*) iter.prev(); local
    [all...]
  /external/chromium_org/content/test/data/dom_storage/
sanity_check.js 27 "getItem('foo') != null prior to addition");
29 "key(0) != null prior to addition");
  /external/clang/test/SemaTemplate/
instantiate-function-1.cpp 179 prior:
181 prior_label = &&prior; // expected-error{{assigning to 'int'}}
  /external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h 323 * @param prior pass in 'NULL' to get the first (most recent) plug,
324 * otherwise pass the value returned on a prior call to uplug_nextPlug
329 uplug_nextPlug(UPlugData *prior);
  /external/icu/icu4c/source/common/unicode/
icuplug.h 323 * @param prior pass in 'NULL' to get the first (most recent) plug,
324 * otherwise pass the value returned on a prior call to uplug_nextPlug
329 uplug_nextPlug(UPlugData *prior);
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 286 int prior = firstIndex;
288 if (--prior < 0) {
289 prior = angleCount - 1;
291 if (prior == firstIndex) { // all are coincident with each other
294 if (!Coincident(sorted[prior], sorted[first])) {
298 first = prior;
299 angle = sorted[prior];
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 84 set v(prior) {}
118 bind Sqlitecon <Up> {sqlitecon::Prior %W}
119 bind Sqlitecon <Control-p> {sqlitecon::Prior %W}
218 if {$v(prior)==""} {
221 set cmd $v(prior)\n$line
233 set v(prior) {}
236 set v(prior) $cmd
401 proc sqlitecon::Prior w {
581 set prior 0
583 if {$prior} {
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SortedMapInterfaceTest.java 86 K prior = iterator.next(); local
91 Comparable comparable = (Comparable) prior;
94 assertTrue(map.comparator().compare(prior, current) < 0);
96 current = prior;
  /external/chromium_org/v8/samples/
count-hosts.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/intl/
utils.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/message/
isvar.js 14 // from this software without specific prior written permission.
overwritten-builtins.js 14 // from this software without specific prior written permission.
paren_in_arg_string.js 14 // from this software without specific prior written permission.
single-function-literal.js 14 // from this software without specific prior written permission.
try-catch-finally-no-message.js 14 // from this software without specific prior written permission.
try-catch-finally-return-in-finally.js 14 // from this software without specific prior written permission.
try-finally-return-in-finally.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/message/regress/
regress-1527.js 14 // from this software without specific prior written permission.
  /external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js 14 // from this software without specific prior written permission.

Completed in 211 milliseconds

1 2 3 4 5 6 7 8 91011>>