/aosp12/libnativehelper/ |
H A D | libnativehelper_lazy.c | 165 typedef jobject (*M)(JNIEnv*); in AFileDescriptor_create() typedef 170 typedef int (*M)(JNIEnv*, jobject); in AFileDescriptor_getFd() typedef 175 typedef void (*M)(JNIEnv*, jobject, int); in AFileDescriptor_setFd() typedef 193 typedef jint (*M)(JavaVM**, JNIEnv**, void*); in JNI_CreateJavaVMImpl() typedef 206 typedef jint (*M)(void*); in JNI_GetDefaultJavaVMInitArgs() typedef 211 typedef jint (*M)(JavaVM**, jsize, jsize*); in JNI_GetCreatedJavaVMs() typedef 227 typedef jarray (*M)(JNIEnv*, jobject); in jniGetNioBufferBaseArray() typedef 232 typedef int (*M)(JNIEnv*, jobject); in jniGetNioBufferBaseArrayOffset() typedef 244 typedef jlong (*M)(JNIEnv*, jobject); in jniGetNioBufferPointer() typedef 249 typedef void (*M)(); in jniUninitializeConstants() typedef [all …]
|
/aosp12/frameworks/compile/slang/ |
H A D | llvm-rs-as.cpp | 65 static void stripUnknownAttributes(llvm::Module *M) { in stripUnknownAttributes() 70 static void WriteOutputFile(const Module *M, uint32_t ModuleTargetAPI) { in WriteOutputFile() 132 std::unique_ptr<Module> M(parseAssemblyFile(InputFilename, Err, Context)); in main() local
|
H A D | slang_backend.cpp | 95 virtual bool runOnModule(llvm::Module &M) override { in runOnModule() 294 llvm::Module *M = mGen->ReleaseModule(); in HandleTranslationUnit() local 750 void Backend::dumpExportVarInfo(llvm::Module *M) { in dumpExportVarInfo() 836 static void PadHelperFunctionStruct(llvm::Module *M, in PadHelperFunctionStruct() 890 void Backend::dumpExportFunctionInfo(llvm::Module *M) { in dumpExportFunctionInfo() 1050 void Backend::dumpExportForEachInfo(llvm::Module *M) { in dumpExportForEachInfo() 1087 void Backend::dumpExportReduceInfo(llvm::Module *M) { in dumpExportReduceInfo() 1140 void Backend::dumpExportTypeInfo(llvm::Module *M) { in dumpExportTypeInfo() 1199 void Backend::HandleTranslationUnitPost(llvm::Module *M) { in HandleTranslationUnitPost()
|
H A D | slang_bitcode_gen.cpp | 33 const llvm::Module &M, in writeBitcode()
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Transform.cpp | 92 const mat33& M(mMatrix); in operator *() local 167 mat33& M(mMatrix); in set() local 190 mat33& M(H.mMatrix); in set() local 198 mat33& M(V.mMatrix); in set() local 207 mat33& M(R.mMatrix); in set() local 217 mat33& M(mMatrix); in set() local 227 const mat33& M(mMatrix); in transform() local 235 const mat33& M(mMatrix); in transform() local 321 const mat33& M(mMatrix); in type() local 385 const mat33& M(mMatrix); in inverse() local
|
/aosp12/hardware/interfaces/tests/foo/1.0/default/lib/ |
H A D | FooHelper.cpp | 5 std::string to_string(const IFoo::StringMatrix5x3 &M) { in to_string() 9 std::string to_string(const IFoo::StringMatrix3x5 &M) { in to_string()
|
/aosp12/art/runtime/ |
H A D | class_root.h | 58 #define CLASS_MIRROR_ROOT_LIST(M) … argument 100 #define CLASS_NO_MIRROR_ROOT_LIST(M) … argument 112 #define CLASS_ROOT_LIST(M) \ argument
|
H A D | parsed_options.cc | 73 using M = RuntimeArgumentMap; in MakeParser() typedef 484 using M = RuntimeArgumentMap; in ProcessSpecialOptions() typedef 627 using M = RuntimeArgumentMap; in DoParse() typedef
|
/aosp12/art/compiler/optimizing/ |
H A D | scheduler_arm64.h | 67 #define FOR_EACH_SCHEDULED_COMMON_INSTRUCTION(M) \ argument 109 #define FOR_EACH_SCHEDULED_ABSTRACT_INSTRUCTION(M) \ argument 113 #define FOR_EACH_SCHEDULED_SHARED_INSTRUCTION(M) \ argument
|
H A D | scheduler_arm.h | 64 #define FOR_EACH_SCHEDULED_ARM_INSTRUCTION(M) \ argument 96 #define FOR_EACH_SCHEDULED_SHARED_INSTRUCTION(M) \ argument
|
/aosp12/art/test/960-default-smali/src/ |
H A D | M.java | 17 class M extends L implements Fooer { class
|
/aosp12/art/libartpalette/include/palette/ |
H A D | palette_method_list.h | 27 #define PALETTE_METHOD_LIST(M) \ argument
|
/aosp12/build/soong/android/ |
H A D | android_test.go | 22 func TestMain(m *testing.M) {
|
/aosp12/build/soong/kernel/ |
H A D | prebuilt_kernel_modules_test.go | 60 func TestMain(m *testing.M) {
|
/aosp12/build/soong/bpf/ |
H A D | bpf_test.go | 25 func TestMain(m *testing.M) {
|
/aosp12/build/blueprint/gotestmain/ |
H A D | testmain_test.go | 24 func TestMain(m *testing.M) {
|
/aosp12/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
H A D | bcc_strip_attr.cpp | 76 virtual bool runOnModule(Module &M) { in runOnModule() 121 std::unique_ptr<Module> M(LoadFile(argv[0], InputFilenames[0], Context)); in main() local
|
/aosp12/build/soong/filesystem/ |
H A D | filesystem_test.go | 25 func TestMain(m *testing.M) {
|
/aosp12/build/soong/linkerconfig/ |
H A D | linkerconfig_test.go | 25 func TestMain(m *testing.M) {
|
/aosp12/build/soong/xml/ |
H A D | xml_test.go | 25 func TestMain(m *testing.M) {
|
/aosp12/build/soong/bp2build/ |
H A D | bzl_conversion_test.go | 39 func TestMain(m *testing.M) {
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSEmbedInfo.cpp | 55 llvm::Module *M; member in __anon715cea260110::RSEmbedInfoPass 192 virtual bool runOnModule(llvm::Module &M) { in runOnModule()
|
/aosp12/build/soong/cmd/path_interposer/ |
H A D | main_test.go | 30 func TestMain(m *testing.M) {
|
/aosp12/frameworks/compile/slang/StripUnkAttr/ |
H A D | strip_unknown_attributes_pass.cpp | 31 bool StripUnknownAttributes::runOnModule(llvm::Module &M) { in runOnModule()
|
/aosp12/build/soong/sysprop/ |
H A D | sysprop_test.go | 29 func TestMain(m *testing.M) {
|