Searched defs:mappings (Results 1 - 23 of 23) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java106 * @param mappings NamespaceMappings
108 public void setNamespaceMappings(NamespaceMappings mappings); argument
H A DSerializerBase.java204 * prefix/uri mappings. As processed elements come and go, so do
205 * the associated mappings for that element.
827 * Some users of the serializer may need the current namespace mappings
828 * @return the current namespace mappings (prefix/uri)
1233 * @param mappings NamespaceMappings
1235 public void setNamespaceMappings(NamespaceMappings mappings) { argument
1236 m_prefixMap = mappings;
1522 // namespace mappings
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DFlyByCamera.java56 private static String[] mappings = new String[]{ field in class:FlyByCamera
203 inputManager.addListener(this, mappings);
227 for (String s : mappings) {
H A DInputManager.java102 private final HashMap<String, Mapping> mappings = new HashMap<String, Mapping>(); field in class:InputManager
463 * Adds a new listener to receive events on the given mappings.
482 Mapping mapping = mappings.get(mappingName);
485 mappings.put(mappingName, mapping);
496 * <p>This will unregister the listener from any mappings that it
505 for (Mapping mapping : mappings.values()) {
516 * registered to the mappings will receive appropriate events.
524 Mapping mapping = mappings.get(mappingName);
527 mappings.put(mappingName, mapping);
556 return mappings
[all...]
/external/icu4c/tools/toolutil/
H A Ducm.h61 UCM_FLAGS_INITIAL, /* no mappings parsed yet */
62 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
63 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
68 UCMapping *mappings; member in struct:UCMTable
159 * Remove mappings with their move flag set from the base table
175 * Check the validity of mappings against a base table's states;
183 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
186 * or when delta file mappings are subtracted from a base table.
191 * if(intersectBase) then mappings that exist in the base table but not in
195 * If intersectBase==2 for a DBCS extension table, then SBCS mappings ar
[all...]
/external/chromium/net/base/
H A Dmime_util.cc123 static const char* FindMimeType(const MimeInfo* mappings, argument
129 const char* extensions = mappings[i].extensions;
134 return mappings[i].mime_type;
606 const MimeInfo* mappings,
612 if (StartsWithASCII(mappings[i].mime_type, leading_mime_type, false)) {
614 base::SplitStringUsingSubstr(mappings[i].extensions,
640 // Also look up the extensions from hard-coded mappings in case that some
701 // Also look up the extensions from hard-coded mappings in case that some
605 GetExtensionsFromHardCodedMappings( const MimeInfo* mappings, size_t mappings_len, const std::string& leading_mime_type, base::hash_set<FilePath::StringType>* extensions) argument
/external/icu4c/tools/makeconv/
H A Dgencnvex.c65 /* for stage3 compaction of <subchar1> |2 mappings */
291 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
293 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
300 UCMapping *mappings; local
305 mappings=table->mappings;
309 /* leave the map alone for the initial mappings with desired flags */
311 flag=mappings[map[i]].f;
319 flag=mappings[map[i]].f;
388 * - The mappings ar
415 UCMapping *mappings, *m; local
588 UCMapping *mappings, *m; local
712 UCMapping *mappings, *m; local
929 UCMapping *mappings, *m; local
[all...]
/external/icu4c/i18n/
H A Dzonemeta.cpp139 * Convert a date string used by metazone mappings to UDate.
515 const UVector *mappings = getMetazoneMappings(tzid); local
516 if (mappings != NULL) {
517 for (int32_t i = 0; i < mappings->size(); i++) {
518 OlsonToMetaMappingEntry *mzm = (OlsonToMetaMappingEntry*)mappings->elementAt(i);
H A Dtznames_impl.cpp965 const UVector* mappings = ZoneMeta::getMetazoneMappings(tzID); local
966 if (mappings == NULL) {
977 for (int32_t i = 0; U_SUCCESS(status) && i < mappings->size(); i++) {
979 OlsonToMetaMappingEntry *map = (OlsonToMetaMappingEntry *)mappings->elementAt(i);
/external/libvorbis/lib/
H A Dvorbisenc.c93 int mappings; member in struct:__anon8921
644 int mappings=setup_list[i]->mappings; local
652 if(req>map[setup_list[i]->mappings]){++i;continue;}
653 for(j=0;j<mappings;j++)
656 if(j==mappings)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 849 milliseconds