Searched refs:NELEM (Results 1 - 25 of 232) sorted by relevance

12345678910

/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp77 NELEM(colorfilter_methods));
79 NELEM(porterduff_methods));
81 NELEM(lighting_methods));
83 colormatrix_methods, NELEM(colormatrix_methods));
H A DPathEffect.cpp105 NELEM(gPathEffectMethods));
107 gComposePathEffectMethods, NELEM(gComposePathEffectMethods));
109 NELEM(gSumPathEffectMethods));
111 NELEM(gDashPathEffectMethods));
113 gPathDashPathEffectMethods, NELEM(gPathDashPathEffectMethods));
115 gCornerPathEffectMethods, NELEM(gCornerPathEffectMethods));
117 gDiscretePathEffectMethods, NELEM(gDiscretePathEffectMethods));
H A DCanvasProperty.cpp49 NELEM(gMethods));
H A DMaskFilter.cpp85 NELEM(gMaskFilterMethods));
87 NELEM(gBlurMaskFilterMethods));
89 gEmbossMaskFilterMethods, NELEM(gEmbossMaskFilterMethods));
91 NELEM(gTableMaskFilterMethods));
H A DDrawFilter.cpp110 NELEM(drawfilter_methods));
112 NELEM(paintflags_methods));
/frameworks/base/core/jni/
H A Dandroid_os_seccomp.cpp44 method_table, NELEM(method_table));
H A Dandroid_os_GraphicsEnvironment.cpp41 return RegisterMethodsOrDie(env, kGraphicsEnvironmentName, g_methods, NELEM(g_methods));
H A Dcom_android_internal_os_PathClassLoaderFactory.cpp48 return RegisterMethodsOrDie(env, kPathClassLoaderFactoryPathName, g_methods, NELEM(g_methods));
H A Dandroid_app_Activity.cpp48 return RegisterMethodsOrDie(env, kActivityPathName, g_methods, NELEM(g_methods));
H A Dcom_android_internal_util_VirtualRefBasePtr.cpp45 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_app_ApplicationLoaders.cpp51 return RegisterMethodsOrDie(env, kApplicationLoadersName, g_methods, NELEM(g_methods));
H A Dandroid_database_SQLiteGlobal.cpp89 sMethods, NELEM(sMethods));
H A Dandroid_hardware_UsbDevice.cpp58 method_table, NELEM(method_table));
H A Dandroid_database_SQLiteDebug.cpp78 gMethods, NELEM(gMethods));
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp131 NELEM(sMethods));
H A Dandroid_os_SystemClock.cpp102 return RegisterMethodsOrDie(env, "android/os/SystemClock", gMethods, NELEM(gMethods));
H A Dandroid_os_VintfRuntimeInfo.cpp77 return RegisterMethodsOrDie(env, kVintfRuntimeInfoPathName, gVintfRuntimeInfoMethods, NELEM(gVintfRuntimeInfoMethods));
/frameworks/rs/rsov/driver/
H A DrsovCore.h38 #define NELEM(x) (sizeof(x) / sizeof((x)[0])) macro
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp33 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
69 COMPILE_ASSERT(NELEM(aw_info.transform) == NELEM(gl_info->transform),
71 for (int i = 0; i < NELEM(aw_info.transform); ++i) {
150 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
H A Dgraphics_utils.cpp34 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
108 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
/frameworks/minikin/tests/unittest/
H A DWordBreakerTests.cpp29 #ifndef NELEM
30 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
43 breaker.setText(buf, NELEM(buf));
50 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end
61 breaker.setText(buf, NELEM(buf));
67 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next()); // end
78 breaker.setText(buf, NELEM(buf));
80 EXPECT_EQ((ssize_t)NELEM(buf), breaker.next());
82 EXPECT_EQ((ssize_t)NELEM(buf), breaker.wordEnd());
90 breaker.setText(buf, NELEM(bu
[all...]
H A DHyphenatorTest.cpp23 #ifndef NELEM
24 #define NELEM(x) ((sizeof(x) / sizeof((x)[0]))) macro
57 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
71 hyphenator->hyphenate(&result, word, NELEM(word), catalanLocale);
85 hyphenator->hyphenate(&result, word, NELEM(word), catalanLocale);
97 hyphenator->hyphenate(&result, word, NELEM(word), polishLocale);
109 hyphenator->hyphenate(&result, word, NELEM(word), polishLocale);
122 hyphenator->hyphenate(&result, word, NELEM(word), polishLocale);
134 hyphenator->hyphenate(&result, word, NELEM(word), usLocale);
146 hyphenator->hyphenate(&result, word, NELEM(wor
[all...]
/frameworks/native/opengl/libs/
H A Dhooks.h39 #undef NELEM macro
40 #define NELEM(x) (sizeof(x)/sizeof(*(x))) macro
/frameworks/base/services/core/jni/
H A Dcom_android_server_vr_VrManagerService.cpp68 method_table, NELEM(method_table));
/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp19 #define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) macro
77 sMethods, NELEM(sMethods)) == -1) {

Completed in 377 milliseconds

12345678910