Home
last modified time | relevance | path

Searched refs:item (Results 226 - 250 of 1539) sorted by relevance

12345678910>>...62

/third_party/gn/src/gn/
H A Dohos_components_checker.h54 bool CheckInnerApiNotLib(const Item *item, const OhosComponent *component, const std::string &label,
56 bool CheckInnerApiNotDeclare(const Item *item, const OhosComponent *component, const std::string &label,
60 bool CheckInnerApiVisibilityDenied(const Item *item, const OhosComponent *component, const std::string &label,
62 bool CheckTargetAbsoluteDepsOther(const Item *item, const OhosComponent *component, const std::string &label,
83 bool InterceptInnerApiNotLib(const Item *item, const std::string &label, Err *err) const;
84 bool InterceptDepsNotLib(const Item *item, const std::string &label, const std::string &deps, Err *err) const;
85 bool InterceptInnerApiNotDeclare(const Item *item, const std::string &label, Err *err) const;
88 bool InterceptInnerApiVisibilityDenied(const Item *item, const std::string &from_label, const std::string &to_label,
90 bool InterceptTargetAbsoluteDepsOther(const Item *item, const std::string &label, const std::string &deps,
H A Dbuilder_record.h11 #include "gn/item.h"
18 // tree. It holds a reference to an item and links to other records that the
19 // item depends on, both resolved ones, and unresolved ones.
22 // a placeholder BuilderRecord with no item, and try to load the buildfile
23 // associated with the new item. The item will get filled in when we encounter
24 // the declaration for the item (or when we're done and realize there are
27 // You can also have null item pointers when the target is not required for
51 // Returns true if the given item is of the given type.
52 static bool IsItemOfType(const Item* item, ItemTyp
57 Item* item() { return item_.get(); } item() function in BuilderRecord
58 const Item* item() const { return item_.get(); } item() function in BuilderRecord
59 set_item(std::unique_ptr<Item> item) set_item() argument
[all...]
/third_party/lzma/CPP/Common/
H A DWildcard.h79 void AddItemSimple(bool include, CItem &item);
115 void AddItem(bool include, CItem &item, int ignoreWildcardIndex = -1);
119 CItem item; in Add_Wildcard() local
120 item.PathParts.Add(L"*"); in Add_Wildcard()
121 item.Recursive = false; in Add_Wildcard()
122 item.ForFile = true; in Add_Wildcard()
123 item.ForDir = true; in Add_Wildcard()
124 item.WildcardMatching = true; in Add_Wildcard()
127 , item); in Add_Wildcard()
/third_party/python/Lib/idlelib/
H A Ddebugobj.py51 item = make_objecttreeitem(
56 sublist.append(item)
65 item = make_objecttreeitem("__bases__[0] =",
68 item = make_objecttreeitem("__bases__ =", self.object.__bases__)
69 sublist.insert(0, item)
90 item = make_objecttreeitem(f"{key!r}:", value, setfunction)
91 sublist.append(item)
133 item = make_objecttreeitem("sys", sys)
134 node = TreeNode(sc.canvas, None, item)
H A Dtree.py11 # - multiple-item selection
86 def __init__(self, canvas, parent, item):
89 self.item = item
148 self.item.OnDoubleClick()
152 if not self.item._IsExpandable():
210 sublist = self.item._GetSubList()
214 for item in sublist:
215 child = self.__class__(self.canvas, self, item)
224 if child.item
[all...]
/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs195 ( $($item:item)+ ) => {
198 $item
214 ( $message:expr , $item:item ) => {
219 $item
230 ( $($item:item)+ ) => {
233 $item
/third_party/zlib/contrib/untgz/
H A Duntgz.c269 struct attr_item *item; in push_attr() local
271 item = (struct attr_item *)malloc(sizeof(struct attr_item)); in push_attr()
272 if (item == NULL) in push_attr()
276 item->fname = strdup(fname); in push_attr()
277 item->mode = mode; in push_attr()
278 item->time = time; in push_attr()
279 item->next = *list; in push_attr()
280 *list = item; in push_attr()
288 struct attr_item *item, *prev; in restore_attr() local
290 for (item in restore_attr()
[all...]
/third_party/musl/porting/linux/user/src/time/
H A Dstrftime.c75 nl_item item; in __strftime_fmt_1() local
83 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
87 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
94 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
100 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
103 item = D_T_FMT; in __strftime_fmt_1()
171 item = tm->tm_hour >= __HALF_HOUR__ ? PM_STR : AM_STR; in __strftime_fmt_1()
174 item = tm->tm_hour >= __HALF_HOUR__ ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()
177 item = T_FMT_AMPM; in __strftime_fmt_1()
216 item in __strftime_fmt_1()
[all...]
/third_party/musl/src/time/
H A Dstrftime.c48 nl_item item; in __strftime_fmt_1() local
56 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
60 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
65 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
69 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
72 item = D_T_FMT; in __strftime_fmt_1()
131 item = tm->tm_hour >= 12 ? PM_STR : AM_STR; in __strftime_fmt_1()
134 item = tm->tm_hour >= 12 ? PM_STR_LOWER : AM_STR_LOWER; in __strftime_fmt_1()
137 item = T_FMT_AMPM; in __strftime_fmt_1()
176 item in __strftime_fmt_1()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsTypedefAndImportTypes.js10 item = 3;
26 this.connItem = c.item;
43 this.item = 3;
58 this.connItem = c.item;
75 item: number;
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrestst.c502 UResourceBundle *idna_rules, *casing, *te_IN, *ne, *item, *defaultLocale; in TestOpenDirect() local
522 /* try an item in idna_rules, must work */ in TestOpenDirect()
523 item=ures_getByKey(idna_rules, "UnassignedSet", NULL, &errorCode); in TestOpenDirect()
528 ures_close(item); in TestOpenDirect()
531 /* try an item in root, must fail */ in TestOpenDirect()
532 item=ures_getByKey(idna_rules, "ShortLanguage", NULL, &errorCode); in TestOpenDirect()
537 ures_close(item); in TestOpenDirect()
594 item=ures_getByKey(casing, "Info", NULL, &errorCode); in TestOpenDirect()
598 ures_close(item); in TestOpenDirect()
602 item in TestOpenDirect()
689 UResourceBundle *res, *item; TestTable32() 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
74 /* startIndex : The index of the item with which to begin the search,
75 or -1 to find the first item tha
[all...]
/third_party/node/deps/npm/node_modules/spdx-correct/
H A Dindex.js221 .reduce(function (objectMap, item) {
222 var key = item[1]
224 objectMap[key].push(item[0])
232 .filter(function identifySoleVersions (item) {
235 item[1].length === 1 &&
236 item[0] !== null &&
238 item[0] !== 'APL'
241 .map(function createLastResorts (item) {
242 return [item[0], item[
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp234 static void writeResultItem (const ri::Item& item, xml::Writer& dst) in writeResultItem() argument
238 switch (item.getType()) in writeResultItem()
245 dst << Writer::BeginElement("Text") << static_cast<const ri::Text&>(item).text << Writer::EndElement; in writeResultItem()
250 const ri::Number& number = static_cast<const ri::Number&>(item); in writeResultItem()
263 const ri::Image& image = static_cast<const ri::Image&>(item); in writeResultItem()
278 const ri::ImageSet& imageSet = static_cast<const ri::ImageSet&>(item); in writeResultItem()
292 const ri::Shader& shader = static_cast<const ri::Shader&>(item); in writeResultItem()
328 const ri::ShaderProgram& program = static_cast<const ri::ShaderProgram&>(item); in writeResultItem()
342 dst << Writer::BeginElement("ShaderSource") << static_cast<const ri::ShaderSource&>(item).source << Writer::EndElement; in writeResultItem()
346 dst << Writer::BeginElement("SpirVAssemblySource") << static_cast<const ri::SpirVSource&>(item) in writeResultItem()
[all...]
/third_party/python/Modules/
H A D_heapqmodule.c123 item: object
126 Push item onto heap, maintaining the heap invariant.
130 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappush_impl() argument
133 if (PyList_Append(heap, item)) in _heapq_heappush_impl()
179 Pop the smallest item off the heap, maintaining the heap invariant.
190 heapreplace_internal(PyObject *heap, PyObject *item, int siftup_func(PyListObject *, Py_ssize_t)) in heapreplace_internal() argument
200 Py_INCREF(item); in heapreplace_internal()
201 PyList_SET_ITEM(heap, 0, item); in heapreplace_internal()
214 item: object
217 Pop and return the current smallest value, and add the new item
229 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heapreplace_impl() argument
249 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq_heappushpop_impl() argument
516 _heapq__heapreplace_max_impl(PyObject *module, PyObject *heap, PyObject *item) _heapq__heapreplace_max_impl() argument
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_pickling.py18 def dumps(self, item):
19 return pickle.dumps(item, self.proto)
21 def loads(self, item):
22 return pickle.loads(item)
59 for item in [
67 self.assertRaises(ValueError, lambda: self.dumps(item))
/third_party/skia/src/gpu/mtl/
H A DGrMtlUniformHandler.h38 return fUniforms.item(u.toIndex()).fVariable;
50 return fUniforms.item(idx);
53 return fUniforms.item(idx);
81 return fSamplers.item(handle.toIndex()).fVariable.c_str();
87 return fSamplers.item(handle.toIndex()).fVisibility; in samplerVisibility()
93 return fUniforms.item(u.toIndex()); in getUniformInfo()
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h49 /// add appends the item to the end of the vector, if the vector does not
50 /// already contain the given item.
51 /// @param item the item to append to the end of the vector
52 /// @returns true if the item was added, otherwise false.
53 bool add(const T& item) { in add()
54 if (set.count(item) == 0) { in add()
55 vector.emplace_back(item); in add()
56 set.emplace(item); in add()
62 /// @returns true if the vector contains `item`
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddiscrete_distribution.cc35 for (double& item : *probabilities) { in InitDiscreteDistribution()
36 item = item / sum; in InitDiscreteDistribution()
58 for (const double item : *probabilities) { in InitDiscreteDistribution()
59 assert(item >= 0); in InitDiscreteDistribution()
60 const double v = item * n; in InitDiscreteDistribution()
/third_party/openGLES/xml/
H A Dreadme.tex73 \item \code{GL/glext.h} - OpenGL 1.2 (and later) compatibility profile
75 \item \code{GL/glcorearb.h} - OpenGL core profile API + extensions
76 \item \code{GLES/gl.h} - OpenGL compatibility profile API
77 \item \code{GLES/glext.h} - OpenGL ES 1.x extensions
78 \item \code{GLES2/gl2.h} - OpenGL ES 2.x API
79 \item \code{GLES2/gl2ext.h} - OpenGL ES 2.x extensions
80 \item \code{GLES3/gl3.h} - OpenGL ES 3.x API
81 \item \code{GL/glx.h} - GLX API
82 \item \code{GL/glxext.h} - GLX 1.3 (and later) API + extensions
83 \item \cod
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBUntranslatedPanel.java81 BundleItem item = model.getBundleItem(row); in markSelectedResourceAsTranslated()
82 item.setTranslated(true); in markSelectedResourceAsTranslated()
94 BundleItem item = model.getBundleItem(row); in deleteSelectedResource()
95 if (item.getParentGroup() != null && item.getParentGroup().getParentBundle() != null) { in deleteSelectedResource()
96 Bundle bundle = item.getParentGroup().getParentBundle(); in deleteSelectedResource()
97 bundle.removeItem(item.getKey()); in deleteSelectedResource()
276 BundleItem item = bundle.getUntranslatedItem(row); in getValueAt()
281 retStr = item.getKey(); in getValueAt()
284 retStr = item in getValueAt()
[all...]
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dstrftime.c47 nl_item item; in __strftime_fmt_1() local
55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
59 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
64 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
68 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
71 item = D_T_FMT; in __strftime_fmt_1()
117 item = tm->tm_hour >= 12 ? PM_STR : AM_STR; in __strftime_fmt_1()
120 item = T_FMT_AMPM; in __strftime_fmt_1()
156 item = D_FMT; in __strftime_fmt_1()
159 item in __strftime_fmt_1()
[all...]
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dstrftime.c47 nl_item item; in __strftime_fmt_1() local
55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
59 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
64 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
68 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
71 item = D_T_FMT; in __strftime_fmt_1()
117 item = tm->tm_hour >= 12 ? PM_STR : AM_STR; in __strftime_fmt_1()
120 item = T_FMT_AMPM; in __strftime_fmt_1()
156 item = D_FMT; in __strftime_fmt_1()
159 item in __strftime_fmt_1()
[all...]
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dstrftime.c47 nl_item item; in __strftime_fmt_1() local
55 item = ABDAY_1 + tm->tm_wday; in __strftime_fmt_1()
59 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()
64 item = ABMON_1 + tm->tm_mon; in __strftime_fmt_1()
68 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()
71 item = D_T_FMT; in __strftime_fmt_1()
117 item = tm->tm_hour >= 12 ? PM_STR : AM_STR; in __strftime_fmt_1()
120 item = T_FMT_AMPM; in __strftime_fmt_1()
156 item = D_FMT; in __strftime_fmt_1()
159 item in __strftime_fmt_1()
[all...]
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c51 void save_iface(void **data, const char *item) in save_iface() argument
56 strncpy(n->iface, item, sizeof(n->iface)); in save_iface()
59 n->index = if_nametoindex(item); in save_iface()
61 tst_brk(TBROK, "if_nametoindex failed, '%s' not found", item); in save_iface()
66 void save_ip(void **data, const char *item) in save_ip() argument
71 strncpy(n->ip_str, item, sizeof(n->ip_str)); in save_ip()
74 SAFE_GETADDRINFO(item, p_opt, &hints, &n->ip); in save_ip()
79 int save_item(void **list, char *item, void (*callback)(void **, const char *)) in save_item() argument
83 while ((item = strtok(item, TST_TO_ST in save_item()
[all...]

Completed in 12 milliseconds

12345678910>>...62