/external/proguard/src/proguard/wtk/ |
package.html | 2 This package contains the J2ME Wireless Toolkit plug-in for ProGuard.
|
/external/icu4c/common/ |
icuplug.c | 260 static void uplug_callPlug(UPlugData *plug, UPlugReason reason, UErrorCode *status) { 262 if(plug==NULL||U_FAILURE(*status)) { 265 token = (*(plug->entrypoint))(plug, reason, status); 272 static void uplug_unloadPlug(UPlugData *plug, UErrorCode *status) { 273 if(plug->awaitingLoad) { /* shouldn't happen. Plugin hasn'tbeen loaded yet.*/ 277 if(U_SUCCESS(plug->pluginStatus)) { 278 /* Don't unload a plug which has a failing load status - means it didn't actually load. */ 279 uplug_callPlug(plug, UPLUG_REASON_UNLOAD, status); 283 static void uplug_queryPlug(UPlugData *plug, UErrorCode *status) 316 UPlugData *plug = NULL; local 348 UPlugData *plug; local 518 UPlugData *plug = NULL; local 532 UPlugData* plug = uplug_initPlugFromEntrypointAndLibrary(entrypoint, config, NULL, NULL, status); local 541 UPlugData *plug = uplug_allocateEmptyPlug(status); local 576 UPlugData *plug = NULL; local 606 UPlugData *plug = NULL; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
.options | 1 # Debugging options for the org.eclipse.pde.build plug-in.
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
Plugin.h | 70 // Initializes the plug-in. If the plug-in fails to initialize this should return false. 73 // Destroys the plug-in. 76 // Tells the plug-in to paint itself into the given graphics context. The passed-in context and 80 // Tells the plug-in to draw itself into a bitmap, and return that. 84 // If a plug-in is using the Core Animation drawing model, this returns its plug-in layer. 88 // Returns whether the plug-in is transparent or not. 91 // Tells the plug-in that either the plug-ins frame rect or its clip rect has changed. Both rects are in window coordinates [all...] |
/cts/tests/tests/drm/ |
README | 3 of user's DRM plug-in. 4 - If new plug-in is added, user should add corresponding configuration
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPlugin.h | 34 and web related plug-ins it may contain. 41 @abstract Tell the plug-in to perform one-time initialization. 42 @discussion This method must be only called once per instance of the plug-in 49 @abstract Tell the plug-in to start normal operation. 50 @discussion The plug-in usually begins drawing, playing sounds and/or 60 @abstract Tell the plug-in to stop normal operation. 70 @abstract Tell the plug-in perform cleanup and prepare to be deallocated. 71 @discussion The plug-in typically releases memory and other resources in this 72 method. If the plug-in has retained the WebPlugInContainer, it must release 74 plug-in object. No other methods in this interface may be called after th [all...] |
WebPluginViewFactory.h | 34 the plug-in's view. 40 and values of all attributes of the HTML element associated with the plug-in AND 41 the names and values of all parameters to be passed to the plug-in (e.g. PARAM 51 callbacks from the plug-in to the app. if this argument is nil, no callbacks will 58 the plug-in. May be nil. 63 @constant WebPlugInShouldLoadMainResourceKey REQUIRED. NSNumber (BOOL) indicating whether the plug-in should load its 64 own main resource (the "src" URL, in most cases). If YES, the plug-in should load its own main resource. If NO, the 65 plug-in should use the data provided by WebKit. See -webPlugInMainResourceReceivedData: in WebPluginPrivate.h. 66 For compatibility with older versions of WebKit, the plug-in should assume that the value for 73 @discussion WebPlugInViewFactory are used to create the NSView for a plug-in [all...] |
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/English.lproj/ |
Localized.r | 6 "NPN_Invoke Test Plug-In"
|
/external/webkit/Source/WebCore/manual-tests/ |
divx-plugin-fails-to-draw.html | 5 requires that you have the DivX plug-in installed.<br><br> 7 The plug-in below should not appear as a white box but as a video player with
|
/external/icu4c/common/unicode/ |
icuplug.h | 73 * myPlugin (UPlugData *plug, UPlugReason reason, UErrorCode *status) { 75 * uplug_setPlugName(plug, "Simple Plugin"); 76 * uplug_setPlugLevel(plug, UPLUG_LEVEL_HIGH); 176 * @param plug the UPlugData handle. 182 UPlugData *plug, 192 * @param plug plugin 197 uplug_setPlugNoUnload(UPlugData *plug, UBool dontUnload); 201 * @param plug plugin data handle 206 uplug_setPlugLevel(UPlugData *plug, UPlugLevel level); 210 * @param plug plugin data handl [all...] |
/frameworks/av/drm/libdrmframework/include/ |
PlugInManager.h | 73 * Load all the plug-ins in the specified directory 76 * Directory path which plug-ins (dynamic library) are stored 77 * @note Plug-ins should be implemented according to the specification 90 * Unload all the plug-ins 101 * Get all the IDs of available plug-ins 104 * String type Vector in which all plug-in IDs are stored 111 * Get a plug-in reference of specified ID 114 * Plug-in ID to be used 116 * Reference of specified plug-in instance 127 * Load a plug-in stored in the specified pat [all...] |
/external/webkit/Examples/NetscapeCocoaPlugin/ |
Info.plist | 24 <string>Simple Netscape plug-in that draws using CoreGraphics and handles events using the Cocoa event model</string> 30 <string>Netscape Cocoa Plug-in</string> 34 <string>Netscape Cocoa Plug-in</string>
|
test.html | 4 <title>Cocoa Netscape Plug-In</title>
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
Info.plist | 24 <string>Simple Netscape plug-in that shows how to use input methods</string> 30 <string>Netscape Input Method Plug-in</string> 34 <string>Netscape Input Method Plug-in</string>
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginProcess.messages.in | 26 # Initializes the plug-in process. 30 # The plug-in process sends back a DidCreateWebProcessConnection message with 34 # Asks the plug-in process for sites with data. The plug-in process sends back a 38 # Asks the plug-in to clear data for the given sites. The plug-in process sends back
|
/cts/tests/tests/drm/src/android/drm/cts/ |
ConfigFactory.java | 28 * Get configurations of specified plug-in name. 30 * @param plugInName Name of DRM plug-in. The name SHOULD be consistent with 31 * the name defined in plug-in's onGetSupportInfo(). 34 if (plugInName.equals("Passthru plug-in")) {
|
/external/chromium/webkit/glue/resources/ |
webkit_strings_de.xtb | 4 <translation id="4519964825805946997">Installation des Plug-ins von <ph name="URL"/> fehlgeschlagen</translation> 10 <translation id="372362261556059955">Zusätzliches Plug-in erforderlich</translation> 15 <translation id="1416462845279468967">Plug-in-Installation fehlgeschlagen</translation> 17 <translation id="5650795167354946011">Klicken Sie nach der Installation des Plug-ins hier, um eine Aktualisierung durchzuführen.</translation> 27 <translation id="2745343197843472802">Plug-in abrufen</translation> 29 <translation id="5776402066334188252">Bitte bestätigen Sie, dass Sie dieses Plug-in installieren möchten. Installieren Sie nur Plug-ins, denen Sie vertrauen.</translation> 30 <translation id="3018094406922859308">Plug-in wird heruntergeladen...</translation> 34 <translation id="5129723458012748440">Das Plug-in <ph name="PLUGIN"/> ist nicht installiert.</translation> 40 <translation id="5253117816378681419">Bitte bestätigen Sie, dass Sie das Plug-in <ph name="PLUGIN"/> installieren möchten. Installieren Sie nur Plug-ins, denen Sie vertrauen.</ (…) [all...] |
webkit_strings_en-GB.xtb | 4 <translation id="4519964825805946997">Failed to install plug-in from <ph name="URL"/></translation> 10 <translation id="372362261556059955">Additional plug-in needed</translation> 15 <translation id="1416462845279468967">Plug-in installation failed</translation> 17 <translation id="5650795167354946011">After installing the plug-in, click here to refresh</translation> 27 <translation id="2745343197843472802">Get Plug-in</translation> 29 <translation id="5776402066334188252">Please confirm that you would like to install this plug-in. You should only install plug-ins that you trust.</translation> 30 <translation id="3018094406922859308">Downloading plug-in...</translation> 34 <translation id="5129723458012748440"><ph name="PLUGIN"/> plug-in is not installed.</translation> 40 <translation id="5253117816378681419">Please confirm that you would like to install the <ph name="PLUGIN"/> plug-in. You should only install plug-ins that you trust.</translation [all...] |
webkit_strings_fil.xtb | 4 <translation id="4519964825805946997">Nabigong ma-install ang plug-in mula sa <ph name="URL"/></translation> 10 <translation id="372362261556059955">Kinakailangan ang karagdagang plug-in</translation> 15 <translation id="1416462845279468967">Nabigo ang pag-install ng plug-in</translation> 17 <translation id="5650795167354946011">Pagkatapos i-install ng plug-in, mag-click dito upang mag-refresh</translation> 27 <translation id="2745343197843472802">Kumuha ng Plug-in</translation> 29 <translation id="5776402066334188252">Pakikumpirma na nais mong i-install ang plug-in na ito. Dapat mong i-install lamang ang mga plug-in na iyong pinagkakatiwalaan.</translation> 30 <translation id="3018094406922859308">Nagda-download ng plug-in...</translation> 34 <translation id="5129723458012748440">Hindi naka-install ang <ph name="PLUGIN"/> na plug-in.</translation> 40 <translation id="5253117816378681419">Pakikumpirma na gusto mong i-install ang <ph name="PLUGIN"/> plug-in na ito. Dapat mong i-install lamang ang mga plug-in na iyong pinagkakatiwalaan.</translation [all...] |
webkit_strings_fr.xtb | 4 <translation id="4519964825805946997">Échec de l'installation du plug-in depuis <ph name="URL"/></translation> 10 <translation id="372362261556059955">Plug-in supplémentaire requis</translation> 15 <translation id="1416462845279468967">Échec de l'installation du plug-in</translation> 17 <translation id="5650795167354946011">Aprčs l'installation du plug-in, cliquez ici pour actualiser.</translation> 27 <translation id="2745343197843472802">Télécharger le plug-in</translation> 29 <translation id="5776402066334188252">Merci de confirmer que vous souhaitez installer ce plug-in. N'installez que les plug-ins que vous considérez fiables.</translation> 30 <translation id="3018094406922859308">Téléchargement du plug-in...</translation> 34 <translation id="5129723458012748440">Le plug-in <ph name="PLUGIN"/> n'est pas installé.</translation> 40 <translation id="5253117816378681419">Merci de confirmer que vous souhaitez installer le plug-in <ph name="PLUGIN"/>. N'installez que les plug-ins que vous considérez fiables.</translation [all...] |
webkit_strings_hu.xtb | 4 <translation id="4519964825805946997">A plug-in telepítése nem sikerült a következ? helyr?l: <ph name="URL"/></translation> 10 <translation id="372362261556059955">További plug-in szükséges</translation> 15 <translation id="1416462845279468967">A plug-in telepítése sikertelen</translation> 17 <translation id="5650795167354946011">A plug-in telepítését követ?en kattintson ide a frissítéshez</translation> 27 <translation id="2745343197843472802">Plug-in beszerzése</translation> 29 <translation id="5776402066334188252">Kérjük, igazolja, hogy ezt a plug-int szeretné telepíteni. Csak azokat a plug-ineket telepítse, amelyekben megbízik.</translation> 30 <translation id="3018094406922859308">Plug-in letöltése...</translation> 34 <translation id="5129723458012748440">A(z) <ph name="PLUGIN"/> plug-in nincs telepítve.</translation> 40 <translation id="5253117816378681419">Kérjük, er?sítse meg, hogy valóban telepíteni szeretné a következ? plug-int: <ph name="PLUGIN"/>. Csak azokat a plug-ineket telepítse, amelyekben megbízik.</translation [all...] |
webkit_strings_it.xtb | 4 <translation id="4519964825805946997">Installazione del plug-in da <ph name="URL"/> non riuscita</translation> 10 <translation id="372362261556059955">Č necessario un plug-in aggiuntivo</translation> 15 <translation id="1416462845279468967">Installazione del plug-in non riuscita</translation> 17 <translation id="5650795167354946011">Dopo aver installato il plug-in, fai clic qui per aggiornare</translation> 27 <translation id="2745343197843472802">Scarica plug-in</translation> 29 <translation id="5776402066334188252">Conferma l'installazione del plug-in. Dovresti installare soltanto plug-in attendibili.</translation> 30 <translation id="3018094406922859308">Download del plug-in in corso...</translation> 34 <translation id="5129723458012748440">Il plug-in <ph name="PLUGIN"/> non č installato.</translation> 40 <translation id="5253117816378681419">Conferma che desideri installare il plug-in <ph name="PLUGIN"/>. Dovresti installare soltanto plug-in attendibili.</translation [all...] |
webkit_strings_pt-BR.xtb | 4 <translation id="4519964825805946997">Falha ao instalar o plug-in de <ph name="URL"/></translation> 10 <translation id="372362261556059955">Plug-in adicional necessário</translation> 15 <translation id="1416462845279468967">Falha na instalaçăo do plug-in</translation> 17 <translation id="5650795167354946011">Depois de instalar o plug-in, clique aqui para atualizar</translation> 27 <translation id="2745343197843472802">Obter plug-in</translation> 29 <translation id="5776402066334188252">Confirme se vocę deseja instalar este plug-in. Vocę deve instalar apenas plug-ins em que confia.</translation> 30 <translation id="3018094406922859308">Fazendo download do plug-in...</translation> 34 <translation id="5129723458012748440">O plug-in <ph name="PLUGIN"/> năo está instalado.</translation> 40 <translation id="5253117816378681419">Confirme se vocę deseja instalar o plug-in do <ph name="PLUGIN"/>. Vocę deve instalar apenas plug-ins em que vocę confia.</translation [all...] |
webkit_strings_pt-PT.xtb | 4 <translation id="4519964825805946997">Falha ao instalar o plug-in de <ph name="URL"/></translation> 10 <translation id="372362261556059955">Plug-in adicional requerido</translation> 15 <translation id="1416462845279468967">A instalaçăo do plug-in falhou</translation> 17 <translation id="5650795167354946011">Após instalar o plug-in, clique aqui para actualizar</translation> 27 <translation id="2745343197843472802">Obter plug-in</translation> 29 <translation id="5776402066334188252">Confirme se pretende instalar este plug-in. Deve instalar apenas plug-ins fidedignos.</translation> 30 <translation id="3018094406922859308">A transferir plug-in...</translation> 34 <translation id="5129723458012748440">O plug-in <ph name="PLUGIN"/> năo está instalado.</translation> 40 <translation id="5253117816378681419">Confirme se pretende instalar o plug-in do <ph name="PLUGIN"/>. Deve instalar apenas plug-ins fidedignos.</translation [all...] |
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
test.html | 4 <title>Cocoa Netscape Plug-In</title>
|