HomeSort by relevance Sort by last modified time
    Searched defs:numX (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_dest.cpp 90 const CPDF_Number* numX = ToNumber(pArray->GetDirectObjectAt(2));
95 *pHasX = !!numX;
99 if (numX)
100 *pX = numX->GetNumber();
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 456 unsigned numX = 0;
474 if (str[i] == 'X') ++numX;
476 if (numX >= 6)
485 " format string to be secure (" << numX << " 'X'";
486 if (numX != 1)
  /external/skia/tests/
BlurTest.cpp 564 int numX, numY;
578 &numX, &numY, &skipMask);
592 &numX, &numY, &skipMask);
598 REPORTER_ASSERT(reporter, 4 == numX && 4 == numY);
613 &numX, &numY, &skipMask);
621 REPORTER_ASSERT(reporter, 4 == numX && 4 == numY);
659 &numX, &numY, &skipMask);
670 for (int x = 0; x < numX-1; ++x) {
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 575 const float* __restrict kernel, const int numPlanes, const int numX,
580 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
623 const float* __restrict kernel, const int numPlanes, const int numX,
629 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
690 const float* __restrict kernel, const size_t numPlanes, const size_t numX,
698 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 387 milliseconds