HomeSort by relevance Sort by last modified time
    Searched defs:Test (Results 201 - 225 of 400) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaTemplate/
instantiate-static-var.cpp 45 void test() { function
78 void Test() {
  /external/dbus/test/
syntax.c 41 } Test;
43 Test paths, interfaces, members, errors, bus_names, signatures,
217 const Test *test = arg; local
220 g_assert (test != NULL);
221 g_assert (test->function != NULL);
222 g_assert (test->valid != NULL);
223 g_assert (test->invalid != NULL);
225 for (i = 0; test->valid[i] != NULL; i++)
227 dbus_bool_t ok = test->function (test->valid[i], &f->e)
    [all...]
  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 68 << "Result test: Value " << +(actual).ValueUnsafe() << " as " << dst \
74 << "Result test: Value " << +((actual).ValueUnsafe()) << " as " << dst \
125 // Test all the different modulus combinations.
165 // Test all the different modulus combinations.
223 // Test the operator combinations.
298 TEST(SafeNumerics, SignedIntegerMath) {
305 TEST(SafeNumerics, UnsignedIntegerMath) {
312 TEST(SafeNumerics, FloatingPointMath) {
317 // Enumerates the five different conversions types we need to test.
330 // EXPECT_EQ wrappers providing specific detail on test failures
    [all...]
  /external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc 64 << "Result test: Value " << +(actual).ValueUnsafe() << " as " << dst \
70 << "Result test: Value " << +((actual).ValueUnsafe()) << " as " << dst \
121 // Test all the different modulus combinations.
161 // Test all the different modulus combinations.
219 // Test the operator combinations.
294 TEST(SafeNumerics, SignedIntegerMath) {
301 TEST(SafeNumerics, UnsignedIntegerMath) {
308 TEST(SafeNumerics, FloatingPointMath) {
313 // Enumerates the five different conversions types we need to test.
326 // EXPECT_EQ wrappers providing specific detail on test failures
    [all...]
  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 145 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F);
150 Value *Test = IRBTest.CreateCall(
153 BranchInst *BI = IRBTest.CreateCondBr(Test, ExitBB, TrapBB);
  /external/llvm/utils/lit/lit/
Test.py 5 # Test result codes.
8 """Test result codes."""
37 # Test metric values.
53 Convert this metric to content suitable for serializing in the JSON test
114 # Test results.
117 """Wrapper for the results of executing an individual test."""
122 # The test output.
124 # The wall timing to execute the test, if timing.
126 # The metrics reported by this test.
133 Attach a test metric to the test result, with the given name and list o
    [all...]
TestRunner.py 8 import lit.Test as Test
298 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd):
303 test.config.pipefail).parse())
305 return lit.Test.Result(Test.FAIL, "shell parser error on: %r" % ln)
313 shenv = ShellEnvironment(cwd, test.config.environment)
329 def executeScript(test, litConfig, tmpBase, commands, cwd):
344 if test.config.pipefail:
363 env=test.config.environment
    [all...]
run.py 20 import lit.Test
23 # Test Execution Implementation
50 # Create a shared queue to provide the test indices.
65 # Otherwise take the next test.
83 test = self.run_instance.tests[test_index]
85 self.run_instance.execute_test(test)
91 self.consumer.update(test_index, test)
98 def update(self, test_index, test):
101 self.display.update(test)
118 def update(self, test_index, test)
    [all...]
  /external/vixl/test/
test-runner.h 34 // Each actual test is represented by a Test instance.
36 class Test {
40 Test(const char* name, TestFunction* callback);
44 static Test* first() { return first_; }
45 static Test* last() { return last_; }
46 Test* next() { return next_; }
69 static Test* first_;
70 static Test* last_;
71 Test* next_
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.cc 11 #include "webrtc/modules/audio_coding/test/TestVADDTX.h"
16 #include "webrtc/modules/audio_coding/test/PCMFile.h"
17 #include "webrtc/modules/audio_coding/test/utility.h"
18 #include "webrtc/test/testsupport/fileutils.h"
90 // Set test length to 1000 ms (100 blocks of 10 ms each).
93 // silence, but we want to keep half of that to test silence periods.
149 // Go through various test cases.
173 // Test various configurations on VAD/DTX.
177 Test(true);
181 Test(false)
    [all...]
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 226 float MulticlassPA::Test(const vector<pair<vector<float>, int> >& data) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
HSWanMetricsElement.java 17 public enum LinkStatus {Reserved, Up, Down, Test}
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pkg.py 0 # Test packages (dotted-name import)
8 from test import test_support
29 # XXX Things to test
45 class Test(unittest.TestCase):
54 if self.root: # Only clean if the test was actually run
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pkg.py 0 # Test packages (dotted-name import)
8 from test import test_support
29 # XXX Things to test
45 class Test(unittest.TestCase):
54 if self.root: # Only clean if the test was actually run
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 0 # Test packages (dotted-name import)
8 from test import test_support
29 # XXX Things to test
45 class Test(unittest.TestCase):
54 if self.root: # Only clean if the test was actually run
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 0 # Test packages (dotted-name import)
8 from test import test_support
29 # XXX Things to test
45 class Test(unittest.TestCase):
54 if self.root: # Only clean if the test was actually run
  /system/extras/simpleperf/runtest/
runtest.py 19 For a simpleperf runtest like one_function test, it contains following steps:
163 class Test(object):
183 strs.append('Test test_name=%s' % self.test_name)
203 for test in root:
204 assert test.tag == 'test'
205 test_name = test.attrib['name']
211 for test_item in test:
254 Test(
302 """Run perf test on host.""
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
ScreenPinningTestActivity.java 37 private Test[] mTests;
49 mTests = new Test[] {
81 // Figure out if we are in a test or starting from the beginning.
97 // Block back button so we can test screen pinning exit functionality.
140 private final Test mCheckStartedUnpinned = new Test(0) {
151 private final Test mCheckStartPinning = new Test(R.string.screen_pin_instructions) {
161 private final Test mCheckIsPinned = new Test(R.string.screen_pin_check_pinned)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java 31 * Data structure that represents a "Test" result XML element.
33 class Test extends AbstractXmlPullParser {
34 static final String TAG = "Test";
51 * Log info for this test like a logcat dump or bugreport.
57 * Create an empty {@link Test}
59 public Test() {
63 * Create a {@link Test}.
67 public Test(String name) {
75 * Add a test log to this Test
    [all...]
  /device/google/contexthub/util/nanotool/
nanotool.cpp 45 Test,
68 std::make_tuple("test", NanotoolCommand::Test),
103 " test: run a sensor's self-test routine\n"
165 || args->command == NanotoolCommand::Test
467 case NanotoolCommand::Test: {
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 15 from autotest_lib.client.bin import test namespace
117 # We don't want to start the test until udevadm is running
227 """Test the special-case code path where we receive an error from
246 """Test the special-case code on errors connecting to the API. """
264 """Test that the Enable and Disable technology functions work."""
283 def Test(self):
284 """Test that the Enable and Disable technology functions work.
319 class network_3GRecoverFromGobiDesync(test.test):
322 def run_test(self, test_env, test)
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 62 void Test() {
83 void test() { function in namespace:noreturn_stripping
133 void test() function in namespace:N
  /external/clang/test/CodeGenCXX/
value-init.cpp 78 int test(S *s) { function in namespace:ptrmem
88 struct Test {
89 Test() : i(10) {}
90 Test(int i) : i(i) {}
97 Test t;
100 struct Test3 : public Test { };
108 Test partial[3] = { 1 };
113 Test empty[3] = {};
135 int test() { function in namespace:zeroinit
201 void test() { function in namespace:test6
    [all...]
  /external/clang/test/SemaCXX/
empty-class-layout.cpp 77 // Test that we don't try to place both A subobjects at offset 0.
91 // Test that B::a isn't laid out at offset 0.
104 // Test that B::a isn't laid out at offset 0.
114 // Test that C::Empty isn't laid out at offset 0.
125 // Test that B::Empty isn't laid out at offset 0.
138 // Test that B::A isn't laid out at offset 0.
154 struct Test : Base1, Base2 {
157 SA(0, sizeof(Test) == 2);
161 // Test that type sugar doesn't make us incorrectly determine the size of an
qualified-id-lookup.cpp 146 void Test() {

Completed in 2048 milliseconds

1 2 3 4 5 6 7 891011>>