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

1 2 3

  /external/icu4c/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/icu4c/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 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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
line-map.h 0 /* Map logical line numbers to (source file, line number) pairs.
57 creation of this line map, SYSP is one for a system header, two for
108 /* Initialize a line map set. */
111 /* Free a line map set. */
142 /* Given a logical line, returns the map from which the corresponding
148 which led to the map MAP, if any, to stderr. Nothing is output if
153 /* Converts a map and a source_location to source line. */
154 #define SOURCE_LINE(MAP, LOC) \
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line
    [all...]
diagnostic.h 153 #define diagnostic_last_module_changed(DC, MAP) \
154 ((DC)->last_module != MAP)
158 #define diagnostic_set_last_module(DC, MAP) \
159 (DC)->last_module = MAP
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
line-map.h 0 /* Map logical line numbers to (source file, line number) pairs.
57 creation of this line map, SYSP is one for a system header, two for
108 /* Initialize a line map set. */
111 /* Free a line map set. */
142 /* Given a logical line, returns the map from which the corresponding
148 which led to the map MAP, if any, to stderr. Nothing is output if
153 /* Converts a map and a source_location to source line. */
154 #define SOURCE_LINE(MAP, LOC) \
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line
    [all...]
diagnostic.h 153 #define diagnostic_last_module_changed(DC, MAP) \
154 ((DC)->last_module != MAP)
158 #define diagnostic_set_last_module(DC, MAP) \
159 (DC)->last_module = MAP
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
line-map.h 0 /* Map logical line numbers to (source file, line number) pairs.
57 creation of this line map, SYSP is one for a system header, two for
108 /* Initialize a line map set. */
111 /* Free a line map set. */
142 /* Given a logical line, returns the map from which the corresponding
148 which led to the map MAP, if any, to stderr. Nothing is output if
153 /* Converts a map and a source_location to source line. */
154 #define SOURCE_LINE(MAP, LOC) \
155 ((((LOC) - (MAP)->start_location) >> (MAP)->column_bits) + (MAP)->to_line
    [all...]
diagnostic.h 153 #define diagnostic_last_module_changed(DC, MAP) \
154 ((DC)->last_module != MAP)
158 #define diagnostic_set_last_module(DC, MAP) \
159 (DC)->last_module = MAP
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 72 return [ this[0], MAP(defs, function(def){
90 return [ this[0], MAP(statements, walk) ];
95 out.push(MAP(statements, walk));
103 MAP(t, walk),
104 c != null ? [ c[0], MAP(c[1], walk) ] : null,
105 f != null ? MAP(f, walk) : null
112 return [ this[0], walk(ctor), MAP(args, walk) ];
115 return [ this[0], walk(expr), MAP(body, function(branch){
117 MAP(branch[1], walk) ];
136 return [ this[0], walk(expr), MAP(args, walk) ]
    [all...]

Completed in 724 milliseconds

1 2 3