Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/xsdc/src/main/java/com/android/xsdc/cpp/
DCppCodeGenerator.java400 CppType cppType; in printClass() local
522 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printParser() local
667 CppType cppType = parseType(elementValue.getType(), elementValue.getName()); in printWriter() local
1015 CppType cppType = parseType(element.getType(), element.getName()); in printXmlParserFor() local
1096 CppType cppType = parseType(element.getType(), element.getName()); in printXmlWriter() local
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/xsdc/linux_glibc_common/javac/
Dxsdc.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DPooling.cpp327 #define POOLING_DISPATCH_INPUT_TYPE(name, type, cppType) \ argument