Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp51 MD5Init(struct MD5Context *ctx) { in MD5Init()
66 MD5Update(struct MD5Context *ctx, md5byte const *buf, unsigned len) { in MD5Update()
108 MD5Final(md5byte digest[16], struct MD5Context *ctx) { in MD5Final()
/cts/tests/tests/jni/src/android/jni/cts/
DClassLoaderStaticNonce.java26 static Object ctx; field in ClassLoaderStaticNonce
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DRefocusTest.java58 Context ctx = getContext(); in refocus() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
DWidgetCtsProvider.java75 public void onReceive(Context ctx, Intent intent) { in onReceive()
105 public void onDeleted(Context ctx, int[] ids) { in onDeleted()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
DUtils.java78 public static int convertDpToPixel(Context ctx, int dp) { in convertDpToPixel()
/cts/tests/tests/security/jni/
Dandroid_security_cts_EncryptionTest.cpp154 EVP_CIPHER_CTX ctx; in android_security_cts_EncryptionTest_aesIsFast() local
/cts/tests/tests/os/jni/seccomp-tests/tests/
Dresumption.c136 ucontext_t *ctx = (ucontext_t *)void_context; in TRAP_action() local
Dsigsegv.c117 ucontext_t *ctx = (ucontext_t *)void_context; in TRAP_action() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBLASData.java1348 void loadData(Context ctx) throws Exception { in loadData()