HomeSort by relevance Sort by last modified time
    Searched refs:MAP (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 3 [MAP all]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
MapProfile.java 35 * MapProfile handles Bluetooth MAP profile.
49 BluetoothUuid.MAP,
54 static final String NAME = "MAP";
65 // We just bound to the service, so refresh the UI for any connected MAP devices.
103 BluetoothProfile.MAP);
116 return true; // MAP never connects out
176 return BluetoothProfile.MAP;
205 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.MAP,
209 Log.w(TAG, "Error cleaning up MAP proxy", t);
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 486 #define MAP(id, var) case id: *(RECAST(id, arg)) = var; break
493 MAP(VP8E_GET_LAST_QUANTIZER, vp8_get_quantizer(ctx->cpi));
494 MAP(VP8E_GET_LAST_QUANTIZER_64, vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)));
498 #undef MAP
509 #define MAP(id, var) case id: var = CAST(id, args); break;
513 MAP(VP8E_SET_CPUUSED, xcfg.cpu_used);
514 MAP(VP8E_SET_ENABLEAUTOALTREF, xcfg.enable_auto_alt_ref);
515 MAP(VP8E_SET_NOISE_SENSITIVITY, xcfg.noise_sensitivity);
516 MAP(VP8E_SET_SHARPNESS, xcfg.Sharpness);
517 MAP(VP8E_SET_STATIC_THRESHOLD, xcfg.static_thresh)
1153 vpx_active_map_t *map = (vpx_active_map_t *)data; local
    [all...]
vp8_dx_iface.c 799 #define MAP(id, var) case id: var = data; break;
803 MAP (VP8_SET_DBG_COLOR_REF_FRAME, ctx->dbg_color_ref_frame_flag);
804 MAP (VP8_SET_DBG_COLOR_MB_MODES, ctx->dbg_color_mb_modes_flag);
805 MAP (VP8_SET_DBG_COLOR_B_MODES, ctx->dbg_color_b_modes_flag);
806 MAP (VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
59 SET_BIT (sbitmap map, unsigned int bitno)
61 if (map->popcount)
64 oldbit = TEST_BIT (map, bitno);
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
68 map->elms[bitno / SBITMAP_ELT_BITS]
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
78 RESET_BIT (sbitmap map, unsigned int bitno)
80 if (map->popcount)
83 oldbit = TEST_BIT (map, bitno)
    [all...]
bitmap.h 106 /* True if MAP is an empty bitmap. */
107 #define bitmap_empty_p(MAP) (!(MAP)->first)
224 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
227 bi->elt1 = map->first;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
59 SET_BIT (sbitmap map, unsigned int bitno)
61 if (map->popcount)
64 oldbit = TEST_BIT (map, bitno);
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
68 map->elms[bitno / SBITMAP_ELT_BITS]
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
78 RESET_BIT (sbitmap map, unsigned int bitno)
80 if (map->popcount)
83 oldbit = TEST_BIT (map, bitno)
    [all...]
bitmap.h 106 /* True if MAP is an empty bitmap. */
107 #define bitmap_empty_p(MAP) (!(MAP)->first)
224 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
227 bi->elt1 = map->first;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
sbitmap.h 55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
59 SET_BIT (sbitmap map, unsigned int bitno)
61 if (map->popcount)
64 oldbit = TEST_BIT (map, bitno);
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
68 map->elms[bitno / SBITMAP_ELT_BITS]
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
78 RESET_BIT (sbitmap map, unsigned int bitno)
80 if (map->popcount)
83 oldbit = TEST_BIT (map, bitno)
    [all...]
bitmap.h 106 /* True if MAP is an empty bitmap. */
107 #define bitmap_empty_p(MAP) (!(MAP)->first)
224 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
227 bi->elt1 = map->first;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
sbitmap.h 55 /* Set bit number BITNO in the sbitmap MAP. Updates population count
59 SET_BIT (sbitmap map, unsigned int bitno)
61 if (map->popcount)
64 oldbit = TEST_BIT (map, bitno);
66 map->popcount[bitno / SBITMAP_ELT_BITS]++;
68 map->elms[bitno / SBITMAP_ELT_BITS]
74 /* Reset bit number BITNO in the sbitmap MAP. Updates population
78 RESET_BIT (sbitmap map, unsigned int bitno)
80 if (map->popcount)
83 oldbit = TEST_BIT (map, bitno)
    [all...]
bitmap.h 106 /* True if MAP is an empty bitmap. */
107 #define bitmap_empty_p(MAP) (!(MAP)->first)
224 bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
227 bi->elt1 = map->first;
  /development/build/tools/
mk_sdk_repo_xml.sh 304 MAP=""
375 MAP=$(parse_attributes "$PROPS" ${ATTRS[@]})
379 output_attributes "$ELEMENT" "$OUT" $MAP
  /external/openfst/src/lib/
mapped-file.cc 61 MappedFile* MappedFile::Map(istream* s, const FstReadOptions &opts,
64 if (opts.mode == FstReadOptions::MAP && spos >= 0 &&
72 void *map = mmap(0, upsize, PROT_READ, MAP_SHARED, fd, pos - offset); local
73 char *data = reinterpret_cast<char*>(map);
74 if (close(fd) == 0 && map != MAP_FAILED) {
76 region.mmap = map;
83 << " from " << opts.source.c_str() << " to addr " << map;
fst.cc 186 if (mode == "map") {
187 return MAP;
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 46 private static final int MAP = 1; // no size!
78 readOffset(MAP);
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 623 #define MAP(id, var) case id: var = data; break;
626 MAP(VP8_SET_DBG_COLOR_REF_FRAME, ctx->dbg_color_ref_frame_flag);
627 MAP(VP8_SET_DBG_COLOR_MB_MODES, ctx->dbg_color_mb_modes_flag);
628 MAP(VP8_SET_DBG_COLOR_B_MODES, ctx->dbg_color_b_modes_flag);
629 MAP(VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag);
  /frameworks/base/core/java/android/bluetooth/
BluetoothMap.java 31 * This class provides the APIs to control the Bluetooth MAP
42 "android.bluetooth.map.profile.action.CONNECTION_STATE_CHANGED";
110 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
156 * object is currently not connected to the Map service.
175 * the Map service.
193 * currently connected to the Map service.
210 * supported for MAP server.
240 * Check class bits for possible Map support.
242 * given class bits might support Map. It is not accurate for all
244 * @return True if this device might support Map
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 183 $line =~ s/Map to nothing/MAP/;
185 $line =~ s/Case map/MAP/;
186 $line =~ s/Additional folding/MAP/;
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
309 print $outFH "00A0; 0020; MAP\n";
310 print $outFH "1680; 0020; MAP\n";
311 print $outFH "2000; 0020; MAP\n";
312 print $outFH "2001; 0020; MAP\n"
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 183 $line =~ s/Map to nothing/MAP/;
185 $line =~ s/Case map/MAP/;
186 $line =~ s/Additional folding/MAP/;
303 $comment ="# Map table for SASL profile (rfc4013.txt)\n\n";
309 print $outFH "00A0; 0020; MAP\n";
310 print $outFH "1680; 0020; MAP\n";
311 print $outFH "2000; 0020; MAP\n";
312 print $outFH "2001; 0020; MAP\n"
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
example.js 21 function findAddress(addr, map) {
22 if (map.length < 1) {
23 return 'MAP Unavailable';
25 if (addr < map[0].offs) {
29 for (var i = 1; i < map.length; i++) {
30 if (addr < map[i].offs) {
31 var offs = addr - map[i - 1].offs;
32 var filename = map[i - 1].file;
45 return filename + ' ' + map[i - 1].name + ' + 0x' + offs.toString(16);
49 var last = map.length - 1
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
nacl_gcc.mk 51 X86_32_LDFLAGS ?= -Wl,-Map,$(OUTDIR)/$(TARGET)_x86_32.map
52 X86_64_LDFLAGS ?= -Wl,-Map,$(OUTDIR)/$(TARGET)_x86_64.map
53 ARM_LDFLAGS ?= -Wl,-Map,$(OUTDIR)/$(TARGET)_arm.map
376 all: $(OUTDIR)/$(1)_x86_32.map
377 $(OUTDIR)/$(1)_x86_32.map: $(OUTDIR)/$(2)_x86_32.nexe
378 $(call LOG,MAP,$$@,$(X86_32_NM) -l $$^ > $$@)
382 all: $(OUTDIR)/$(1)_x86_64.map
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 283 #define MAP(x, y) if ((mask & x) != 0) ret |= (y)
286 MAP(C1_UPPER, _Locale_UPPER | _Locale_PRINT);
287 MAP(C1_LOWER, _Locale_LOWER | _Locale_PRINT);
288 MAP(C1_DIGIT, _Locale_DIGIT | _Locale_PRINT);
289 MAP(C1_SPACE, _Locale_SPACE | _Locale_PRINT);
290 MAP(C1_PUNCT, _Locale_PUNCT | _Locale_PRINT);
291 /* MAP(C1_BLANK, ?); */
292 MAP(C1_XDIGIT, _Locale_XDIGIT | _Locale_PRINT);
293 MAP(C1_ALPHA, _Locale_ALPHA | _Locale_PRINT);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 283 #define MAP(x, y) if ((mask & x) != 0) ret |= (y)
286 MAP(C1_UPPER, _Locale_UPPER | _Locale_PRINT);
287 MAP(C1_LOWER, _Locale_LOWER | _Locale_PRINT);
288 MAP(C1_DIGIT, _Locale_DIGIT | _Locale_PRINT);
289 MAP(C1_SPACE, _Locale_SPACE | _Locale_PRINT);
290 MAP(C1_PUNCT, _Locale_PUNCT | _Locale_PRINT);
291 /* MAP(C1_BLANK, ?); */
292 MAP(C1_XDIGIT, _Locale_XDIGIT | _Locale_PRINT);
293 MAP(C1_ALPHA, _Locale_ALPHA | _Locale_PRINT);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest.java 50 import java.util.Map;
116 static final Map<String , String> TABLE = new Hashtable<String , String>();
118 static final Map<String , String> MAP = new HashMap<String , String>();
163 MAP.put("one", "1");
164 MAP.put("two", "2");
165 MAP.put("three", "3");

Completed in 869 milliseconds

1 23 4 5