Home
last modified time | relevance | path

Searched defs:self (Results 1 – 3 of 3) sorted by relevance

/system/core/libacc/tests/
Dtest.py158 def checkResult(self, out, err, stdErrResult, stdOutResult=""): argument
165 def compileCheck(self, args, stdErrResult, stdOutResult="", argument
177 def compileCheckArm(self, args, result): argument
180 def testCompileReturnVal(self): argument
183 def testCompileOTCCANSII(self): argument
186 def testRunReturnVal(self): argument
190 def testStringLiteralConcatenation(self): argument
194 def testRunOTCCANSI(self): argument
201 def testRunOTCCANSI2(self): argument
207 def testRunConstants(self): argument
[all …]
/system/extras/tests/sdcard/
Dplot_sdcard.py50 def __init__(self, line): argument
60 def __repr__(self): argument
63 def Add(self, time, value): argument
67 def RescaleTo(self, length): argument
87 def __init__(self): argument
97 def Parse(self, line): argument
113 def AsTitle(self): argument
117 def UpdateWith(self, dataset): argument
/system/extras/tests/bionic/libc/common/
Dtest_pthread_getcpuclockid.c41 pthread_t self = pthread_self(); in thread_func() local