/external/freetype/src/base/ |
D | ftglyph.c | 283 const FT_Glyph_Class* clazz, in ft_new_glyph() argument 293 if ( !FT_ALLOC( glyph, clazz->glyph_size ) ) in ft_new_glyph() 296 glyph->clazz = clazz; in ft_new_glyph() 297 glyph->format = clazz->glyph_format; in ft_new_glyph() 314 const FT_Glyph_Class* clazz; in FT_Glyph_Copy() local 326 if ( !source || !source->clazz ) in FT_Glyph_Copy() 332 clazz = source->clazz; in FT_Glyph_Copy() 333 error = ft_new_glyph( source->library, clazz, © ); in FT_Glyph_Copy() 340 if ( clazz->glyph_copy ) in FT_Glyph_Copy() 341 error = clazz->glyph_copy( source, copy ); in FT_Glyph_Copy() [all …]
|
D | ftobjs.c | 231 FT_Driver_Class clazz = driver->clazz; in ft_glyphslot_init() local 247 if ( !error && clazz->init_slot ) in ft_glyphslot_init() 248 error = clazz->init_slot( slot ); in ft_glyphslot_init() 341 FT_Driver_Class clazz = driver->clazz; in ft_glyphslot_done() local 345 if ( clazz->done_slot ) in ft_glyphslot_done() 346 clazz->done_slot( slot ); in ft_glyphslot_done() 370 FT_Driver_Class clazz; in FT_New_GlyphSlot() local 379 clazz = driver->clazz; in FT_New_GlyphSlot() 383 if ( !FT_ALLOC( slot, clazz->slot_object_size ) ) in FT_New_GlyphSlot() 640 error = driver->clazz->load_glyph( slot, face->size, in FT_Load_Glyph() [all …]
|
D | ftadvanc.c | 84 func = face->driver->clazz->get_advances; in FT_Get_Advance() 127 func = face->driver->clazz->get_advances; in FT_Get_Advances()
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 79 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_PMemInit() argument 84 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_PMemShutdown() argument 94 (JNIEnv *env, jclass clazz, jstring fileName) { in Java_android_speech_srec_Recognizer_SR_1SessionCreate() argument 102 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_SR_1SessionDestroy() argument 112 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStart() argument 117 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerStop() argument 122 (JNIEnv *env, jclass clazz) { in Java_android_speech_srec_Recognizer_SR_1RecognizerCreate() argument 130 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerDestroy() argument 136 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerSetup() argument 142 (JNIEnv *env, jclass clazz, jint recognizer) { in Java_android_speech_srec_Recognizer_SR_1RecognizerUnsetup() argument [all …]
|
D | android_speech_srec_MicrophoneInputStream.cpp | 55 (JNIEnv *env, jclass clazz, jint sampleRate, jint fifoFrames) { in Java_android_speech_srec_Recognizer_AudioRecordNew() argument 76 (JNIEnv *env, jclass clazz, jint audioRecord) { in Java_android_speech_srec_Recognizer_AudioRecordStart() argument 81 (JNIEnv *env, jclass clazz, jint audioRecord, jbyteArray array, jint offset, jint length) { in Java_android_speech_srec_Recognizer_AudioRecordRead() argument 94 (JNIEnv *env, jclass clazz, jint audioRecord) { in Java_android_speech_srec_Recognizer_AudioRecordStop() argument 101 (JNIEnv *env, jclass clazz, jint audioRecord) { in Java_android_speech_srec_Recognizer_AudioRecordDelete() argument 126 jclass clazz = NULL; in register_android_speech_srec_MicrophoneInputStream() local 135 clazz = env->FindClass(className); in register_android_speech_srec_MicrophoneInputStream() 136 if (clazz == NULL) { in register_android_speech_srec_MicrophoneInputStream() 140 if (env->RegisterNatives(clazz, gMethods, in register_android_speech_srec_MicrophoneInputStream()
|
/external/freetype/src/autofit/ |
D | afglobal.c | 97 AF_ScriptClass clazz = af_script_classes[ss]; in af_face_globals_compute_script_coverage() local 101 if ( clazz->script_uni_ranges == NULL ) in af_face_globals_compute_script_coverage() 108 for ( range = clazz->script_uni_ranges; range->first != 0; range++ ) in af_face_globals_compute_script_coverage() 204 AF_ScriptClass clazz = af_script_classes[nn]; in af_face_globals_free() local 207 FT_ASSERT( globals->metrics[nn]->clazz == clazz ); in af_face_globals_free() 209 if ( clazz->script_metrics_done ) in af_face_globals_free() 210 clazz->script_metrics_done( globals->metrics[nn] ); in af_face_globals_free() 233 AF_ScriptClass clazz; in af_face_globals_get_metrics() local 250 clazz = af_script_classes[gidx]; in af_face_globals_get_metrics() 252 script = clazz->script; in af_face_globals_get_metrics() [all …]
|
D | afloader.c | 168 if ( metrics->clazz->script_hints_apply ) in af_loader_load_g() 169 metrics->clazz->script_hints_apply( hints, in af_loader_load_g() 511 if ( metrics->clazz->script_metrics_scale ) in af_loader_load_glyph() 512 metrics->clazz->script_metrics_scale( metrics, &scaler ); in af_loader_load_glyph() 519 if ( metrics->clazz->script_hints_init ) in af_loader_load_glyph() 521 error = metrics->clazz->script_hints_init( &loader->hints, in af_loader_load_glyph()
|
/external/webkit/WebKit/android/jni/ |
D | WebSettings.cpp | 57 FieldIds(JNIEnv* env, jclass clazz) { in FieldIds() 58 mLayoutAlgorithm = env->GetFieldID(clazz, "mLayoutAlgorithm", in FieldIds() 60 mTextSize = env->GetFieldID(clazz, "mTextSize", in FieldIds() 62 mStandardFontFamily = env->GetFieldID(clazz, "mStandardFontFamily", in FieldIds() 64 mFixedFontFamily = env->GetFieldID(clazz, "mFixedFontFamily", in FieldIds() 66 mSansSerifFontFamily = env->GetFieldID(clazz, "mSansSerifFontFamily", in FieldIds() 68 mSerifFontFamily = env->GetFieldID(clazz, "mSerifFontFamily", in FieldIds() 70 mCursiveFontFamily = env->GetFieldID(clazz, "mCursiveFontFamily", in FieldIds() 72 mFantasyFontFamily = env->GetFieldID(clazz, "mFantasyFontFamily", in FieldIds() 74 mDefaultTextEncoding = env->GetFieldID(clazz, "mDefaultTextEncoding", in FieldIds() [all …]
|
D | JavaBridge.cpp | 114 jclass clazz = env->GetObjectClass(obj); in JavaBridge() local 116 mSetSharedTimer = env->GetMethodID(clazz, "setSharedTimer", "(J)V"); in JavaBridge() 117 mStopSharedTimer = env->GetMethodID(clazz, "stopSharedTimer", "()V"); in JavaBridge() 118 …mSetCookies = env->GetMethodID(clazz, "setCookies", "(Ljava/lang/String;Ljava/lang/String;Ljava/la… in JavaBridge() 119 mCookies = env->GetMethodID(clazz, "cookies", "(Ljava/lang/String;)Ljava/lang/String;"); in JavaBridge() 120 mCookiesEnabled = env->GetMethodID(clazz, "cookiesEnabled", "()Z"); in JavaBridge() 121 mSignalFuncPtrQueue = env->GetMethodID(clazz, "signalServiceFuncPtrQueue", "()V"); in JavaBridge() 122 mGetKeyStrengthList = env->GetMethodID(clazz, "getKeyStrengthList", "()[Ljava/lang/String;"); in JavaBridge() 123 …mGetSignedPublicKey = env->GetMethodID(clazz, "getSignedPublicKey", "(ILjava/lang/String;Ljava/lan… in JavaBridge()
|
D | WebHistory.cpp | 348 jclass clazz = env->FindClass("android/webkit/WebHistoryItem"); in AddItem() local 349 jobject newItem = env->NewObject(clazz, gWebHistoryItem.mInit); in AddItem() 823 jclass clazz = env->FindClass("android/webkit/WebHistoryItem"); in register_webhistory() local 824 LOG_ASSERT(clazz, "Unable to find class android/webkit/WebHistoryItem"); in register_webhistory() 825 gWebHistoryItem.mInit = env->GetMethodID(clazz, "<init>", "()V"); in register_webhistory() 827 gWebHistoryItem.mUpdate = env->GetMethodID(clazz, "update", in register_webhistory() 832 gWebHistoryItem.mTitle = env->GetFieldID(clazz, "mTitle", "Ljava/lang/String;"); in register_webhistory() 834 gWebHistoryItem.mUrl = env->GetFieldID(clazz, "mUrl", "Ljava/lang/String;"); in register_webhistory() 839 clazz = env->FindClass("android/webkit/WebBackForwardList"); in register_webhistory() 840 LOG_ASSERT(clazz, "Unable to find class android/webkit/WebBackForwardList"); in register_webhistory() [all …]
|
D | WebCoreFrameBridge.cpp | 150 jclass clazz = env->GetObjectClass(obj); in WebFrame() local 154 mJavaFrame->mStartLoadingResource = env->GetMethodID(clazz, "startLoadingResource", in WebFrame() 156 mJavaFrame->mLoadStarted = env->GetMethodID(clazz, "loadStarted", in WebFrame() 158 mJavaFrame->mTransitionToCommitted = env->GetMethodID(clazz, "transitionToCommitted", in WebFrame() 160 mJavaFrame->mLoadFinished = env->GetMethodID(clazz, "loadFinished", in WebFrame() 162 mJavaFrame->mReportError = env->GetMethodID(clazz, "reportError", in WebFrame() 164 mJavaFrame->mSetTitle = env->GetMethodID(clazz, "setTitle", in WebFrame() 166 mJavaFrame->mWindowObjectCleared = env->GetMethodID(clazz, "windowObjectCleared", in WebFrame() 168 mJavaFrame->mSetProgress = env->GetMethodID(clazz, "setProgress", in WebFrame() 170 mJavaFrame->mDidReceiveIcon = env->GetMethodID(clazz, "didReceiveIcon", in WebFrame() [all …]
|
D | WebViewCore.cpp | 175 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], const char signature[]) in GetJMethod() argument 177 jmethodID m = env->GetMethodID(clazz, name, signature); in GetJMethod() 209 jclass clazz = env->GetObjectClass(javaWebViewCore); in WebViewCore() local 212 m_javaGlue->m_spawnScrollTo = GetJMethod(env, clazz, "contentSpawnScrollTo", "(II)V"); in WebViewCore() 213 m_javaGlue->m_scrollTo = GetJMethod(env, clazz, "contentScrollTo", "(II)V"); in WebViewCore() 214 m_javaGlue->m_scrollBy = GetJMethod(env, clazz, "contentScrollBy", "(IIZ)V"); in WebViewCore() 215 m_javaGlue->m_contentDraw = GetJMethod(env, clazz, "contentDraw", "()V"); in WebViewCore() 216 …m_javaGlue->m_requestListBox = GetJMethod(env, clazz, "requestListBox", "([Ljava/lang/String;[Z[I)… in WebViewCore() 217 …m_javaGlue->m_requestSingleListBox = GetJMethod(env, clazz, "requestListBox", "([Ljava/lang/String… in WebViewCore() 218 …m_javaGlue->m_jsAlert = GetJMethod(env, clazz, "jsAlert", "(Ljava/lang/String;Ljava/lang/String;)V… in WebViewCore() [all …]
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 133 FT_CMap_Class clazz; member 211 FT_CMap_New( FT_CMap_Class clazz, 396 FT_Module_Class* clazz; member 406 #define FT_MODULE_CLASS( x ) FT_MODULE( x )->clazz 617 FT_Renderer_Class* clazz; member 645 #define FT_DRIVER_CLASS( x ) FT_DRIVER( x )->clazz 678 FT_Driver_Class clazz; member
|
D | ftserv.h | 76 if ( module->clazz->get_interface ) \ 77 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \ 88 if ( module->clazz->get_interface ) \ 89 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
|
/external/freetype/src/raster/ |
D | ftrend1.c | 35 render->clazz->raster_class->raster_reset( render->raster, in ft_raster1_init() 50 return render->clazz->raster_class->raster_set_mode( render->raster, in ft_raster1_set_mode() 124 if ( render->clazz == &ft_raster1_renderer_class ) in ft_raster1_render() 130 if ( render->clazz == &ft_raster5_renderer_class ) in ft_raster1_render()
|
/external/apache-http/src/org/apache/commons/logging/ |
D | LogFactory.java | 221 public abstract Log getInstance(Class clazz) in getInstance() argument 642 public static Log getLog(Class clazz) in getLog() argument 646 return getLog(clazz.getName()); in getLog() 764 protected static ClassLoader getClassLoader(Class clazz) { in getClassLoader() argument 766 return clazz.getClassLoader(); in getClassLoader() 770 "Unable to get classloader for class '" + clazz in getClassLoader() 1612 private static void logClassLoaderEnvironment(Class clazz) { 1624 String className = clazz.getName(); 1628 classLoader = getClassLoader(clazz);
|
D | LogSource.java | 205 static public Log getInstance(Class clazz) { in getInstance() argument 206 return getInstance(clazz.getName()); in getInstance()
|
/external/apache-http/src/org/apache/http/protocol/ |
D | BasicHttpProcessor.java | 114 public void removeRequestInterceptorByClass(final Class clazz) { in removeRequestInterceptorByClass() argument 121 if (request.getClass().equals(clazz)) { in removeRequestInterceptorByClass() 128 public void removeResponseInterceptorByClass(final Class clazz) { in removeResponseInterceptorByClass() argument 135 if (request.getClass().equals(clazz)) { in removeResponseInterceptorByClass()
|
D | HttpResponseInterceptorList.java | 104 void removeResponseInterceptorByClass(Class clazz); in removeResponseInterceptorByClass() argument
|
D | HttpRequestInterceptorList.java | 103 void removeRequestInterceptorByClass(Class clazz); in removeRequestInterceptorByClass() argument
|
/external/apache-http/src/org/apache/http/client/utils/ |
D | CloneUtils.java | 45 Class<?> clazz = obj.getClass (); in clone() local 48 m = clazz.getMethod("clone", (Class[]) null); in clone()
|
/external/junit/src/junit/runner/ |
D | BaseTestRunner.java | 103 String clazz= e.getMessage(); in getTest() 104 if (clazz == null) in getTest() 105 clazz= suiteClassName; in getTest() 106 runFailed("Class not found \""+clazz+"\""); in getTest()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | LogFactoryImpl.java | 305 public Log getInstance(Class clazz) throws LogConfigurationException { in getInstance() argument 307 return (getInstance(clazz.getName())); in getInstance() 443 protected static ClassLoader getClassLoader(Class clazz) { in getClassLoader() argument 444 return LogFactory.getClassLoader(clazz); in getClassLoader() 472 Class clazz = this.getClass(); in initDiagnostics() local 473 ClassLoader classLoader = getClassLoader(clazz); in initDiagnostics()
|
/external/webkit/WebKit/android/nav/ |
D | WebView.cpp | 335 static jmethodID GetJMethod(JNIEnv* env, jclass clazz, const char name[], const char signature[]) in GetJMethod() argument 337 jmethodID m = env->GetMethodID(clazz, name, signature); in GetJMethod() 390 jclass clazz = env->FindClass("android/webkit/WebView"); in WebView() local 393 m_javaGlue.m_scrollBy = GetJMethod(env, clazz, "setContentScrollBy", "(IIZ)V"); in WebView() 394 m_javaGlue.m_clearTextEntry = GetJMethod(env, clazz, "clearTextEntry", "()V"); in WebView() 395 … m_javaGlue.m_overrideLoading = GetJMethod(env, clazz, "overrideLoading", "(Ljava/lang/String;)V"); in WebView() 396 m_javaGlue.m_sendFinalFocus = GetJMethod(env, clazz, "sendFinalFocus", "(IIII)V"); in WebView() 397 m_javaGlue.m_sendKitFocus = GetJMethod(env, clazz, "sendKitFocus", "()V"); in WebView() 398 m_javaGlue.m_sendMotionUp = GetJMethod(env, clazz, "sendMotionUp", "(IIIIIIIZZ)V"); in WebView() 399 m_javaGlue.m_setFocusData = GetJMethod(env, clazz, "setFocusData", "(IIIIIIZ)V"); in WebView() [all …]
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | AbstractHttpClient.java | 426 public void removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor> clazz) { in removeResponseInterceptorByClass() argument 427 getHttpProcessor().removeResponseInterceptorByClass(clazz); in removeResponseInterceptorByClass() 456 public void removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor> clazz) { in removeRequestInterceptorByClass() argument 457 getHttpProcessor().removeRequestInterceptorByClass(clazz); in removeRequestInterceptorByClass()
|