Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 126) sorted by relevance

123456

/aosp12/libnativehelper/
H A Dlibnativehelper_lazy.c165 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 Dllvm-rs-as.cpp65 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 Dslang_backend.cpp95 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 Dslang_bitcode_gen.cpp33 const llvm::Module &M, in writeBitcode()
/aosp12/frameworks/native/libs/ui/
H A DTransform.cpp92 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 DFooHelper.cpp5 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 Dclass_root.h58 #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 Dparsed_options.cc73 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 Dscheduler_arm64.h67 #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 Dscheduler_arm.h64 #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 DM.java17 class M extends L implements Fooer { class
/aosp12/art/libartpalette/include/palette/
H A Dpalette_method_list.h27 #define PALETTE_METHOD_LIST(M) \ argument
/aosp12/build/soong/android/
H A Dandroid_test.go22 func TestMain(m *testing.M) {
/aosp12/build/soong/kernel/
H A Dprebuilt_kernel_modules_test.go60 func TestMain(m *testing.M) {
/aosp12/build/soong/bpf/
H A Dbpf_test.go25 func TestMain(m *testing.M) {
/aosp12/build/blueprint/gotestmain/
H A Dtestmain_test.go24 func TestMain(m *testing.M) {
/aosp12/frameworks/compile/libbcc/tools/bcc_strip_attr/
H A Dbcc_strip_attr.cpp76 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 Dfilesystem_test.go25 func TestMain(m *testing.M) {
/aosp12/build/soong/linkerconfig/
H A Dlinkerconfig_test.go25 func TestMain(m *testing.M) {
/aosp12/build/soong/xml/
H A Dxml_test.go25 func TestMain(m *testing.M) {
/aosp12/build/soong/bp2build/
H A Dbzl_conversion_test.go39 func TestMain(m *testing.M) {
/aosp12/frameworks/compile/libbcc/lib/
H A DRSEmbedInfo.cpp55 llvm::Module *M; member in __anon715cea260110::RSEmbedInfoPass
192 virtual bool runOnModule(llvm::Module &M) { in runOnModule()
/aosp12/build/soong/cmd/path_interposer/
H A Dmain_test.go30 func TestMain(m *testing.M) {
/aosp12/frameworks/compile/slang/StripUnkAttr/
H A Dstrip_unknown_attributes_pass.cpp31 bool StripUnknownAttributes::runOnModule(llvm::Module &M) { in runOnModule()
/aosp12/build/soong/sysprop/
H A Dsysprop_test.go29 func TestMain(m *testing.M) {

123456