HomeSort by relevance Sort by last modified time
    Searched full:mappings (Results 251 - 275 of 1275) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
objectmodel.py 106 """Read the permission mappings from a file. This reads the format used
112 # choice. If user supplied permission mappings are needed the parser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
objectmodel.py 106 """Read the permission mappings from a file. This reads the format used
112 # choice. If user supplied permission mappings are needed the parser
  /external/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java 48 * of mappings. The implementation stores the first {@code k} mappings in an
95 * lexicographically smallest mappings.
130 * lexicographically smallest mappings.
150 * mappings are stored. (i.e. the {@code k} referred to in the class
370 * @return a {@link SortedMap} to which overflow entries mappings can be
  /libcore/luni/src/main/java/java/util/
EnumMap.java 396 * initially containing the same mappings.
417 * any mappings.
519 * Returns a {@code Set} containing all of the mappings in this {@code EnumMap}. Each mapping is
526 * @return a {@code Set} of the mappings.
538 * specified {@code Object} is an {@code EnumMap} and both {@code EnumMap}s contain the same mappings.
627 * the {@code Map} to copy mappings from.
Hashtable.java 77 * The number of mappings in this hash map.
164 * Constructs a new instance of {@code Hashtable} containing the mappings
168 * the mappings to add.
420 * the map to copy mappings from.
431 * specified number of mappings, with room to grow. If not, it increases the
612 * Returns a set of the mappings contained in this {@code Hashtable}. Each
617 * @return a set of the mappings.
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Multimaps.java 826 * mappings, such as {@code put}, {@code putAll} or {@code replaceValues}.
    [all...]
ArrayTable.java 108 * Creates an {@code ArrayTable} with the mappings in the provided table.
518 * <p>The returned set's iterator traverses the mappings with the first row
519 * key, the mappings with the second row key, and so on.
557 * Returns a view of all mappings that have the given column key. If the
646 * Returns a view of all mappings that have the given row key. If the
ImmutableSetMultimap.java 173 * key-value mappings in the previously created multimaps.
278 * Returns an immutable set multimap containing the same mappings as
346 * Returns an immutable set of the values for the given key. If no mappings
  /external/jetty/src/java/org/eclipse/jetty/webapp/
StandardDescriptorProcessor.java 620 //servlet-mappings are always additive, whether from web xml descriptors (web.xml/web-default.xml/web-override.xml) or web-fragments.
626 Origin origin = context.getMetaData().getOrigin(servlet_name+".servlet.mappings");
632 //no servlet mappings
633 context.getMetaData().setOrigin(servlet_name+".servlet.mappings", descriptor);
635 mapping.setDefault(context.getMetaData().getOrigin(servlet_name+".servlet.mappings") == Origin.WebDefaults);
652 //mappings previously set by another web-fragment, so merge in this web-fragment's mappings
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 110 * Creates an {@code ArrayTable} with the mappings in the provided table.
542 * <p>The returned set's iterator traverses the mappings with the first row
543 * key, the mappings with the second row key, and so on.
581 * Returns a view of all mappings that have the given column key. If the
670 * Returns a view of all mappings that have the given row key. If the
ImmutableSetMultimap.java 179 * key-value mappings in the previously created multimaps.
284 * Returns an immutable set multimap containing the same mappings as
352 * Returns an immutable set of the values for the given key. If no mappings
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 145 * Convert a date string used by metazone mappings to UDate.
519 const UVector *mappings = getMetazoneMappings(tzid); local
520 if (mappings != NULL) {
521 for (int32_t i = 0; i < mappings->size(); i++) {
522 OlsonToMetaMappingEntry *mzm = (OlsonToMetaMappingEntry*)mappings->elementAt(i);
uspoof_impl.h 120 // Confusable Mappings Data Structures
318 // The data provides mappings from code points to a set of scripts
320 // There are two mappings, one for lower case only, and one for characters
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterDataReader.java 131 * 1. They support m:n mappings.
136 * implicitly generated for m:n mappings), but its extension table is not
160 * (reverse) fallback mappings.
165 * Mappings from multiple characters (code points or codepage state
168 * all mappings that contain prefixes of the multiple characters.
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc 292 // case its entry when creating the list of mappings.
328 // Merge adjacent mappings with the same name into one module,
340 // Also merge mappings that result from address ranges that the
  /external/icu/icu4c/source/common/unicode/
ucasemap.h 100 * Get the locale ID that is used for language-dependent case mappings.
118 * Set the locale ID that is used for language-dependent case mappings.
391 * but there is an option for whether to include or exclude mappings for dotted I
  /external/icu/icu4c/source/data/
makedata.vcxproj 139 <None Include="mappings\ucmcore.mk" />
140 <None Include="mappings\ucmebcdic.mk" />
141 <None Include="mappings\ucmfiles.mk" />
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
typemaps.i 6 * These mappings provide support for input/output arguments and
7 * common uses for C/C++ pointers. INOUT mappings allow for C/C++
164 // Mappings for an argument that is both an input and output
  /frameworks/base/services/core/java/com/android/server/pm/
SELinuxMMAC.java 559 * @return A boolean indicating if this object has inner package name mappings.
743 * These localized mappings allow the global seinfo to be overriden. This
834 String err = "Inner package mappings not allowed with default stanza.";
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 524 def Modify(self, table, conditions={}, mappings={}):
525 """Modify(table, conditions={}, mappings={}) - Modify items in rows matching 'conditions' using mapping functions in 'mappings'
531 * mappings - a dictionary keyed on column names containing a
540 columns = mappings.keys()
558 dataitem = mappings[column](dataitem)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 524 def Modify(self, table, conditions={}, mappings={}):
525 """Modify(table, conditions={}, mappings={}) - Modify items in rows matching 'conditions' using mapping functions in 'mappings'
531 * mappings - a dictionary keyed on column names containing a
540 columns = mappings.keys()
558 dataitem = mappings[column](dataitem)
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 39 * mappings.
198 * frequency mappings contain frequencies for each of these characters.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 181 * This method returns an object that has the current namespace mappings in
185 * mappings in effect.
SerializerBase.java 204 * 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)
    [all...]
  /external/bison/djgpp/
README.in 94 name mappings; the distribution includes a file `djgpp/fnchange.lst'
95 with the necessary mappings. So you need first to retrieve that batch

Completed in 2736 milliseconds

<<11121314151617181920>>