HomeSort by relevance Sort by last modified time
    Searched refs:_map (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
map 36 # include <stl/_map.h>
  /external/autotest/client/cros/graphics/
drm.py 193 _map = None variable in class:DrmModeFB
204 if self._map:
219 if self._map:
235 self._map = mmap.mmap(self._fd, size, flags=mmap.MAP_SHARED,
243 if self._map:
244 self._map.close()
245 self._map = None
359 m = fb._map
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfHeader.h 358 AttributeMap _map; member in class:Imf::Header
595 AttributeMap::iterator i = _map.find (name);
596 return (i == _map.end())? 0: dynamic_cast <T*> (i->second);
604 AttributeMap::const_iterator i = _map.find (name);
605 return (i == _map.end())? 0: dynamic_cast <const T*> (i->second);
ImfChannelList.h 262 ChannelMap _map; member in class:Imf::ChannelList
  /external/chromium-trace/catapult/third_party/webtest/webtest/
http.py 88 self.asyncore.loop(.5, map=self._map)
98 while self._map:
99 triggers = list(self._map.values())
  /external/v8/src/crankshaft/
hydrogen-check-elimination.h 24 graph->isolate()->factory()->name##_map()), zone());
  /ndk/build/core/
setup-app.mk 22 _map := NDK_APP.$(_app) macro
31 NDK_APP_APPLICATION_MK := $(call get,$(_map),Application.mk)
34 $(eval NDK_$(__name) := $(call get,$(_map),$(__name)))\
43 TARGET_PLATFORM := $(call get,$(_map),APP_PLATFORM)
add-application.mk 53 _map := NDK_APP.$(_app) macro
290 $(if $(call get,$(_map),defined),\
291 $(call __ndk_info,Weird, the application $(_app) is already defined by $(call get,$(_map),defined))\
295 $(call set,$(_map),defined,$(_application_mk))
299 $(call set,$(_map),$(__name),$($(__name)))\
303 $(call set,$(_map),Application.mk,$(_application_mk))
  /external/opencv3/modules/imgproc/src/
canny.cpp 241 tbbCanny(const Range _boundaries, const Mat& _src, uchar* _map, int _low,
243 : boundaries(_boundaries), src(_src), map(_map), low(_low), high(_high),
445 uchar* _map = map + mapstep*i + 1; local
446 _map[-1] = _map[src.cols] = 1;
506 _map[j] = uchar(1);
511 // _map[j-mapstep] is short-circuited at the start because previous thread is
513 if (!prev_flag && m > high && (i <= boundaries.start+1 || _map[j-mapstep] != 2) )
515 CANNY_PUSH(_map + j);
519 _map[j] = 0
852 uchar* _map = map + mapstep*i + 1; local
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 357 const CKeyKeyValPair &pair = _map[_hardIndex_To];
498 unsigned numItems = _map.Size();
499 unsigned pairIndex = _map.AddToUniqueSorted2(pair);
500 if (numItems == _map.Size())
502 // const CKeyKeyValPair &pair2 = _map.Pairs[pairIndex];
UpdateCallback.h 61 CRecordVector<CKeyKeyValPair> _map; member in class:CArchiveUpdateCallback
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
addrs.h 57 #define SABLE_LOG_TRIGGER(_map)

Completed in 2403 milliseconds

12 3 4 5