/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetDebugMessageLog.nativeReg | 1 {"glGetDebugMessageLog", "(II[II[II[II[II[II[BI)I", (void *) android_glGetDebugMessageLog__II_3II_3… 3 {"glGetDebugMessageLog", "(I[II[II[II[II)[Ljava/lang/String;", (void *) android_glGetDebugMessageLo…
|
D | glGetDebugMessageLogKHR.nativeReg | 1 {"glGetDebugMessageLogKHR", "(II[II[II[II[II[II[BI)I", (void *) android_glGetDebugMessageLogKHR__II… 3 {"glGetDebugMessageLogKHR", "(I[II[II[II[II)[Ljava/lang/String;", (void *) android_glGetDebugMessag…
|
D | glGetActiveUniform.nativeReg | 1 {"glGetActiveUniform", "(III[II[II[II[BI)V", (void *) android_glGetActiveUniform__III_3II_3II_3II_3… 2 {"glGetActiveUniform", "(II[II[II)Ljava/lang/String;", (void *) android_glGetActiveUniform1 },
|
D | glGetActiveAttrib.nativeReg | 1 {"glGetActiveAttrib", "(III[II[II[II[BI)V", (void *) android_glGetActiveAttrib__III_3II_3II_3II_3BI… 3 {"glGetActiveAttrib", "(II[II[II)Ljava/lang/String;", (void *) android_glGetActiveAttrib1 },
|
D | glGetTransformFeedbackVarying.nativeReg | 1 {"glGetTransformFeedbackVarying", "(III[II[II[II[BI)V", (void *) android_glGetTransformFeedbackVary… 4 {"glGetTransformFeedbackVarying", "(II[II[II)Ljava/lang/String;", (void *) android_glGetTransformFe…
|
D | glGetShaderSource.nativeReg | 1 {"glGetShaderSource", "(II[II[BI)V", (void *) android_glGetShaderSource__II_3II_3BI },
|
D | glGetActiveUniformBlockName.nativeReg | 1 {"glGetActiveUniformBlockName", "(III[II[BI)V", (void *) android_glGetActiveUniformBlockName_III_3I… 3 {"glGetActiveUniformBlockName", "(II)Ljava/lang/String;", (void *) android_glGetActiveUniformBlockN…
|
D | glGetObjectLabel.nativeReg | 1 {"glGetObjectLabel", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabel },
|
D | glGetObjectLabelKHR.nativeReg | 1 {"glGetObjectLabelKHR", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabelKHR },
|
D | glGetBufferPointerv.nativeReg | 1 {"glGetBufferPointerv", "(II)Ljava/nio/Buffer;", (void *) android_glGetBufferPointerv__II },
|
D | glGetStringi.nativeReg | 1 {"glGetStringi", "(II)Ljava/lang/String;", (void *) android_glGetStringi__II },
|
D | glGetIntegerv.nativeReg | 1 {"glGetIntegerv", "(I[II)V", (void *) android_glGetIntegerv__I_3II },
|
D | glDrawElementsInstancedBaseVertex.nativeReg | 1 {"glDrawElementsInstancedBaseVertex", "(IIILjava/nio/Buffer;II)V", (void *) android_glDrawElementsI…
|
D | glGetUniformIndices.nativeReg | 1 {"glGetUniformIndices", "(I[Ljava/lang/String;[II)V", (void *) android_glGetUniformIndices_array },
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreatePbufferFromClientBuffer.nativeReg | 1 {"eglCreatePbufferFromClientBuffer", "(Landroid/opengl/EGLDisplay;IILandroid/opengl/EGLConfig;[II)L… 2 {"eglCreatePbufferFromClientBuffer", "(Landroid/opengl/EGLDisplay;IJLandroid/opengl/EGLConfig;[II)L…
|
D | eglCreateWindowSurface.nativeReg | 1 … "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLS… 2 … "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Object;[II)Landroid/opengl/EGLS…
|
D | eglCreatePixmapSurface.nativeReg | 1 {"eglCreatePixmapSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Landroid/ope…
|
/frameworks/compile/slang/ |
D | slang_rs_context.cpp | 180 const clang::IdentifierInfo *II = mPP.getIdentifierInfo(Name); in processExportType() local 181 if (II == nullptr) in processExportType() 186 clang::DeclContext::lookup_result R = TUDecl->lookup(II); in processExportType()
|
D | slang_rs_foreach_lowering.cpp | 148 clang::IdentifierInfo& II = mASTCtxt.Idents.get(SR); in CreateForEachInternalFunctionDecl() local 149 clang::DeclarationName N(&II); in CreateForEachInternalFunctionDecl()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1167 const BranchInst &II = cast<BranchInst>(I); in WriteInstruction() local 1168 Vals.push_back(VE.getValueID(II.getSuccessor(0))); in WriteInstruction() 1169 if (II.isConditional()) { in WriteInstruction() 1170 Vals.push_back(VE.getValueID(II.getSuccessor(1))); in WriteInstruction() 1171 Vals.push_back(VE.getValueID(II.getCondition())); in WriteInstruction() 1197 const InvokeInst *II = cast<InvokeInst>(&I); in WriteInstruction() local 1198 const Value *Callee(II->getCalledValue()); in WriteInstruction() 1203 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction() 1204 Vals.push_back(II->getCallingConv()); in WriteInstruction() 1205 Vals.push_back(VE.getValueID(II->getNormalDest())); in WriteInstruction() [all …]
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1165 const BranchInst &II = cast<BranchInst>(I); in WriteInstruction() local 1166 Vals.push_back(VE.getValueID(II.getSuccessor(0))); in WriteInstruction() 1167 if (II.isConditional()) { in WriteInstruction() 1168 Vals.push_back(VE.getValueID(II.getSuccessor(1))); in WriteInstruction() 1169 Vals.push_back(VE.getValueID(II.getCondition())); in WriteInstruction() 1195 const InvokeInst *II = cast<InvokeInst>(&I); in WriteInstruction() local 1196 const Value *Callee(II->getCalledValue()); in WriteInstruction() 1201 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction() 1202 Vals.push_back(II->getCallingConv()); in WriteInstruction() 1203 Vals.push_back(VE.getValueID(II->getNormalDest())); in WriteInstruction() [all …]
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1198 const BranchInst &II = cast<BranchInst>(I); in WriteInstruction() local 1199 Vals.push_back(VE.getValueID(II.getSuccessor(0))); in WriteInstruction() 1200 if (II.isConditional()) { in WriteInstruction() 1201 Vals.push_back(VE.getValueID(II.getSuccessor(1))); in WriteInstruction() 1202 Vals.push_back(VE.getValueID(II.getCondition())); in WriteInstruction() 1228 const InvokeInst *II = cast<InvokeInst>(&I); in WriteInstruction() local 1229 const Value *Callee(II->getCalledValue()); in WriteInstruction() 1234 Vals.push_back(VE.getAttributeID(II->getAttributes())); in WriteInstruction() 1235 Vals.push_back(II->getCallingConv()); in WriteInstruction() 1236 Vals.push_back(VE.getValueID(II->getNormalDest())); in WriteInstruction() [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 147 …Landroid/animation/AnimatorInflater;->inferValueTypeFromValues(Landroid/content/res/TypedArray;II)I 447 HSPLandroid/app/ActionBar$LayoutParams;-><init>(II)V 533 HSPLandroid/app/Activity;->overridePendingTransition(II)V 577 HSPLandroid/app/ActivityManager$RunningAppProcessInfo;->procStateToImportanceForTargetSdk(II)I 636 HSPLandroid/app/ActivityManager;->broadcastStickyIntent(Landroid/content/Intent;II)V 710 HSPLandroid/app/ActivityThread$AndroidOs;->open(Ljava/lang/String;II)Ljava/io/FileDescriptor; 727 …leCreateBackupAgent(Landroid/content/pm/ApplicationInfo;Landroid/content/res/CompatibilityInfo;II)V 782 …;->getPackageInfo(Ljava/lang/String;Landroid/content/res/CompatibilityInfo;II)Landroid/app/LoadedA… 936 HPLandroid/app/AppOpsManager$OpEntry;->getProxyPackageName(II)Ljava/lang/String; 937 HPLandroid/app/AppOpsManager$OpEntry;->getProxyUid(II)I [all …]
|
/frameworks/base/services/ |
D | art-profile | 108 HSPLandroid/net/INetd$Stub$Proxy;->networkCreatePhysical(II)V 114 PLandroid/net/INetd$Stub$Proxy;->networkSetPermissionForNetwork(II)V 126 PLandroid/net/INetd$Stub$Proxy;->wakeupAddInterface(Ljava/lang/String;Ljava/lang/String;II)V 127 PLandroid/net/INetd$Stub$Proxy;->wakeupDelInterface(Ljava/lang/String;Ljava/lang/String;II)V 259 …ver/-$$Lambda$BatteryService$BatteryPropertiesRegistrar$7Y-B9O7NDYgUY9hQvFzC2FQ2V5w;->onValues(II)V 261 …ver/-$$Lambda$BatteryService$BatteryPropertiesRegistrar$DM4ow6LC--JYWBfhHp2f1JW8nww;->onValues(II)V 262 …ver/-$$Lambda$BatteryService$BatteryPropertiesRegistrar$KZAu97wwr_7_MI0awCjQTzdIuAI;->onValues(II)V 281 …/android/server/-$$Lambda$LocationManagerService$c--nwJDEsjSPyI_6OK8sVC5iClY;->onUidImportance(II)V 386 …ndroid/server/AlarmManagerService$AppWakeupHistory;->getLastWakeupForPackage(Ljava/lang/String;II)J 529 HSPLcom/android/server/AppStateTracker$MyHandler;->handleUidStateChanged(II)V [all …]
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | jbmr2-encrypted-settings-abcd.ab | 17 …�%�Ii��ol�X}���i��{Av�Ym���o�ZGjOr�{�lU[�`���Z�M�<�x�z���8�Ӛ��Q��/!!�[���X��,II�`�(�81Q����ɯ�
|