| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp_java_wrap.c | 310 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInSchar() 326 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutSchar() 356 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInUchar() 372 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutUchar() 402 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInShort() 418 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutShort() 448 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInUshort() 464 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutUshort() 494 sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayInInt() 510 jsize sz = (*jenv)->GetArrayLength(jenv, input); in SWIG_JavaArrayArgoutInt() [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | turbojpeg-jni.c | 237 if ((*env)->GetArrayLength(env, src) * srcElementSize < arraySize) in TJCompressor_compress() 240 if ((*env)->GetArrayLength(env, dst) < (jsize)jpegSize) in TJCompressor_compress() 343 if ((*env)->GetArrayLength(env, srcobjs) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 345 if ((*env)->GetArrayLength(env, jSrcOffsets) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 347 if ((*env)->GetArrayLength(env, jSrcStrides) < nc) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 351 if ((*env)->GetArrayLength(env, dst) < (jsize)jpegSize) in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 379 if ((*env)->GetArrayLength(env, jSrcPlanes[i]) < in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 427 if ((*env)->GetArrayLength(env, dstobjs) < nc) in TJCompressor_encodeYUV() 429 if ((*env)->GetArrayLength(env, jDstOffsets) < nc) in TJCompressor_encodeYUV() 431 if ((*env)->GetArrayLength(env, jDstStrides) < nc) in TJCompressor_encodeYUV() [all …]
|
| /third_party/skia/modules/androidkit/src/ |
| D | ColorFilters.cpp | 16 SkASSERT(env->GetArrayLength(jcm) == 20); in MakeMatrix() 24 SkASSERT(env->GetArrayLength(jcm) == 20); in MakeHSLAMatrix()
|
| D | Gradients.cpp | 26 , fCount(env->GetArrayLength(jpos)) in GradientData() 30 SkASSERT(env->GetArrayLength(jcolors) == 4*fCount); in GradientData()
|
| D | Canvas.cpp | 74 SkASSERT(env->GetArrayLength(jmatrix) == 16); in Canvas_Concat16f() 177 int count = env->GetArrayLength(jglyphs); in Canvas_DrawGlyphs()
|
| D | Image.cpp | 17 auto size = env->GetArrayLength(jdata); in Image_Create()
|
| /third_party/gstreamer/gstplugins_bad/sys/androidmedia/jni/ |
| D | gstamc-codeclist-jni.c | 328 len = (*env)->GetArrayLength (env, array); in gst_amc_codec_info_handle_get_supported_types() 427 len = (*env)->GetArrayLength (env, array); in gst_amc_codec_capabilities_handle_get_color_formats() 468 len = (*env)->GetArrayLength (env, array); in gst_amc_codec_capabilities_handle_get_profile_levels()
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| D | android_helper.cc | 43 jsize arg_count = env->GetArrayLength(args); in Java_com_google_amber_Amber_androidHelper()
|
| /third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
| D | native-lib.cpp | 26 jsize length = env->GetArrayLength(intArray); in convertJavaArrayToVector()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | v8value_ctocpp.h | 81 int GetArrayLength() override;
|
| D | v8value_ctocpp.cc | 835 NO_SANITIZE("cfi-icall") int CefV8ValueCToCpp::GetArrayLength() { in GetArrayLength() function in CefV8ValueCToCpp
|
| /third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/ |
| D | DrumPlayerJNI.cpp | 79 int len = env->GetArrayLength (bytearray); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative()
|
| /third_party/spirv-tools/source/opt/ |
| D | scalar_replacement_pass.cpp | 405 for (uint32_t i = 0; i != GetArrayLength(type); ++i) { in CreateReplacementVariables() 631 uint64_t ScalarReplacementPass::GetArrayLength( in GetArrayLength() function in spvtools::opt::ScalarReplacementPass 716 if (IsLargerThanSizeLimit(GetArrayLength(typeInst))) { in CheckType() 998 return GetArrayLength(type); in GetMaxLegalIndex()
|
| D | scalar_replacement_pass.h | 182 uint64_t GetArrayLength(const Instruction* arrayInst) const;
|
| D | interface_var_sroa.cpp | 42 uint32_t GetArrayLength(analysis::DefUseManager* def_use_mgr, in GetArrayLength() function 805 uint32_t array_length = GetArrayLength(def_use_mgr, interface_var_type); in CreateScalarInterfaceVarsForArray() 938 GetArrayLength(context()->get_def_use_mgr(), interface_var_type); in ReplaceInterfaceVarsWithScalars()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | scalar_replacement_pass.cpp | 404 for (uint32_t i = 0; i != GetArrayLength(type); ++i) { in CreateReplacementVariables() 626 uint64_t ScalarReplacementPass::GetArrayLength( in GetArrayLength() function in spvtools::opt::ScalarReplacementPass 711 if (IsLargerThanSizeLimit(GetArrayLength(typeInst))) { in CheckType() 1007 return GetArrayLength(type); in GetMaxLegalIndex()
|
| D | scalar_replacement_pass.h | 170 uint64_t GetArrayLength(const Instruction* arrayInst) const;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | scalar_replacement_pass.cpp | 404 for (uint32_t i = 0; i != GetArrayLength(type); ++i) { in CreateReplacementVariables() 626 uint64_t ScalarReplacementPass::GetArrayLength( in GetArrayLength() function in spvtools::opt::ScalarReplacementPass 711 if (IsLargerThanSizeLimit(GetArrayLength(typeInst))) { in CheckType() 1007 return GetArrayLength(type); in GetMaxLegalIndex()
|
| D | scalar_replacement_pass.h | 170 uint64_t GetArrayLength(const Instruction* arrayInst) const;
|
| /third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
| D | native-lib.cpp | 128 std::vector<float> arr{data, data + env->GetArrayLength(params)}; in Java_com_mobileer_androidfxlab_NativeInterface_modifyEffectNative()
|
| /third_party/cef/include/ |
| D | cef_v8.h | 831 virtual int GetArrayLength() = 0;
|
| /third_party/vk-gl-cts/framework/platform/android/ |
| D | tcuAndroidUtil.cpp | 252 const int numElements = env->GetArrayLength(array); in getStaticFieldValue()
|
| /third_party/cef/tests/ceftests/ |
| D | v8_unittest.cc | 453 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayCreateTest() 482 EXPECT_EQ(0, value->GetArrayLength()); in RunArrayValueTest() 496 EXPECT_EQ(1, value->GetArrayLength()); in RunArrayValueTest() 506 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayValueTest() 511 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayValueTest() 516 EXPECT_EQ(2, value->GetArrayLength()); in RunArrayValueTest()
|
| /third_party/cef/libcef/renderer/ |
| D | v8_impl.h | 271 int GetArrayLength() override;
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | v8value_cpptoc.cc | 842 int _retval = CefV8ValueCppToC::Get(self)->GetArrayLength(); in v8value_get_array_length()
|