/external/chromium_org/base/android/ |
D | jni_array.cc | 111 jsize len = env->GetArrayLength(array); in AppendJavaStringArrayToStringVector() 127 jsize len = env->GetArrayLength(array); in AppendJavaStringArrayToStringVector() 143 jsize len = env->GetArrayLength(byte_array); in AppendJavaByteArrayToByteVector() 162 jsize len = env->GetArrayLength(int_array); in JavaIntArrayToIntVector() 175 jsize len = env->GetArrayLength(long_array); in JavaLongArrayToLongVector() 188 jsize len = env->GetArrayLength(float_array); in JavaFloatArrayToFloatVector() 202 jsize len = env->GetArrayLength(array); in JavaArrayOfByteArrayToStringVector() 208 jsize bytes_len = env->GetArrayLength(bytes_array.obj()); in JavaArrayOfByteArrayToStringVector()
|
D | jni_array_unittest.cc | 37 jsize java_array_len = env->GetArrayLength(ints.obj()); in CheckIntConversion() 65 jsize java_array_len = env->GetArrayLength(longs.obj()); in CheckLongConversion() 103 ASSERT_EQ(static_cast<jsize>(ints.size()), env->GetArrayLength(jints.obj())); in TEST() 130 env->GetArrayLength(jfloats.obj())); in TEST()
|
D | important_file_writer_android.cc | 27 int data_length = env->GetArrayLength(data); in WriteFileAtomically()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | turbojpeg-jni.c | 118 if((*env)->GetArrayLength(env, src)<arraySize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() 121 if((*env)->GetArrayLength(env, dst)<(jsize)jpegSize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() 175 if((*env)->GetArrayLength(env, src)<arraySize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() 178 if((*env)->GetArrayLength(env, dst)<(jsize)jpegSize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII() 227 if((*env)->GetArrayLength(env, src)<arraySize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII() 229 if((*env)->GetArrayLength(env, dst) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII() 270 if((*env)->GetArrayLength(env, src)<arraySize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIII_3BII() 272 if((*env)->GetArrayLength(env, dst) in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIII_3BII() 362 if((*env)->GetArrayLength(env, src)<jpegSize) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() 401 if((*env)->GetArrayLength(env, src)<jpegSize) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII() [all …]
|
/external/chromium_org/ui/shell_dialogs/ |
D | select_file_dialog_android.cc | 57 jsize length = env->GetArrayLength(filepaths); in OnMultipleFilesSelected() 58 DCHECK(length == env->GetArrayLength(display_names)); in OnMultipleFilesSelected()
|
/external/conscrypt/src/compat/native/ |
D | ScopedPrimitiveArray.h | 51 size_t size() const { return mEnv->GetArrayLength(mJavaArray); } \ 102 size_t size() const { return mEnv->GetArrayLength(mJavaArray); } \
|
/external/chromium_org/content/browser/android/java/ |
D | java_method.cc | 121 num_parameters_ = env->GetArrayLength(parameters.obj()); in EnsureNumParametersIsSetUp() 140 static_cast<size_t>(env->GetArrayLength(parameters.obj()))); in EnsureTypesAndIDAreSetUp()
|
D | gin_java_bound_object.cc | 165 size_t num_methods = env->GetArrayLength(methods.obj()); in EnsureMethodsAreSetUp()
|
/external/chromium_org/media/midi/ |
D | usb_midi_device_factory_android.cc | 62 size_t size = env->GetArrayLength(devices); in OnUsbMidiDeviceRequestDone()
|
/external/chromium_org/android_webview/native/ |
D | input_stream_impl.cc | 112 DCHECK_GE(env->GetArrayLength(buffer), transfer_length); in Read()
|
/external/chromium_org/media/video/capture/android/ |
D | video_capture_device_factory_android.cc | 97 jsize num_formats = env->GetArrayLength(collected_formats.obj()); in GetDeviceSupportedFormats()
|
/external/chromium_org/chrome/browser/net/spdyproxy/ |
D | data_reduction_proxy_settings_unittest_android.cc | 184 jsize java_array_len = env_->GetArrayLength(result.obj()); in TEST_F()
|
/external/chromium_org/v8/src/ |
D | liveedit.cc | 601 static int GetArrayLength(Handle<JSArray> array) { in GetArrayLength() function 912 int len = GetArrayLength(array); in WrapSharedFunctionInfos() 1265 int array_len = GetArrayLength(position_change_array); in TranslatePosition() 1528 int len = GetArrayLength(shared_info_array); in CheckActivation() 1876 int array_len = GetArrayLength(shared_info_array); in DropActivationsInActiveThread() 1958 int len = GetArrayLength(shared_info_array); in CheckAndDropActivations()
|
/external/chromium_org/v8/test/webkit/ |
D | dfg-holy-put-by-val-interferes-with-get-array-length-expected.txt | 24 …s that the DFG's interference analysis knows that a holy PutByVal interferes with a GetArrayLength.
|
/external/chromium_org/media/audio/android/ |
D | audio_manager_android.cc | 98 jsize len = env->GetArrayLength(j_device_array.obj()); in GetAudioInputDeviceNames()
|
/external/chromium_org/components/cronet/android/ |
D | chromium_url_request.cc | 174 jsize size = env->GetArrayLength(content); in SetUploadData()
|
/external/chromium_org/chrome/browser/android/provider/ |
D | chrome_browser_provider.cc | 157 jsize len = env->GetArrayLength(array); in ConvertJStringArrayToString16Array() 1269 jsize len = env->GetArrayLength(projection); in QueryBookmarkFromAPI() 1411 jsize len = env->GetArrayLength(projection); in QuerySearchTermFromAPI()
|
/external/chromium_org/media/base/android/ |
D | media_codec_bridge.cc | 140 jsize len = env->GetArrayLength(j_codec_info_array.obj()); in GetCodecsInfo()
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
D | jni.h | 601 jsize (JNICALL *GetArrayLength) 1537 jsize GetArrayLength(jarray array) { in GetArrayLength() function 1538 return functions->GetArrayLength(this,array); in GetArrayLength()
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 394 jint len = (*env)->GetArrayLength(env, bytes); in trans2iso() 2214 len = (*env)->GetArrayLength(env, b); in Java_SQLite_FunctionContext_set_1result___3B() 3820 len = (*env)->GetArrayLength(env, val); in Java_SQLite_Stmt_bind__I_3B() 4539 len = (*env)->GetArrayLength(env, key); in Java_SQLite_Database__1key() 4584 len = (*env)->GetArrayLength(env, key); in Java_SQLite_Database__1rekey()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1572 size_t num_input_buffers = jni->GetArrayLength(input_buffers); in InitEncodeOnCodecThread() 2199 size_t num_input_buffers = jni->GetArrayLength(input_buffers); in InitDecodeOnCodecThread() 2679 rtc::Buffer(bytes, jni->GetArrayLength(data)), in JOW()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 4736 int outputSize = env->GetArrayLength(outputJavaBytes); in NativeCrypto_BIO_read() 4772 int inputSize = env->GetArrayLength(inputJavaBytes); in NativeCrypto_BIO_write() 6609 npnProtocolsLength = e->GetArrayLength(npnProtocols); in setCallbackState() 6619 alpnProtocolsLength = e->GetArrayLength(alpnProtocols); in setCallbackState() 7466 size_t length = env->GetArrayLength(certificatesJava); in NativeCrypto_SSL_use_certificate() 7562 int length = env->GetArrayLength(principals); in NativeCrypto_SSL_set_client_CA_list() 7815 int length = env->GetArrayLength(cipherSuites); in NativeCrypto_SSL_set_cipher_lists()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 814 int selected_count = env->GetArrayLength(indices); in SelectPopupMenuItems()
|