HomeSort by relevance Sort by last modified time
    Searched refs:MAP (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/icu/icu4c/source/data/sprep/
rfc4518ci.txt 426 0041; 0061; MAP
427 0042; 0062; MAP
428 0043; 0063; MAP
429 0044; 0064; MAP
430 0045; 0065; MAP
431 0046; 0066; MAP
432 0047; 0067; MAP
433 0048; 0068; MAP
434 0049; 0069; MAP
435 004A; 006A; MAP
    [all...]
rfc3491.txt 422 00AD; ; MAP
423 034F; ; MAP
424 1806; ; MAP
425 180B; ; MAP
426 180C; ; MAP
427 180D; ; MAP
428 200B; ; MAP
429 200C; ; MAP
430 200D; ; MAP
431 2060; ; MAP
    [all...]
rfc3530csci.txt 421 00AD; ; MAP
422 034F; ; MAP
423 1806; ; MAP
424 180B; ; MAP
425 180C; ; MAP
426 180D; ; MAP
427 200B; ; MAP
428 200C; ; MAP
429 200D; ; MAP
430 2060; ; MAP
    [all...]
rfc3722.txt 422 00AD; ; MAP
423 034F; ; MAP
424 1806; ; MAP
425 180B; ; MAP
426 180C; ; MAP
427 180D; ; MAP
428 200B; ; MAP
429 200C; ; MAP
430 200D; ; MAP
431 2060; ; MAP
    [all...]
rfc3920node.txt 422 00AD; ; MAP
423 034F; ; MAP
424 1806; ; MAP
425 180B; ; MAP
426 180C; ; MAP
427 180D; ; MAP
428 200B; ; MAP
429 200C; ; MAP
430 200D; ; MAP
431 2060; ; MAP
    [all...]
rfc4518.txt 476 # Map table for LDAP profile (rfc4518.txt)
478 00AD; ; MAP
479 034F; ; MAP
480 1806; ; MAP
481 180B; ; MAP
482 180C; ; MAP
483 180D; ; MAP
484 FE00; ; MAP
485 FE01; ; MAP
486 FE02; ; MAP
    [all...]
rfc4013.txt 550 # Map table for SASL profile (rfc4013.txt)
552 00A0; 0020; MAP
553 1680; 0020; MAP
554 2000; 0020; MAP
555 2001; 0020; MAP
556 2002; 0020; MAP
557 2003; 0020; MAP
558 2004; 0020; MAP
559 2005; 0020; MAP
560 2006; 0020; MAP
    [all...]
rfc3530cs.txt 421 00AD; ; MAP
422 034F; ; MAP
423 1806; ; MAP
424 180B; ; MAP
425 180C; ; MAP
426 180D; ; MAP
427 200B; ; MAP
428 200C; ; MAP
429 200D; ; MAP
430 2060; ; MAP
    [all...]
rfc3530mixp.txt 422 00AD; ; MAP
423 034F; ; MAP
424 1806; ; MAP
425 180B; ; MAP
426 180C; ; MAP
427 180D; ; MAP
428 200B; ; MAP
429 200C; ; MAP
430 200D; ; MAP
431 2060; ; MAP
    [all...]
rfc3920res.txt 422 00AD; ; MAP
423 034F; ; MAP
424 1806; ; MAP
425 180B; ; MAP
426 180C; ; MAP
427 180D; ; MAP
428 200B; ; MAP
429 200C; ; MAP
430 200D; ; MAP
431 2060; ; MAP
    [all...]
rfc4011.txt 421 00AD; ; MAP
422 034F; ; MAP
423 1806; ; MAP
424 180B; ; MAP
425 180C; ; MAP
426 180D; ; MAP
427 200B; ; MAP
428 200C; ; MAP
429 200D; ; MAP
430 2060; ; MAP
    [all...]
  /external/icu/icu4c/source/test/testdata/
nfs4_cis_prep.txt 413 00AD; ; MAP
414 034F; ; MAP
415 1806; ; MAP
416 180B; ; MAP
417 180C; ; MAP
418 180D; ; MAP
419 200B; ; MAP
420 200C; ; MAP
421 200D; ; MAP
422 2060; ; MAP
    [all...]
nfs4_cs_prep_ci.txt 413 00AD; ; MAP
414 034F; ; MAP
415 1806; ; MAP
416 180B; ; MAP
417 180C; ; MAP
418 180D; ; MAP
419 200B; ; MAP
420 200C; ; MAP
421 200D; ; MAP
422 2060; ; MAP
    [all...]
nfs4_mixed_prep_s.txt 413 00AD; ; MAP
414 034F; ; MAP
415 1806; ; MAP
416 180B; ; MAP
417 180C; ; MAP
418 180D; ; MAP
419 200B; ; MAP
420 200C; ; MAP
421 200D; ; MAP
422 2060; ; MAP
    [all...]
nfs4_cs_prep_cs.txt 413 00AD; ; MAP
414 034F; ; MAP
415 1806; ; MAP
416 180B; ; MAP
417 180C; ; MAP
418 180D; ; MAP
419 200B; ; MAP
420 200C; ; MAP
421 200D; ; MAP
422 2060; ; MAP
    [all...]
nfs4_mixed_prep_p.txt 413 00AD; ; MAP
414 034F; ; MAP
415 1806; ; MAP
416 180B; ; MAP
417 180C; ; MAP
418 180D; ; MAP
419 200B; ; MAP
420 200C; ; MAP
421 200D; ; MAP
422 2060; ; MAP
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopToDop.java 37 /** {@code non-null;} map from all the common rops to dalvik opcodes */
38 private static final HashMap<Rop, Dop> MAP;
225 MAP = new HashMap<Rop, Dop>(400);
226 MAP.put(Rops.NOP, Dops.NOP);
227 MAP.put(Rops.MOVE_INT, Dops.MOVE);
228 MAP.put(Rops.MOVE_LONG, Dops.MOVE_WIDE);
229 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE);
230 MAP.put(Rops.MOVE_DOUBLE, Dops.MOVE_WIDE);
231 MAP.put(Rops.MOVE_OBJECT, Dops.MOVE_OBJECT);
232 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java 38 /** {@code non-null;} map from all the common rops to dalvik opcodes */
39 private static final HashMap<Rop, Dop> MAP;
226 MAP = new HashMap<Rop, Dop>(400);
227 MAP.put(Rops.NOP, Dops.NOP);
228 MAP.put(Rops.MOVE_INT, Dops.MOVE);
229 MAP.put(Rops.MOVE_LONG, Dops.MOVE_WIDE);
230 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE);
231 MAP.put(Rops.MOVE_DOUBLE, Dops.MOVE_WIDE);
232 MAP.put(Rops.MOVE_OBJECT, Dops.MOVE_OBJECT);
233 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopToDop.java 38 /** {@code non-null;} map from all the common rops to dalvik opcodes */
39 private static final HashMap<Rop, Dop> MAP;
54 MAP = new HashMap<Rop, Dop>(400);
55 MAP.put(Rops.NOP, Dops.NOP);
56 MAP.put(Rops.MOVE_INT, Dops.MOVE);
57 MAP.put(Rops.MOVE_LONG, Dops.MOVE_WIDE);
58 MAP.put(Rops.MOVE_FLOAT, Dops.MOVE);
59 MAP.put(Rops.MOVE_DOUBLE, Dops.MOVE_WIDE);
60 MAP.put(Rops.MOVE_OBJECT, Dops.MOVE_OBJECT);
61 MAP.put(Rops.MOVE_PARAM_INT, Dops.MOVE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 0 /* Map logical line numbers to (source file, line number) pairs.
29 /* Reason for creating a new line map with linemap_add. LC_ENTER is
59 /* An ordinary line map encodes physical source locations. Those
90 ordinary or macro map. */
95 /* A macro line map encodes location of tokens coming from a macro
105 /* The cpp macro which expansion gave birth to this macro map. */
133 There is a macro map for the expansion of PLUS in #2. PLUS is
170 map. It's the location of the macro name. That location is held
171 by the map that was current right before the current one. It
172 could have been either a macro or an ordinary map, depending o
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
exception.i 30 #define MAP(swigerr, scmerr) \
35 MAP(SWIG_MemoryError, "swig-memory-error");
36 MAP(SWIG_IOError, "swig-io-error");
37 MAP(SWIG_RuntimeError, "swig-runtime-error");
38 MAP(SWIG_IndexError, "swig-index-error");
39 MAP(SWIG_TypeError, "swig-type-error");
40 MAP(SWIG_DivisionByZero, "swig-division-by-zero");
41 MAP(SWIG_OverflowError, "swig-overflow-error");
42 MAP(SWIG_SyntaxError, "swig-syntax-error");
43 MAP(SWIG_ValueError, "swig-value-error")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 9 MAP = {
23 new = unicode(MAP[attr.value])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_methodattrs.py 9 MAP = {
23 new = unicode(MAP[attr.value])
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 26 MAP(C0, 32) \
27 MAP(C1, 33) \
28 MAP(C2, 34) \
29 MAP(C3, 35) \
30 MAP(C4, 36) \
31 MAP(C5, 37) \
32 MAP(C6, 38) \
33 MAP(C7, 39) \
34 MAP(C8, 40) \
35 MAP(C9, 41)
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
BracketExpr.java 29 MAP,
46 mAccessor = BracketAccessor.MAP;
49 "expression. Cast the value to List, Map, " +

Completed in 563 milliseconds

1 2 3 4 5 6