HomeSort by relevance Sort by last modified time
    Searched refs:Tester (Results 1 - 25 of 30) sorted by null

1 2

  /external/regex-re2/re2/testing/
tester.h 5 // Comparative tester for regular expression matching.
91 class Tester {
93 explicit Tester(const StringPiece& regexp);
94 ~Tester();
113 DISALLOW_EVIL_CONSTRUCTORS(Tester);
tester.cc 5 // Regular expression engine tester -- test all the implementations against each other.
9 #include "re2/testing/tester.h"
582 Tester::Tester(const StringPiece& regexp) {
594 Tester::~Tester() {
599 bool Tester::TestCase(const StringPiece& text, const StringPiece& context,
612 bool Tester::TestInput(const StringPiece& text) {
626 bool Tester::TestInputInContext(const StringPiece& text,
636 Tester t(regexp)
    [all...]
exhaustive_tester.cc 23 #include "re2/testing/tester.h"
125 Tester tester(regexp);
126 if (tester.error())
136 if (!tester.TestInput(strgen_.Next())) {
  /external/parameter-framework/upstream/test/xml-generator/
test.py 49 class Tester(object):
106 tester = Tester(self.nominal_pfconfig, self.nominal_vector)
107 tester.check(self.nominal_reference)
112 tester = Tester(self.nominal_pfconfig, self.nominal_vector)
113 tester.check(self.nominal_reference, expectedErrors=1)
118 tester = Tester(self.nominal_pfconfig, vector)
119 tester.check(expectedErrors=1
    [all...]
  /external/python/cpython2/Tools/pynche/
pyColorChooser.py 100 class Tester:
124 t = Tester()
  /external/clang/test/Sema/
complex-int.c 26 void Tester() {
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 268 class Tester:
306 t1 = Tester(root)
308 t2 = Tester(root)
310 t3 = Tester(root)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkdnd.py 268 class Tester:
306 t1 = Tester(root)
308 t2 = Tester(root)
310 t3 = Tester(root)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkdnd.py 268 class Tester:
306 t1 = Tester(root)
308 t2 = Tester(root)
310 t3 = Tester(root)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 268 class Tester:
306 t1 = Tester(root)
308 t2 = Tester(root)
310 t3 = Tester(root)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 268 class Tester:
306 t1 = Tester(root)
308 t2 = Tester(root)
310 t3 = Tester(root)
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
If.c 56 CHAR16 *Tester;
58 Tester = NULL;
60 Tester = StrnCatGrow(&Tester, NULL, *Statement, StrLen(Fragment));
61 ASSERT(Tester != NULL);
62 Tester[StrLen(Fragment)] = CHAR_NULL;
66 Tester) == 0) {
74 FreePool(Tester);
77 FreePool(Tester);
    [all...]
  /external/llvm/utils/lit/lit/
run.py 70 class Tester(object):
150 tester = Tester(run, provider, display)
151 tester.run()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_coercion.py 325 class Tester:
332 Tester() + 1
  /external/python/cpython2/Lib/test/
test_coercion.py 325 class Tester:
332 Tester() + 1
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_coercion.py 325 class Tester:
332 Tester() + 1
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_coercion.py 325 class Tester:
332 Tester() + 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 325 class Tester:
332 Tester() + 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coercion.py 325 class Tester:
332 Tester() + 1
  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 47 public static class Tester {
66 public static class InvokeExactTester extends Tester {
690 public static class FindAccessorTester extends Tester {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
main.py 4 lit - LLVM Integrated Tester.
103 class Tester(threading.Thread):
304 t = Tester(litConfig, provider, display)
309 testers = [Tester(litConfig, provider, display)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 47 private static final class Tester
73 Tester t[] = new Tester[0x30000];
74 t[0] = new Tester();
102 t[noCases] = new Tester();
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 46 private static final class Tester
72 Tester t[] = new Tester[0x30000];
73 t[0] = new Tester();
101 t[noCases] = new Tester();
    [all...]
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 1351 } tester; local
1540 } tester; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py 83 # 7. Tester
84 'Tester',
169 # 7. Tester Class -- for backwards compatibility
    [all...]

Completed in 4163 milliseconds

1 2