Home
last modified time | relevance | path

Searched refs:NELEM (Results 1 – 24 of 24) sorted by relevance

/external/mksh/src/
Dmisc.c143 for (i = 0; i < NELEM(options); i++) in option()
146 } else for (i = 0; i < NELEM(options); i++) in option()
155 int opts[NELEM(options)];
186 while (i < NELEM(options)) { in printoptions()
203 while (i < (int)NELEM(options)) { in printoptions()
220 for (i = 0; i < NELEM(options); i++) in getoptions()
300 static char cmd_opts[NELEM(options) + 5]; /* o:T:\0 */ in parse_args()
301 static char set_opts[NELEM(options) + 6]; /* A:o;s\0 */ in parse_args()
328 for (i = 0; i < NELEM(options); i++) { in parse_args()
422 for (i = 0; i < NELEM(options); i++) in parse_args()
[all …]
Djobs.c199 for (i = NELEM(tt_sigs); --i >= 0; ) { in j_init()
318 for (i = NELEM(tt_sigs); --i >= 0; ) in j_change()
345 for (i = NELEM(tt_sigs); --i >= 0; ) in j_change()
349 for (i = NELEM(tt_sigs); --i >= 0; ) { in j_change()
520 for (forksleep = NELEM(tt_sigs); --forksleep >= 0; ) in exchild()
Dexpr.c925 size_t min = 0, mid, max = NELEM(comb) - 1; in utf_wcwidth()
Dedit.c2475 for (f = 0; f < NELEM(x_ftab); f++) in x_bind()
2537 for (f = 0; f < NELEM(x_ftab); f++) in x_bind()
2541 if (f == NELEM(x_ftab) || x_ftab[f].xf_flags & XF_NOBIND) { in x_bind()
5438 for (i = 0; i < (int)NELEM(x_defbindings); i++) in x_init()
Dsyn.c1018 if ((unsigned int)meta < NELEM(dbtest_tokens)) in dbtestp_isa()
Dsh.h436 #define NELEM(a) (sizeof(a) / sizeof((a)[0])) macro
/external/webkit/Source/WebKit/android/jni/
DMockGeolocation.cpp95 …return jniRegisterNativeMethods(env, javaMockGeolocationClass, gMockGeolocationMethods, NELEM(gMoc… in registerMockGeolocation()
DGeolocationPermissionsBridge.cpp110 gGeolocationPermissionsMethods, NELEM(gGeolocationPermissionsMethods)); in registerGeolocationPermissions()
DCookieManager.cpp157 …return jniRegisterNativeMethods(env, javaCookieManagerClass, gCookieManagerMethods, NELEM(gCookieM… in registerCookieManager()
DDeviceMotionAndOrientationManager.cpp168 …ionAndOrientationManagerClass, gDeviceMotionAndOrientationManagerMethods, NELEM(gDeviceMotionAndOr… in registerDeviceMotionAndOrientationManager()
DGeolocationServiceBridge.cpp205NELEM(javaGeolocationServiceClassNativeMethods)); in startJavaImplementation()
DWebStorage.cpp179 gWebStorageMethods, NELEM(gWebStorageMethods)); in registerWebStorage()
DWebIconDatabase.cpp277 gWebIconDatabaseMethods, NELEM(gWebIconDatabaseMethods)); in registerWebIconDatabase()
DWebHistory.cpp1005 gWebBackForwardListClassicMethods, NELEM(gWebBackForwardListClassicMethods)); in registerWebHistory()
1007 gWebHistoryItemClassicMethods, NELEM(gWebHistoryItemClassicMethods)); in registerWebHistory()
DJavaBridge.cpp521 gWebCoreJavaBridgeMethods, NELEM(gWebCoreJavaBridgeMethods)); in registerJavaBridge()
DViewStateSerializer.cpp588 gSerializerMethods, NELEM(gSerializerMethods)); in registerViewStateSerializer()
DWebSettings.cpp645 gWebSettingsMethods, NELEM(gWebSettingsMethods)); in registerWebSettings()
DWebCoreFrameBridge.cpp2001 gBrowserFrameNativeMethods, NELEM(gBrowserFrameNativeMethods)); in registerWebFrame()
DWebViewCore.cpp5223 gJavaWebViewCoreMethods, NELEM(gJavaWebViewCoreMethods)); in registerWebViewCore()
/external/jhead/
Dmain.c47 #ifndef NELEM
48 #define NELEM(x) ((int)(sizeof(x) / sizeof((x)[0]))) macro
761 methods, NELEM(methods)); in registerNatives()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp712 g_MediaPlayerMethods, NELEM(g_MediaPlayerMethods)); in registerMediaPlayerVideo()
718 g_MediaAudioPlayerMethods, NELEM(g_MediaAudioPlayerMethods)); in registerMediaPlayerAudio()
/external/neven/
DFaceDetector_jni.cpp292 _env, classPathName, methods, NELEM(methods)); in register_android_media_FaceDetector()
/external/svox/pico/compat/jni/
Dcom_android_tts_compat_SynthProxy.cpp704 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) { in JNI_OnLoad()
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp1445 …rNativeMethods(env, "android/webkit/WebViewClassic", gJavaWebViewMethods, NELEM(gJavaWebViewMethod… in registerWebView()