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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /external/kernel-headers/original/asm-arm/
mman.h 14 #define MCL_CURRENT 1 /* lock all current mappings */
15 #define MCL_FUTURE 2 /* lock all future mappings */
hardirq.h 13 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
  /external/kernel-headers/original/asm-x86/
mman.h 16 #define MCL_CURRENT 1 /* lock all current mappings */
17 #define MCL_FUTURE 2 /* lock all future mappings */
  /external/kernel-headers/original/linux/
irq_cpustat.h 5 * Contains default mappings for irq_cpustat_t, used by almost every
7 * they define their own mappings for irq_stat.
  /external/chromium/third_party/icu/source/tools/makeconv/
gencnvex.c 65 /* for stage3 compaction of <subchar1> |2 mappings */
290 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
292 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
299 UCMapping *mappings; local
304 mappings=table->mappings;
308 /* leave the map alone for the initial mappings with desired flags */
310 flag=mappings[map[i]].f;
318 flag=mappings[map[i]].f;
387 * - The mappings are sorted lexically. (Access is through the reverseMap.
414 UCMapping *mappings, *m; local
587 UCMapping *mappings, *m; local
711 UCMapping *mappings, *m; local
928 UCMapping *mappings, *m; local
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 65 /* for stage3 compaction of <subchar1> |2 mappings */
290 * Remove fromUnicode fallbacks and SUB mappings which are irrelevant for
292 * This includes mappings with MBCS_FROM_U_EXT_FLAG which were suitable
299 UCMapping *mappings; local
304 mappings=table->mappings;
308 /* leave the map alone for the initial mappings with desired flags */
310 flag=mappings[map[i]].f;
318 flag=mappings[map[i]].f;
387 * - The mappings are sorted lexically. (Access is through the reverseMap.
414 UCMapping *mappings, *m; local
587 UCMapping *mappings, *m; local
711 UCMapping *mappings, *m; local
928 UCMapping *mappings, *m; local
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
ucm.h 61 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...]
ucm.c 16 * This file reads a .ucm file, stores its mappings and sorts them.
17 * It implements handling of Unicode conversion mappings from .ucm files
22 * character sequence are handled to support m:n mappings.
73 m=table->mappings;
201 /* sorting by Unicode first sorts mappings directly */
209 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
215 table, table->mappings+l,
216 table, table->mappings+r, FALSE);
231 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping),
239 * if mappings are added, the reverseMap need not b
    [all...]
  /external/icu4c/tools/toolutil/
ucm.h 61 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...]
ucm.c 16 * This file reads a .ucm file, stores its mappings and sorts them.
17 * It implements handling of Unicode conversion mappings from .ucm files
22 * character sequence are handled to support m:n mappings.
73 m=table->mappings;
201 /* sorting by Unicode first sorts mappings directly */
209 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
215 table, table->mappings+l,
216 table, table->mappings+r, FALSE);
231 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping),
239 * if mappings are added, the reverseMap need not b
    [all...]
  /external/icu4c/data/mappings/
README.emoji 1 == Notes on {kddi,docomo,softbank}-*.ucm mappings.
47 The original table's mappings to codes 0x75xx to 0x7Bxx are excluded
51 The original table's mappings to codes 0xEBxx to 0xEExx, and 0xF0xx to
55 The original table's mappings to codes 0xF0xx to 0xF90xx (EUDC block)
59 The original table's mappings to codes 0xF0xx to 0xF90xx (EUDC block),
63 The original table's mappings to codes 0x75xx to 0x7Bxx, and 0x7Dxx
  /external/icu4c/test/testdata/
test5.ucm 9 # Also contains extension mappings (m:n).
testnorm.txt 51 # Some interesting mappings
59 D800>D7FF # surrogates with mappings, and mappings to empty strings
  /external/oprofile/daemon/
opd_mangling.h 26 * counter and set up memory mappings for it.
  /system/extras/librank/
librank.c 42 struct mapping_info **mappings; member in struct:library_info
105 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *));
106 if (!library->mappings) {
107 fprintf(stderr, "Couldn't allocate space for library mappings array: %s\n", strerror(errno));
123 if (library->mappings[i]->proc == proc)
124 return library->mappings[i];
128 library->mappings = realloc(library->mappings,
130 if (!library->mappings) {
131 fprintf(stderr, "Couldn't resize mappings array: %s\n", strerror(errno))
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 35 * Provides Algorithm Name to OID and OID to Algorithm Name mappings. Some known
36 * mappings are hardcoded. Tries to obtain additional mappings from installed
41 // Will search OID mappings for these services
48 // These mappings CAN NOT be overridden
93 // Now search providers for mappings like
142 // Searches given provider for mappings like
146 // Puts mappings found into appropriate internal maps
161 // Do not overwrite already known mappings

Completed in 1767 milliseconds

1 2 3 4 5 6 7 8 91011>>