Home
last modified time | relevance | path

Searched defs:item (Results 251 - 275 of 594) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.cpp253 AddItem(const CParseItem &item) AddItem() argument
323 const CParseItem &item = _items[index]; GetProperty() local
401 const CParseItem &item = _items[index]; Extract() local
435 const CParseItem &item = _items[index]; GetStream() local
[all...]
H A DExtract.cpp100 CReadArcItem item; in DecompressArchive() local
[all...]
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c80 const char *item = items[i]; in FindItem() local
/third_party/lzma/CPP/Common/
H A DMyVector.h214 unsigned Add(const T item) in Add() argument
234 unsigned AddInReserved(const T item) in AddInReserved() argument
242 void Insert(unsigned index, const T item) in Insert() argument
250 void InsertInReserved(unsigned index, const T item) in InsertInReserved() argument
285 FindInSorted(const T item, unsigned left, unsigned right) const FindInSorted() argument
302 FindInSorted2(const T &item, unsigned left, unsigned right) const FindInSorted2() argument
330 AddToUniqueSorted(const T item) AddToUniqueSorted() argument
349 AddToUniqueSorted2(const T &item) AddToUniqueSorted2() argument
513 Add(const T& item) Add() argument
519 AddInReserved(const T& item) AddInReserved() argument
554 Insert(unsigned index, const T& item) Insert() argument
654 AddToUniqueSorted(const T& item) AddToUniqueSorted() argument
[all...]
H A DWildcard.cpp344 void CCensorNode::AddItemSimple(bool include, CItem &item) in AddItemSimple() argument
350 void CCensorNode::AddItem(bool include, CItem &item, int ignoreWildcardIndex) in AddItem() argument
395 const CItem &item = IncludeItems[i]; NeedCheckSubDirs() local
729 CItem item; AddItem() local
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DListView.h48 int InsertItem(const LVITEM* item) { return ListView_InsertItem(_window, item); } in InsertItem() argument
50 bool SetItem(const LVITEM* item) { return BOOLToBool(ListView_SetItem(_window, item)); } in SetItem() argument
57 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() argument
59 bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item)); } in SetItem() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_cs.c327 struct radeon_bo_item *item; in radeon_lookup_or_add_slab_buffer() local
/third_party/node/deps/v8/src/zone/
H A Dzone-chunk-list.h296 void ZoneChunkList<T>::push_back(const T& item) { in push_back() argument
329 void ZoneChunkList<T>::push_front(const T& item) { in push_front() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dinode.c418 int ntfs_inode_nidata_hash(const struct CACHED_GENERIC *item) in ntfs_inode_nidata_hash() argument
443 struct CACHED_NIDATA item; in ntfs_inode_invalidate() local
469 struct CACHED_NIDATA item; in ntfs_inode_open() local
511 struct CACHED_NIDATA item; ntfs_inode_close() local
[all...]
H A Dxattrs.c276 struct XATTRMAPPING *item; in getmappingitem() local
357 struct XATTRMAPPING *item; ntfs_read_xattr_mapping() local
[all...]
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c697 const struct XATTRMAPPING *item; local
/third_party/nghttp2/lib/
H A Dnghttp2_submit.c75 nghttp2_outbound_item *item = NULL; in submit_headers_shared() local
225 nghttp2_outbound_item *item; in nghttp2_submit_priority() local
319 nghttp2_outbound_item *item; nghttp2_submit_push_promise() local
510 nghttp2_outbound_item *item; nghttp2_submit_altsvc() local
591 nghttp2_outbound_item *item; nghttp2_submit_origin() local
676 nghttp2_outbound_item *item; nghttp2_submit_priority_update() local
814 nghttp2_outbound_item *item; nghttp2_submit_data() local
868 nghttp2_outbound_item *item; nghttp2_submit_extension() local
[all...]
H A Dnghttp2_stream.h186 nghttp2_outbound_item *item; member
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_test_helper.c311 nghttp2_outbound_item *item; in create_data_ob_item() local
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_submit.c75 nghttp2_outbound_item *item = NULL; in submit_headers_shared() local
225 nghttp2_outbound_item *item; in nghttp2_submit_priority() local
319 nghttp2_outbound_item *item; nghttp2_submit_push_promise() local
510 nghttp2_outbound_item *item; nghttp2_submit_altsvc() local
591 nghttp2_outbound_item *item; nghttp2_submit_origin() local
676 nghttp2_outbound_item *item; nghttp2_submit_priority_update() local
814 nghttp2_outbound_item *item; nghttp2_submit_data() local
868 nghttp2_outbound_item *item; nghttp2_submit_extension() local
[all...]
H A Dnghttp2_stream.h186 nghttp2_outbound_item *item; member
[all...]
/third_party/node/deps/v8/src/torque/
H A Dglobal-context.h111 auto item = std::make_pair(macro, source); in EnsureInCCOutputList() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h165 Item *item = new Item(data); in insertHead() local
177 Item *item = new Item(data); in insertTail() local
360 void insert(void *item, int& id) in insert() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c113 struct draw_gs_llvm_variant_list_item *item; in llvm_middle_end_prepare_gs() local
182 struct draw_tcs_llvm_variant_list_item *item; in llvm_middle_end_prepare_tcs() local
250 struct draw_tes_llvm_variant_list_item *item; llvm_middle_end_prepare_tes() local
380 struct draw_llvm_variant_list_item *item; llvm_middle_end_prepare() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp333 cJSON *item = cJSON_GetObjectItem(json, "InterfaceUsecases"); in RegisterJsonBenchmarks() local
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_dtls.c489 pitem *item; in dtls1_retrieve_buffered_fragment() local
599 pitem *item = NULL; dtls1_reassemble_fragment() local
709 pitem *item = NULL; dtls1_process_out_of_seq_message() local
1090 pitem *item; dtls1_retransmit_buffered_messages() local
1110 pitem *item; dtls1_buffer_message() local
1183 pitem *item; dtls1_retransmit_message() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs334 public void Add(T item) in Add() argument
355 Contains(T item) Contains() argument
375 Remove(T item) Remove() argument
558 IndexOf(T item) IndexOf() argument
577 Insert(int index, T item) Insert() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmemblockq.c468 struct list_item *item; in pa_memblockq_peek_fixed_size() local
[all...]
/third_party/skia/src/gpu/v1/
H A DClipStack.h338 ElementIter(RawElement::Stack::CRIter::Item item, int r) : fItem(item), fRemaining(r) {} in ElementIter() argument
/third_party/openssl/ssl/statem/
H A Dstatem_dtls.c493 pitem *item; in dtls1_retrieve_buffered_fragment() local
603 pitem *item = NULL; dtls1_reassemble_fragment() local
713 pitem *item = NULL; dtls1_process_out_of_seq_message() local
1094 pitem *item; dtls1_retransmit_buffered_messages() local
1114 pitem *item; dtls1_buffer_message() local
1187 pitem *item; dtls1_retransmit_message() local
[all...]

Completed in 20 milliseconds

1...<<11121314151617181920>>...24