OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Cascade
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/Paste/paste/
cascade.py
13
__all__ = ['
Cascade
']
21
[composit:
cascade
]
22
use = egg:Paste#
cascade
41
return
Cascade
(apps, catch=catch)
43
class
Cascade
(object):
46
Passed a list of applications, ``
Cascade
`` will try each of them
/external/opencv3/modules/cudaobjdetect/src/cuda/
lbp.cu
195
struct
Cascade
197
__host__ __device__ __forceinline__
Cascade
(const Stage* _stages, int _nstages, const ClNode* _nodes, const float* _leaves,
245
__global__ void lbp_cascade(const
Cascade
cascade
, int frameW, int frameH, int windowW, int windowH, float scale, const float factor,
275
if (
cascade
(y, x + wshift, integral, pitch))
297
Cascade
cascade
((Stage*)mstages.ptr(), nstages, (ClNode*)mnodes.ptr(), mleaves.ptr(), msubsets.ptr(), (uchar4*)mfeatures.ptr(), subsetSize);
298
lbp_cascade<<<grid, block>>>(
cascade
, frameW, frameH, windowW, windowH, initialScale, factor, workAmount, integral.ptr(), (int)integral.step / sizeof(int), objects, classified);
/external/llvm/lib/CodeGen/
RegAllocGreedy.cpp
202
//
Cascade
- Eviction loop prevention. See canEvictInterference().
203
unsigned
Cascade
;
205
RegInfo() : Stage(RS_New),
Cascade
(0) {}
690
///
Cascade
numbers are used to prevent infinite loops if this function is a
731
// Find VirtReg's
cascade
number. This will be unassigned if VirtReg was never
732
// involved in an eviction before. If a
cascade
number was assigned, deny
733
// evicting anything with the same or a newer
cascade
number. This prevents
736
// This works out so a register without a
cascade
number is allowed to evict
738
unsigned
Cascade
= ExtraRegInfo[VirtReg.reg].
Cascade
;
[
all
...]
/external/guice/extensions/persist/lib/
hibernate-annotations.jar
hibernate3.jar
Completed in 634 milliseconds