HomeSort by relevance Sort by last modified time
    Searched full:testfunction (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
temp-returned-as-raw-expected.cc 12 scoped_refptr<Foo> TestFunction();
20 scoped_refptr<Foo> Bar::TestFunction() {
temp-returned-as-raw-original.cc 12 Foo* TestFunction();
20 Foo* Bar::TestFunction() {
const-scoped_refptr&-to-raw-adds-get-expected.cc 19 void TestFunction() {
const-scoped_refptr&-to-raw-adds-get-original.cc 19 void TestFunction() {
gtest-original.cc 12 void TestFunction() {
ref-to-local-returned-as-raw-expected.cc 14 Foo* TestFunction() {
ref-to-local-returned-as-raw-original.cc 14 Foo* TestFunction() {
gtest-expected.cc 12 void TestFunction() {
logging-checks-expected.cc 16 void TestFunction() {
logging-checks-original.cc 16 void TestFunction() {
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay_unittest.cc 45 int64_t TestFunction() {
72 EXPECT_GE(TestFunction(), kTargetDurationMs);
78 EXPECT_GE(TestFunction(), kTargetDurationMs);
79 EXPECT_LT(TestFunction(), kShortDurationMs);
83 EXPECT_GE(TestFunction(), kTargetDurationMs);
89 EXPECT_GE(TestFunction(), kTargetDurationMs);
90 EXPECT_LT(TestFunction(), kShortDurationMs);
91 EXPECT_GE(TestFunction(), kTargetDurationMs);
92 EXPECT_LT(TestFunction(), kShortDurationMs);
134 EXPECT_LT(TestFunction(), kShortDurationMs)
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
recursive-block.c 31 voidVoid testFunction() {
47 voidVoid block = testFunction();
  /external/selinux/libsepol/cil/test/unit/
CuTest.h 64 typedef void (*TestFunction)(CuTest *);
69 TestFunction function;
76 void CuTestInit(CuTest* t, const char* name, TestFunction function);
77 CuTest* CuTestNew(const char* name, TestFunction function);
  /external/swiftshader/third_party/LLVM/test/Feature/
testconstants.ll 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
testalloca.ll 8 define i32 @testfunction(i32 %i0, i32 %j0) {
  /external/vixl/test/
test-runner.h 37 typedef void(TestFunction)();
40 Test(const char* name, TestFunction* callback);
43 TestFunction* callback() { return callback_; }
81 TestFunction* callback_;
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCaseUtil.hpp 140 FunctionInstance0::Function testFunction)
142 return new InstanceFactory1<FunctionInstance0, FunctionInstance0::Function>(testCtx, type, name, desc, testFunction);
150 FunctionInstance0::Function testFunction)
153 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction);
161 typename FunctionInstance1<Arg0>::Function testFunction,
165 testCtx, type, name, desc, typename FunctionInstance1<Arg0>::Args(testFunction, arg0));
174 typename FunctionInstance1<Arg0>::Function testFunction,
178 testCtx, type, name, desc, FunctionPrograms1<Arg0>(initPrograms), typename FunctionInstance1<Arg0>::Args(testFunction, arg0));
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 209 struct TestFunction
211 explicit TestFunction (const bool hasFunctionValue)
213 TestFunction (const char* const functionNameValue, const char* const functionDefinition)
217 ~TestFunction (void) {}
224 TestFunction getFunctionBlendLinearToSRGBCheck (void)
260 TestFunction testFunction(functionName, functionDefinition);
262 return testFunction;
350 : testFunction (false) {}
360 , testFunction (false
    [all...]
  /external/llvm/test/Feature/
testalloca.ll 8 define i32 @testfunction(i32 %i0, i32 %j0) {
testconstants.ll 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 251 void TestFunction(int i, const string &name,
589 void CUFixtureBase::TestFunction(int i, const string &name,
636 #define TestFunction(a,b,c,d) TRACE(TestFunction((a),(b),(c),(d)))
659 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL);
676 TestFunction(0, "function1", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL);
691 TestFunction(0, "n::f(int)", 0x938cf8c07def4d34ULL, 0x55592d727f6cd01fLL);
732 TestFunction(0, "inline-name",
748 TestFunction(0, "inline-name",
766 TestFunction(0, "abstract-instance"
    [all...]
  /external/clang/test/Misc/
ast-dump-stmt.cpp 9 void TestFunction() {
ast-dump-attr.cpp 58 int TestFunction __attribute__((cleanup(function1)));
60 // CHECK: VarDecl{{.*}}TestFunction
  /external/python/cpython3/Lib/test/
test_capi.py 32 def testfunction(self): function
38 testfunction = _testcapi.instancemethod(testfunction) variable in class:InstanceMethod
45 self.assertTrue(inst.testfunction() is inst)
46 self.assertEqual(inst.testfunction.__doc__, testfunction.__doc__)
47 self.assertEqual(InstanceMethod.testfunction.__doc__, testfunction.__doc__)
49 InstanceMethod.testfunction.attribute = "test"
50 self.assertEqual(testfunction.attribute, "test"
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 365 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
368 if(testFunction==NULL){
372 ops = testFunction->getOperationsPerIteration();
401 t = testFunction->time(loops,&status);
425 t = testFunction->time(loops, &status);
434 events = testFunction->getEventsPerIteration();
468 delete testFunction;

Completed in 2548 milliseconds

1 2 3