/external/python/jinja/tests/ |
D | test_lexnparse.py | 21 def test_simple(self, env): argument 35 def test_iter(self, env): argument 44 def test_raw1(self, env): argument 51 def test_raw2(self, env): argument 55 def test_raw3(self, env): argument 62 def test_raw4(self, env): argument 71 def test_balancing(self, env): argument 79 def test_comments(self, env): argument 93 def test_string_escapes(self, env): argument 99 def test_bytefallback(self, env): argument [all …]
|
D | test_filters.py | 30 def test_filter_calling(self, env): argument 34 def test_capitalize(self, env): argument 38 def test_center(self, env): argument 42 def test_default(self, env): argument 58 def test_dictsort(self, env, args, expect): argument 63 def test_batch(self, env): argument 71 def test_slice(self, env): argument 79 def test_escape(self, env): argument 87 def test_trim(self, env, chars, expect): argument 92 def test_striptags(self, env): argument [all …]
|
D | test_nativetypes.py | 12 def env(): function 16 def test_is_defined_native_return(env): argument 21 def test_undefined_native_return(env): argument 26 def test_adding_undefined_native_return(env): argument 33 def test_cast_int(env): argument 40 def test_list_add(env): argument 47 def test_multi_expression_add(env): argument 54 def test_loops(env): argument 61 def test_loops_with_ints(env): argument 68 def test_loop_look_alike(env): argument [all …]
|
D | test_regression.py | 13 def test_assigned_scoping(self, env): argument 46 def test_closure_scoping(self, env): argument 84 def test_keyword_folding(self, env): argument 92 def test_extends_output_bugs(self, env): argument 105 def test_urlize_filter_escaping(self, env): argument 112 def test_loop_call_loop(self, env): argument 133 def test_weird_inline_comment(self, env): argument 141 def test_old_macro_loop_scoping_bug(self, env): argument 148 def test_partial_conditional_assignments(self, env): argument 153 def test_stacked_locals_scoping_bug(self, env): argument [all …]
|
D | test_inheritance.py | 59 def env(): function 77 def test_layout(self, env): argument 83 def test_level1(self, env): argument 89 def test_level2(self, env): argument 96 def test_level3(self, env): argument 102 def test_level4(self, env): argument 108 def test_super(self, env): argument 125 def test_working(self, env): argument 128 def test_reuse_blocks(self, env): argument 134 def test_preserve_blocks(self, env): argument [all …]
|
D | test_core_tags.py | 16 def test_simple(self, env): argument 20 def test_else(self, env): argument 24 def test_else_scoping_item(self, env): argument 28 def test_empty_blocks(self, env): argument 32 def test_context_vars(self, env): argument 69 def test_cycling(self, env): argument 78 def test_lookaround(self, env): argument 88 def test_changed(self, env): argument 97 def test_scope(self, env): argument 102 def test_varlen(self, env): argument [all …]
|
D | test_tests.py | 12 def test_defined(self, env): argument 16 def test_even(self, env): argument 20 def test_odd(self, env): argument 24 def test_lower(self, env): argument 111 def test_types(self, env, op, expect): argument 115 def test_upper(self, env): argument 119 def test_equalto(self, env): argument 152 def test_compare_aliases(self, env, op, expect): argument 156 def test_sameas(self, env): argument 160 def test_no_paren_for_arg1(self, env): argument [all …]
|
/external/aws-crt-java/src/native/ |
D | java_class_ids.c | 13 static void s_cache_http_request_body_stream(JNIEnv *env) { in s_cache_http_request_body_stream() 30 static void s_cache_aws_signing_config(JNIEnv *env) { in s_cache_aws_signing_config() 97 static void s_cache_predicate(JNIEnv *env) { in s_cache_predicate() 108 static void s_cache_boxed_long(JNIEnv *env) { in s_cache_boxed_long() 122 static void s_cache_http_request(JNIEnv *env) { in s_cache_http_request() 141 static void s_cache_crt_resource(JNIEnv *env) { in s_cache_crt_resource() 162 static void s_cache_mqtt_connection(JNIEnv *env) { in s_cache_mqtt_connection() 192 static void s_cache_message_handler(JNIEnv *env) { in s_cache_message_handler() 202 static void s_cache_mqtt_exception(JNIEnv *env) { in s_cache_mqtt_exception() 214 static void s_cache_mqtt_client_connection_operation_statistics(JNIEnv *env) { in s_cache_mqtt_client_connection_operation_statistics() [all …]
|
D | crt.c | 58 JNIEnv *env = aws_jni_acquire_thread_env(jvm); in s_detach_jvm_from_thread() local 69 JNIEnv *env = NULL; in s_aws_jni_get_thread_env() local 145 static void s_jvm_table_add_jvm_for_env(JNIEnv *env) { in s_jvm_table_add_jvm_for_env() 167 static void s_jvm_table_remove_jvm_for_env(JNIEnv *env) { in s_jvm_table_remove_jvm_for_env() 217 JNIEnv *env = s_aws_jni_get_thread_env(jvm); in aws_jni_acquire_thread_env() local 232 void aws_jni_release_thread_env(JavaVM *jvm, JNIEnv *env) { in aws_jni_release_thread_env() 241 void aws_jni_throw_runtime_exception(JNIEnv *env, const char *msg, ...) { in aws_jni_throw_runtime_exception() 262 void aws_jni_throw_null_pointer_exception(JNIEnv *env, const char *msg, ...) { in aws_jni_throw_null_pointer_exception() 271 void aws_jni_throw_illegal_argument_exception(JNIEnv *env, const char *msg, ...) { in aws_jni_throw_illegal_argument_exception() 280 bool aws_jni_check_and_clear_exception(JNIEnv *env) { in aws_jni_check_and_clear_exception() [all …]
|
/external/oboe/apps/OboeTester/app/src/main/cpp/ |
D | jni-bridge.cpp | 101 Java_com_mobileer_oboetester_NativeEngine_isMMapSupported(JNIEnv *env, jclass type) { in Java_com_mobileer_oboetester_NativeEngine_isMMapSupported() 106 Java_com_mobileer_oboetester_NativeEngine_isMMapExclusiveSupported(JNIEnv *env, jclass type) { in Java_com_mobileer_oboetester_NativeEngine_isMMapExclusiveSupported() 111 Java_com_mobileer_oboetester_NativeEngine_setWorkaroundsEnabled(JNIEnv *env, jclass type, in Java_com_mobileer_oboetester_NativeEngine_setWorkaroundsEnabled() 117 Java_com_mobileer_oboetester_NativeEngine_areWorkaroundsEnabled(JNIEnv *env, in Java_com_mobileer_oboetester_NativeEngine_areWorkaroundsEnabled() 123 Java_com_mobileer_oboetester_NativeEngine_getCpuCount(JNIEnv *env, jclass type) { in Java_com_mobileer_oboetester_NativeEngine_getCpuCount() 128 Java_com_mobileer_oboetester_NativeEngine_setCpuAffinityMask(JNIEnv *env, in Java_com_mobileer_oboetester_NativeEngine_setCpuAffinityMask() 135 Java_com_mobileer_oboetester_NativeEngine_setWorkloadReportingEnabled(JNIEnv *env, in Java_com_mobileer_oboetester_NativeEngine_setWorkloadReportingEnabled() 143 JNIEnv *env, jobject synth, in Java_com_mobileer_oboetester_OboeAudioStream_openNative() 187 Java_com_mobileer_oboetester_TestAudioActivity_startNative(JNIEnv *env, jobject) { in Java_com_mobileer_oboetester_TestAudioActivity_startNative() 192 Java_com_mobileer_oboetester_TestAudioActivity_pauseNative(JNIEnv *env, jobject) { in Java_com_mobileer_oboetester_TestAudioActivity_pauseNative() [all …]
|
/external/oj-libjdwp/src/share/back/ |
D | DDMImpl.c | 36 SendDdmBroadcast(JNIEnv* env, jboolean connected) in SendDdmBroadcast() 40 if (JNI_FUNC_PTR(env,ExceptionCheck)(env)) { in SendDdmBroadcast() local 41 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast() local 47 JNI_FUNC_PTR(env,ExceptionDescribe)(env); in SendDdmBroadcast() local 48 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast() local 53 JNI_FUNC_PTR(env,CallStaticVoidMethod)(env, ddm_class, broadcast, event); in SendDdmBroadcast() local 54 if (JNI_FUNC_PTR(env,ExceptionCheck)(env)) { in SendDdmBroadcast() local 56 JNI_FUNC_PTR(env,ExceptionDescribe)(env); in SendDdmBroadcast() local 57 JNI_FUNC_PTR(env,ExceptionClear)(env); in SendDdmBroadcast() local 67 JNI_FUNC_PTR(env,ExceptionDescribe)(env); in SendDdmBroadcast() local [all …]
|
D | ArrayReferenceImpl.c | 34 JNIEnv *env = getEnv(); in length() local 70 writeBooleanComponents(JNIEnv *env, PacketOutputStream *out, in writeBooleanComponents() 78 JNI_FUNC_PTR(env,GetBooleanArrayRegion)(env, array, index, length, components); in writeBooleanComponents() local 87 writeByteComponents(JNIEnv *env, PacketOutputStream *out, in writeByteComponents() 95 JNI_FUNC_PTR(env,GetByteArrayRegion)(env, array, index, length, components); in writeByteComponents() local 104 writeCharComponents(JNIEnv *env, PacketOutputStream *out, in writeCharComponents() 112 JNI_FUNC_PTR(env,GetCharArrayRegion)(env, array, index, length, components); in writeCharComponents() local 121 writeShortComponents(JNIEnv *env, PacketOutputStream *out, in writeShortComponents() 129 JNI_FUNC_PTR(env,GetShortArrayRegion)(env, array, index, length, components); in writeShortComponents() local 138 writeIntComponents(JNIEnv *env, PacketOutputStream *out, in writeIntComponents() [all …]
|
/external/cronet/stable/components/cronet/android/test/ |
D | test_upload_data_stream_handler.cc | 29 JNIEnv* env, in TestUploadDataStreamHandler() 44 void TestUploadDataStreamHandler::Destroy(JNIEnv* env) { in Destroy() 52 JNIEnv* env = base::android::AttachCurrentThread(); in OnInitCompleted() local 64 void TestUploadDataStreamHandler::Init(JNIEnv* env) { in Init() 72 void TestUploadDataStreamHandler::Read(JNIEnv* env) { in Read() 80 void TestUploadDataStreamHandler::Reset(JNIEnv* env) { in Reset() 88 void TestUploadDataStreamHandler::CheckInitCallbackNotInvoked(JNIEnv* env) { in CheckInitCallbackNotInvoked() 96 void TestUploadDataStreamHandler::CheckReadCallbackNotInvoked(JNIEnv* env) { in CheckReadCallbackNotInvoked() 113 JNIEnv* env = base::android::AttachCurrentThread(); in InitOnNetworkThread() local 144 JNIEnv* env = base::android::AttachCurrentThread(); in ResetOnNetworkThread() local [all …]
|
D | native_test_server.cc | 27 JNIEnv* env, in JNI_NativeTestServer_StartNativeTestServer() 46 void JNI_NativeTestServer_ShutdownNativeTestServer(JNIEnv* env) { in JNI_NativeTestServer_ShutdownNativeTestServer() 50 ScopedJavaLocalRef<jstring> JNI_NativeTestServer_GetEchoBodyURL(JNIEnv* env) { in JNI_NativeTestServer_GetEchoBodyURL() 56 JNIEnv* env, in JNI_NativeTestServer_GetEchoHeaderURL() 64 JNIEnv* env) { in JNI_NativeTestServer_GetEchoAllHeadersURL() 69 ScopedJavaLocalRef<jstring> JNI_NativeTestServer_GetEchoMethodURL(JNIEnv* env) { in JNI_NativeTestServer_GetEchoMethodURL() 75 JNIEnv* env) { in JNI_NativeTestServer_GetRedirectToEchoBody() 81 JNIEnv* env, in JNI_NativeTestServer_GetFileURL() 88 jint JNI_NativeTestServer_GetPort(JNIEnv* env) { in JNI_NativeTestServer_GetPort() 93 JNIEnv* env) { in JNI_NativeTestServer_GetExabyteResponseURL() [all …]
|
/external/cronet/tot/components/cronet/android/test/ |
D | test_upload_data_stream_handler.cc | 29 JNIEnv* env, in TestUploadDataStreamHandler() 44 void TestUploadDataStreamHandler::Destroy(JNIEnv* env) { in Destroy() 52 JNIEnv* env = base::android::AttachCurrentThread(); in OnInitCompleted() local 64 void TestUploadDataStreamHandler::Init(JNIEnv* env) { in Init() 72 void TestUploadDataStreamHandler::Read(JNIEnv* env) { in Read() 80 void TestUploadDataStreamHandler::Reset(JNIEnv* env) { in Reset() 88 void TestUploadDataStreamHandler::CheckInitCallbackNotInvoked(JNIEnv* env) { in CheckInitCallbackNotInvoked() 96 void TestUploadDataStreamHandler::CheckReadCallbackNotInvoked(JNIEnv* env) { in CheckReadCallbackNotInvoked() 113 JNIEnv* env = base::android::AttachCurrentThread(); in InitOnNetworkThread() local 144 JNIEnv* env = base::android::AttachCurrentThread(); in ResetOnNetworkThread() local [all …]
|
D | native_test_server.cc | 27 JNIEnv* env, in JNI_NativeTestServer_StartNativeTestServer() 46 void JNI_NativeTestServer_ShutdownNativeTestServer(JNIEnv* env) { in JNI_NativeTestServer_ShutdownNativeTestServer() 50 ScopedJavaLocalRef<jstring> JNI_NativeTestServer_GetEchoBodyURL(JNIEnv* env) { in JNI_NativeTestServer_GetEchoBodyURL() 56 JNIEnv* env, in JNI_NativeTestServer_GetEchoHeaderURL() 64 JNIEnv* env) { in JNI_NativeTestServer_GetEchoAllHeadersURL() 69 ScopedJavaLocalRef<jstring> JNI_NativeTestServer_GetEchoMethodURL(JNIEnv* env) { in JNI_NativeTestServer_GetEchoMethodURL() 75 JNIEnv* env) { in JNI_NativeTestServer_GetRedirectToEchoBody() 81 JNIEnv* env, in JNI_NativeTestServer_GetFileURL() 88 jint JNI_NativeTestServer_GetPort(JNIEnv* env) { in JNI_NativeTestServer_GetPort() 93 JNIEnv* env) { in JNI_NativeTestServer_GetExabyteResponseURL() [all …]
|
/external/cronet/tot/third_party/jni_zero/test/ |
D | sample_for_tests.cc | 36 JNIEnv* env, in MethodOtherP0() 46 void CPPClass::Destroy(JNIEnv* env, in Destroy() 52 jint CPPClass::Method(JNIEnv* env, in Method() 58 void CPPClass::AddStructB(JNIEnv* env, in AddStructB() 68 JNIEnv* env, in IterateAndDoSomethingWithStructB() 81 JNIEnv* env, in ReturnAString() 88 JNIEnv* env, in JNI_SampleForTests_Init() 112 JNI_SampleForTests_ListTest2(JNIEnv* env, std::vector<std::string>& items) { in JNI_SampleForTests_ListTest2() 140 JNIEnv* env, in JNI_SampleForTests_GetClass() 146 JNIEnv* env, in JNI_SampleForTests_GetThrowable() [all …]
|
/external/cronet/stable/third_party/jni_zero/test/ |
D | sample_for_tests.cc | 36 JNIEnv* env, in MethodOtherP0() 46 void CPPClass::Destroy(JNIEnv* env, in Destroy() 52 jint CPPClass::Method(JNIEnv* env, in Method() 58 void CPPClass::AddStructB(JNIEnv* env, in AddStructB() 68 JNIEnv* env, in IterateAndDoSomethingWithStructB() 81 JNIEnv* env, in ReturnAString() 88 JNIEnv* env, in JNI_SampleForTests_Init() 112 JNI_SampleForTests_ListTest2(JNIEnv* env, std::vector<std::string>& items) { in JNI_SampleForTests_ListTest2() 140 JNIEnv* env, in JNI_SampleForTests_GetClass() 146 JNIEnv* env, in JNI_SampleForTests_GetThrowable() [all …]
|
/external/cronet/tot/components/prefs/android/ |
D | pref_service_android.cc | 48 JNIEnv* env = AttachCurrentThread(); in GetJavaObject() local 56 void PrefServiceAndroid::ClearPref(JNIEnv* env, in ClearPref() 63 JNIEnv* env, in HasPrefPath() 70 JNIEnv* env, in GetBoolean() 76 void PrefServiceAndroid::SetBoolean(JNIEnv* env, in SetBoolean() 83 jint PrefServiceAndroid::GetInteger(JNIEnv* env, in GetInteger() 89 void PrefServiceAndroid::SetInteger(JNIEnv* env, in SetInteger() 97 JNIEnv* env, in GetDouble() 103 void PrefServiceAndroid::SetDouble(JNIEnv* env, in SetDouble() 110 jlong PrefServiceAndroid::GetLong(JNIEnv* env, in GetLong() [all …]
|
/external/cronet/stable/components/prefs/android/ |
D | pref_service_android.cc | 48 JNIEnv* env = AttachCurrentThread(); in GetJavaObject() local 56 void PrefServiceAndroid::ClearPref(JNIEnv* env, in ClearPref() 63 JNIEnv* env, in HasPrefPath() 70 JNIEnv* env, in GetBoolean() 76 void PrefServiceAndroid::SetBoolean(JNIEnv* env, in SetBoolean() 83 jint PrefServiceAndroid::GetInteger(JNIEnv* env, in GetInteger() 89 void PrefServiceAndroid::SetInteger(JNIEnv* env, in SetInteger() 97 JNIEnv* env, in GetDouble() 103 void PrefServiceAndroid::SetDouble(JNIEnv* env, in SetDouble() 110 jlong PrefServiceAndroid::GetLong(JNIEnv* env, in GetLong() [all …]
|
/external/cronet/stable/base/android/ |
D | jni_array.cc | 17 ToJavaByteArray(JNIEnv* env, const uint8_t* bytes, size_t len) { in ToJavaByteArray() 25 JNIEnv* env, in ToJavaByteArray() 41 ScopedJavaLocalRef<jbyteArray> ToJavaByteArray(JNIEnv* env, in ToJavaByteArray() 47 JNIEnv* env, in ToJavaBooleanArray() 55 ScopedJavaLocalRef<jbooleanArray> ToJavaBooleanArray(JNIEnv* env, in ToJavaBooleanArray() 72 ScopedJavaLocalRef<jintArray> ToJavaIntArray(JNIEnv* env, in ToJavaIntArray() 89 JNIEnv* env, in ToJavaLongArray() 106 JNIEnv* env, in ToJavaFloatArray() 124 JNIEnv* env, in ToJavaDoubleArray() 142 JNIEnv* env, in ToJavaArrayOfObjects() [all …]
|
/external/bc/tests/ |
D | history.py | 146 def test_utf8(exe, args, env, idx, bc=True): argument 186 def test_utf8_0(exe, args, env, bc=True): argument 225 def test_utf8_1(exe, args, env, bc=True): argument 229 def test_utf8_2(exe, args, env, bc=True): argument 233 def test_utf8_3(exe, args, env, bc=True): argument 237 def test_utf8_4(exe, args, env, bc=True): argument 245 def test_sigint_sigquit(exe, args, env): argument 277 def test_eof(exe, args, env): argument 311 def test_sigint(exe, args, env): argument 345 def test_sigtstp(exe, args, env): argument [all …]
|
/external/cronet/tot/base/android/ |
D | jni_array.cc | 17 ToJavaByteArray(JNIEnv* env, const uint8_t* bytes, size_t len) { in ToJavaByteArray() 25 JNIEnv* env, in ToJavaByteArray() 41 ScopedJavaLocalRef<jbyteArray> ToJavaByteArray(JNIEnv* env, in ToJavaByteArray() 47 JNIEnv* env, in ToJavaBooleanArray() 55 ScopedJavaLocalRef<jbooleanArray> ToJavaBooleanArray(JNIEnv* env, in ToJavaBooleanArray() 72 ScopedJavaLocalRef<jintArray> ToJavaIntArray(JNIEnv* env, in ToJavaIntArray() 89 JNIEnv* env, in ToJavaLongArray() 106 JNIEnv* env, in ToJavaFloatArray() 124 JNIEnv* env, in ToJavaDoubleArray() 142 JNIEnv* env, in ToJavaArrayOfObjects() [all …]
|
/external/bcc/libbpf-tools/ |
D | tcprtt.c | 19 static struct env { struct 34 } env = { argument
|
/external/rust/android-crates-io/extra_versions/crates/jni/tests/ |
D | jni_api.rs | 36 let env = attach_current_thread(); in call_method_returning_null() localVariable 54 let env = attach_current_thread(); in is_instance_of_same_class() localVariable 64 let env = attach_current_thread(); in is_instance_of_superclass() localVariable 74 let env = attach_current_thread(); in is_instance_of_subclass() localVariable 87 let env = attach_current_thread(); in is_instance_of_not_superclass() localVariable 97 let env = attach_current_thread(); in is_instance_of_null() localVariable 109 let env = attach_current_thread(); in is_same_object_diff_references() localVariable 118 let env = attach_current_thread(); in is_same_object_same_reference() localVariable 125 let env = attach_current_thread(); in is_not_same_object() localVariable 133 let env = attach_current_thread(); in is_not_same_object_null() localVariable [all …]
|