OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_field
(Results
1 - 14
of
14
) sorted by null
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomon.h
13
CBC_ReedSolomonGF256*
m_field
;
member in class:CBC_ReedSolomonEncoder
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
/external/pdfium/xfa/src/fxbarcode/pdf417/
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
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
...]
/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/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
...]
/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
/external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar
/prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
Completed in 188 milliseconds