HomeSort by relevance Sort by last modified time
    Searched refs:mapkey (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencodec.py 155 for mapkey, mapvalue in mappings:
157 if isinstance(mapkey, tuple):
158 (mapkey, mapcomment) = mapkey
161 if mapkey is None:
164 mapkey == mapvalue and
165 mapkey < 256):
169 key = hexrepr(mapkey, key_precision)
208 for mapkey, mapvalue in mappings:
210 if isinstance(mapkey, tuple):
    [all...]
  /external/python/cpython2/Tools/unicode/
gencodec.py 155 for mapkey, mapvalue in mappings:
157 if isinstance(mapkey, tuple):
158 (mapkey, mapcomment) = mapkey
161 if mapkey is None:
164 mapkey == mapvalue and
165 mapkey < 256):
169 key = hexrepr(mapkey, key_precision)
208 for mapkey, mapvalue in mappings:
210 if isinstance(mapkey, tuple)
    [all...]
  /external/python/cpython3/Tools/unicode/
gencodec.py 158 for mapkey, mapvalue in mappings:
160 if isinstance(mapkey, tuple):
161 (mapkey, mapcomment) = mapkey
164 if mapkey is None:
167 mapkey == mapvalue and
168 mapkey < 256):
172 key = hexrepr(mapkey, key_precision)
210 for mapkey, mapvalue in mappings:
212 if isinstance(mapkey, tuple)
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeyProcessingStep.java 23 import dagger.MapKey;
38 * The annotation processor responsible for validating the mapKey annotation and auto-generate
39 * implementation of annotations marked with &#064MapKey where necessary.
63 return ImmutableSet.<Class<? extends Annotation>>of(MapKey.class);
69 for (Element element : elementsByAnnotation.get(MapKey.class)) {
74 MapKey mapkey = element.getAnnotation(MapKey.class); local
75 if (mapkey.unwrapValue()) {

Completed in 232 milliseconds