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

  /external/pdfium/core/fpdfdoc/
cpdf_dest.cpp 110 const CPDF_Number* numX = ToNumber(pArray->GetDirectObjectAt(2));
115 *pHasX = !!numX;
119 if (numX)
120 *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/skqp/tests/
BlurTest.cpp 526 int numX, numY;
540 &numX, &numY, &skipMask);
554 &numX, &numY, &skipMask);
560 REPORTER_ASSERT(reporter, 4 == numX && 4 == numY);
575 &numX, &numY, &skipMask);
583 REPORTER_ASSERT(reporter, 4 == numX && 4 == numY);
621 &numX, &numY, &skipMask);
632 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...]
  /external/skia/tests/
BlurTest.cpp 527 int numX, numY;
541 &numX, &numY, &skipMask);
555 &numX, &numY, &skipMask);
561 REPORTER_ASSERT(reporter, 4 == numX && 4 == numY);
576 &numX, &numY, &skipMask);
584 REPORTER_ASSERT(reporter, 4 == numX && 4 == numY);
622 &numX, &numY, &skipMask);
633 for (int x = 0; x < numX-1; ++x) {
  /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 2070 milliseconds