Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
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…
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…
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 },
DglGetObjectLabelKHR.nativeReg1 {"glGetObjectLabelKHR", "(II)Ljava/lang/String;", (void *) android_glGetObjectLabelKHR },
DglGetBufferPointerv.nativeReg1 {"glGetBufferPointerv", "(II)Ljava/nio/Buffer;", (void *) android_glGetBufferPointerv__II },
DglGetStringi.nativeReg1 {"glGetStringi", "(II)Ljava/lang/String;", (void *) android_glGetStringi__II },
DglDrawElementsInstancedBaseVertex.nativeReg1 {"glDrawElementsInstancedBaseVertex", "(IIILjava/nio/Buffer;II)V", (void *) android_glDrawElementsI…
DglGetIntegerv.nativeReg1 {"glGetIntegerv", "(I[II)V", (void *) android_glGetIntegerv__I_3II },
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/base/core/java/com/android/internal/infra/
DServiceConnector.java159 interface Job<II, R> {
170 R run(@NonNull II service) throws Exception; in run()
180 interface VoidJob<II> extends Job<II, Void> {
183 void runNoResult(II service) throws Exception; in runNoResult()
186 default Void run(II service) throws Exception { in run()
667 class CompletionAwareJob<II, R> extends AndroidFuture<R>
668 implements Job<II, R>, BiConsumer<R, Throwable> {
669 Job<II, R> mDelegate;
690 public R run(@NonNull II service) throws Exception { in run()
/frameworks/base/services/
Dart-profile-boot6 Lcom/android/server/appop/AppOpsService$Op;->accessed(JILjava/lang/String;II)V
44 Lcom/android/server/pm/SettingBase;-><init>(II)V
177 Lcom/android/server/pm/PackageManagerService$PackageManagerInternalImpl;->getKnownPackageName(II)Lj…
240 …pm/PackageManagerService;->shouldFilterApplicationLocked(Lcom/android/server/pm/PackageSetting;II)Z
241 …dFilterApplicationLocked(Lcom/android/server/pm/PackageSetting;ILandroid/content/ComponentName;II)Z
254 …ManagerService;->generatePackageInfo(Lcom/android/server/pm/PackageSetting;II)Landroid/content/pm/…
277 Lcom/android/server/pm/PackageManagerService;->getInstalledPackages(II)Landroid/content/pm/Parceled…
279 …id/content/IIntentReceiver;Landroid/content/IntentFilter;Ljava/lang/String;II)Landroid/content/Int…
298 Lcom/android/server/pm/PackageManagerService;->updateFlags(II)I
327 Lcom/android/server/am/ActivityManagerService;->checkPermission(Ljava/lang/String;II)I
[all …]
/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-profile.txt37 Landroid/graphics/fonts/FontStyle;-><init>(II)V
86 Landroid/content/res/TypedArray;->getDimensionPixelSize(II)I
182 Landroid/app/AppOpsManager;->makeKey(II)J
252 Landroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object;
351 Landroid/content/pm/PackageInfo;->composeLongVersionCode(II)J
430 Landroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
455 Landroid/os/UserHandle;->getUid(II)I
482 Lcom/android/internal/util/FastXmlSerializer;->append(Ljava/lang/String;II)V
560 Lcom/android/internal/util/FastPrintWriter;->appendLocked(Ljava/lang/String;II)V
583 Lcom/android/internal/util/LineBreakBufferedWriter;->write(Ljava/lang/String;II)V
[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_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/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 …]

12