/external/icu/icu4c/source/common/ |
D | icuplug.cpp | 267 static void uplug_callPlug(UPlugData *plug, UPlugReason reason, UErrorCode *status) { in uplug_callPlug() argument 269 if(plug==NULL||U_FAILURE(*status)) { in uplug_callPlug() 272 token = (*(plug->entrypoint))(plug, reason, status); in uplug_callPlug() 279 static void uplug_unloadPlug(UPlugData *plug, UErrorCode *status) { in uplug_unloadPlug() argument 280 if(plug->awaitingLoad) { /* shouldn't happen. Plugin hasn'tbeen loaded yet.*/ in uplug_unloadPlug() 284 if(U_SUCCESS(plug->pluginStatus)) { in uplug_unloadPlug() 286 uplug_callPlug(plug, UPLUG_REASON_UNLOAD, status); in uplug_unloadPlug() 290 static void uplug_queryPlug(UPlugData *plug, UErrorCode *status) { in uplug_queryPlug() argument 291 …if(!plug->awaitingLoad || !(plug->level == UPLUG_LEVEL_UNKNOWN) ) { /* shouldn't happen. Plugin h… in uplug_queryPlug() 295 plug->level = UPLUG_LEVEL_INVALID; in uplug_queryPlug() [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | icuplug.h | 183 UPlugData *plug, 198 uplug_setPlugNoUnload(UPlugData *plug, UBool dontUnload); 207 uplug_setPlugLevel(UPlugData *plug, UPlugLevel level); 216 uplug_getPlugLevel(UPlugData *plug); 235 uplug_getPlugLoadStatus(UPlugData *plug); 244 uplug_setPlugName(UPlugData *plug, const char *name); 253 uplug_getPlugName(UPlugData *plug); 262 uplug_getSymbolName(UPlugData *plug); 272 uplug_getLibraryName(UPlugData *plug, UErrorCode *status); 282 uplug_getLibrary(UPlugData *plug); [all …]
|
/external/icu/icu4c/source/tools/icuinfo/ |
D | icuinfo.cpp | 129 UPlugData *plug; in cmd_listplugins() local 148 for(i=0;(plug=uplug_getPlugInternal(i))!=NULL;i++) { in cmd_listplugins() 150 const char *name = uplug_getPlugName(plug); in cmd_listplugins() 151 const char *sym = uplug_getSymbolName(plug); in cmd_listplugins() 152 const char *lib = uplug_getLibraryName(plug, &libStatus); in cmd_listplugins() 153 const char *config = uplug_getConfiguration(plug); in cmd_listplugins() 154 UErrorCode loadStatus = uplug_getPlugLoadStatus(plug); in cmd_listplugins() 159 udbg_enumName(UDBG_UPlugLevel,(int32_t)uplug_getPlugLevel(plug)), in cmd_listplugins()
|
/external/clang/tools/clang-format-vs/ |
D | README.txt | 13 directory so they can be bundled with the plug-in, as well as creating 14 ClangFormat/source.extension.vsixmanifest. Once the plug-in has been built with
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
D | testing.properties | 17 #name of zip file containing automated testing framework and JUnit test plug-ins 29 #name of file that captures console output from running JUnit plug-in tests
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
D | testing.properties.template | 21 #name of zip file containing automated testing framework and JUnit test plug-ins 30 #name of file that captures console output from running JUnit plug-in tests
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
D | .options | 1 # Debugging options for the org.eclipse.pde.build plug-in.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/ |
D | build.properties | 150 # in most RCP app or a plug-in, the baseLocation should be the location of a previously 151 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delt… 166 #this property indicates whether you want the set of plug-ins and features to be considered during … 249 # Default value for the version of the source code. This value is used when compiling plug-ins that… 252 # Default value for the version of the byte code targeted. This value is used when compiling plug-i…
|
/external/robolectric/ |
D | README.md | 6 Robolectric can be built using either Maven or Ant. Both Eclipse (with the M2Eclipse plug-in) and
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/ |
D | build.properties | 126 … -source command line switch for javac version 1.4. Used when compiling the jars for the plug-ins. 132 …value of the -target command line switch for javac. Used when compiling the jars for the plug-ins.
|
/external/proguard/build/ |
D | README | 29 For the Java Micro Edition Wireless Tool Kit (JME WTK) obfuscator plug-in:
|
/external/jsoncpp/doc/ |
D | jsoncpp.dox | 18 "plug-ins" : [ 58 const Json::Value plugins = root["plug-ins"];
|
/external/slf4j/ |
D | README.md | 2 …meworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logg…
|
/external/sepolicy/ |
D | perfprofd.te | 10 # perfprofd needs to control CPU hot-plug in order to avoid kernel
|
/external/libxml2/include/libxml/ |
D | xmlschemas.h | 233 xmlSchemaSAXUnplug (xmlSchemaSAXPlugPtr plug);
|
/external/proguard/examples/ |
D | proguard.pro | 66 # If you want to preserve the WTK obfuscation plug-in, you'll have to specify
|
/external/mesa3d/src/egl/main/ |
D | README.txt | 28 can be used to plug in default/fallback functions. Some functions like
|
/external/glide/ |
D | README.md | 12 that allows developers to plug in to almost any network stack. By default Glide uses a custom HttpU… 13 stack, but also includes utility libraries plug in to Google's Volley project or Square's OkHttp li…
|
/external/proguard/examples/gradle/ |
D | proguard.gradle | 87 // If you want to preserve the WTK obfuscation plug-in, you'll have to specify
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | NOTES | 9 The module implements a full set of functions to plug into the
|
/external/libmtp/ |
D | README.windows.txt | 35 2. Upon extraction, plug in your music device and run bin/inf-wizard.exe. Selecting your device and…
|
/external/mesa3d/docs/ |
D | RELNOTES-6.1 | 62 _mesa_init_driver_functions(). Drivers should then plug in the special
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/ |
D | packager.properties | 25 #Set this variable to normalize plug-in and feature names while packaging
|
/external/iproute2/ |
D | README.distribution | 94 and correlation coefficient (rho). You can then plug these values
|
/external/iproute2/netem/ |
D | README.distribution | 96 and correlation coefficient (rho). You can then plug these values
|