/external/mesa3d/scons/ |
D | custom.py | 47 def quietCommandLines(env): argument 68 def createConvenienceLibBuilder(env): argument 100 def python_scan(node, env, path): argument 121 def code_generate(env, script, target, source, command): argument 155 def createCodeGenerateMethod(env): argument 160 def _pkg_check_modules(env, name, modules): argument 193 def pkg_check_modules(env, name, modules): argument 204 def pkg_use_modules(env, names): argument 229 def createPkgConfigMethods(env): argument 234 def parse_source_list(env, filename, names=None): argument [all …]
|
D | gallium.py | 45 def symlink(target, source, env): argument 52 def install(env, source, subdir): argument 56 def install_program(env, source): argument 59 def install_shared_library(env, sources, version = ()): argument 83 def createInstallMethods(env): argument 107 def generate(env): argument 543 def exists(env): argument
|
D | crossmingw.py | 66 def find(env): argument 78 def shlib_generator(target, source, env, for_signature): argument 94 def shlib_emitter(target, source, env): argument 133 def compile_without_gstabs(env, sources, c_file): argument 167 def generate(env): argument 232 def exists(env): argument
|
/external/skia/platform_tools/android/app/jni/ |
D | com_skia_SkiaSampleRenderer.cpp | 63 JNIEnv* env = gActivityGlue.m_env; in attach() local 80 JNIEnv* env = gActivityGlue.m_env; in onSetTitle() local 96 JNIEnv* env = gActivityGlue.m_env; in onHandleInval() local 110 JNIEnv* env = gActivityGlue.m_env; in onPDFSaved() local 137 JNIEnv* env = gActivityGlue.m_env; in SignalQueueTimer() local 151 JNIEnv* env = gActivityGlue.m_env; in SignalNonEmptyQueue() local 166 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], in GetJMethod() 174 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_init(JNIEnv* env, in Java_com_skia_SkiaSampleRenderer_init() 237 JNIEXPORT void JNICALL Java_com_skia_SkiaSampleRenderer_term(JNIEnv* env, in Java_com_skia_SkiaSampleRenderer_term() 254 JNIEnv* env, jobject thiz) in Java_com_skia_SkiaSampleRenderer_draw() [all …]
|
/external/nanopb-c/tests/site_scons/site_tools/ |
D | nanopb.py | 40 def _detect_nanopb(env): argument 54 def _detect_protoc(env): argument 74 def _detect_protocflags(env): argument 92 def _nanopb_proto_actions(source, target, env, for_signature): argument 97 def _nanopb_proto_emitter(target, source, env): argument 112 def generate(env): argument 124 def exists(env): argument
|
/external/conscrypt/src/compat/native/ |
D | JNIHelp.h | 122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMet… in jniRegisterNativeMethods() 126 inline int jniThrowException(JNIEnv* env, const char* className, const char* msg) { in jniThrowException() 136 inline int jniThrowExceptionFmt(JNIEnv* env, const char* className, const char* fmt, ...) { in jniThrowExceptionFmt() 143 inline int jniThrowNullPointerException(JNIEnv* env, const char* msg) { in jniThrowNullPointerException() 147 inline int jniThrowRuntimeException(JNIEnv* env, const char* msg) { in jniThrowRuntimeException() 151 inline int jniThrowIOException(JNIEnv* env, int errnum) { in jniThrowIOException() 155 inline jobject jniCreateFileDescriptor(JNIEnv* env, int fd) { in jniCreateFileDescriptor() 159 inline int jniGetFDFromFileDescriptor(JNIEnv* env, jobject fileDescriptor) { in jniGetFDFromFileDescriptor() 163 inline void jniSetFileDescriptorOfFD(JNIEnv* env, jobject fileDescriptor, int value) { in jniSetFileDescriptorOfFD() 167 inline jobject jniGetReferent(JNIEnv* env, jobject ref) { in jniGetReferent()
|
D | JNIHelp.cpp | 35 scoped_local_ref(C_JNIEnv* env, T localRef = NULL) in scoped_local_ref() 64 static jclass findClass(C_JNIEnv* env, const char* className) { in findClass() 69 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, in jniRegisterNativeMethods() 93 JNIEnv* env = reinterpret_cast<JNIEnv*>(c_env); in jniThrowException() local 112 int jniThrowExceptionFmt(C_JNIEnv* env, const char* className, const char* fmt, va_list args) { in jniThrowExceptionFmt() 118 int jniThrowNullPointerException(C_JNIEnv* env, const char* msg) { in jniThrowNullPointerException() 122 int jniThrowRuntimeException(C_JNIEnv* env, const char* msg) { in jniThrowRuntimeException() 126 int jniThrowIOException(C_JNIEnv* env, int errnum) { in jniThrowIOException() 149 int jniGetFDFromFileDescriptor(C_JNIEnv* env, jobject fileDescriptor) { in jniGetFDFromFileDescriptor()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_joints_SliderJoint.cpp | 49 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getLowerLinLimit() 65 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setLowerLinLimit() 81 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getUpperLinLimit() 97 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setUpperLinLimit() 113 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getLowerAngLimit() 129 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setLowerAngLimit() 145 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getUpperAngLimit() 161 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setUpperAngLimit() 177 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_SliderJoint_getSoftnessDirLin() 193 (JNIEnv * env, jobject object, jlong jointId, jfloat value) { in Java_com_jme3_bullet_joints_SliderJoint_setSoftnessDirLin() [all …]
|
D | com_jme3_bullet_objects_PhysicsRigidBody.cpp | 50 (JNIEnv *env, jobject object, jfloat mass, jlong motionstatId, jlong shapeId) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_createRigidBody() 67 (JNIEnv *env, jobject object, jlong bodyId) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_isInWorld() 83 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsLocation() 108 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() 133 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() 158 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsLocation() 174 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsRotation() 190 (JNIEnv *env, jobject object, jlong bodyId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_getPhysicsRotationMatrix() 206 (JNIEnv *env, jobject object, jlong bodyId, jboolean value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setKinematic() 228 (JNIEnv *env, jobject object, jlong bodyId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsRigidBody_setCcdSweptSphereRadius() [all …]
|
D | com_jme3_bullet_collision_PhysicsCollisionEvent.cpp | 11 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulse() 27 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral1() 43 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getAppliedImpulseLateral2() 59 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedFriction() 75 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getCombinedRestitution() 91 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getDistance1() 107 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getIndex0() 123 (JNIEnv * env, jobject object, jlong manifoldPointObjectId) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getIndex1() 139 (JNIEnv * env, jobject object, jlong manifoldPointObjectId, jobject lateralFrictionDir1) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getLateralFrictionDir1() 155 (JNIEnv * env, jobject object, jlong manifoldPointObjectId, jobject lateralFrictionDir2) { in Java_com_jme3_bullet_collision_PhysicsCollisionEvent_getLateralFrictionDir2() [all …]
|
D | com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp | 49 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getLoLimit() 65 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setLoLimit() 81 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getHiLimit() 97 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setHiLimit() 113 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getTargetVelocity() 129 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setTargetVelocity() 145 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxMotorForce() 161 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setMaxMotorForce() 177 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_getMaxLimitForce() 193 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_RotationalLimitMotor_setMaxLimitForce() [all …]
|
D | com_jme3_bullet_objects_PhysicsCharacter.cpp | 52 (JNIEnv * env, jobject object) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createGhostObject() 64 (JNIEnv *env, jobject object, jlong ghostId) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setCharacterFlags() 81 (JNIEnv *env, jobject object, jlong objectId, jlong shapeId, jfloat stepHeight) { in Java_com_jme3_bullet_objects_PhysicsCharacter_createCharacterObject() 100 (JNIEnv *env, jobject object, jlong objectId, jobject vector) { in Java_com_jme3_bullet_objects_PhysicsCharacter_warp() 118 (JNIEnv *env, jobject object, jlong objectId, jobject vector) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setWalkDirection() 136 (JNIEnv *env, jobject object, jlong objectId, jint value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setUpAxis() 152 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setFallSpeed() 168 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setJumpSpeed() 184 (JNIEnv *env, jobject object, jlong objectId, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsCharacter_setGravity() 200 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsCharacter_getGravity() [all …]
|
D | com_jme3_bullet_objects_PhysicsGhostObject.cpp | 54 (JNIEnv * env, jobject object) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_createGhostObject() 66 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setGhostFlags() 82 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsLocation() 98 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Matrix3f_2() 114 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_setPhysicsRotation__JLcom_jme3_math_Quaternion_2() 130 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsLocation() 146 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsRotation() 162 (JNIEnv *env, jobject object, jlong objectId, jobject value) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getPhysicsRotationMatrix() 176 jmeGhostOverlapCallback(JNIEnv *env, jobject object) in jmeGhostOverlapCallback() 204 (JNIEnv *env, jobject object, jlong objectId) { in Java_com_jme3_bullet_objects_PhysicsGhostObject_getOverlappingObjects() [all …]
|
D | com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp | 49 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getLowerLimit() 65 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setLowerLimit() 81 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getUpperLimit() 97 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setUpperLimit() 113 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getAccumulatedImpulse() 129 (JNIEnv *env, jobject object, jlong motorId, jobject vector) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setAccumulatedImpulse() 145 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getLetLimitSoftness() 161 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setLimitSoftness() 177 (JNIEnv *env, jobject object, jlong motorId) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_getDamping() 193 (JNIEnv *env, jobject object, jlong motorId, jfloat value) { in Java_com_jme3_bullet_joints_motors_TranslationalLimitMotor_setDamping() [all …]
|
D | com_jme3_bullet_joints_HingeJoint.cpp | 49 …(JNIEnv * env, jobject object, jlong jointId, jboolean enable, jfloat targetVelocity, jfloat maxMo… in Java_com_jme3_bullet_joints_HingeJoint_enableMotor() 65 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_HingeJoint_getEnableAngularMotor() 81 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_HingeJoint_getMotorTargetVelocity() 97 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_HingeJoint_getMaxMotorImpulse() 113 (JNIEnv * env, jobject object, jlong jointId, jfloat low, jfloat high) { in Java_com_jme3_bullet_joints_HingeJoint_setLimit__JFF() 129 …(JNIEnv * env, jobject object, jlong jointId, jfloat low, jfloat high, jfloat softness, jfloat bia… in Java_com_jme3_bullet_joints_HingeJoint_setLimit__JFFFFF() 145 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_HingeJoint_getUpperLimit() 161 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_HingeJoint_getLowerLimit() 177 (JNIEnv * env, jobject object, jlong jointId, jboolean angular) { in Java_com_jme3_bullet_joints_HingeJoint_setAngularOnly() 193 (JNIEnv * env, jobject object, jlong jointId) { in Java_com_jme3_bullet_joints_HingeJoint_getHingeAngle() [all …]
|
D | com_jme3_bullet_PhysicsSpace.cpp | 49 …(JNIEnv * env, jobject object, jfloat minX, jfloat minY, jfloat minZ, jfloat maxX, jfloat maxY, jf… in Java_com_jme3_bullet_PhysicsSpace_createPhysicsSpace() 67 (JNIEnv * env, jobject object, jlong spaceId, jfloat tpf, jint maxSteps, jfloat accuracy) { in Java_com_jme3_bullet_PhysicsSpace_stepSimulation() 83 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_addCollisionObject() 108 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_removeCollisionObject() 132 (JNIEnv * env, jobject object, jlong spaceId, jlong rigidBodyId) { in Java_com_jme3_bullet_PhysicsSpace_addRigidBody() 156 (JNIEnv * env, jobject object, jlong spaceId, jlong rigidBodyId) { in Java_com_jme3_bullet_PhysicsSpace_removeRigidBody() 180 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_addCharacterObject() 207 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_removeCharacterObject() 231 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_addAction() 253 (JNIEnv * env, jobject object, jlong spaceId, jlong objectId) { in Java_com_jme3_bullet_PhysicsSpace_removeAction() [all …]
|
D | com_jme3_bullet_objects_PhysicsVehicle.cpp | 52 (JNIEnv *env, jobject object, jlong vehicleId, jint wheel, jboolean interpolated) { in Java_com_jme3_bullet_objects_PhysicsVehicle_updateWheelTransform() 68 (JNIEnv *env, jobject object, jlong bodyId, jlong spaceId) { in Java_com_jme3_bullet_objects_PhysicsVehicle_createVehicleRaycaster() 87 (JNIEnv *env, jobject object, jlong objectId, jlong casterId) { in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() 114 (JNIEnv *env, jobject object, jlong vehicleId, jint right, jint up, jint forward) { in Java_com_jme3_bullet_objects_PhysicsVehicle_setCoordinateSystem() 130 …(JNIEnv *env, jobject object, jlong vehicleId, jobject location, jobject direction, jobject axle, … in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel() 155 (JNIEnv *env, jobject object, jlong vehicleId) { in Java_com_jme3_bullet_objects_PhysicsVehicle_resetSuspension() 171 (JNIEnv *env, jobject object, jlong vehicleId, jint wheel, jfloat force) { in Java_com_jme3_bullet_objects_PhysicsVehicle_applyEngineForce() 187 (JNIEnv *env, jobject object, jlong vehicleId, jint wheel, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsVehicle_steer() 203 (JNIEnv *env, jobject object, jlong vehicleId, jint wheel, jfloat value) { in Java_com_jme3_bullet_objects_PhysicsVehicle_brake() 219 (JNIEnv *env, jobject object, jlong vehicleId) { in Java_com_jme3_bullet_objects_PhysicsVehicle_getCurrentVehicleSpeedKmHour() [all …]
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 62 JNIEnv *env; /* Java environment for callbacks */ member 93 JNIEnv *env; /* Java environment for callbacks */ member 163 seterr(JNIEnv *env, jobject obj, int err) in seterr() 174 setvmerr(JNIEnv *env, jobject obj, int err) in setvmerr() 185 setstmterr(JNIEnv *env, jobject obj, int err) in setstmterr() 210 gethandle(JNIEnv *env, jobject obj) in gethandle() 220 gethvm(JNIEnv *env, jobject obj) in gethvm() 230 gethstmt(JNIEnv *env, jobject obj) in gethstmt() 242 gethbl(JNIEnv *env, jobject obj) in gethbl() 253 gethbk(JNIEnv *env, jobject obj) in gethbk() [all …]
|
/external/nanopb-c/tests/site_scons/ |
D | site_init.py | 12 def add_nanopb_builders(env): argument 16 def run_test(target, source, env): argument 47 def decode_actions(source, target, env, for_signature): argument 58 def encode_actions(source, target, env, for_signature): argument 69 def compare_files(target, source, env): argument 84 def match_files(target, source, env): argument
|
/external/v8/test/cctest/ |
D | test-deoptimization.cc | 117 LocalContext env; in TEST() local 157 LocalContext env; in TEST() local 198 LocalContext env; in TEST() local 224 LocalContext env; in TEST() local 252 LocalContext env; in TEST() local 281 LocalContext env; in TEST() local 320 LocalContext env; in TEST() local 356 LocalContext env(isolate); in UNINITIALIZED_TEST() local 417 static void TestDeoptimizeBinaryOpHelper(LocalContext* env, in TestDeoptimizeBinaryOpHelper() 458 LocalContext env(isolate); in UNINITIALIZED_TEST() local [all …]
|
D | test-js-arm64-variables.cc | 73 LocalContext env; in TEST() local 85 LocalContext env; in TEST() local 96 LocalContext env; in TEST() local 107 LocalContext env; in TEST() local 121 LocalContext env; in TEST() local 135 LocalContext env; in TEST() local
|
D | test-javascript-arm64.cc | 89 LocalContext env; in TEST() local 97 LocalContext env; in TEST() local 105 LocalContext env; in TEST() local 115 LocalContext env; in TEST() local 178 LocalContext env; in TEST() local 193 LocalContext env; in TEST() local 215 LocalContext env; in TEST() local 232 LocalContext env; in TEST() local 245 LocalContext env; in TEST() local
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 457 static int jniThrowOutOfMemory(JNIEnv* env, const char* message) { in jniThrowOutOfMemory() 464 static int throwBadPaddingException(JNIEnv* env, const char* message) { in throwBadPaddingException() 472 static int throwSignatureException(JNIEnv* env, const char* message) { in throwSignatureException() 480 static int throwInvalidKeyException(JNIEnv* env, const char* message) { in throwInvalidKeyException() 488 static int throwIllegalBlockSizeException(JNIEnv* env, const char* message) { in throwIllegalBlockSizeException() 496 static int throwNoSuchAlgorithmException(JNIEnv* env, const char* message) { in throwNoSuchAlgorithmException() 505 static int throwParsingException(JNIEnv* env, const char* message) { in throwParsingException() 513 static int throwForAsn1Error(JNIEnv* env, int reason, const char *message, in throwForAsn1Error() 541 static int throwForCipherError(JNIEnv* env, int reason, const char *message, in throwForCipherError() 560 static int throwForEvpError(JNIEnv* env, int reason, const char *message, in throwForEvpError() [all …]
|
/external/opencv/ |
D | cvjni.h | 231 bool is_NULL_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name, const char* field… in is_NULL_field_JavaObj() 249 bool is_NULL_vec_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_vec_field_JavaObj() 253 bool is_NULL_point_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_point_field_JavaObj() 257 bool is_NULL_axis_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_axis_field_JavaObj() 261 bool is_NULL_pivot_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_pivot_field_JavaObj() 265 bool is_NULL_quat_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_quat_field_JavaObj() 269 bool is_NULL_mat3x3_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_mat3x3_field_JavaObj() 272 bool is_NULL_mat3x1_field_JavaObj(JNIEnv* env, jobject java_obj, const char* field_name) { in is_NULL_mat3x1_field_JavaObj() 279 void set_JavaObj_int(JNIEnv* env, jobject java_obj, const char* field_name, jint val) { in set_JavaObj_int() 290 int get_id_by_JavaObj(JNIEnv* env, jobject java_obj) { in get_id_by_JavaObj() [all …]
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidJNI.cpp | 40 static jfieldID getExecServiceField (JNIEnv* env, jobject obj) in getExecServiceField() 51 static tcu::Android::ExecService* getExecService (JNIEnv* env, jobject obj) in getExecService() 57 static void setExecService (JNIEnv* env, jobject obj, tcu::Android::ExecService* service) in setExecService() 70 …JNICALL Java_com_drawelements_deqp_execserver_ExecService_onCreateNative (JNIEnv* env, jobject obj) in Java_com_drawelements_deqp_execserver_ExecService_onCreateNative() 95 …NICALL Java_com_drawelements_deqp_execserver_ExecService_onDestroyNative (JNIEnv* env, jobject obj) in Java_com_drawelements_deqp_execserver_ExecService_onDestroyNative()
|