Home
last modified time | relevance | path

Searched refs:_item (Results 1 – 19 of 19) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dllist.h45 t *_item = (item); \
46 pa_assert(_item); \
47 _item->prev = _item->next = NULL; \
53 t **_head = &(head), *_item = (item); \
54 pa_assert(_item); \
55 if ((_item->next = *_head)) \
56 _item->next->prev = _item; \
57 _item->prev = NULL; \
58 *_head = _item; \
64 t **_head = &(head), *_item = (item); \
[all …]
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp478 const bool isFinalDir = (i == dirPathParts.Size() - 1 && _item.IsDir); in CreateComplexDirectory()
1036 UStringVector &pathParts = _item.PathParts; in CorrectPathParts()
1039 if (!_item.IsAltStream in CorrectPathParts()
1043 …de == NExtract::NPathMode::kAbsPaths, _keepAndReplaceEmptyDirPrefixes, pathParts, _item.MainIsDir); in CorrectPathParts()
1047 if (_item.IsAltStream) in CorrectPathParts()
1049 UString s (_item.AltStreamName); in CorrectPathParts()
1112 UStringVector pathParts = _item.PathParts; in CreateFolders()
1120 if (!_item.IsDir in CreateFolders()
1136 if (!_item.IsDir) in CreateFolders()
1185 fs2us(realFullProcessedPath), &ft1, &fileInfo.Size, _item.Path, in CheckExistFile()
[all …]
DArchiveExtractCallback.h323 CReadArcItem _item;
/third_party/libwebsockets/lib/core/
Dlws_map.c245 lws_map_item_key(lws_map_item_t *_item) in lws_map_item_key() argument
247 return ((void *)&_item[1]); in lws_map_item_key()
251 lws_map_item_value(lws_map_item_t *_item) in lws_map_item_value() argument
253 return (void *)(((uint8_t *)&_item[1]) + _item->keylen); in lws_map_item_value()
257 lws_map_item_key_len(lws_map_item_t *_item) in lws_map_item_key_len() argument
259 return _item->keylen; in lws_map_item_key_len()
263 lws_map_item_value_len(lws_map_item_t *_item) in lws_map_item_value_len() argument
265 return _item->valuelen; in lws_map_item_value_len()
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h79 lws_map_item_key(struct lws_map_item *_item);
81 lws_map_item_value(struct lws_map_item *_item);
83 lws_map_item_key_len(struct lws_map_item *_item);
85 lws_map_item_value_len(struct lws_map_item *_item);
/third_party/typescript/tests/baselines/reference/
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.types2 const _item = require("./namespacer");
3 >_item : typeof _item
4 >require("./namespacer") : typeof _item
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.symbols2 const _item = require("./namespacer");
3 >_item : Symbol(_item, Decl(index.js, 0, 5))
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.errors.txt6 const _item = require("./namespacer");
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ucd.cc111 _cmp_pair (const void *_key, const void *_item) in _cmp_pair() argument
114 uint64_t b = (* (uint64_t*) _item) & HB_CODEPOINT_ENCODE3(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair()
119 _cmp_pair_11_7_14 (const void *_key, const void *_item) in _cmp_pair_11_7_14() argument
122 uint32_t b = (* (uint32_t*) _item) & HB_CODEPOINT_ENCODE3_11_7_14(0x1FFFFFu, 0x1FFFFFu, 0); in _cmp_pair_11_7_14()
Dhb-unicode.hh378 cmp (const void *_key, const void *_item) in cmp()
381 const hb_unicode_range_t *range = (hb_unicode_range_t *) _item; in cmp()
Dhb-algs.hh860 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch_impl() argument
892 int (*compar)(const void *_key, const void *_item) = _hb_cmp_method<K, V>)
905 int (*compar)(const void *_key, const void *_item, Ts... _ds), in hb_bsearch() argument
/third_party/protobuf/cmake/
Dinstall.cmake76 foreach(_item ${_draft_list})
77 string(STRIP "${_item}" _item)
78 list(APPEND _list "${_item}")
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md106 |`lws_map_item_key(lws_map_item_t *_item)`|get a pointer to the item key|
107 |`lws_map_item_value(lws_map_item_t *_item)`|get a pointer to the item value|
108 |`lws_map_item_key_len(lws_map_item_t *_item)`|get the key length|
109 |`lws_map_item_value_len(lws_map_item_t *_item)`|get the value length|
/third_party/python/Tools/peg_generator/scripts/
Dgrammar_grapher.py57 return [_ref for _item in item.items for _ref in references_for_item(_item)]
/third_party/typescript/tests/cases/compiler/
DensureNoCrashExportAssignmentDefineProperrtyPotentialMerge.ts15 const _item = require("./namespacer"); constant
/third_party/python/Lib/
Dturtle.py2499 screen._delete(self._item)
2501 for item in self._item:
2505 self._item = screen._createpoly()
2507 self._item = screen._createimage(screen._shapes["blank"]._data)
2509 self._item = [screen._createpoly() for item in
2744 q.turtle._item = screen._createpoly()
2746 q.turtle._item = screen._createimage(screen._shapes["blank"]._data)
2748 q.turtle._item = [screen._createpoly() for item in
3002 titem = self.turtle._item
3543 self.screen._onclick(self.turtle._item, fun, btn, add)
[all …]
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs1224 for (id, _item) in self.items() { in assert_every_item_in_a_module()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp8279 struct _item in initTest() struct
8302 _item& current_item = items[n_item]; in initTest()
/third_party/typescript/tests/baselines/reference/user/
Dchrome-devtools-frontend.log4279 …/components/DOMBreakpointsSidebarPane.js(157,13): error TS2339: Property '_item' does not exist on…