/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | filters.py | 914 """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 D | ext.py | 102 """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 D | st_atifs_to_nir.c | 330 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 D | ucol_sit.cpp | 285 uint32_t attr; member 318 const char* end = options[i].action(spec, options[i].attr, start+1, status); in ucol_sit_readOption()
|
H A D | vtzone.cpp | 391 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 D | mod.rs | 646 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 D | DisplayGbm.cpp | 192 const EGLint attr[] = in resize() local 205 nullptr, attr); in resize()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | ext.py | 105 """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 D | ucol_sit.cpp | 284 uint32_t attr; member 317 const char* end = options[i].action(spec, options[i].attr, start+1, status); in ucol_sit_readOption()
|
H A D | vtzone.cpp | 399 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 D | test_string.py | 88 def __getattr__(self, attr): 89 return attr
|
H A D | pickletester.py | 1700 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 D | util.c | 237 * 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 D | correlatedUnions.js | 228 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 D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 109 for (auto attr : buffer.attributes) { in CreateVertexShaderModuleWithBuffer() 111 inputStringStream << "[[location(" << attr.shaderLocation << ")]] var_" in CreateVertexShaderModuleWithBuffer()
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_util.py | 67 attr = Attr(Name("a"), Name("b")) 68 self.assertEqual(type(attr), list)
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmagicmethods.py | 395 attr = mock.foo 400 self.assertEqual(_get_type(attr), MagicMock)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.h | 1174 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 D | ap_drv_ops.h | 334 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 D | ap_config.h | 1079 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 D | idlharness.js | 69 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 D | genX_pipeline.c | 444 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 D | vtzone.cpp | 391 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 D | posixmodule.c | 2986 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 D | rockchip_dmc.c | 2245 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()
|