Home
last modified time | relevance | path

Searched refs:II (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetDebugMessageLog.nativeReg1 {"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…
DglGetDebugMessageLogKHR.nativeReg1 {"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…
DglGetActiveAttrib.nativeReg1 {"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 },
DglGetActiveUniform.nativeReg1 {"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 },
DglGetTransformFeedbackVarying.nativeReg1 {"glGetTransformFeedbackVarying", "(III[II[II[II[BI)V", (void *) android_glGetTransformFeedbackVary…
4 {"glGetTransformFeedbackVarying", "(II[II[II)Ljava/lang/String;", (void *) android_glGetTransformFe…
DglGetShaderSource.nativeReg1 {"glGetShaderSource", "(II[II[BI)V", (void *) android_glGetShaderSource__II_3II_3BI },
DglGetActiveUniformBlockName.nativeReg1 {"glGetActiveUniformBlockName", "(III[II[BI)V", (void *) android_glGetActiveUniformBlockName_III_3I…
3 {"glGetActiveUniformBlockName", "(II)Ljava/lang/String;", (void *) android_glGetActiveUniformBlockN…
DglGetObjectLabel.nativeReg1 {"glGetObjectLabel", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabel },
DglGetBufferPointerv.nativeReg1 {"glGetBufferPointerv", "(II)Ljava/nio/Buffer;", (void *) android_glGetBufferPointerv__II },
DglGetObjectLabelKHR.nativeReg1 {"glGetObjectLabelKHR", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabelKHR },
DglGetStringi.nativeReg1 {"glGetStringi", "(II)Ljava/lang/String;", (void *) android_glGetStringi__II },
DglGetIntegerv.nativeReg1 {"glGetIntegerv", "(I[II)V", (void *) android_glGetIntegerv__I_3II },
DglDrawElementsInstancedBaseVertex.nativeReg1 {"glDrawElementsInstancedBaseVertex", "(IIILjava/nio/Buffer;II)V", (void *) android_glDrawElementsI…
DglGetUniformIndices.nativeReg1 {"glGetUniformIndices", "(I[Ljava/lang/String;[II)V", (void *) android_glGetUniformIndices_array },
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreatePbufferFromClientBuffer.nativeReg1 {"eglCreatePbufferFromClientBuffer", "(Landroid/opengl/EGLDisplay;IILandroid/opengl/EGLConfig;[II)L…
2 {"eglCreatePbufferFromClientBuffer", "(Landroid/opengl/EGLDisplay;IJLandroid/opengl/EGLConfig;[II)L…
DeglCreateWindowSurface.nativeReg1 … "(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…
DeglCreatePixmapSurface.nativeReg1 {"eglCreatePixmapSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;I[II)Landroid/ope…
/frameworks/compile/slang/
Dslang_rs_context.cpp180 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()
Dslang_rs_foreach_lowering.cpp148 clang::IdentifierInfo& II = mASTCtxt.Idents.get(SR); in CreateForEachInternalFunctionDecl() local
149 clang::DeclarationName N(&II); in CreateForEachInternalFunctionDecl()
/frameworks/base/config/
Dboot-image-profile.txt280 HPLandroid/app/Activity;->overridePendingTransition(II)V
293 HPLandroid/app/ActivityManager$OnUidImportanceListener;->onUidImportance(II)V
300 HPLandroid/app/ActivityManager$RunningAppProcessInfo;->procStateToImportanceForTargetSdk(II)I
422 HPLandroid/app/ActivityThread;->-wrap34(Landroid/app/ActivityThread;ILjava/lang/Object;II)V
442 HPLandroid/app/ActivityThread;->sendMessage(ILjava/lang/Object;II)V
490 HPLandroid/app/ApplicationPackageManager;->checkSignatures(II)I
493 HPLandroid/app/ApplicationPackageManager;->getInstalledApplicationsAsUser(II)Ljava/util/List;
506 HPLandroid/app/ApplicationPackageManager;->setApplicationEnabledSetting(Ljava/lang/String;II)V
605 HPLandroid/app/FragmentManagerImpl;->popBackStackImmediate(Ljava/lang/String;II)Z
606 …entManagerImpl;->popBackStackState(Ljava/util/ArrayList;Ljava/util/ArrayList;Ljava/lang/String;II)Z
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp1167 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_3_2/
DBitcodeWriter.cpp1198 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/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp1165 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/base/tests/LegacyRestoreTest/
Djbmr2-encrypted-settings-abcd.ab17 …�%�Ii��ol�X}���i��{ Av�Ym���o�ZGjOr�{�lU[�`���Z�M�<�x�z���8�Ӛ��Q��/!!�[���X��,II�`�(�81Q����ɯ�
/frameworks/base/services/
Dart-profile16 HPLandroid/hardware/biometrics/fingerprint/V2_1/IBiometricsFingerprint;->remove(II)I
367 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantP2pIface;->configureExtListen(II)Landroid/hardw…
400 HPLandroid/hardware/wifi/supplicant/V1_0/ISupplicantP2pIface;->setListenChannel(II)Landroid/hardwar…
679 HPLandroid/net/metrics/INetdEventListener;->onConnectEvent(IIILjava/lang/String;II)V
680 HPLandroid/net/metrics/INetdEventListener;->onDnsEvent(IIIILjava/lang/String;[Ljava/lang/String;II)V
881 HPLcom/android/server/AttributeCache;->get(Ljava/lang/String;I[II)Lcom/android/server/AttributeCach…
920 …erver/ConnectivityService$NetworkRequestInfo;Lcom/android/server/connectivity/NetworkAgentInfo;II)V
949 …ConnectivityService;->notifyNetworkCallbacks(Lcom/android/server/connectivity/NetworkAgentInfo;II)V
1003 …ndroid/os/IBinder;Ljava/lang/String;IZLandroid/os/IBinder;Landroid/view/inputmethod/EditorInfo;II)V
1017 …/server/InputMethodManagerService;->setImeWindowStatus(Landroid/os/IBinder;Landroid/os/IBinder;II)V
[all …]

12