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

1 2 3 4 5 6 7 8 91011>>

  /external/jetty/src/resources/org/eclipse/jetty/servlet/jmx/
ServletHandler-mbean.properties 3 servletMappings: MObject:RO:Mappings of servlets
5 filterMappings: MObject:RO:Mappings of filters
  /cts/tools/signature-tools/src/signature/compare/model/subst/
MethodProjection.java 30 private Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:MethodProjection
33 Map<ITypeVariableDefinition, ITypeReference> mappings) {
34 super(original, mappings);
35 this.mappings = mappings;
41 .getReturnType(), mappings);
46 return "(" + SigMethod.toString(this) + " : " + mappings + " )";
ArrayTypeProjection.java 29 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:ArrayTypeProjection
32 Map<ITypeVariableDefinition, ITypeReference> mappings) {
34 this.mappings = mappings;
39 .getComponentType(), mappings);
54 return "(" + SigArrayType.toString(this) + " : " + mappings + " )";
ClassReferenceProjection.java 30 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:ClassReferenceProjection
33 Map<ITypeVariableDefinition, ITypeReference> mappings) {
35 this.mappings = mappings;
39 return new ClassProjection(original.getClassDefinition(), mappings);
54 return "(" + SigClassReference.toString(this) + " : " + mappings + " )";
WildcardTypeProjection.java 31 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:WildcardTypeProjection
34 Map<ITypeVariableDefinition, ITypeReference> mappings) {
36 this.mappings = mappings;
41 .getLowerBound(), mappings);
46 .getUpperBounds(), mappings);
ParameterProjection.java 29 private Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:ParameterProjection
32 Map<ITypeVariableDefinition, ITypeReference> mappings) {
34 this.mappings = mappings;
43 mappings);
ExecutableMemberProjection.java 35 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:ExecutableMemberProjection
38 Map<ITypeVariableDefinition, ITypeReference> mappings) {
40 this.mappings = mappings;
53 .getExceptions(), mappings);
67 result.add(new ParameterProjection(parameter, mappings));
ParameterizedTypeProjection.java 32 private final Map<ITypeVariableDefinition, ITypeReference> mappings; field in class:ParameterizedTypeProjection
35 Map<ITypeVariableDefinition, ITypeReference> mappings) {
37 this.mappings = mappings;
45 return ViewpointAdapter.substitutedTypeReference(ownerType, mappings);
70 .getTypeArguments(), mappings);
ViewpointAdapter.java 65 Map<ITypeVariableDefinition, ITypeReference> mappings) {
68 mappings));
73 Map<ITypeVariableDefinition, ITypeReference> mappings) {
77 result.add(substitutedTypeReference(typeReference, mappings));
84 Map<ITypeVariableDefinition, ITypeReference> mappings) {
88 mappings);
92 return new ArrayTypeProjection((IArrayType) type, mappings);
95 mappings);
97 return new WildcardTypeProjection((IWildcardType) type, mappings);
100 ITypeReference subst = mappings.get(((ITypeVariableReference) type
    [all...]
ConstructorProjection.java 29 Map<ITypeVariableDefinition, ITypeReference> mappings) {
30 super(original, mappings);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
mman.h 16 #define MCL_CURRENT 1 /* lock all current mappings */
17 #define MCL_FUTURE 2 /* lock all future mappings */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 16 #define MCL_CURRENT 1 /* lock all current mappings */
17 #define MCL_FUTURE 2 /* lock all future mappings */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/' \
20 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/' \
20 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
  /external/llvm/test/YAMLParser/
spec-02-26.data 4 # a sequence of mappings, with
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
X509.java 11 public static class Mappings
14 public Mappings()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/
BC.java 10 public static class Mappings
13 public Mappings()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/982983255/
artifacts.xml 8 <mappings size='3'>
12 </mappings>
  /external/kernel-headers/original/uapi/asm-generic/
mman.h 18 #define MCL_CURRENT 1 /* lock all current mappings */
19 #define MCL_FUTURE 2 /* lock all future mappings */
  /external/icu/icu4c/source/data/
makedata.vcxproj.filters 41 <None Include="mappings\ucmcore.mk">
44 <None Include="mappings\ucmebcdic.mk">
47 <None Include="mappings\ucmfiles.mk">
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 62 /* for stage3 compaction of <subchar1> |2 mappings */
288 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
290 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
297 UCMapping *mappings; local
302 mappings=table->mappings;
306 /* leave the map alone for the initial mappings with desired flags */
308 flag=mappings[map[i]].f;
316 flag=mappings[map[i]].f;
385 * - The mappings are sorted lexically. (Access is through the reverseMap.
412 UCMapping *mappings, *m; local
585 UCMapping *mappings, *m; local
711 UCMapping *mappings, *m; local
928 UCMapping *mappings, *m; local
    [all...]
  /external/icu/icu4c/source/data/mappings/
README.emoji 1 == Notes on {kddi,docomo,softbank}-*.ucm mappings.
37 icu_mappings=/google/src/cloud/mscherer/icubranch/google_vendor_src_branch/icu/source/data/mappings
47 The only differences from 2012-sep are in mappings for symbols
54 For the relevant symbols that have roundtrip mappings,
55 - the mappings with Emoji Variation Selector
57 - the other mappings (no VS & text VS)
70 icu_mappings=~/p4/emoji/google_vendor_src_branch/icu/source/data/mappings
80 The emoji4unicode code uses the mappings that were established during the
84 and also include fallback mappings from the Google PUA code points
103 The original table's mappings to codes 0x75xx to 0x7Bxx are exclude
    [all...]
  /external/bison/m4/
mmap-anon.m4 8 # mappings.
22 # fails on HP-UX 11, because MAP_FIXED mappings do not work. But this is
23 # irrelevant for anonymous mappings.
  /external/icu/icu4c/source/test/testdata/
test5.ucm 9 # Also contains extension mappings (m:n).
  /external/libselinux/src/
mapping.h 2 * This file describes the class and permission mappings used to

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 91011>>