Home
last modified time | relevance | path

Searched refs:testEncoder (Results 1 – 6 of 6) sorted by relevance

/external/zxing/core/src/test/java/com/google/zxing/common/reedsolomon/
DReedSolomonTestCase.java453 testEncoder(field, dataWords, ecWords); in testEncodeDecode()
457 private static void testEncoder(GenericGF field, int[] dataWords, int[] ecWords) { in testEncoder() method in ReedSolomonTestCase
/external/rappor/client/python/
Drappor_test.py76 def testEncoder(self): member in RapporParamsTest
/external/v4l-utils/utils/v4l2-compliance/
Dv4l2-test-codecs.cpp28 int testEncoder(struct node *node) in testEncoder() function
Dv4l2-compliance.h380 int testEncoder(struct node *node);
Dv4l2-compliance.cpp1461 printf("\ttest VIDIOC_(TRY_)ENCODER_CMD: %s\n", ok(testEncoder(&node))); in testNode()
/external/python/pyasn1/tests/codec/ber/
Dtest_encoder.py35 def testEncoder(self): member in LargeTagEncoderTestCase