HomeSort by relevance Sort by last modified time
    Searched full:maxdepth (Results 376 - 400 of 526) sorted by null

<<11121314151617181920>>

  /external/opencv3/samples/directx/
d3d10_interop.cpp 93 viewport.MaxDepth = 0.0f;
d3d11_interop.cpp 97 viewport.MaxDepth = 0.0f;
  /frameworks/opt/setupwizard/tools/gradle/
gradlew 124 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /packages/apps/Dialer/tools/gradle/
gradlew 127 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /external/libunwind/src/x86_64/
Gtrace.c 403 int maxdepth = 0; local
408 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0))
436 while (depth < maxdepth)
  /external/libopus/celt/
celt_encoder.c 896 opus_val16 maxDepth;
905 maxDepth=-QCONST16(31.9f, DB_SHIFT);
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]);
1003 return maxDepth;
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java     [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 132 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF;
339 if (span.attrStepX[FRAG_ATTRIB_WPOS][2] > maxDepth ||
340 span.attrStepX[FRAG_ATTRIB_WPOS][2] < -maxDepth) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/
JobStore.java 347 private PersistableBundle deepCopyBundle(PersistableBundle bundle, int maxDepth) {
348 if (maxDepth <= 0) {
356 PersistableBundle bCopy = deepCopyBundle((PersistableBundle) o, maxDepth-1);
    [all...]
  /build/core/
product.mk 30 -maxdepth 6 \
envsetup.mk 147 $(shell test -d device && find -L device -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
148 $(shell test -d vendor && find -L vendor -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 380 enum { MaxDepth = 256 };
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateBaseClass.cpp 228 viewport.maxDepth = 1.0f;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 211 vp.MaxDepth = 1;
  /external/opencv3/modules/ml/src/
rtrees.cpp 366 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
  /build/kati/
pathutil.go 740 case "-maxdepth":
750 return nil, fmt.Errorf("find commnad: -maxdepth negative: %d", i)
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 66 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::MaxColsAtCompileTime,
79 depth_select = product_size_category<Depth,MaxDepth>::value
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 303 unsigned MaxDepth = BestI->getSUnit()->getDepth();
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
  /external/toybox/toys/posix/
find.c 36 -depth ignore contents of dir -maxdepth # at most # dirs down
374 } else if (!strcmp(s, "mindepth") || !strcmp(s, "maxdepth")) {
  /frameworks/base/docs/html/reference/android/support/test/uiautomator/
BySelector.html 832 <a href="/reference/android/support/test/uiautomator/BySelector.html#hasDescendant(android.support.test.uiautomator.BySelector, int)">hasDescendant</a>(<a href="/reference/android/support/test/uiautomator/BySelector.html">BySelector</a> descendantSelector, int maxDepth)
886 <a href="/reference/android/support/test/uiautomator/BySelector.html#maxDepth(int)">maxDepth</a>(int max)
    [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 581 CLASSLIST=`find $1 -maxdepth 1 \( -type f -or -type l \) -name 'cbq-*' \
587 DEVFIELDS=`find $1 -maxdepth 1 \( -type f -or -type l \) -name 'cbq-*' \
714 [ `find $CBQ_PATH -maxdepth 1 -newer $CBQ_CACHE| \
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 43 const unsigned MaxDepth = 6;
763 if (Depth == MaxDepth)
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java     [all...]
  /external/chromium-trace/catapult/tracing/tracing/base/
multi_dimensional_view.html     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 645 float maxDepth;
    [all...]

Completed in 2529 milliseconds

<<11121314151617181920>>