Searched defs:localA (Results 1 – 5 of 5) sorted by relevance
| /external/clang/test/Index/ |
| D | cxx11-lambdas.cpp | 6 int localA, localB; in f() local
|
| /external/dexmaker/src/test/java/com/google/dexmaker/ |
| D | DexMakerTest.java | 92 Local<Long> localA = code.getParameter(0, TypeId.LONG); in testNewInstance() local 140 Local<Integer> localA = code.getParameter(0, TypeId.INT); in testInvokeStatic() local 186 Local<Integer> localA = code.getParameter(1, TypeId.INT); in testInvokeVirtual() local 217 Local<Integer> localA = directCode.newLocal(TypeId.INT); in testInvokeDirect() local 530 Local<Integer> localA = code.getParameter(0, TypeId.INT); in branchingMethod() local 892 Local<T1> localA = code.getParameter(0, valueAType); in binaryOpMethod() local 1216 Local<Integer> localA = code.getParameter(0, TypeId.INT); in testIfElseBlock() local 1259 Local<Integer> localA = code.getParameter(0, TypeId.INT); in testRecursion() local 1380 Local<Integer> localA = code.getParameter(0, TypeId.INT); in testNestedCatchClauses() local 1505 Local<T> localA = code.getParameter(0, valueType); in floatingPointCompareMethod() local [all …]
|
| /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
| D | btManifoldResult.cpp | 91 btVector3 localA; in addContactPoint() local
|
| D | btCollisionWorld.cpp | 1080 btVector3 localA; in addContactPoint() local
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
| D | RayPickRagdollTest.java | 183 final Matrix4 localA = new Matrix4(); in addRagdoll() local
|