Home
last modified time | relevance | path

Searched refs:item (Results 1026 - 1050 of 1573) sorted by relevance

1...<<41424344454647484950>>...63

/third_party/typescript/tests/baselines/reference/
H A DstrictFunctionTypesErrors.js118 item: T;
119 onSetItem: (item: T) => void;
/third_party/python/Lib/test/
H A Dtest_structseq.py60 for item in t1:
61 self.assertIn(item, t1)
H A Dtest_bisect.py28 def insert(self, idx, item):
29 self.last_insert = idx, item
293 def insert(self, index, item):
294 self.data.insert(index, item)
H A Dtest_code.py600 for item in lst:
601 if item != prev:
602 yield item
603 prev = item
/third_party/rust/crates/syn/codegen/src/
H A Dvisit.rs11 fn simple_visit(item: &str, name: &Operand) -> TokenStream { in simple_visit()
12 let ident = gen::under_name(item); in simple_visit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py55 for item in val:
56 bssid = bssid + ":%02x" % item
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py55 for item in val:
56 bssid = bssid + ":%02x" % item
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp1453 // No block has free item: Create new one and use it. in Alloc()
2044 SuballocationList::iterator item; member
2218 void MergeFreeWithNext(SuballocationList::iterator item);
2225 void RegisterFreeSuballocation(SuballocationList::iterator item);
2228 void UnregisterFreeSuballocation(SuballocationList::iterator item);
2840 pAllocationRequest->item = m_FreeSuballocationsBySize[index];
2854 D3D12MA_ASSERT(request.item != m_Suballocations.end());
2855 Suballocation& suballoc = *request.item;
2866 UnregisterFreeSuballocation(request.item);
2880 SuballocationList::iterator next = request.item;
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py1566 for item in extendee_proto.Extensions:
1567 self.assertEqual(item.name, expected[count].name)
1568 self.assertIn(item, extendee_proto.Extensions)
2027 self.assertEqual(1, len(raw.item))
2029 self.assertEqual(raw.item[0].type_id, 98418634)
2032 self.assertTrue(raw.item[0].message.endswith(test_utf8_bytes))
2033 bytes_read = message2.MergeFromString(raw.item[0].message)
2034 self.assertEqual(len(raw.item[0].message), bytes_read)
2046 badbytes = raw.item[0].message.replace(
2714 self.assertEqual(3, len(raw.item))
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_scaleview.h32 HI_U32 rowNum; /* The count of display item */
66 \brief Set selected item of ScaleView.
70 \param[in] item Item index.
77 HI_S32 HI_GV_SCALEVIEW_SetSelItem(HIGV_HANDLE handleScaleView, HI_U32 item);
80 \brief Get the item of ScaleView.
95 \brief Get the total item number of ScaleView.
99 \param[out] itemNum Toal item number.
109 brief Get the item of ScaleView.
123 brief Get the item of ScaleView.
/third_party/gn/src/gn/
H A Dvisibility.h61 // Helper function to fill an item's visibility from the "visibility" value
63 static bool FillItemVisibility(Item* item, Scope* scope, Err* err);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java202 * <td style="vertical-align: top;"><code>('[' '^'? item* ']') |
206 * <td style="white-space: nowrap; vertical-align: top;" align="right"><code>item :=&nbsp; </code></td>
1770 // Set i to the index of the start item greater than ch in contains()
4425 // sourceList != null then sourceList[item] is a valid character
4429 private int item; field in UnicodeSet.UnicodeSetIterator2
4442 current = sourceList[item++]; in UnicodeSetIterator2()
4443 limit = sourceList[item++]; in UnicodeSetIterator2()
4469 if (item >= len) { in next()
4473 current = sourceList[item++]; in next()
4474 limit = sourceList[item in next()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java198 * <td style="vertical-align: top;"><code>('[' '^'? item* ']') |
202 * <td style="white-space: nowrap; vertical-align: top;" align="right"><code>item :=&nbsp; </code></td>
1680 // Set i to the index of the start item greater than ch in contains()
4283 // sourceList != null then sourceList[item] is a valid character
4287 private int item; field in UnicodeSet.UnicodeSetIterator2
4300 current = sourceList[item++]; in UnicodeSetIterator2()
4301 limit = sourceList[item++]; in UnicodeSetIterator2()
4327 if (item >= len) { in next()
4331 current = sourceList[item++]; in next()
4332 limit = sourceList[item in next()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
H A Dpacket_tool.py71 for item in inputList:
72 path, burnAddr, burnSize, type = item.split("|")
136 for item in inputList:
137 path, burnAddr, burnSize, type = item.split("|")
/third_party/alsa-lib/src/mixer/
H A Dsimple.c925 * \brief get the enumerated item string for the given mixer simple element
927 * \param item the index of the enumerated item to query
933 unsigned int item, in snd_mixer_selem_get_enum_item_name()
938 return sm_selem_ops(elem)->enum_item_name(elem, item, maxlen, buf); in snd_mixer_selem_get_enum_item_name()
942 * \brief get the current selected enumerated item for the given mixer simple element
945 * \param itemp the pointer to store the index of the enumerated item
958 * \brief set the current selected enumerated item for the given mixer simple element
961 * \param item the enumerated item inde
932 snd_mixer_selem_get_enum_item_name(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf) snd_mixer_selem_get_enum_item_name() argument
964 snd_mixer_selem_set_enum_item(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item) snd_mixer_selem_set_enum_item() argument
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Dcode_generator.py395 for item in json:
396 patch_full_qualified_refs_in_domain(item, domain_name)
415 for item in json:
416 refs |= self.all_references(item)
/third_party/node/tools/inspector_protocol/
H A Dcode_generator.py379 for item in json:
380 patch_full_qualified_refs_in_domain(item, domain_name)
400 for item in json:
401 refs |= self.all_references(item)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_queues.py110 # Let the putter resume and put last item.
300 # putting a second item in the queue has to block (qsize=1)
380 async def putter(item):
381 await queue.put(item)
401 # Task waiting for space to put an item in the queue.
418 # Task waiting for space to put a item in the queue.
480 item = await q.get()
481 accumulator += item
/third_party/vk-gl-cts/executor/tools/
H A DxeCommandLineExecutor.cpp285 de::FilePath item = iter.getItem(); in readCaseLists() local
287 if (item.getType() == de::FilePath::TYPE_FILE) in readCaseLists()
289 string baseName = item.getBaseName(); in readCaseLists()
295 readCaseList(package, item.getPath()); in readCaseLists()
/third_party/python/Modules/_io/
H A Dbytesio.c729 PyObject *it, *item; in _io_BytesIO_writelines() local
737 while ((item = PyIter_Next(it)) != NULL) { in _io_BytesIO_writelines()
738 Py_ssize_t ret = write_bytes(self, item); in _io_BytesIO_writelines()
739 Py_DECREF(item); in _io_BytesIO_writelines()
848 "second item of state must be an integer, not %.200s", in bytesio_setstate()
867 "third item of state should be a dict, got a %.200s", in bytesio_setstate()
H A Dstringio.c881 PyObject *item; in stringio_setstate() local
885 item = PyTuple_GET_ITEM(state, 0); in stringio_setstate()
886 buf = PyUnicode_AsUCS4Copy(item); in stringio_setstate()
889 bufsize = PyUnicode_GET_LENGTH(item); in stringio_setstate()
906 "third item of state must be an integer, got %.200s", in stringio_setstate()
925 "fourth item of state should be a dict, got a %.200s", in stringio_setstate()
/third_party/python/Lib/idlelib/
H A Dautocomplete_w.py156 for item in self.completions:
157 self.listbox.insert(END, item)
197 for item in self.completions:
198 listbox.insert(END, item)
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c47 dlg.item.atr = A_NORMAL; in set_mono_theme()
87 DLG_COLOR(item, COLOR_BLACK, COLOR_WHITE, false); in set_classic_theme()
126 DLG_COLOR(item, COLOR_WHITE, COLOR_BLACK, false); in set_blackbg_theme()
207 init_one_color(&dlg.item); in init_dialog_colors()
/third_party/python/Lib/lib2to3/
H A Dpytree.py569 for i, item in enumerate(content):
570 assert isinstance(item, BasePattern), (i, item)
571 if isinstance(item, WildcardPattern):
/third_party/python/Modules/
H A Dreadline.c620 Remove history item given by its zero-based position.
637 "No history item at position %d", in readline_remove_history_item_impl()
653 Replaces history item given by its position with contents of line.
681 "No history item at position %d", in readline_replace_history_item_impl()
698 Add an item to the history buffer.
818 Return the current contents of history item at one-based index.
1232 HIST_ENTRY *item = history_get(libedit_history_start); in setup_readline() local
1233 if (item && item->line && strcmp(item in setup_readline()
[all...]

Completed in 38 milliseconds

1...<<41424344454647484950>>...63