Searched refs:className (Results 1 – 10 of 10) sorted by relevance
/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
D | WritingActivity.java | 39 public void onServiceConnected(ComponentName className, IBinder service) { 44 public void onServiceDisconnected(ComponentName className) {
|
/system/tools/aidl/ |
D | aidl_to_cpp_common.h | 52 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, 54 const string GenLogAfterExecute(const string className, const AidlInterface& interface,
|
D | aidl_to_cpp_common.cpp | 227 const string GenLogBeforeExecute(const string className, const AidlMethod& method, bool isServer, in GenLogBeforeExecute() argument 233 (*writer) << "if (" << className << "::logFunc != nullptr) {\n"; in GenLogBeforeExecute() 250 const string GenLogAfterExecute(const string className, const AidlInterface& interface, in GenLogAfterExecute() argument 256 (*writer) << "if (" << className << "::logFunc != nullptr) {\n"; in GenLogAfterExecute() 346 (*writer) << className << "::logFunc(_log_transaction);\n"; in GenLogAfterExecute()
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | TestHelper.java | 42 InMemoryJavaFileObject(String className, String contents) { in InMemoryJavaFileObject() argument 43 super(URI.create("string:///" + className.replace('.', '/') + Kind.SOURCE.extension), in InMemoryJavaFileObject() 114 String className = entry.getKey().split("\\.")[0]; in parseXsdAndCompile() local 116 new InMemoryJavaFileObject(className, entry.getValue().toString())); in parseXsdAndCompile()
|
/system/tools/hidl/ |
D | generateCppImpl.cpp | 40 void AST::generateStubImplMethod(Formatter& out, const std::string& className, in generateStubImplMethod() argument 47 method->generateCppSignature(out, className, false /* specifyNamespaces */); in generateStubImplMethod()
|
D | AST.h | 273 void generateStubImplMethod(Formatter& out, const std::string& className, 276 void generateStaticProxyMethodSource(Formatter& out, const std::string& className, 278 void generateProxyMethodSource(Formatter& out, const std::string& className,
|
D | Method.cpp | 186 const std::string &className, in generateCppSignature() argument 190 if (!className.empty()) { in generateCppSignature() 191 out << className << "::"; in generateCppSignature()
|
D | Method.h | 95 const std::string &className = "",
|
/system/chre/apps/chqts/src/general_test/ |
D | app.cc | 193 #define CASE(testName, className) \ in createTest() argument 195 mCurrentTest = getNew<className>(); \ in createTest()
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | CppCodeGenerator.java | 439 String className = Utils.toClassName(fileName); in printXmlParser() local
|