Searched refs:env (Results 451 - 475 of 1371) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/android/
H A Dcontent_readback_handler.h27 static bool RegisterContentReadbackHandler(JNIEnv* env);
30 ContentReadbackHandler(JNIEnv* env, jobject obj);
31 void Destroy(JNIEnv* env, jobject obj);
32 void GetContentBitmap(JNIEnv* env,
42 void GetCompositorBitmap(JNIEnv* env,
H A Dcontent_view_render_view.cc50 bool ContentViewRenderView::RegisterContentViewRenderView(JNIEnv* env) { argument
51 return RegisterNativesImpl(env);
54 ContentViewRenderView::ContentViewRenderView(JNIEnv* env, argument
60 java_obj_.Reset(env, obj);
66 void ContentViewRenderView::SetLayerTreeBuildHelper(JNIEnv* env, argument
77 static jlong Init(JNIEnv* env, argument
83 new ContentViewRenderView(env, obj, root_window);
87 void ContentViewRenderView::Destroy(JNIEnv* env, jobject obj) { argument
92 JNIEnv* env, jobject obj, jlong native_content_view_core) {
103 JNIEnv* env, jobjec
91 SetCurrentContentViewCore( JNIEnv* env, jobject obj, jlong native_content_view_core) argument
102 SurfaceCreated( JNIEnv* env, jobject obj) argument
108 SurfaceDestroyed(JNIEnv* env, jobject obj) argument
113 SurfaceChanged(JNIEnv* env, jobject obj, jint format, jint width, jint height, jobject surface) argument
122 SetOverlayVideoMode( JNIEnv* env, jobject obj, bool enabled) argument
128 SetNeedsComposite(JNIEnv* env, jobject obj) argument
134 JNIEnv* env = base::android::AttachCurrentThread(); local
139 JNIEnv* env = base::android::AttachCurrentThread(); local
148 GetUIResourceProvider(JNIEnv* env, jobject obj) argument
[all...]
/external/chromium_org/ppapi/native_client/tests/nacl_browser/browser_dynamic_library/
H A Dnacl.scons8 Import('env')
10 if env.Bit('nacl_static_link'):
18 return [(lib, env.File(os.path.join(libdir, lib))) for lib in libs]
24 browser_dlopen_nexe_name = env.ProgramNameForNmf('browser_dlopen_test')
25 browser_dlopen_nexe = env.ComponentProgram(browser_dlopen_nexe_name,
35 env.Publish(browser_dlopen_nexe_name, 'run', ['browser_dlopen_test.html'])
37 browser_dlopen_node = env.PPAPIBrowserTester(
39 files=env.ExtractPublishedFiles(browser_dlopen_nexe_name),
43 env.AddNodeToTestSuite(browser_dlopen_node, ['chrome_browser_tests'],
45 is_broken=env
[all...]
/external/chromium_org/url/
H A Durl_canon_icu_alternatives_android.cc21 JNIEnv* env = base::android::AttachCurrentThread(); local
24 env, base::StringPiece16(src, src_len));
26 android::Java_IDNStringUtil_idnToASCII(env, java_src.obj());
37 bool RegisterIcuAlternativesJni(JNIEnv* env) { argument
38 return android::RegisterNativesImpl(env);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapEnvelope.java100 public String env; field in class:SoapEnvelope
127 env = SoapEnvelope.ENV;
130 env = SoapEnvelope.ENV2003;
141 parser.require(XmlPullParser.START_TAG, env, "Envelope");
142 encodingStyle = parser.getAttributeValue(env, "encodingStyle");
145 && parser.getNamespace().equals(env)
148 parser.require(XmlPullParser.END_TAG, env, "Header");
151 parser.require(XmlPullParser.START_TAG, env, "Body");
152 encodingStyle = parser.getAttributeValue(env, "encodingStyle");
154 parser.require(XmlPullParser.END_TAG, env, "Bod
[all...]
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc29 jobject JNICALL GetContext(JNIEnv* env, jclass) { argument
36 JNIEnv* env,
45 jbyte* cameraFrame = env->GetByteArrayElements(javaCameraFrame, NULL);
48 env->ReleaseByteArrayElements(javaCameraFrame, cameraFrame, JNI_ABORT);
53 JNIEnv* env, jobject, jlong context, jint degrees) {
76 g_context = ats.env()->NewGlobalRef(context);
78 videocapturemodule::DeviceInfoAndroid::Initialize(ats.env());
81 ats.env()->FindClass("org/webrtc/videoengine/VideoCaptureAndroid");
84 reinterpret_cast<jclass>(ats.env()->NewGlobalRef(j_capture_class));
97 if (ats.env()
35 ProvideCameraFrame( JNIEnv* env, jobject, jbyteArray javaCameraFrame, jint length, jlong timeStamp, jlong context) argument
52 OnOrientationChanged( JNIEnv* env, jobject, jlong context, jint degrees) argument
161 JNIEnv* env = ats.env(); local
183 JNIEnv* env = ats.env(); local
216 JNIEnv* env = ats.env(); local
249 JNIEnv* env = ats.env(); local
[all...]
/external/qemu/
H A Dcputlb.c47 void tlb_flush(CPUArchState *env, int flush_global) argument
56 env->current_tb = NULL;
62 env->tlb_table[mmu_idx][i] = s_cputlb_empty_entry;
66 memset(env->tb_jmp_cache, 0, TB_JMP_CACHE_SIZE * sizeof (void *));
68 env->tlb_flush_addr = -1;
69 env->tlb_flush_mask = 0;
85 void tlb_flush_page(CPUArchState *env, target_ulong addr) argument
94 if ((addr & env->tlb_flush_mask) == env->tlb_flush_addr) {
98 env
127 tlb_unprotect_code_phys(CPUArchState *env, ram_addr_t ram_addr, target_ulong vaddr) argument
161 tlb_set_dirty(CPUArchState *env, target_ulong vaddr) argument
175 tlb_add_large_page(CPUArchState *env, target_ulong vaddr, target_ulong size) argument
199 tlb_set_page(CPUArchState *env, target_ulong vaddr, hwaddr paddr, int prot, int mmu_idx, target_ulong size) argument
[all...]
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp84 RegisterNativeMethods(env, jni_class_name, gMethods, arraysize(gMethods))
409 static void jniThrowOutOfMemory(JNIEnv* env, const char* message) { argument
410 jniThrowException(env, "java/lang/OutOfMemoryError", message);
416 static void throwBadPaddingException(JNIEnv* env, const char* message) { argument
418 jniThrowException(env, "javax/crypto/BadPaddingException", message);
424 static void throwSignatureException(JNIEnv* env, const char* message) { argument
426 jniThrowException(env, "java/security/SignatureException", message);
432 static void throwInvalidKeyException(JNIEnv* env, const char* message) { argument
434 jniThrowException(env, "java/security/InvalidKeyException", message);
440 static void throwIllegalBlockSizeException(JNIEnv* env, cons argument
448 throwNoSuchAlgorithmException(JNIEnv* env, const char* message) argument
453 throwForAsn1Error(JNIEnv* env, int reason, const char *message) argument
471 throwForEvpError(JNIEnv* env, int reason, const char *message) argument
501 throwForRsaError(JNIEnv* env, int reason, const char *message) argument
529 throwForX509Error(JNIEnv* env, int reason, const char *message) argument
546 throwExceptionIfNecessary(JNIEnv* env, const char* location __attribute__ ((unused))) argument
592 throwSocketTimeoutException(JNIEnv* env, const char* message) argument
600 throwSSLHandshakeExceptionStr(JNIEnv* env, const char* message) argument
608 throwSSLExceptionStr(JNIEnv* env, const char* message) argument
616 throwSSLProtocolExceptionStr(JNIEnv* env, const char* message) argument
631 throwSSLExceptionWithSslErrors(JNIEnv* env, SSL* ssl, int sslErrorCode, const char* message, void (*actualThrow)(JNIEnv*, const char*) = throwSSLExceptionStr) argument
757 to_SSL_CTX(JNIEnv* env, jlong ssl_ctx_address, bool throwIfNull) argument
766 to_SSL(JNIEnv* env, jlong ssl_address, bool throwIfNull) argument
775 to_SSL_SESSION(JNIEnv* env, jlong ssl_session_address, bool throwIfNull) argument
785 to_SSL_CIPHER(JNIEnv* env, jlong ssl_cipher_address, bool throwIfNull) argument
796 fromContextObject(JNIEnv* env, jobject contextObject) argument
810 arrayToBignum(JNIEnv* env, jbyteArray source, BIGNUM** dest) argument
869 bignumToArray(JNIEnv* env, const BIGNUM* source, const char* sourceName) argument
915 ASN1ToByteArray(JNIEnv* env, T* obj) argument
954 ByteArrayToASN1(JNIEnv* env, jbyteArray byteArray) argument
968 ASN1BitStringToBooleanArray(JNIEnv* env, ASN1_BIT_STRING* bitStr) argument
1032 JNIEnv* env; local
1047 JNIEnv* env = getJNIEnv(); local
1052 JNIEnv* env = getJNIEnv(); local
1063 JNIEnv* env = getJNIEnv(); local
1118 JNIEnv* env = getJNIEnv(); local
1164 JNIEnv* env = getJNIEnv(); local
1274 rawSignDigestWithPrivateKey(JNIEnv* env, jobject privateKey, const char* message, size_t message_len) argument
1303 rawCipherWithPrivateKey(JNIEnv* env, jobject privateKey, jboolean encrypt, const char* ciphertext, size_t ciphertext_len) argument
1387 JNIEnv* env = getJNIEnv(); local
1439 JNIEnv* env = getJNIEnv(); local
1479 JNIEnv* env = getJNIEnv(); local
1578 JNIEnv* env = getJNIEnv(); local
1613 JNIEnv* env = getJNIEnv(); local
1666 JNIEnv* env = getJNIEnv(); local
1866 NativeCrypto_ENGINE_by_id(JNIEnv* env, jclass, jstring idJava) argument
1885 NativeCrypto_ENGINE_add(JNIEnv* env, jclass, jlong engineRef) argument
1906 NativeCrypto_ENGINE_init(JNIEnv* env, jclass, jlong engineRef) argument
1920 NativeCrypto_ENGINE_finish(JNIEnv* env, jclass, jlong engineRef) argument
1934 NativeCrypto_ENGINE_free(JNIEnv* env, jclass, jlong engineRef) argument
1948 NativeCrypto_ENGINE_load_private_key(JNIEnv* env, jclass, jlong engineRef, jstring idJava) argument
1969 NativeCrypto_ENGINE_get_id(JNIEnv* env, jclass, jlong engineRef) argument
1987 NativeCrypto_ENGINE_ctrl_cmd_string(JNIEnv* env, jclass, jlong engineRef, jstring cmdJava, jstring argJava, jint cmd_optional) argument
2030 NativeCrypto_EVP_PKEY_new_DH(JNIEnv* env, jclass, jbyteArray p, jbyteArray g, jbyteArray pub_key, jbyteArray priv_key) argument
2092 NativeCrypto_EVP_PKEY_new_DSA(JNIEnv* env, jclass, jbyteArray p, jbyteArray q, jbyteArray g, jbyteArray pub_key, jbyteArray priv_key) argument
2148 NativeCrypto_EVP_PKEY_new_RSA(JNIEnv* env, jclass, jbyteArray n, jbyteArray e, jbyteArray d, jbyteArray p, jbyteArray q, jbyteArray dmp1, jbyteArray dmq1, jbyteArray iqmp) argument
2242 NativeCrypto_EVP_PKEY_new_EC_KEY(JNIEnv* env, jclass, jlong groupRef, jlong pubkeyRef, jbyteArray keyJavaBytes) argument
2321 NativeCrypto_EVP_PKEY_new_mac_key(JNIEnv* env, jclass, jint pkeyType, jbyteArray keyJavaBytes) argument
2343 NativeCrypto_EVP_PKEY_type(JNIEnv* env, jclass, jlong pkeyRef) argument
2360 NativeCrypto_EVP_PKEY_size(JNIEnv* env, jclass, jlong pkeyRef) argument
2374 NativeCrypto_EVP_PKEY_print_public(JNIEnv* env, jclass, jlong pkeyRef) argument
2404 NativeCrypto_EVP_PKEY_print_private(JNIEnv* env, jclass, jlong pkeyRef) argument
2443 NativeCrypto_EVP_PKEY_cmp(JNIEnv* env, jclass, jlong pkey1Ref, jlong pkey2Ref) argument
2466 NativeCrypto_i2d_PKCS8_PRIV_KEY_INFO(JNIEnv* env, jclass, jlong pkeyRef) argument
2488 NativeCrypto_d2i_PKCS8_PRIV_KEY_INFO(JNIEnv* env, jclass, jbyteArray keyJavaBytes) argument
2519 NativeCrypto_i2d_PUBKEY(JNIEnv* env, jclass, jlong pkeyRef) argument
2528 NativeCrypto_d2i_PUBKEY(JNIEnv* env, jclass, jbyteArray javaBytes) argument
2548 NativeCrypto_getRSAPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, jbyteArray modulusBytes) argument
2582 NativeCrypto_getDSAPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, jbyteArray qBytes) argument
2615 NativeCrypto_getECPrivateKeyWrapper(JNIEnv* env, jclass, jobject javaKey, jlong groupRef) argument
2657 NativeCrypto_RSA_generate_key_ex(JNIEnv* env, jclass, jint modulusBits, jbyteArray publicExponent) argument
2694 NativeCrypto_RSA_size(JNIEnv* env, jclass, jlong pkeyRef) argument
2715 RSA_crypt_operation(RSACryptOperation operation, const char* caller __attribute__ ((unused)), JNIEnv* env, jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jlong pkeyRef, jint padding) argument
2755 NativeCrypto_RSA_private_encrypt(JNIEnv* env, jclass, jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jlong pkeyRef, jint padding) argument
2760 NativeCrypto_RSA_public_decrypt(JNIEnv* env, jclass, jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jlong pkeyRef, jint padding) argument
2765 NativeCrypto_RSA_public_encrypt(JNIEnv* env, jclass, jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jlong pkeyRef, jint padding) argument
2770 NativeCrypto_RSA_private_decrypt(JNIEnv* env, jclass, jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, jlong pkeyRef, jint padding) argument
2779 NativeCrypto_get_RSA_public_params(JNIEnv* env, jclass, jlong pkeyRef) argument
2817 NativeCrypto_get_RSA_private_params(JNIEnv* env, jclass, jlong pkeyRef) argument
2905 NativeCrypto_DSA_generate_key(JNIEnv* env, jclass, jint primeBits, jbyteArray seedJavaBytes, jbyteArray gBytes, jbyteArray pBytes, jbyteArray qBytes) argument
2984 NativeCrypto_get_DSA_params(JNIEnv* env, jclass, jlong pkeyRef) argument
3047 NativeCrypto_set_DSA_flag_nonce_from_hash(JNIEnv* env, jclass, jlong pkeyRef) argument
3066 NativeCrypto_DH_generate_parameters_ex(JNIEnv* env, jclass, jint primeBits, jlong generator) argument
3105 NativeCrypto_DH_generate_key(JNIEnv* env, jclass, jlong pkeyRef) argument
3126 NativeCrypto_get_DH_params(JNIEnv* env, jclass, jlong pkeyRef) argument
3202 NativeCrypto_EC_GROUP_new_by_curve_name(JNIEnv* env, jclass, jstring curveNameJava) argument
3229 NativeCrypto_EC_GROUP_set_asn1_flag(JNIEnv* env, jclass, jlong groupRef, jint flag) argument
3245 NativeCrypto_EC_GROUP_set_point_conversion_form(JNIEnv* env, jclass, jlong groupRef, jint form) argument
3261 NativeCrypto_EC_GROUP_new_curve(JNIEnv* env, jclass, jint type, jbyteArray pJava, jbyteArray aJava, jbyteArray bJava) argument
3305 NativeCrypto_EC_GROUP_dup(JNIEnv* env, jclass, jlong groupRef) argument
3320 NativeCrypto_EC_GROUP_get_curve_name(JNIEnv* env, jclass, jlong groupRef) argument
3341 NativeCrypto_EC_GROUP_get_curve(JNIEnv* env, jclass, jlong groupRef) argument
3394 NativeCrypto_EC_GROUP_get_order(JNIEnv* env, jclass, jlong groupRef) argument
3421 NativeCrypto_EC_GROUP_get_degree(JNIEnv* env, jclass, jlong groupRef) argument
3437 NativeCrypto_EC_GROUP_get_cofactor(JNIEnv* env, jclass, jlong groupRef) argument
3464 NativeCrypto_get_EC_GROUP_type(JNIEnv* env, jclass, jlong groupRef) argument
3479 NativeCrypto_EC_GROUP_clear_free(JNIEnv* env, jclass, jlong groupRef) argument
3494 NativeCrypto_EC_GROUP_cmp(JNIEnv* env, jclass, jlong group1Ref, jlong group2Ref) argument
3512 NativeCrypto_EC_GROUP_set_generator(JNIEnv* env, jclass, jlong groupRef, jlong pointRef, jbyteArray njavaBytes, jbyteArray hjavaBytes) argument
3545 NativeCrypto_EC_GROUP_get_generator(JNIEnv* env, jclass, jlong groupRef) argument
3569 NativeCrypto_EC_POINT_new(JNIEnv* env, jclass, jlong groupRef) argument
3589 NativeCrypto_EC_POINT_clear_free(JNIEnv* env, jclass, jlong groupRef) argument
3603 NativeCrypto_EC_POINT_cmp(JNIEnv* env, jclass, jlong groupRef, jlong point1Ref, jlong point2Ref) argument
3623 NativeCrypto_EC_POINT_set_affine_coordinates(JNIEnv* env, jclass, jlong groupRef, jlong pointRef, jbyteArray xjavaBytes, jbyteArray yjavaBytes) argument
3671 NativeCrypto_EC_POINT_get_affine_coordinates(JNIEnv* env, jclass, jlong groupRef, jlong pointRef) argument
3720 NativeCrypto_EC_KEY_generate_key(JNIEnv* env, jclass, jlong groupRef) argument
3760 NativeCrypto_EC_KEY_get0_group(JNIEnv* env, jclass, jlong pkeyRef) argument
3783 NativeCrypto_EC_KEY_get_private_key(JNIEnv* env, jclass, jlong pkeyRef) argument
3811 NativeCrypto_EC_KEY_get_public_key(JNIEnv* env, jclass, jlong pkeyRef) argument
3839 NativeCrypto_EC_KEY_set_nonce_from_hash(JNIEnv* env, jclass, jlong pkeyRef, jboolean enabled) argument
3859 NativeCrypto_ECDH_compute_key(JNIEnv* env, jclass, jbyteArray outArray, jint outOffset, jlong pubkeyRef, jlong privkeyRef) argument
3923 NativeCrypto_EVP_MD_CTX_create(JNIEnv* env, jclass) argument
3936 NativeCrypto_EVP_MD_CTX_init(JNIEnv* env, jclass, jobject ctxRef) argument
3954 NativeCrypto_EVP_MD_CTX_copy(JNIEnv* env, jclass, jobject dstCtxRef, jobject srcCtxRef) argument
3978 NativeCrypto_EVP_DigestFinal(JNIEnv* env, jclass, jobject ctxRef, jbyteArray hash, jint offset) argument
4006 evpInit(JNIEnv* env, jobject evpMdCtxRef, jlong evpMdRef, const char* jniName, int (*init_func)(EVP_MD_CTX*, const EVP_MD*, ENGINE*)) argument
4031 NativeCrypto_EVP_DigestInit(JNIEnv* env, jclass, jobject evpMdCtxRef, jlong evpMdRef) argument
4035 NativeCrypto_EVP_SignInit(JNIEnv* env, jclass, jobject evpMdCtxRef, jlong evpMdRef) argument
4039 NativeCrypto_EVP_VerifyInit(JNIEnv* env, jclass, jobject evpMdCtxRef, jlong evpMdRef) argument
4046 NativeCrypto_EVP_get_digestbyname(JNIEnv* env, jclass, jstring algorithm) argument
4073 NativeCrypto_EVP_MD_size(JNIEnv* env, jclass, jlong evpMdRef) argument
4090 NativeCrypto_EVP_MD_block_size(JNIEnv* env, jclass, jlong evpMdRef) argument
4104 NativeCrypto_EVP_DigestSignInit(JNIEnv* env, jclass, jobject evpMdCtxRef, const jlong evpMdRef, jlong pkeyRef) argument
4134 evpUpdate(JNIEnv* env, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, jint inLength, const char *jniName, int (*update_func)(EVP_MD_CTX*, const void *, size_t)) argument
4170 NativeCrypto_EVP_DigestUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, jint inLength) argument
4176 NativeCrypto_EVP_DigestSignUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, jint inLength) argument
4182 NativeCrypto_EVP_SignUpdate(JNIEnv* env, jclass, jobject evpMdCtxRef, jbyteArray inJavaBytes, jint inOffset, jint inLength) argument
4188 NativeCrypto_EVP_DigestSignFinal(JNIEnv* env, jclass, jobject evpMdCtxRef) argument
4225 NativeCrypto_EVP_SignFinal(JNIEnv* env, jclass, jobject ctxRef, jbyteArray signature, jint offset, jlong pkeyRef) argument
4259 NativeCrypto_EVP_VerifyUpdate(JNIEnv* env, jclass, jobject ctxRef, jbyteArray buffer, jint offset, jint length) argument
4296 NativeCrypto_EVP_VerifyFinal(JNIEnv* env, jclass, jobject ctxRef, jbyteArray buffer, jint offset, jint length, jlong pkeyRef) argument
4334 NativeCrypto_EVP_get_cipherbyname(JNIEnv* env, jclass, jstring algorithm) argument
4357 NativeCrypto_EVP_CipherInit_ex(JNIEnv* env, jclass, jlong ctxRef, jlong evpCipherRef, jbyteArray keyArray, jbyteArray ivArray, jboolean encrypting) argument
4408 NativeCrypto_EVP_CipherUpdate(JNIEnv* env, jclass, jlong ctxRef, jbyteArray outArray, jint outOffset, jbyteArray inArray, jint inOffset, jint inLength) argument
4459 NativeCrypto_EVP_CipherFinal_ex(JNIEnv* env, jclass, jlong ctxRef, jbyteArray outArray, jint outOffset) argument
4492 NativeCrypto_EVP_CIPHER_iv_length(JNIEnv* env, jclass, jlong evpCipherRef) argument
4507 NativeCrypto_EVP_CIPHER_CTX_new(JNIEnv* env, jclass) argument
4521 NativeCrypto_EVP_CIPHER_CTX_block_size(JNIEnv* env, jclass, jlong ctxRef) argument
4536 NativeCrypto_get_EVP_CIPHER_CTX_buf_len(JNIEnv* env, jclass, jlong ctxRef) argument
4551 NativeCrypto_EVP_CIPHER_CTX_set_padding(JNIEnv* env, jclass, jlong ctxRef, jboolean enablePaddingBool) argument
4566 NativeCrypto_EVP_CIPHER_CTX_set_key_length(JNIEnv* env, jclass, jlong ctxRef, jint keySizeBits) argument
4595 NativeCrypto_RAND_seed(JNIEnv* env, jclass, jbyteArray seed) argument
4604 NativeCrypto_RAND_load_file(JNIEnv* env, jclass, jstring filename, jlong max_bytes) argument
4615 NativeCrypto_RAND_bytes(JNIEnv* env, jclass, jbyteArray output) argument
4633 NativeCrypto_OBJ_txt2nid(JNIEnv* env, jclass, jstring oidStr) argument
4646 NativeCrypto_OBJ_txt2nid_longName(JNIEnv* env, jclass, jstring oidStr) argument
4668 ASN1_OBJECT_to_OID_string(JNIEnv* env, ASN1_OBJECT* obj) argument
4688 NativeCrypto_create_BIO_InputStream(JNIEnv* env, jclass, jobject streamObj) argument
4707 NativeCrypto_create_BIO_OutputStream(JNIEnv* env, jclass, jobject streamObj) argument
4726 NativeCrypto_BIO_read(JNIEnv* env, jclass, jlong bioRef, jbyteArray outputJavaBytes) argument
4756 NativeCrypto_BIO_write(JNIEnv* env, jclass, jlong bioRef, jbyteArray inputJavaBytes, jint offset, jint length) argument
4797 NativeCrypto_BIO_free_all(JNIEnv* env, jclass, jlong bioRef) argument
4809 X509_NAME_to_jstring(JNIEnv* env, X509_NAME* name, unsigned long flags) argument
4838 GENERAL_NAME_to_jobject(JNIEnv* env, GENERAL_NAME* gen) argument
4899 NativeCrypto_get_X509_GENERAL_NAME_stack(JNIEnv* env, jclass, jlong x509Ref, jint type) argument
4991 NativeCrypto_X509_get_notBefore(JNIEnv* env, jclass, jlong x509Ref) argument
5006 NativeCrypto_X509_get_notAfter(JNIEnv* env, jclass, jlong x509Ref) argument
5031 get_X509Type_serialNumber(JNIEnv* env, T* x509Type, ASN1_INTEGER* (*get_serial_func)(T*)) argument
5064 NativeCrypto_X509_get_serialNumber(JNIEnv* env, jclass, jlong x509Ref) argument
5070 NativeCrypto_X509_REVOKED_get_serialNumber(JNIEnv* env, jclass, jlong x509RevokedRef) argument
5076 NativeCrypto_X509_verify(JNIEnv* env, jclass, jlong x509Ref, jlong pkeyRef) argument
5101 NativeCrypto_get_X509_cert_info_enc(JNIEnv* env, jclass, jlong x509Ref) argument
5107 NativeCrypto_get_X509_ex_flags(JNIEnv* env, jclass, jlong x509Ref) argument
5141 get_X509Type_signature(JNIEnv* env, T* x509Type, void (*get_signature_func)(T*, ASN1_BIT_STRING**)) argument
5172 NativeCrypto_get_X509_signature(JNIEnv* env, jclass, jlong x509Ref) argument
5178 NativeCrypto_get_X509_CRL_signature(JNIEnv* env, jclass, jlong x509CrlRef) argument
5184 NativeCrypto_X509_CRL_get0_by_cert(JNIEnv* env, jclass, jlong x509crlRef, jlong x509Ref) argument
5210 NativeCrypto_X509_CRL_get0_by_serial(JNIEnv* env, jclass, jlong x509crlRef, jbyteArray serialArray) argument
5260 NativeCrypto_X509_CRL_get_REVOKED(JNIEnv* env, jclass, jlong x509CrlRef) argument
5288 NativeCrypto_i2d_X509_CRL(JNIEnv* env, jclass, jlong x509CrlRef) argument
5294 NativeCrypto_X509_CRL_free(JNIEnv* env, jclass, jlong x509CrlRef) argument
5307 NativeCrypto_X509_CRL_print(JNIEnv* env, jclass, jlong bioRef, jlong x509CrlRef) argument
5332 NativeCrypto_get_X509_CRL_sig_alg_oid(JNIEnv* env, jclass, jlong x509CrlRef) argument
5345 NativeCrypto_get_X509_CRL_sig_alg_parameter(JNIEnv* env, jclass, jlong x509CrlRef) argument
5363 NativeCrypto_X509_CRL_get_issuer_name(JNIEnv* env, jclass, jlong x509CrlRef) argument
5380 X509Type_get_ext(JNIEnv* env, T* x509Type, jstring oidString) argument
5413 X509Type_get_ext_oid(JNIEnv* env, T* x509Type, jstring oidString) argument
5425 NativeCrypto_X509_CRL_get_ext(JNIEnv* env, jclass, jlong x509CrlRef, jstring oid) argument
5434 NativeCrypto_X509_REVOKED_get_ext(JNIEnv* env, jclass, jlong x509RevokedRef, jstring oid) argument
5444 NativeCrypto_X509_REVOKED_dup(JNIEnv* env, jclass, jlong x509RevokedRef) argument
5459 NativeCrypto_get_X509_REVOKED_revocationDate(JNIEnv* env, jclass, jlong x509RevokedRef) argument
5475 NativeCrypto_X509_REVOKED_print(JNIEnv* env, jclass, jlong bioRef, jlong x509RevokedRef) argument
5501 NativeCrypto_get_X509_CRL_crl_enc(JNIEnv* env, jclass, jlong x509CrlRef) argument
5507 NativeCrypto_X509_CRL_verify(JNIEnv* env, jclass, jlong x509CrlRef, jlong pkeyRef) argument
5532 NativeCrypto_X509_CRL_get_lastUpdate(JNIEnv* env, jclass, jlong x509CrlRef) argument
5547 NativeCrypto_X509_CRL_get_nextUpdate(JNIEnv* env, jclass, jlong x509CrlRef) argument
5562 NativeCrypto_i2d_X509_REVOKED(JNIEnv* env, jclass, jlong x509RevokedRef) argument
5569 NativeCrypto_X509_supported_extension(JNIEnv* env, jclass, jlong x509ExtensionRef) argument
5588 NativeCrypto_ASN1_TIME_to_Calendar(JNIEnv* env, jclass, jlong asn1TimeRef, jobject calendar) argument
5622 NativeCrypto_OBJ_txt2nid_oid(JNIEnv* env, jclass, jstring oidStr) argument
5650 NativeCrypto_X509_NAME_print_ex(JNIEnv* env, jclass, jlong x509NameRef, jlong jflags) argument
5665 d2i_ASN1Object_to_jlong(JNIEnv* env, jlong bioRef) argument
5683 NativeCrypto_d2i_X509_CRL_bio(JNIEnv* env, jclass, jlong bioRef) argument
5687 NativeCrypto_d2i_X509_bio(JNIEnv* env, jclass, jlong bioRef) argument
5691 NativeCrypto_d2i_X509(JNIEnv* env, jclass, jbyteArray certBytes) argument
5696 NativeCrypto_i2d_X509(JNIEnv* env, jclass, jlong x509Ref) argument
5702 NativeCrypto_i2d_X509_PUBKEY(JNIEnv* env, jclass, jlong x509Ref) argument
5710 PEM_ASN1Object_to_jlong(JNIEnv* env, jlong bioRef) argument
5735 NativeCrypto_PEM_read_bio_X509(JNIEnv* env, jclass, jlong bioRef) argument
5740 NativeCrypto_PEM_read_bio_X509_CRL(JNIEnv* env, jclass, jlong bioRef) argument
5768 PKCS7_to_ItemArray(JNIEnv* env, T_stack* stack, T* (*dup_func)(T*)) argument
5790 NativeCrypto_PEM_read_bio_PKCS7(JNIEnv* env, jclass, jlong bioRef, jint which) argument
5819 NativeCrypto_d2i_PKCS7_bio(JNIEnv* env, jclass, jlong bioRef, jint which) argument
5848 NativeCrypto_i2d_PKCS7(JNIEnv* env, jclass, jlongArray certsArray) argument
6665 sslSelect(JNIEnv* env, int type, jobject fdObject, AppData* appData, int timeout_millis) argument
6791 JNIEnv* env = appData->env; local
6834 JNIEnv* env = appData->env; local
6874 JNIEnv* env = appData->env; local
6957 JNIEnv* env = appData->env; local
7025 JNIEnv* env = appData->env; local
7188 NativeCrypto_SSL_CTX_new(JNIEnv* env, jclass) argument
7241 NativeCrypto_SSL_CTX_free(JNIEnv* env, jclass, jlong ssl_ctx_address) argument
7252 NativeCrypto_SSL_CTX_set_session_id_context(JNIEnv* env, jclass, jlong ssl_ctx_address, jbyteArray sid_ctx) argument
7286 NativeCrypto_SSL_new(JNIEnv* env, jclass, jlong ssl_ctx_address) argument
7327 NativeCrypto_SSL_enable_tls_channel_id(JNIEnv* env, jclass, jlong ssl_address) argument
7345 NativeCrypto_SSL_get_tls_channel_id(JNIEnv* env, jclass, jlong ssl_address) argument
7383 NativeCrypto_SSL_set1_tls_channel_id(JNIEnv* env, jclass, jlong ssl_address, jlong pkeyRef) argument
7421 NativeCrypto_SSL_use_PrivateKey(JNIEnv* env, jclass, jlong ssl_address, jlong pkeyRef) argument
7451 NativeCrypto_SSL_use_certificate(JNIEnv* env, jclass, jlong ssl_address, jlongArray certificatesJava) argument
7530 NativeCrypto_SSL_check_private_key(JNIEnv* env, jclass, jlong ssl_address) argument
7547 NativeCrypto_SSL_set_client_CA_list(JNIEnv* env, jclass, jlong ssl_address, jobjectArray principals) argument
7615 NativeCrypto_SSL_get_mode(JNIEnv* env, jclass, jlong ssl_address) argument
7629 NativeCrypto_SSL_set_mode(JNIEnv* env, jclass, jlong ssl_address, jlong mode) argument
7644 NativeCrypto_SSL_clear_mode(JNIEnv* env, jclass, jlong ssl_address, jlong mode) argument
7659 NativeCrypto_SSL_get_options(JNIEnv* env, jclass, jlong ssl_address) argument
7674 NativeCrypto_SSL_set_options(JNIEnv* env, jclass, jlong ssl_address, jlong options) argument
7689 NativeCrypto_SSL_clear_options(JNIEnv* env, jclass, jlong ssl_address, jlong options) argument
7702 NativeCrypto_SSL_use_psk_identity_hint(JNIEnv* env, jclass, jlong ssl_address, jstring identityHintJava) argument
7731 NativeCrypto_set_SSL_psk_client_callback_enabled(JNIEnv* env, jclass, jlong ssl_address, jboolean enabled) argument
7744 NativeCrypto_set_SSL_psk_server_callback_enabled(JNIEnv* env, jclass, jlong ssl_address, jboolean enabled) argument
7757 NativeCrypto_SSL_get_ciphers(JNIEnv* env, jclass, jlong ssl_address) argument
7774 NativeCrypto_get_SSL_CIPHER_algorithm_mkey(JNIEnv* env, jclass, jlong ssl_cipher_address) argument
7782 NativeCrypto_get_SSL_CIPHER_algorithm_auth(JNIEnv* env, jclass, jlong ssl_cipher_address) argument
7793 NativeCrypto_SSL_set_cipher_lists(JNIEnv* env, jclass, jlong ssl_address, jobjectArray cipherSuites) argument
7855 NativeCrypto_SSL_set_accept_state(JNIEnv* env, jclass, jlong sslRef) argument
7864 NativeCrypto_SSL_set_connect_state(JNIEnv* env, jclass, jlong sslRef) argument
7876 NativeCrypto_SSL_set_verify(JNIEnv* env, jclass, jlong ssl_address, jint mode) argument
7890 NativeCrypto_SSL_set_session(JNIEnv* env, jclass, jlong ssl_address, jlong ssl_session_address) argument
7917 NativeCrypto_SSL_set_session_creation_enabled(JNIEnv* env, jclass, jlong ssl_address, jboolean creation_enabled) argument
7929 NativeCrypto_SSL_set_tlsext_host_name(JNIEnv* env, jclass, jlong ssl_address, jstring hostname) argument
7956 NativeCrypto_SSL_get_servername(JNIEnv* env, jclass, jlong ssl_address) argument
8058 NativeCrypto_SSL_CTX_enable_npn(JNIEnv* env, jclass, jlong ssl_ctx_address) argument
8068 NativeCrypto_SSL_CTX_disable_npn(JNIEnv* env, jclass, jlong ssl_ctx_address) argument
8078 NativeCrypto_SSL_get_npn_negotiated_protocol(JNIEnv* env, jclass, jlong ssl_address) argument
8099 NativeCrypto_SSL_set_alpn_protos(JNIEnv* env, jclass, jlong ssl_address, jbyteArray protos) argument
8126 NativeCrypto_SSL_get0_alpn_selected(JNIEnv* env, jclass, jlong ssl_address) argument
8210 NativeCrypto_SSL_do_handshake_bio(JNIEnv* env, jclass, jlong ssl_address, jlong rbioRef, jlong wbioRef, jobject shc, jboolean client_mode, jbyteArray npnProtocols, jbyteArray alpnProtocols) argument
8304 NativeCrypto_SSL_do_handshake(JNIEnv* env, jclass, jlong ssl_address, jobject fdObject, jobject shc, jint timeout_millis, jboolean client_mode, jbyteArray npnProtocols, jbyteArray alpnProtocols) argument
8485 NativeCrypto_SSL_renegotiate(JNIEnv* env, jclass, jlong ssl_address) argument
8514 NativeCrypto_SSL_get_certificate(JNIEnv* env, jclass, jlong ssl_address) argument
8555 NativeCrypto_SSL_get_peer_cert_chain(JNIEnv* env, jclass, jlong ssl_address) argument
8596 sslRead(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, char* buf, jint len, OpenSslError& sslError, int read_timeout_millis) argument
8727 NativeCrypto_SSL_read_BIO(JNIEnv* env, jclass, jlong sslRef, jbyteArray destJava, jint destOffset, jint destLength, jlong sourceBioRef, jlong sinkBioRef, jobject shc) argument
8856 NativeCrypto_SSL_read(JNIEnv* env, jclass, jlong ssl_address, jobject fdObject, jobject shc, jbyteArray b, jint offset, jint len, jint read_timeout_millis) argument
8912 sslWrite(JNIEnv* env, SSL* ssl, jobject fdObject, jobject shc, const char* buf, jint len, OpenSslError& sslError, int write_timeout_millis) argument
9057 NativeCrypto_SSL_write_BIO(JNIEnv* env, jclass, jlong sslRef, jbyteArray sourceJava, jint len, jlong sinkBioRef, jobject shc) argument
9174 NativeCrypto_SSL_write(JNIEnv* env, jclass, jlong ssl_address, jobject fdObject, jobject shc, jbyteArray b, jint offset, jint len, jint write_timeout_millis) argument
9222 NativeCrypto_SSL_interrupt( JNIEnv* env, jclass, jlong ssl_address) argument
9247 NativeCrypto_SSL_shutdown(JNIEnv* env, jclass, jlong ssl_address, jobject fdObject, jobject shc) argument
9327 NativeCrypto_SSL_shutdown_BIO(JNIEnv* env, jclass, jlong ssl_address, jlong rbioRef, jlong wbioRef, jobject shc) argument
9399 NativeCrypto_SSL_get_shutdown(JNIEnv* env, jclass, jlong ssl_address) argument
9415 NativeCrypto_SSL_free(JNIEnv* env, jclass, jlong ssl_address) argument
9432 NativeCrypto_SSL_SESSION_session_id(JNIEnv* env, jclass, jlong ssl_session_address) argument
9453 NativeCrypto_SSL_SESSION_get_time(JNIEnv* env, jclass, jlong ssl_session_address) argument
9470 NativeCrypto_SSL_SESSION_get_version(JNIEnv* env, jclass, jlong ssl_session_address) argument
9484 NativeCrypto_SSL_SESSION_cipher(JNIEnv* env, jclass, jlong ssl_session_address) argument
9499 NativeCrypto_SSL_SESSION_free(JNIEnv* env, jclass, jlong ssl_session_address) argument
9514 NativeCrypto_i2d_SSL_SESSION(JNIEnv* env, jclass, jlong ssl_session_address) argument
9526 NativeCrypto_d2i_SSL_SESSION(JNIEnv* env, jclass, jbyteArray javaBytes) argument
9804 getGlobalRefToClass(JNIEnv* env, const char* className) argument
9814 getStaticMethodRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) argument
9823 getMethodRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) argument
9832 getFieldRef(JNIEnv* env, jclass clazz, const char* name, const char* sig) argument
9841 initialize_conscrypt(JNIEnv* env) argument
9868 findClass(JNIEnv* env, const char* name) argument
9888 JNIEnv *env; local
[all...]
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dconfirm_infobar.cc34 JNIEnv* env) {
35 java_confirm_delegate_.Reset(Java_ConfirmInfoBarDelegate_create(env));
38 env, GetTextFor(ConfirmInfoBarDelegate::BUTTON_OK));
41 env, GetTextFor(ConfirmInfoBarDelegate::BUTTON_CANCEL));
45 env, delegate->GetMessageText());
48 env, delegate->GetLinkText());
51 env, java_confirm_delegate_.obj(), reinterpret_cast<intptr_t>(this),
56 void ConfirmInfoBar::OnLinkClicked(JNIEnv* env, jobject obj) { argument
91 bool RegisterConfirmInfoBarDelegate(JNIEnv* env) { argument
92 return RegisterNativesImpl(env);
33 CreateRenderInfoBar( JNIEnv* env) argument
[all...]
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/jni/
H A Dopensl_runner.cc83 JNIEnv* env,
87 OpenSlesInput::SetAndroidAudioDeviceObjects(g_vm, env, context);
88 OpenSlesOutput::SetAndroidAudioDeviceObjects(g_vm, env, context);
92 static JNIEXPORT void JNICALL Start(JNIEnv * env, jobject) { argument
96 static JNIEXPORT void JNICALL Stop(JNIEnv * env, jobject) { argument
108 JNIEnv* env; local
109 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
113 jclass local_osr = env->FindClass("org/webrtc/app/OpenSlRunner");
115 g_osr = static_cast<jclass>(env->NewGlobalRef(local_osr));
123 int ret_val = env
82 RegisterApplicationContext( JNIEnv* env, jobject obj, jobject context) argument
[all...]
/external/chromium_org/ui/base/android/
H A Dwindow_android.cc20 WindowAndroid::WindowAndroid(JNIEnv* env, jobject obj, jlong vsync_period) argument
21 : weak_java_window_(env, obj),
26 void WindowAndroid::Destroy(JNIEnv* env, jobject obj) { argument
34 bool WindowAndroid::RegisterWindowAndroid(JNIEnv* env) { argument
35 return RegisterNativesImpl(env);
76 JNIEnv* env = AttachCurrentThread(); local
77 Java_WindowAndroid_requestVSyncUpdate(env, GetJavaObject().obj());
90 void WindowAndroid::OnVSync(JNIEnv* env, jobject obj, jlong time_micros) { argument
104 jlong Init(JNIEnv* env, jobject obj, jlong vsync_period) { argument
105 WindowAndroid* window = new WindowAndroid(env, ob
[all...]
/external/qemu/target-arm/
H A Dhelper.h7 DEF_HELPER_3(add_setq, i32, env, i32, i32)
8 DEF_HELPER_3(add_saturate, i32, env, i32, i32)
9 DEF_HELPER_3(sub_saturate, i32, env, i32, i32)
10 DEF_HELPER_3(add_usaturate, i32, env, i32, i32)
11 DEF_HELPER_3(sub_usaturate, i32, env, i32, i32)
12 DEF_HELPER_2(double_saturate, i32, env, s32)
43 DEF_HELPER_3(ssat, i32, env, i32, i32)
44 DEF_HELPER_3(usat, i32, env, i32, i32)
45 DEF_HELPER_3(ssat16, i32, env, i32, i32)
46 DEF_HELPER_3(usat16, i32, env, i3
[all...]
H A Dcpu.h281 uint32_t do_arm_semihosting(CPUARMState *env);
283 static inline bool is_a64(CPUARMState *env) argument
288 return env->aarch64;
306 int cpu_arm_handle_mmu_fault (CPUARMState *env, target_ulong address, int rw,
310 static inline void cpu_set_tls(CPUARMState *env, target_ulong newtls) argument
312 env->cp15.c13_tls2 = newtls;
341 uint32_t cpsr_read(CPUARMState *env);
343 void cpsr_write(CPUARMState *env, uint32_t val, uint32_t mask);
346 static inline uint32_t xpsr_read(CPUARMState *env) argument
349 ZF = (env
358 xpsr_write(CPUARMState *env, uint32_t val, uint32_t mask) argument
446 arm_feature(CPUARMState *env, int feature) argument
573 arm_current_pl(CPUARMState *env) argument
699 cp_access_ok(CPUARMState *env, const ARMCPRegInfo *ri, int isread) argument
808 cpu_mmu_index(CPUARMState *env) argument
813 is_cpu_user(CPUARMState *env) argument
823 cpu_clone_regs(CPUARMState *env, target_ulong newsp) argument
875 cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, target_ulong *cs_base, int *flags) argument
913 cpu_pc_from_tb(CPUARMState *env, TranslationBlock *tb) argument
[all...]
/external/chromium_org/chrome/browser/android/
H A Drecently_closed_tabs_bridge.cc24 void AddTabToList(JNIEnv* env, argument
32 env, jtabs_list, entry->id,
33 ConvertUTF16ToJavaString(env, current_navigation.title()).Release(),
34 ConvertUTF8ToJavaString(env, current_navigation.virtual_url().spec())
38 void AddTabsToList(JNIEnv* env, argument
48 AddTabToList(env, entry, jtabs_list);
66 void RecentlyClosedTabsBridge::Destroy(JNIEnv* env, jobject obj) { argument
70 void RecentlyClosedTabsBridge::SetRecentlyClosedCallback(JNIEnv* env, argument
73 callback_.Reset(env, jcallback);
76 jboolean RecentlyClosedTabsBridge::GetRecentlyClosedTabs(JNIEnv* env, argument
89 OpenRecentlyClosedTab(JNIEnv* env, jobject obj, jobject jtab, jint recent_tab_id, jint j_disposition) argument
124 ClearRecentlyClosedTabs(JNIEnv* env, jobject obj) argument
160 Init(JNIEnv* env, jobject obj, jobject jprofile) argument
167 Register(JNIEnv* env) argument
[all...]
H A Dforeign_session_helper.h26 void Destroy(JNIEnv* env, jobject obj);
27 jboolean IsTabSyncEnabled(JNIEnv* env, jobject obj);
28 void SetOnForeignSessionCallback(JNIEnv* env, jobject obj, jobject callback);
29 jboolean GetForeignSessions(JNIEnv* env, jobject obj, jobject result);
30 jboolean OpenForeignSessionTab(JNIEnv* env,
36 void DeleteForeignSession(JNIEnv* env, jobject obj, jstring session_tag);
43 static bool RegisterForeignSessionHelper(JNIEnv* env);
H A Dpassword_ui_view_android.h23 PasswordUIViewAndroid(JNIEnv* env, jobject);
39 JNIEnv* env, jobject, int index);
41 GetSavedPasswordException(JNIEnv* env, jobject, int index);
42 void UpdatePasswordLists(JNIEnv* env, jobject);
43 void HandleRemoveSavedPasswordEntry(JNIEnv* env, jobject, int index);
44 void HandleRemoveSavedPasswordException(JNIEnv* env, jobject, int index);
49 static bool RegisterPasswordUIViewAndroid(JNIEnv* env);
/external/chromium_org/ui/gfx/android/
H A Dshared_device_display_info.cc15 static void UpdateSharedDeviceDisplayInfo(JNIEnv* env, argument
26 SharedDeviceDisplayInfo::GetInstance()->InvokeUpdate(env, obj,
90 bool SharedDeviceDisplayInfo::RegisterSharedDeviceDisplayInfo(JNIEnv* env) { argument
91 return RegisterNativesImpl(env);
94 void SharedDeviceDisplayInfo::InvokeUpdate(JNIEnv* env, argument
107 UpdateDisplayInfo(env, obj,
121 JNIEnv* env = base::android::AttachCurrentThread(); local
124 env, base::android::GetApplicationContext()));
125 UpdateDisplayInfo(env, j_device_info_.obj(),
126 Java_DeviceDisplayInfo_getDisplayHeight(env, j_device_info
141 UpdateDisplayInfo(JNIEnv* env, jobject jobj, jint display_height, jint display_width, jint physical_display_height, jint physical_display_width, jint bits_per_pixel, jint bits_per_component, jdouble dip_scale, jint smallest_dip_width, jint rotation_degrees) argument
[all...]
/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp244 UCHAR gr, env; local
273 for (env=0; env<pBsData->noEnv; env++) {
279 if (env==0) {
284 aPrevIidIndex = pBsData->aaIidIndex[env-1];
285 aPrevIccIndex = pBsData->aaIccIndex[env-1];
289 pBsData->aaIidIndex[env],
291 pBsData->abIidDtFlag[env],
298 pBsData->aaIccIndex[env],
444 UCHAR gr, env; local
[all...]
/external/chromium_org/chrome/browser/history/android/
H A Dsqlite_cursor.h75 JNIEnv* env,
81 static bool RegisterSqliteCursor(JNIEnv* env);
86 jint GetCount(JNIEnv* env, jobject obj);
90 JNIEnv* env,
94 base::android::ScopedJavaLocalRef<jstring> GetString(JNIEnv* env,
99 jlong GetLong(JNIEnv* env, jobject obj, jint column);
102 jint GetInt(JNIEnv* env, jobject obj, jint column);
105 jdouble GetDouble(JNIEnv* env, jobject obj, jint column);
108 base::android::ScopedJavaLocalRef<jbyteArray> GetBlob(JNIEnv* env,
113 jboolean IsNull(JNIEnv* env, jobjec
[all...]
/external/chromium_org/android_webview/native/
H A Daw_contents.h85 void SetJavaPeers(JNIEnv* env,
92 jlong GetWebContents(JNIEnv* env, jobject obj);
94 void Destroy(JNIEnv* env, jobject obj);
95 void DocumentHasImages(JNIEnv* env, jobject obj, jobject message);
96 void GenerateMHTML(JNIEnv* env, jobject obj, jstring jpath, jobject callback);
97 void CreatePdfExporter(JNIEnv* env, jobject obj, jobject pdfExporter);
98 void AddVisitedLinks(JNIEnv* env, jobject obj, jobjectArray jvisited_links);
100 JNIEnv* env, jobject obj);
101 void RequestNewHitTestDataAt(JNIEnv* env, jobject obj, jint x, jint y);
102 void UpdateLastHitTestData(JNIEnv* env, jobjec
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc132 static v8::Local<v8::Function> CompileFunction(DebugLocalContext* env, argument
135 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(), source))
137 return v8::Local<v8::Function>::Cast((*env)->Global()->Get(
138 v8::String::NewFromUtf8(env->GetIsolate(), function_name)));
455 void CheckDebugBreakFunction(DebugLocalContext* env, argument
463 *CompileFunction(env, source, name));
982 DebugLocalContext env;
983 v8::HandleScope scope(env->GetIsolate());
985 CheckDebugBreakFunction(&env,
990 CheckDebugBreakFunction(&env,
1065 DebugLocalContext env; local
1102 DebugLocalContext env; local
1135 DebugLocalContext env; local
1170 DebugLocalContext env; local
1204 DebugLocalContext env; local
1240 DebugLocalContext env; local
1276 DebugLocalContext env; local
1335 DebugLocalContext env; local
1398 DebugLocalContext env; local
1455 DebugLocalContext env; local
1514 DebugLocalContext env; local
1618 DebugLocalContext env; local
1727 DebugLocalContext env; local
1785 DebugLocalContext env; local
1848 DebugLocalContext env; local
1904 DebugLocalContext env; local
1968 DebugLocalContext env; local
2037 DebugLocalContext env; local
2096 DebugLocalContext env; local
2212 DebugLocalContext env; local
2260 DebugLocalContext env; local
2295 DebugLocalContext env; local
2321 DebugLocalContext env; local
2351 DebugLocalContext env; local
2379 DebugLocalContext env; local
2532 DebugLocalContext env; local
2579 DebugLocalContext env; local
2718 DebugLocalContext env; local
2780 DebugLocalContext env; local
2823 DebugLocalContext env; local
2872 DebugLocalContext env; local
2920 DebugLocalContext env; local
2963 DebugLocalContext env; local
3005 DebugLocalContext env; local
3051 DebugLocalContext env; local
3084 DebugLocalContext env; local
3117 DebugLocalContext env; local
3161 DebugLocalContext env; local
3218 DebugLocalContext env; local
3266 DebugLocalContext env; local
3307 DebugLocalContext env; local
3349 DebugLocalContext env; local
3401 DebugLocalContext env; local
3454 DebugLocalContext env; local
3502 DebugLocalContext env; local
3534 DebugLocalContext env; local
3571 DebugLocalContext env; local
3622 DebugLocalContext env; local
3674 DebugLocalContext env; local
3710 DebugLocalContext env; local
3748 DebugLocalContext env; local
3787 DebugLocalContext env; local
3839 DebugLocalContext env; local
3877 DebugLocalContext env; local
4016 DebugLocalContext env; local
4056 DebugLocalContext env; local
4110 DebugLocalContext env; local
4204 DebugLocalContext env; local
4258 DebugLocalContext env; local
4383 DebugLocalContext env; local
4515 DebugLocalContext env; local
4622 DebugLocalContext env; local
4662 DebugLocalContext env; local
4699 DebugLocalContext env; local
5045 DebugLocalContext env; local
5136 DebugLocalContext env; local
5736 DebugLocalContext env; local
5829 DebugLocalContext env; local
5872 DebugLocalContext env; local
5907 DebugLocalContext env; local
5945 DebugLocalContext env; local
6113 DebugLocalContext env; local
6175 DebugLocalContext env; local
6345 DebugLocalContext env; local
6389 DebugLocalContext env; local
6425 DebugLocalContext env; local
6461 DebugLocalContext env; local
6491 DebugLocalContext env; local
6553 DebugLocalContext env; local
6590 DebugLocalContext env; local
6691 DebugLocalContext env; local
6734 DebugLocalContext env; local
6778 DebugLocalContext env; local
6800 DebugLocalContext env; local
6877 DebugLocalContext env; local
6966 DebugLocalContext env; local
7060 DebugLocalContext env; local
7149 DebugLocalContext env; local
7222 DebugLocalContext env; local
7303 DebugLocalContext env; local
7351 DebugLocalContext env; local
7378 DebugLocalContext env; local
7396 LocalContext env; local
7405 LocalContext env; local
7417 DebugLocalContext env; local
7459 DebugLocalContext env; local
7510 DebugLocalContext env; local
[all...]
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc98 ToJavaIntArray(JNIEnv* env, scoped_ptr<jint[]> native_array, int size) { argument
99 ScopedJavaLocalRef<jintArray> j_array(env, env->NewIntArray(size));
100 env->SetIntArrayRegion(j_array.obj(), 0, size, native_array.get());
136 JNIEnv* env = AttachCurrentThread();
139 Java_MediaCodecBridge_getCodecsInfo(env);
140 jsize len = env->GetArrayLength(j_codec_info_array.obj());
143 env, env->GetObjectArrayElement(j_codec_info_array.obj(), i));
145 Java_CodecInfo_codecType(env, j_inf
230 JNIEnv* env = AttachCurrentThread(); local
239 JNIEnv* env = AttachCurrentThread(); local
246 JNIEnv* env = AttachCurrentThread(); local
252 JNIEnv* env = AttachCurrentThread(); local
258 JNIEnv* env = AttachCurrentThread(); local
263 JNIEnv* env = AttachCurrentThread(); local
362 JNIEnv* env = AttachCurrentThread(); local
375 JNIEnv* env = AttachCurrentThread(); local
394 JNIEnv* env = AttachCurrentThread(); local
423 JNIEnv* env = AttachCurrentThread(); local
431 JNIEnv* env = AttachCurrentThread(); local
436 JNIEnv* env = AttachCurrentThread(); local
441 JNIEnv* env = AttachCurrentThread(); local
447 JNIEnv* env = AttachCurrentThread(); local
454 JNIEnv* env = AttachCurrentThread(); local
466 JNIEnv* env = AttachCurrentThread(); local
509 JNIEnv* env = AttachCurrentThread(); local
641 JNIEnv* env = AttachCurrentThread(); local
653 JNIEnv* env = AttachCurrentThread(); local
765 JNIEnv* env = AttachCurrentThread(); local
770 JNIEnv* env = AttachCurrentThread(); local
784 RegisterMediaCodecBridge(JNIEnv* env) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux_unittest.cc80 MockEnvironment env; local
81 env.Set("HOME", "/home/user");
82 env.Set("XDG_DATA_HOME", "/user/path");
84 ASSERT_TRUE(GetDataWriteLocation(&env, &path));
90 MockEnvironment env; local
91 env.Set("HOME", "/home/user");
93 ASSERT_TRUE(GetDataWriteLocation(&env, &path));
99 MockEnvironment env; local
101 ASSERT_FALSE(GetDataWriteLocation(&env, &path));
111 MockEnvironment env; local
124 MockEnvironment env; local
137 MockEnvironment env; local
147 MockEnvironment env; local
170 MockEnvironment env; local
186 MockEnvironment env; local
206 MockEnvironment env; local
227 MockEnvironment env; local
252 MockEnvironment env; local
285 MockEnvironment env; local
308 MockEnvironment env; local
327 MockEnvironment env; local
348 MockEnvironment env; local
[all...]
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_android.cc29 void SelectFileDialogImpl::OnFileSelected(JNIEnv* env, argument
36 std::string path = ConvertJavaStringToUTF8(env, filepath);
37 std::string file_name = ConvertJavaStringToUTF8(env, display_name);
48 void SelectFileDialogImpl::OnMultipleFilesSelected(JNIEnv* env, argument
57 jsize length = env->GetArrayLength(filepaths);
58 DCHECK(length == env->GetArrayLength(display_names));
61 env, static_cast<jstring>(env->GetObjectArrayElement(filepaths, i)));
63 env,
64 static_cast<jstring>(env
79 OnFileNotSelected( JNIEnv* env, jobject java_object) argument
103 JNIEnv* env = base::android::AttachCurrentThread(); local
126 RegisterSelectFileDialog(JNIEnv* env) argument
136 JNIEnv* env = base::android::AttachCurrentThread(); local
[all...]
/external/jhead/
H A Dmain.c58 static void addExifAttibute(JNIEnv *env, jmethodID putMethod, jobject hashMap, char* key, char* value) { argument
59 jstring jkey = (*env)->NewStringUTF(env, key);
60 jstring jvalue = (*env)->NewStringUTF(env, value);
62 jobject jobject_of_entryset = (*env)->CallObjectMethod(env, hashMap, putMethod, jkey, jvalue);
64 (*env)->ReleaseStringUTFChars(env, jkey, key);
65 (*env)
195 saveAttributes(JNIEnv *env, jobject jobj, jstring jfilename, jstring jattributes) argument
395 appendThumbnail(JNIEnv *env, jobject jobj, jstring jfilename, jstring jthumbnailfilename) argument
424 commitChanges(JNIEnv *env, jobject jobj, jstring jfilename) argument
437 getThumbnail(JNIEnv *env, jobject jobj, jstring jfilename) argument
478 getThumbnailRange(JNIEnv *env, jobject jobj, jstring jfilename) argument
563 getAttributes(JNIEnv *env, jobject jobj, jstring jfilename) argument
783 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
805 registerNatives(JNIEnv* env) argument
818 JNIEnv* env = NULL; local
[all...]

Completed in 1070 milliseconds

<<11121314151617181920>>