Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/external/zlib/src/contrib/ada/
Dtest.adb25 procedure Test is subprogram
34 File_Size : Count := 100_000;
35 Continuous : constant Boolean := False;
37 Header : constant ZLib.Header_Type := ZLib.Default;
44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy;
45 Init_Random : constant := 10;
49 In_File_Name : constant String := "testzlib.in";
52 Z_File_Name : constant String := "testzlib.zlb";
55 Out_File_Name : constant String := "testzlib.out";
58 File_In : File_Type;
[all …]
/external/parameter-framework/upstream/utility/test/
Dutility.cpp46 struct Test struct
48 list<int> input;
49 std::function<int(int, int)> binaryOpt;
50 int empty;
51 int result;
52 int resultNoEmpty;
70 struct Test struct
72 string title;
73 list<string> input;
74 string separator;
[all …]
/external/flatbuffers/tests/MyGame/Example/
DTest.cs9 public struct Test : IFlatbufferObject struct
11 private Struct __p;
12 public ByteBuffer ByteBuffer { get { return __p.bb; } }
13 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init()
14 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
16 public short A { get { return __p.bb.GetShort(__p.bb_pos + 0); } }
17 public void MutateA(short a) { __p.bb.PutShort(__p.bb_pos + 0, a); } in MutateA()
18 public sbyte B { get { return __p.bb.GetSbyte(__p.bb_pos + 2); } }
19 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); } in MutateB()
21 public static Offset<Test> CreateTest(FlatBufferBuilder builder, short A, sbyte B) { in CreateTest()
DTest.go9 type Test struct { struct
10 _tab flatbuffers.Struct
13 func (rcv *Test) Init(buf []byte, i flatbuffers.UOffsetT) {
18 func (rcv *Test) Table() flatbuffers.Table {
22 func (rcv *Test) A() int16 {
25 func (rcv *Test) MutateA(n int16) bool {
29 func (rcv *Test) B() int8 {
32 func (rcv *Test) MutateB(n int8) bool {
/external/clang/test/SemaCXX/
Dwarn-new-overaligned.cpp4 struct Test { struct
15 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper()
21 class Test { class
34 struct Test { struct
50 …new Test[10]; // expected-warning {{type 'test3::Test' requires 256 bytes of alignment and the de… in helper()
55 struct Test { struct
70 …new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the defaul… in helper()
DPR11358.cpp12 struct Test { struct
13 typedef container<T> Container;
14 void test() { in test()
17 Container c;
44 struct Test { struct
45 typedef container<T> Container;
46 void test() { in test()
49 Container c;
Dwarn-new-overaligned-2.cpp10 struct Test { struct
20 Test t; in helper() argument
Dconversion-incomplete-type.cpp8 struct Test { struct
16 struct TestStatic { argument
/external/clang/test/CodeGenCXX/
Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } in Test() argument
11 Test() { func((void*)this); } in Test() function
/external/compiler-rt/test/profile/Inputs/
Dextern_template.h1 template <typename T> struct Test { struct
2 Test() : M(10) {} in Test() argument
13 extern template struct Test<int>; argument
/external/libunwind/tests/
DLtest-cxx-exceptions.cxx35 struct Test struct
38 Test() { ++counter_; } in Test() function
39 ~Test() { -- counter_; } in ~Test() argument
40 Test(const Test&) { ++counter_; } in Test() argument
46 int Test::counter_ = 0; argument
/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dmake_cavp.go40 type Test struct { struct
41 translations map[kvPair]kvPair
42 transform func(k, v string) []kvPair
43 defaults map[string]string
45 kvDelim rune
48 func (t *Test) parseKeyValue(s string) (key, value string) {
68 func (t *Test) translateKeyValue(key, value string) (string, string) {
91 func (t *Test) generate(r io.Reader, cmdLineLabelStr string) {
/external/boringssl/src/crypto/fipsmodule/
DFIPS.md62 ##### Redirector functions
72 ##### Read-only data
78 ##### Read-write data
84 ##### Other transforms
94 ##### Integrity testing
102 ### Comparison with OpenSSL's method
/external/r8/src/test/smali/type-confusion-regression/
DTest.java8 public class Test extends Throwable { class
18 public Test(int i) { in Test() method in Test
22 public Test(int i, int j) { in Test() method in Test
26 public Test(String s) { in Test() method in Test
30 public Test() { in Test() method in Test
/external/parameter-framework/upstream/bindings/c/
DTest.cpp47 struct Test struct
50 bool empty(const char *str) in empty()
56 void REQUIRE_FAILURE(bool success) in REQUIRE_FAILURE()
66 void REQUIRE_SUCCESS(bool success) in REQUIRE_SUCCESS()
79 class TmpFile : private parameterFramework::utility::TmpFile
114 TEST_CASE_METHOD(Test, "Parameter-framework c api use") argument
/external/r8/src/test/smali/bad-codegen/
DTest.java7 public class Test { class
11 public Test() { in Test() method in Test
14 public Test(int a, Test b, Test c, Long d, Test e, Map f) { in Test() method in Test
17 public Test(int i1, int i2, int i3) { in Test() method in Test
/external/clang/test/CodeGen/
D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; struct
D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; argument
/external/r8/src/test/smali/type-confusion-regression4/
DTest.java5 public class Test { class
10 public Test() { in Test() method in Test
13 public Test(int i, Test a) { in Test() method in Test
/external/regex-re2/re2/testing/
Dsimplify_test.cc14 struct Test { struct
15 const char* regexp;
16 const char* simplified;
/external/clang/test/Sema/
Dcompound-literal.c19 typedef struct Test {int a;int b;} Test; argument
/external/clang/test/Misc/
Dast-dump-lookups.cpp6 namespace Test { namespace
23 namespace Test { } namespace
/external/clang/test/SemaObjCXX/
Dcrash.mm13 @interface Test : NSObject interface
16 @implementation Test implementation in Ts
/external/clang/test/Modules/
Dcrashes.m7 @interface Test interface
15 @implementation Test implementation
/external/regex-re2/util/
Dtest.cc11 struct Test { struct
16 static Test tests[10000]; argument

12345678910>>...14