HomeSort by relevance Sort by last modified time
    Searched defs:Test (Results 326 - 350 of 602) sorted by null

<<11121314151617181920>>

  /art/runtime/gc/accounting/
bitmap.h 170 ALWAYS_INLINE bool Test(size_t addr) const {
space_bitmap-inl.h 47 DCHECK(Test(obj));
51 DCHECK(Test(obj));
56 inline bool SpaceBitmap<kAlignment>::Test(const mirror::Object* obj) const {
74 if (Test(obj)) {
208 DCHECK_EQ(Test(obj), kSetBit);
  /cts/tools/testng/
gen-test-list-xml.py 18 # Generate a CTS test XML file from a text file containing every single class#method per line
33 # <Test name="methodNameA" />
34 # <Test name="methodNameB" />
166 tst = Test(name=method_name)
170 class Test(BaseNode):
172 super(Test, self).__init__(name)
197 parser = argparse.ArgumentParser(description='Process a test methods list file to generate CTS test xml.')
205 parser.add_argument('--test-type', help="testType (default testNGDeviceTest)",
212 help='name of the cts test file (stdin by default)'
    [all...]
  /dalvik/dx/tests/140-ssa-phi-overlap/
Test.java 26 public class Test {
73 private Test() {
168 Test t = new Test();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_runner.py 16 test = TestableTest('testNothing')
17 self.assertEqual(test._cleanups, [])
27 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
28 test.addCleanup(cleanup2)
30 self.assertEqual(test._cleanups,
34 result = test.doCleanups()
47 def addError(self, test, exc_info):
48 self.errors.append((test, exc_info))
51 test = TestableTest('testNothing')
52 test._resultForDoCleanups = result
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 5 require 'antlr3/test/core-extensions'
6 require 'antlr3/test/grammar'
7 require 'antlr3/test/call-stack'
9 require 'test/unit'
13 module Test
76 # quickly as test cases are run, instead of waiting a few minutes
88 # anonymous subclasses, of the actual test class, which messes up the
89 # assumptions made in the test code. Grammars are stored in @grammars belonging
90 # to the test class, so in 1.9, this method is called with @grammars = {}
98 # An index of grammar file objects created in the test clas
    [all...]
grammar.rb 5 require 'antlr3/test/core-extensions'
6 require 'antlr3/test/call-stack'
16 module Test
29 dependencies << path if test( ?f, path )
36 not test( ?f, target ) or
37 dependencies.any? { |dep| test( ?>, dep, target ) }
55 GLOBAL_DEPENDENCIES << path if test( ?f, path )
193 if test( ?f, target )
221 test( ?f, f ) and File.delete( f )
307 test( ?d, output_directory ) or Dir.mkdir( output_directory
    [all...]
  /external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 15 from autotest_lib.client.bin import test
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 cellular_GobiRecoverFromDesync(test.test):
322 def run_test(self, test_env, test)
    [all...]
  /external/clang/test/CXX/special/class.copy/
p12-0x.cpp 192 struct Test : HasImplicitlyDeletedCopyCtor {
193 Test(const Test&) = default;
194 Test(Test&&) = default;
197 static_assert(__has_trivial_copy(Test), "");
199 static_assert(!__is_trivially_constructible(Test, const Test &), "");
201 static_assert(!__is_trivially_constructible(Test, Test &&), "")
    [all...]
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 89 struct Test {
  /external/clang/test/SemaCXX/
warn-thread-safety-verbose.cpp 44 class Test {
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 6 void Test(Iterator it) {
67 template <class _CharT> int test(_CharT t) function in namespace:PR8795
83 // Regression test for crasher in r194540.
instantiate-static-var.cpp 45 void test() { function
78 void Test() {
  /external/flatbuffers/tests/FlatBuffers.Test/
ByteBufferTests.cs 19 namespace FlatBuffers.Test
FlatBuffersFuzzTests.cs 19 namespace FlatBuffers.Test
664 // Test all objects are readable and return expected values...
  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 15 #include "base/test/gtest_util.h"
80 // Test corner case promotions used
151 << "Result test: Value " << GetNumericValueForTest(actual) << " as " \
165 << "Result test: Value " << GetNumericValueForTest(actual) << " as " \
168 // Test the simple pointer arithmetic overrides.
240 // Test all the different modulus combinations.
246 // Test that div by 0 is avoided but returns invalid result.
248 // Test bit shifts.
305 // Test all the different modulus combinations.
311 // Test that div by 0 is avoided but returns invalid result
    [all...]
  /external/lisa/libs/utils/
results.py 60 test = TestFactory.get(test_idx, test_dir, self.results)
61 test.parse()
73 class Test(object):
82 self._log.error('Skip parsing of test results [%s]', test_dir)
96 # Set the workload type for this test
110 # Parse test's run results
151 self._log.error('Skip parsing of test results [%s]', test_dir)
154 # Create workload specifi test class
160 # Return a generi test parser
252 class RTAppTest(Test)
    [all...]
  /external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp 131 BasicBlock *TestBB = BasicBlock::Create(Ctx, "test", F);
135 Value *Test = IRBTest.CreateCall(
138 BranchInst *BI = IRBTest.CreateCondBr(Test, ExitBB, TrapBB);
  /external/llvm/utils/lit/lit/
Test.py 5 # Test result codes.
8 """Test result codes."""
38 # Test metric values.
54 Convert this metric to content suitable for serializing in the JSON test
122 # Test results.
125 """Wrapper for the results of executing an individual test."""
130 # The test output.
132 # The wall timing to execute the test, if timing.
134 # The metrics reported by this test.
141 Attach a test metric to the test result, with the given name and list o
    [all...]
  /external/python/cpython2/Lib/unittest/test/
test_runner.py 6 from unittest.test.support import (LoggingResult,
17 test = TestableTest('testNothing')
18 self.assertEqual(test._cleanups, [])
28 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
29 test.addCleanup(cleanup2)
31 self.assertEqual(test._cleanups,
35 result = test.doCleanups()
48 def addError(self, test, exc_info):
49 self.errors.append((test, exc_info))
52 test = TestableTest('testNothing'
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Locked.cpp 13 namespace Test {
52 AssembledTest test = assemble(); \
53 test.setDwordTo(T0, V0); \
54 test.run(); \
56 ASSERT_EQ(V0, test.Dst1()) << TestString; \
57 ASSERT_EQ(V1, test.contentsOfDword(T0)) << TestString; \
104 AssembledTest test = assemble(); \
105 test.run(); \
107 ASSERT_EQ(V0, test.Reg1()) << TestString; \
108 ASSERT_EQ(V1, test.Reg0()) << TestString;
    [all...]
LowLevel.cpp 13 namespace Test {
681 AssembledTest test = assemble(); local
    [all...]
  /external/tensorflow/tensorflow/contrib/fused_conv/python/ops/
fused_conv2d_bias_activation_op_test.py 32 from tensorflow.python.platform import test
123 # Shrink sizes to make the test faster
151 all the valid test configs as tuples of data_format and use_gpu.
157 class FusedConv2DBiasActivationTest(test.TestCase):
194 # bias add so that we can test whether relu works correctly.
302 if gpu_only and not test.is_gpu_available():
303 tf_logging.info("Skipping Conv2D1x1Filter test.")
318 if gpu_only and not test.is_gpu_available():
319 tf_logging.info("Skipping Conv2DEmpty test.")
330 if gpu_only and not test.is_gpu_available()
    [all...]
  /external/v8/tools/clang/plugins/tests/
virtual_specifiers.cpp 11 // Purposely use macros to test that the FixIt hints don't try to remove the
85 // Test that the redundant virtual warning is suppressed when the virtual
92 // don't trigger warnings, except for testing::Test.
95 class Test {
97 virtual ~Test();
109 class MyTest : public testing::Test {
  /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...]

Completed in 753 milliseconds

<<11121314151617181920>>