/external/chromium_org/third_party/skia/src/core/ |
D | SkClipStack.cpp | 380 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { in updateBoundAndGenID() argument 394 (SkRegion::kIntersect_Op == fOp && NULL == prior) || in updateBoundAndGenID() 395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID() 396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) { in updateBoundAndGenID() 436 if (NULL == prior) { in updateBoundAndGenID() 441 prevFinite = prior->fFiniteBound; in updateBoundAndGenID() 442 prevType = prior->fFiniteBoundType; in updateBoundAndGenID() 668 Element* prior = (Element*) iter.prev(); in pushElement() local 670 if (NULL != prior) { in pushElement() 671 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) { in pushElement() [all …]
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 380 void SkClipStack::Element::updateBoundAndGenID(const Element* prior) { in updateBoundAndGenID() argument 394 (SkRegion::kIntersect_Op == fOp && NULL == prior) || in updateBoundAndGenID() 395 (SkRegion::kIntersect_Op == fOp && prior->fIsIntersectionOfRects && in updateBoundAndGenID() 396 prior->rectRectIntersectAllowed(this->getRect(), fDoAA))) { in updateBoundAndGenID() 436 if (NULL == prior) { in updateBoundAndGenID() 441 prevFinite = prior->fFiniteBound; in updateBoundAndGenID() 442 prevType = prior->fFiniteBoundType; in updateBoundAndGenID() 668 Element* prior = (Element*) iter.prev(); in pushElement() local 670 if (NULL != prior) { in pushElement() 671 if (prior->canBeIntersectedInPlace(fSaveCount, element.getOp())) { in pushElement() [all …]
|
/external/ceres-solver/internal/ceres/ |
D | normal_prior_test.cc | 73 NormalPrior prior(A, b); in TEST() local 74 prior.Evaluate(&x, residuals.data(), &jacobian); in TEST() 112 NormalPrior prior(A, b); in TEST() local 113 prior.Evaluate(&x, residuals.data(), jacobians); in TEST() 120 prior.Evaluate(&x, residuals.data(), NULL); in TEST()
|
/external/sepolicy/ |
D | kernel.te | 14 # cgroup filesystem initialization prior to setting the cgroup root directory label. 20 # init direct restorecon calls prior to switching to init domain 29 # Initial setenforce by init prior to switching to init domain. 34 # Set checkreqprot by init.rc prior to switching to init domain.
|
/external/speex/libspeex/ |
D | preprocess.c | 215 spx_word16_t *prior; /**< A-priori SNR */ member 458 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t)); in speex_preprocess_state_init() 492 st->prior[i]=SHL16(1, SNR_SHIFT); in speex_preprocess_state_init() 545 speex_free(st->prior); in speex_preprocess_state_destroy() 807 …st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gam… in speex_preprocess_run() 808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT)); in speex_preprocess_run() 814 …SHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15); in speex_preprocess_run() 816 …32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[i])), in speex_preprocess_run() 817 … MULT16_16(QCONST16(.075f,15),st->prior[i-1])), MULT16_16(QCONST16(.075f,15),st->prior[i+1])),15); in speex_preprocess_run() 819 …SHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.3f,15),st->prior[i])),15); in speex_preprocess_run() [all …]
|
/external/chromium_org/third_party/sqlite/src/contrib/ |
D | sqlitecon.tcl | 84 set v(prior) {} 218 if {$v(prior)==""} { 221 set cmd $v(prior)\n$line 233 set v(prior) {} 236 set v(prior) $cmd 581 set prior 0 583 if {$prior} { 587 set prior 1
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | pixman-licenses.txt | 23 in this Software without prior written authorization from The Open Group. 36 software without specific, written prior permission. 57 specific, written prior permission. Keith Packard makes no 80 software without specific, written prior permission. Richard Henderson
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-1.cpp | 179 prior: in f() 181 prior_label = &&prior; // expected-error{{assigning to 'int'}} in f()
|
/external/ipsec-tools/src/racoon/ |
D | NOTICE | 14 without specific prior written permission. 43 without specific prior written permission. 72 without specific prior written permission. 101 without specific prior written permission. 129 without specific prior written permission. 158 without specific prior written permission. 188 without specific prior written permission. 217 without specific prior written permission. 248 or promote products derived from this software without specific prior 279 without specific prior written permission. [all …]
|
/external/owasp/sanitizer/tools/findbugs/licenses/ |
D | LICENSE-dom4j.txt | 17 products derived from this Software without prior written 22 nor may "DOM4J" appear in their names without prior written
|
/external/ipsec-tools/ |
D | NOTICE | 14 without specific prior written permission. 43 without specific prior written permission. 72 without specific prior written permission. 101 without specific prior written permission. 129 without specific prior written permission. 158 without specific prior written permission. 188 without specific prior written permission. 217 without specific prior written permission. 248 or promote products derived from this software without specific prior 279 without specific prior written permission. [all …]
|
/external/chromium_org/third_party/sqlite/src/doc/ |
D | pager-invariants.txt | 39 (5) All writes to the database file are synced prior to the rollback journal 43 are synced prior to the master journal being deleted. 63 of bytes from 24 through 39 inclusive will be changed prior to releasing
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | SortedMapInterfaceTest.java | 86 K prior = iterator.next(); in testOrdering() local 91 Comparable comparable = (Comparable) prior; in testOrdering() 94 assertTrue(map.comparator().compare(prior, current) < 0); in testOrdering() 96 current = prior; in testOrdering()
|
/external/chromium_org/base/mac/ |
D | sdk_forward_declarations.mm | 7 // Replicate specific 10.7 SDK declarations for building with prior SDKs.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | recover2.test | 72 # Trim to remove excess pages from prior tests. 97 # Trim to remove excess pages from prior tests. 122 # Trim to remove excess pages from prior tests. 147 # Trim to remove excess pages from prior tests.
|
D | sidedelete.test | 44 # prior to the fix for ticket #2832. 69 # This will cause stacks leaks but not database corruption prior
|
/external/ppp/pppd/plugins/radius/ |
D | COPYRIGHT | 11 without specific prior permission, and notice be given in supporting 26 distribution of the program without specific prior permission, and notice be 43 prior permission, and notice be given in supporting documentation that
|
/external/valgrind/main/helgrind/tests/ |
D | tc18_semabuse.stderr.exp-linux-mips32 | 16 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
|
D | tc18_semabuse.stderr.exp-linux-mips32-b | 16 Thread #x: Bug in libpthread: sem_wait succeeded on semaphore without prior sem_post
|
/external/opencv/ |
D | NOTICE | 25 derived from this software without specific prior written permission. 72 * without specific prior written permission. 102 * specific prior written permission. 145 // prior written permission. 178 // * without specific prior written permission. 222 derived from this software without specific prior written permission. 263 without specific prior written permission. 306 // derived from this software without specific prior written permission. 348 // derived from this software without specific prior written permission. 390 // derived from this software without specific prior written permission. [all …]
|
/external/fsck_msdos/ |
D | NOTICE | 19 * without specific prior written permission. 53 * without specific prior written permission. 87 * without specific prior written permission.
|
/external/compiler-rt/test/asan/TestCases/ |
D | log_path_fork_test.cc.disabled | 3 // Set verbosity to 1 so that the log files are opened prior to fork().
|
/external/ipsec-tools/src/libipsec/ |
D | NOTICE | 14 without specific prior written permission. 43 without specific prior written permission.
|
/external/chromium_org/third_party/libxslt/ |
D | Copyright | 24 ings in this Software without prior written authorization from him. 52 ings in this Software without prior written authorization from him.
|
/external/chromium_org/ui/compositor/test/ |
D | test_compositor_host_mac.mm | 49 // NSAutoreleasePool set up and initialized prior to execution and drained upon 66 // initialized prior to doing anything with display objects such as windows,
|