Home
last modified time | relevance | path

Searched refs:attr (Results 2051 - 2075 of 2410) sorted by relevance

1...<<81828384858687888990>>...97

/third_party/node/tools/inspector_protocol/jinja2/
H A Dfilters.py914 """Get an attribute of an object. ``foo|attr("bar")`` works like
1108 attr = args[2]
1111 transfunc = make_attrgetter(context.environment, attr)
1138 'attr': do_attr,
H A Dext.py102 """If any of the :attr:`tags` matched this method is called with the
109 def attr(self, name, lineno=None): member in Extension
115 self.attr('_my_attribute', lineno=lineno)
122 :meth:`attr` + :class:`jinja2.nodes.Call`.
128 return nodes.Call(self.attr(name, lineno=lineno), args, kwargs,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c330 unsigned attr = pass_tex - GL_TEXTURE0_ARB; in compile_setupinst() local
332 coord = load_input(t, VARYING_SLOT_TEX0 + attr); in compile_setupinst()
/third_party/node/deps/icu-small/source/i18n/
H A Ducol_sit.cpp285 uint32_t attr; member
318 const char* end = options[i].action(spec, options[i].attr, start+1, status); in ucol_sit_readOption()
H A Dvtzone.cpp391 UnicodeString prop, attr, value; in parseRRULE() local
405 attr.setTo(prop, 0, eql); in parseRRULE()
411 if (attr.compare(ICAL_FREQ, -1) == 0) { in parseRRULE()
418 } else if (attr.compare(ICAL_UNTIL, -1) == 0) { in parseRRULE()
424 } else if (attr.compare(ICAL_BYMONTH, -1) == 0) { in parseRRULE()
434 } else if (attr.compare(ICAL_BYDAY, -1) == 0) { in parseRRULE()
473 } else if (attr.compare(ICAL_BYMONTHDAY, -1) == 0) { in parseRRULE()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H A Dmod.rs646 attr: *const ::pthread_attr_t, in pthread_attr_getaffinity_np()
651 attr: *mut ::pthread_attr_t, in pthread_attr_setaffinity_np()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp192 const EGLint attr[] = in resize() local
205 nullptr, attr); in resize()
/third_party/skia/third_party/externals/jinja2/
H A Dext.py105 """If any of the :attr:`tags` matched this method is called with the
112 def attr(self, name, lineno=None): member in Extension
118 self.attr('_my_attribute', lineno=lineno)
126 :meth:`attr` + :class:`jinja2.nodes.Call`.
133 self.attr(name, lineno=lineno),
483 'filters': ['abs', 'attr', 'batch', 'capitalize', 'center', 'count', 'd',
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_sit.cpp284 uint32_t attr; member
317 const char* end = options[i].action(spec, options[i].attr, start+1, status); in ucol_sit_readOption()
H A Dvtzone.cpp399 UnicodeString prop, attr, value; in parseRRULE() local
413 attr.setTo(prop, 0, eql); in parseRRULE()
419 if (attr.compare(ICAL_FREQ, -1) == 0) { in parseRRULE()
426 } else if (attr.compare(ICAL_UNTIL, -1) == 0) { in parseRRULE()
432 } else if (attr.compare(ICAL_BYMONTH, -1) == 0) { in parseRRULE()
442 } else if (attr.compare(ICAL_BYDAY, -1) == 0) { in parseRRULE()
481 } else if (attr.compare(ICAL_BYMONTHDAY, -1) == 0) { in parseRRULE()
/third_party/python/Lib/test/
H A Dtest_string.py88 def __getattr__(self, attr):
89 return attr
H A Dpickletester.py1700 i.attr = i
1706 self.assertIs(x.attr, x)
1712 i.attr = d
1720 self.assertEqual(list(x[0].attr.keys()), [1])
1721 self.assertIs(x[0].attr[1], x)
1727 o.attr = factory([o])
1728 t = type(o.attr)
1732 self.assertIsInstance(x.attr, t)
1733 self.assertEqual(len(x.attr), 1)
1734 self.assertIsInstance(list(x.attr)[
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Dutil.c237 * Set window to attribute 'attr'
239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() argument
243 wattrset(win, attr); in attr_clear()
/third_party/typescript/tests/baselines/reference/
H A DcorrelatedUnions.js228 ops: T, attr: Attr): { [Item in T[number]as Item[Attr]]: Item };
489 declare function makeCompleteLookupMapping<T extends ReadonlyArray<any>, Attr extends keyof T[number]>(ops: T, attr: Attr): {
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawVertexAndIndexBufferOOBValidationTests.cpp109 for (auto attr : buffer.attributes) { in CreateVertexShaderModuleWithBuffer()
111 inputStringStream << "[[location(" << attr.shaderLocation << ")]] var_" in CreateVertexShaderModuleWithBuffer()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_util.py67 attr = Attr(Name("a"), Name("b"))
68 self.assertEqual(type(attr), list)
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmagicmethods.py395 attr = mock.foo
400 self.assertEqual(_get_type(attr), MagicMock)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h1174 void hostapd_config_free_radius_attr(struct hostapd_radius_attr *attr);
1192 hostapd_config_get_radius_attr(struct hostapd_radius_attr *attr, u8 type);
H A Dap_drv_ops.h334 enum drv_br_port_attr attr, in hostapd_drv_br_port_set_attr()
340 return hapd->driver->br_port_set_attr(hapd->drv_priv, attr, val); in hostapd_drv_br_port_set_attr()
333 hostapd_drv_br_port_set_attr(struct hostapd_data *hapd, enum drv_br_port_attr attr, unsigned int val) hostapd_drv_br_port_set_attr() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h1079 void hostapd_config_free_radius_attr(struct hostapd_radius_attr *attr);
1097 hostapd_config_get_radius_attr(struct hostapd_radius_attr *attr, u8 type);
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js69 return overloads.map(function(attr) {
70 return attr.arguments ? attr.arguments.filter(function(arg) {
262 for (const attr of Object.values(parsed.members).filter(m => m.type === 'attribute')) {
263 let attrType = attr.idlType;
1647 .filter(function(attr) { return attr.name == "LegacyFactoryFunction"; });
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c444 uint8_t attr = wm_prog_data->urb_setup_attribs[idx]; in emit_3dstate_sbe() local
445 int input_index = wm_prog_data->urb_setup[attr]; in emit_3dstate_sbe()
452 if (attr == VARYING_SLOT_VIEWPORT || in emit_3dstate_sbe()
453 attr == VARYING_SLOT_LAYER || in emit_3dstate_sbe()
454 attr == VARYING_SLOT_PRIMITIVE_SHADING_RATE) { in emit_3dstate_sbe()
458 if (attr == VARYING_SLOT_PNTC) { in emit_3dstate_sbe()
463 const int slot = fs_input_map->varying_to_slot[attr]; in emit_3dstate_sbe()
/third_party/icu/icu4c/source/i18n/
H A Dvtzone.cpp391 UnicodeString prop, attr, value; in parseRRULE() local
405 attr.setTo(prop, 0, eql); in parseRRULE()
411 if (attr.compare(ICAL_FREQ, -1) == 0) { in parseRRULE()
418 } else if (attr.compare(ICAL_UNTIL, -1) == 0) { in parseRRULE()
424 } else if (attr.compare(ICAL_BYMONTH, -1) == 0) { in parseRRULE()
434 } else if (attr.compare(ICAL_BYDAY, -1) == 0) { in parseRRULE()
473 } else if (attr.compare(ICAL_BYMONTHDAY, -1) == 0) { in parseRRULE()
/third_party/python/Modules/
H A Dposixmodule.c2986 DWORD attr; in os_access_impl() local
3007 attr = GetFileAttributesW(path->wide); in os_access_impl() local
3018 return_value = (attr != INVALID_FILE_ATTRIBUTES) && in os_access_impl()
3020 !(attr & FILE_ATTRIBUTE_READONLY) || in os_access_impl()
3021 (attr & FILE_ATTRIBUTE_DIRECTORY)); in os_access_impl()
3255 DWORD attr; in os_chmod_impl() local
3275 attr = GetFileAttributesW(path->wide); in os_chmod_impl() local
3276 if (attr == INVALID_FILE_ATTRIBUTES) in os_chmod_impl()
3280 attr &= ~FILE_ATTRIBUTE_READONLY; in os_chmod_impl()
3282 attr | in os_chmod_impl()
6283 posix_spawnattr_t attr; py_posix_spawn() local
10261 SECURITY_ATTRIBUTES attr; os_pipe_impl() local
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c2245 static ssize_t rockchip_dmcfreq_status_show(struct device *dev, struct device_attribute *attr, char *buf) in rockchip_dmcfreq_status_show() argument
2252 static ssize_t rockchip_dmcfreq_status_store(struct device *dev, struct device_attribute *attr, const char *buf, in rockchip_dmcfreq_status_store() argument
2266 static ssize_t upthreshold_show(struct device *dev, struct device_attribute *attr, char *buf) in upthreshold_show() argument
2274 static ssize_t upthreshold_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in upthreshold_store() argument
2291 static ssize_t downdifferential_show(struct device *dev, struct device_attribute *attr, char *buf) in downdifferential_show() argument
2299 static ssize_t downdifferential_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in downdifferential_store() argument
2767 if (sysfs_create_file(&devfreq->dev.kobj, &dev_attr_upthreshold.attr)) { in rockchip_dmcfreq_add_interface()
2770 if (sysfs_create_file(&devfreq->dev.kobj, &dev_attr_downdifferential.attr)) { in rockchip_dmcfreq_add_interface()
2777 if (sysfs_create_file(&devfreq->dev.kobj, &dev_attr_system_status.attr)) { in rockchip_dmcfreq_add_interface()

Completed in 56 milliseconds

1...<<81828384858687888990>>...97