HomeSort by relevance Sort by last modified time
    Searched refs:m_field (Results 1 - 15 of 15) sorted by null

  /external/testng/src/test/java/test/sample/
JUnitSample2.java 13 private String m_field = null; field in class:JUnitSample2
25 m_field = "foo";
29 assert null != m_field : "setUp() wasn't run";
JUnitSample1.java 12 private String m_field = null; field in class:JUnitSample1
26 m_field = "foo";
31 m_field = null;
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 33 m_field = field;
61 return m_field;
81 result = m_field->add(result, coefficient);
87 result = m_field->add(m_field->multiply(a, result), m_coefficients[i]);
102 modulusPoly = new CBC_PDF417ECModulusPoly(m_field, m_coefficients, e);
124 sumDiff[i] = m_field->add(smallerCoefficients[i - lengthDiff],
127 modulusPoly = new CBC_PDF417ECModulusPoly(m_field, sumDiff, e);
136 modulusPoly = new CBC_PDF417ECModulusPoly(m_field, m_coefficients, e);
153 new CBC_PDF417ECModulusPoly(m_field->getZero()->getField(),
    [all...]
BC_PDF417ECErrorCorrection.cpp 28 CBC_PDF417ECModulusGF* CBC_PDF417ECErrorCorrection::m_field = NULL; member in class:CBC_PDF417ECErrorCorrection
30 m_field =
34 delete m_field;
42 CBC_PDF417ECModulusPoly poly(m_field, received, e);
48 int32_t eval = poly.evaluateAt(m_field->exp(l));
58 new CBC_PDF417ECModulusPoly(m_field, S, e);
61 m_field->buildMonomial(numECCodewords, 1, e);
96 int32_t log = m_field->log(errorLocations->GetAt(i), e);
112 m_field->subtract(received[position], errorMagnitudes->GetAt(i));
136 CBC_PDF417ECModulusPoly* tLast = m_field->getZero();
    [all...]
BC_PDF417ECErrorCorrection.h 23 static CBC_PDF417ECModulusGF* m_field; member in class:CBC_PDF417ECErrorCorrection
BC_PDF417ECModulusPoly.h 34 CBC_PDF417ECModulusGF* m_field; member in class:CBC_PDF417ECModulusPoly
  /external/jcommander/src/main/java/com/beust/jcommander/
Parameterized.java 19 private Field m_field; field in class:Parameterized
31 m_field = field;
32 if (m_field != null) {
33 m_field.setAccessible(true);
93 return m_field.getType();
101 return m_field.getName();
115 return m_field.get(object);
149 result = prime * result + ((m_field == null) ? 0 : m_field.hashCode());
163 if (m_field == null)
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonDecoder.cpp 28 m_field = field;
35 poly.Init(m_field, received, e);
42 int32_t eval = poly.EvaluateAt(m_field->Exp(dataMatrix ? i + 1 : i));
52 syndrome.Init(m_field, &syndromeCoefficients, e);
54 CBC_ReedSolomonGF256Poly* rsg = m_field->BuildMonomial(twoS, 1, e);
73 received->GetSize() - 1 - m_field->Log((*errorLocations)[k], e);
99 CBC_ReedSolomonGF256Poly* rsg3 = m_field->GetOne()->Clone(e);
102 CBC_ReedSolomonGF256Poly* rsg4 = m_field->GetZero()->Clone(e);
105 CBC_ReedSolomonGF256Poly* rsg5 = m_field->GetZero()->Clone(e);
108 CBC_ReedSolomonGF256Poly* rsg6 = m_field->GetOne()->Clone(e);
    [all...]
BC_ReedSolomon.h 13 CBC_ReedSolomonGF256* m_field; member in class:CBC_ReedSolomonEncoder
BC_ReedSolomonGF256Poly.cpp 31 m_field = field;
35 m_field = NULL;
44 m_field = field;
53 m_coefficients.Copy(*(m_field->GetZero()->GetCoefficients()));
90 result = CBC_ReedSolomonGF256::AddOrSubtract(m_field->Multiply(a, result),
97 temp->Init(m_field, &m_coefficients, e);
134 temp->Init(m_field, &sumDiff, e);
142 CBC_ReedSolomonGF256Poly* temp = m_field->GetZero()->Clone(e);
159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j)));
163 temp->Init(m_field, &product, e);
    [all...]
BC_ReedSolomon.cpp 28 m_field = field;
31 m_cachedGenerators.Add(new CBC_ReedSolomonGF256Poly(m_field, 1));
42 temp.Add(m_field->Exp(d - 1));
44 temp_poly.Init(m_field, &temp, e);
75 info.Init(m_field, &infoCoefficients, e);
BC_ReedSolomonDecoder.h 13 CBC_ReedSolomonGF256* m_field; member in class:CBC_ReedSolomonDecoder
BC_ReedSolomonGF256Poly.h 35 CBC_ReedSolomonGF256* m_field; member in class:CBC_ReedSolomonGF256Poly
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 

Completed in 773 milliseconds