Home
last modified time | relevance | path

Searched +defs:map +defs:obj (Results 1 – 25 of 149) sorted by relevance

123456

/third_party/ejdb/src/jbl/
Dbinn.h599 #define binn_map_foreach(map, id, value) \ argument
675 ALWAYS_INLINE BOOL binn_list_add_map(binn *list, void *map) { in binn_list_add_map()
679 ALWAYS_INLINE BOOL binn_list_add_object(binn *list, void *obj) { in binn_list_add_object()
689 ALWAYS_INLINE BOOL binn_map_set_int8(binn *map, int id, signed char value) { in binn_map_set_int8()
693 ALWAYS_INLINE BOOL binn_map_set_int16(binn *map, int id, short value) { in binn_map_set_int16()
697 ALWAYS_INLINE BOOL binn_map_set_int32(binn *map, int id, int value) { in binn_map_set_int32()
701 ALWAYS_INLINE BOOL binn_map_set_int64(binn *map, int id, int64 value) { in binn_map_set_int64()
705 ALWAYS_INLINE BOOL binn_map_set_uint8(binn *map, int id, unsigned char value) { in binn_map_set_uint8()
709 ALWAYS_INLINE BOOL binn_map_set_uint16(binn *map, int id, unsigned short value) { in binn_map_set_uint16()
713 ALWAYS_INLINE BOOL binn_map_set_uint32(binn *map, int id, unsigned int value) { in binn_map_set_uint32()
[all …]
Dbinn.c228 BOOL binn_create_map(binn *map) { in binn_create_map()
1545 binn *binn_map_pair(void *map, int pos, int *pid) { in binn_map_pair()
1556 binn *binn_object_pair(void *obj, int pos, char *pkey) { in binn_object_pair()
2233 BOOL binn_map_set(binn *map, int id, int type, void *pvalue, int size) { in binn_map_set()
2240 BOOL binn_object_set(binn *obj, const char *key, int type, void *pvalue, int size) { in binn_object_set()
2247 BOOL binn_object_set2(binn *obj, const char *key, int keylen, int type, void *pvalue, int size) { in binn_object_set2()
2275 BOOL binn_map_set_new(binn *map, int id, binn *value) { in binn_map_set_new()
2282 BOOL binn_object_set_new(binn *obj, const char *key, binn *value) { in binn_object_set_new()
2289 BOOL binn_object_set_new2(binn *obj, const char *key, int keylen, binn *value) { in binn_object_set_new2()
2349 void *binn_map_read(void *map, int id, int *ptype, int *psize) { in binn_map_read()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_bufferobj.c35 get_bufferobj_map(struct gl_context *ctx, struct gl_buffer_object *obj, in get_bufferobj_map()
39 void *map = NULL; in get_bufferobj_map() local
66 nouveau_bufferobj_del(struct gl_context *ctx, struct gl_buffer_object *obj) in nouveau_bufferobj_del()
78 struct gl_buffer_object *obj) in nouveau_bufferobj_data()
116 struct gl_buffer_object *obj) in nouveau_bufferobj_subdata()
124 struct gl_buffer_object *obj) in nouveau_bufferobj_get_subdata()
132 struct gl_buffer_object *obj, in nouveau_bufferobj_map_range()
136 char *map; in nouveau_bufferobj_map_range() local
160 nouveau_bufferobj_unmap(struct gl_context *ctx, struct gl_buffer_object *obj, in nouveau_bufferobj_unmap()
Dnouveau_array.c101 int fields, int type, struct gl_buffer_object *obj, in nouveau_init_array()
102 const void *ptr, GLboolean map, struct gl_context *ctx) in nouveau_init_array()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_buffer_objects.c136 struct brw_buffer_object *obj = CALLOC_STRUCT(brw_buffer_object); in brw_new_buffer_object() local
155 brw_delete_buffer(struct gl_context * ctx, struct gl_buffer_object *obj) in brw_delete_buffer()
189 struct gl_buffer_object *obj) in brw_buffer_data()
270 struct gl_buffer_object *obj) in brw_buffer_subdata()
294 void *map = brw_bo_map(brw, intel_obj->buffer, MAP_WRITE | MAP_ASYNC); in brw_buffer_subdata() local
369 struct gl_buffer_object *obj) in brw_get_buffer_subdata()
392 void *map = brw_bo_map(brw, intel_obj->buffer, map_flags); in brw_get_buffer_subdata() local
425 GLbitfield access, struct gl_buffer_object *obj, in brw_map_buffer_range()
502 void *map = brw_bo_map(brw, intel_obj->range_map_bo[index], access); in brw_map_buffer_range() local
507 void *map = brw_bo_map(brw, intel_obj->buffer, access); in brw_map_buffer_range() local
[all …]
/third_party/python/Lib/
Dasyncore.py88 def read(obj): argument
96 def write(obj): argument
104 def _exception(obj): argument
112 def readwrite(obj, flags): argument
132 def poll(timeout=0.0, map=None): argument
171 def poll2(timeout=0.0, map=None): argument
199 def loop(timeout=30.0, use_poll=False, map=None, count=None): argument
227 def __init__(self, sock=None, map=None): argument
272 def add_channel(self, map=None): argument
278 def del_channel(self, map=None): argument
[all …]
/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstedge.h39 #define GST_EDGETV(obj) \ argument
43 #define GST_IS_EDGETV(obj) \ argument
57 guint32 *map; member
Dgstripple.h39 #define GST_RIPPLETV(obj) \ argument
43 #define GST_IS_RIPPLETV(obj) \ argument
61 gint *map, *map1, *map2, *map3; member
/third_party/mesa3d/src/amd/common/
Dgfx10_format_table.py157 def map(self, fmt): member in Gfx10FormatMapping
265 obj = HARDCODED[fmt.name] variable
267 obj = mapping.map(fmt) variable
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DDisjointRangeMap.java40 private final SortedMap<T, RangeTree> map = new TreeMap<>(); field in DisjointRangeMap.Builder
137 private final ImmutableSortedMap<T, RangeTree> map; field in DisjointRangeMap
141 Column<T> column, SortedMap<T, RangeTree> map, RangeTree assignedRanges) { in DisjointRangeMap()
173 public boolean equals(Object obj) { in equals()
/third_party/jerryscript/tests/jerry/es2015/
Dtypedarray-from.js37 var map = new Map(); variable
139 var obj = {}; variable
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstgeometrictransform.h30 #define GST_GEOMETRIC_TRANSFORM(obj) \ argument
32 #define GST_GEOMETRIC_TRANSFORM_CAST(obj) ((GstGeometricTransform *)(obj)) argument
35 #define GST_IS_GEOMETRIC_TRANSFORM(obj) \ argument
39 #define GST_GEOMETRIC_TRANSFORM_GET_CLASS(obj) \ argument
103 gdouble *map; member
/third_party/gstreamer/gstplugins_good/gst/matroska/
Debml-read.h32 #define GST_EBML_READ(obj) \ argument
36 #define GST_IS_EBML_READ(obj) \ argument
40 #define GST_EBML_READ_GET_CLASS(obj) \ argument
58 GstMapInfo map; member
/third_party/boost/boost/container/
Dmap.hpp79 class map class
146 map() BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructible<allocator_type>::value && in map() function in boost::container::map
155 BOOST_CONTAINER_FORCEINLINE map(const Compare& comp, const allocator_type& a) in map() function in boost::container::map
162 BOOST_CONTAINER_FORCEINLINE explicit map(const Compare& comp) in map() function in boost::container::map
169 BOOST_CONTAINER_FORCEINLINE explicit map(const allocator_type& a) in map() function in boost::container::map
179 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last) in map() function in boost::container::map
189 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const allocator_type& a) in map() function in boost::container::map
199 BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const Compare& comp) in map() function in boost::container::map
209 …BOOST_CONTAINER_FORCEINLINE map(InputIterator first, InputIterator last, const Compare& comp, cons… in map() function in boost::container::map
224 BOOST_CONTAINER_FORCEINLINE map( ordered_unique_range_t, InputIterator first, InputIterator last) in map() function in boost::container::map
[all …]
/third_party/cef/tests/ceftests/
Dtranslator_unittest.cc11 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
31 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
50 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
64 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
85 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
87 CefTranslatorTest::StringMap map; in TEST() local
112 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
114 CefTranslatorTest::StringMultimap map; in TEST() local
139 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
155 CefRefPtr<CefTranslatorTest> obj = CefTranslatorTest::Create(); in TEST() local
[all …]
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c143 struct drm_gem_cma_object *obj = &bo->base; in vc4_create_simulator_bo() local
171 struct drm_mode_map_dumb map = { in vc4_create_simulator_bo() local
198 struct drm_gem_cma_object *obj = &bo->base; in vc4_free_simulator_bo() local
251 struct drm_gem_cma_object *obj = &drm_bo->base; in vc4_simulator_pin_bos() local
264 struct drm_gem_cma_object *obj = exec->bo[i]; in vc4_simulator_unpin_bos() local
424 ASSERTED struct drm_gem_cma_object *obj = &sim_bo->base.base; in vc4_simulator_submit_cl_ioctl() local
498 struct drm_gem_cma_object *obj = &drm_bo->base; in vc4_simulator_create_shader_bo_ioctl() local
524 struct drm_mode_map_dumb map = { in vc4_simulator_mmap_bo_ioctl() local
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c153 GstMapInfo map; in gst_v4l2_buffer_pool_copy_buffer() local
185 GstMapInfo map; member
439 GstV4l2Object *obj; in gst_v4l2_buffer_pool_alloc_buffer() local
511 GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_set_config() local
665 GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_streamon() local
717 GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_streamoff() local
771 GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_start() local
1201 const GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_qbuf() local
1292 GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_dqbuf() local
1487 GstV4l2Object *obj = pool->obj; in gst_v4l2_buffer_pool_acquire_buffer() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.h33 #define GST_IS_GL_MEMORY_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GST_TYPE_G… argument
35 #define GST_GL_MEMORY_ALLOCATOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GST_TYPE_GL… argument
36 #define GST_GL_MEMORY_ALLOCATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_G… argument
38 #define GST_GL_MEMORY_ALLOCATOR_CAST(obj) ((GstGLMemoryAllocator *)(obj)) argument
40 #define GST_GL_MEMORY_CAST(obj) ((GstGLMemory *) obj) argument
235 GstGLBaseMemoryAllocatorMapFunction map; member
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dprops.js20 return function mapToEntries(map) { argument
40 function PropertiesPromiseArray(obj) { argument
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonTest/kotlin/com/google/flatbuffers/kotlin/
DJSONTest.kt57 val map = root.toMap() in parseSample() constant
69 val obj = map["object"] in parseSample() constant
/third_party/ejdb/src/jbl/tests/
Djbl_test_binn1.c301 binn *obj1, *list, *map, *obj; //, *list2=INVALID_BINN, *map2=INVALID_BINN, *obj2=INVALID_BINN; in test1() local
615 binn *list = INVALID_BINN, *map = INVALID_BINN, *obj = INVALID_BINN; in _test2() local
1075 binn *list, *map, *obj, *obj1; in test4() local
/third_party/alsa-utils/topology/
Dpre-process-object.c35 snd_config_t *vtop, *n, *obj; in tplg_build_vendor_token_object() local
672 snd_config_t *data_cfg, *class_cfg, *n, *obj; in tplg_add_object_data() local
781 snd_config_t *obj, *parent_obj, *section_cfg, *top; in tplg_build_parent_data() local
782 const struct build_function_map *map; in tplg_build_parent_data() local
839 snd_config_t *top, *template, *obj; in tplg_build_object_from_template() local
840 const struct build_function_map *map; in tplg_build_object_from_template() local
1031 snd_config_t *obj) in tplg_object_get_map()
1069 const struct build_function_map *map; in tplg_object_get_section() local
1086 snd_config_t *obj, in tplg_object_copy_and_add_param()
1129 static int tplg_object_update(struct tplg_pre_processor *tplg_pp, snd_config_t *obj, in tplg_object_update()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfvanc.c42 #define MXF_METADATA_VANC_DESCRIPTOR(obj) \ argument
44 #define MXF_IS_METADATA_VANC_DESCRIPTOR(obj) \ argument
107 GstMapInfo map; in mxf_vanc_handle_essence_element() local
314 GstMapInfo map; in mxf_vanc_write_func() local
Dmxfaes-bwf.c50 #define MXF_METADATA_WAVE_AUDIO_ESSENCE_DESCRIPTOR(obj) \ argument
52 #define MXF_IS_METADATA_WAVE_AUDIO_ESSENCE_DESCRIPTOR(obj) \ argument
86 #define MXF_METADATA_AES3_AUDIO_ESSENCE_DESCRIPTOR(obj) \ argument
88 #define MXF_IS_METADATA_AES3_AUDIO_ESSENCE_DESCRIPTOR(obj) \ argument
300 GstMapInfo map; in mxf_metadata_wave_audio_essence_descriptor_to_structure() local
835 GstMapInfo map; in mxf_metadata_aes3_audio_essence_descriptor_to_structure() local
847 GstMapInfo map; in mxf_metadata_aes3_audio_essence_descriptor_to_structure() local
863 GstMapInfo map; in mxf_metadata_aes3_audio_essence_descriptor_to_structure() local
889 GstMapInfo map; in mxf_metadata_aes3_audio_essence_descriptor_to_structure() local
905 GstMapInfo map; in mxf_metadata_aes3_audio_essence_descriptor_to_structure() local
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgsttypefindhelper.c52 GstMapInfo map; member
64 GstObject *obj; /* for logging */ member
253 prioritize_extension (GstObject * obj, GList * type_list, in prioritize_extension()
333 gst_type_find_helper_get_range (GstObject * obj, GstObject * parent, in gst_type_find_helper_get_range()
376 gst_type_find_helper_get_range_full (GstObject * obj, GstObject * parent, in gst_type_find_helper_get_range_full()
508 GstObject *obj; /* for logging */ member
604 gst_type_find_helper_for_data (GstObject * obj, const guint8 * data, gsize size, in gst_type_find_helper_for_data()
614 gst_type_find_helper_is_support_retypefind (GstObject * obj) in gst_type_find_helper_is_support_retypefind()
629 gst_type_find_helper_get_type_list (GstObject * obj, gboolean support_retypefind) in gst_type_find_helper_get_type_list()
681 gst_type_find_helper_for_data_with_extension (GstObject * obj, in gst_type_find_helper_for_data_with_extension()
[all …]

123456