Home
last modified time | relevance | path

Searched refs:attr (Results 1676 - 1700 of 1814) sorted by relevance

1...<<61626364656667686970>>...73

/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c888 unsigned long attr; in kbase_gpu_mmap() local
893 attr = KBASE_REG_MEMATTR_INDEX(AS_MEMATTR_INDEX_OUTER_WA); in kbase_gpu_mmap()
895 attr = KBASE_REG_MEMATTR_INDEX(AS_MEMATTR_INDEX_WRITE_ALLOC); in kbase_gpu_mmap()
927 (reg->flags & mask) | attr); in kbase_gpu_mmap()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp2032 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
2034 virtual UColAttributeValue getAttribute(UColAttribute attr,
2183 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute()
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute() argument
2192 if (U_FAILURE(status) || attr == UCOL_ATTRIBUTE_COUNT) { in getAttribute()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestmock.py215 "Cannot autospec attr 'B' from target <MagicMock spec='A'"):
218 "Cannot autospec attr 'B' from target 'A'"):
221 "Cannot autospec attr 'C' as the patch target "):
224 "Cannot spec attr 'B' as the spec "):
227 "Cannot spec attr 'B' as the spec_set "):
230 "Cannot spec attr 'B' as the spec_set "):
1262 attr = getattr(mock, name)
1263 self.assertIsInstance(attr, _CallList)
1264 self.assertIsInstance(attr, list)
1265 self.assertEqual(attr, [])
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc458 char* attr; in GetClassAttribute() local
461 if (PyString_AsStringAndSize(name, &attr, &attr_size) >= 0 && in GetClassAttribute()
462 HasSuffixString(StringPiece(attr, attr_size), kSuffix)) { in GetClassAttribute()
463 std::string field_name(attr, attr_size - sizeof(kSuffix) + 1); in GetClassAttribute()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_crypto.c2127 const u8 *attr; in dpp_validate_csr() local
2143 attr = crypto_csr_get_attribute(csr, CSR_ATTR_CHALLENGE_PASSWORD, in dpp_validate_csr()
2145 if (!attr) { in dpp_validate_csr()
2161 cp = base64_decode((const char *) attr, attr_len, &cp_len); in dpp_validate_csr()
/device/soc/rockchip/common/sdk_linux/drivers/mfd/
H A Drk808.c908 static ssize_t rk8xx_dbg_store(struct device *dev, struct device_attribute *attr, const char *buf, size_t count) in rk8xx_dbg_store() argument
1362 ret = sysfs_create_file(rk8xx_kobj, &rk8xx_attrs.attr); in rk808_probe()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H A Dcqhci-core.c472 __le32 *attr = (__le32 __force *)desc; in cqhci_set_tran_desc() local
474 *attr = (CQHCI_VALID(1) | in cqhci_set_tran_desc()
/third_party/jinja2/
H A Denvironment.py470 attr = str(argument)
475 return getattr(obj, attr)
982 """Load a template by name with :attr:`loader` and return a
992 :param globals: Extend the environment :attr:`globals` with
1027 :param globals: Extend the environment :attr:`globals` with
1093 :attr:`loader`.
1096 :param globals: Extend the environment :attr:`globals` with
1111 globals overlay the environment :attr:`globals`.
1398 """This method works like the :attr:`module` attribute when called
H A Dparser.py493 attr = self.stream.expect("name")
494 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py423 attr = self.stream.expect("name")
424 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py409 attr = self.stream.expect('name')
410 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
/third_party/skia/third_party/externals/jinja2/
H A Dparser.py423 attr = self.stream.expect("name")
424 target = nodes.NSRef(token.value, attr.value, lineno=token.lineno)
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp337 EGLint attr[] = { in importAndWaitOnSemaphore() local
341 EGLSyncKHR eglsync = fEGLCreateSyncKHR(eglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attr); in importAndWaitOnSemaphore()
/third_party/python/Python/
H A D_warnings.c196 get_warnings_attr(PyInterpreterState *interp, PyObject *attr, int try_import) in get_warnings_attr() argument
225 (void)_PyObject_LookupAttr(warnings_module, attr, &obj); in get_warnings_attr()
H A Dfileutils.c1066 attributes_to_mode(DWORD attr) in attributes_to_mode() argument
1069 if (attr & FILE_ATTRIBUTE_DIRECTORY) in attributes_to_mode()
1073 if (attr & FILE_ATTRIBUTE_READONLY) in attributes_to_mode()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs1009 attr: *const ::pthread_attr_t, in pthread_create()
1014 attr: *mut pthread_condattr_t, in pthread_condattr_setclock()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.c1697 size_t mbo_add_ie(u8 *buf, size_t len, const u8 *attr, size_t attr_len) in mbo_add_ie() argument
1715 os_memcpy(buf, attr, attr_len); in mbo_add_ie()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c1022 struct sched_domain_attr *attr; in rebuild_sched_domains_locked() local
1063 ndoms = generate_sched_domains(&doms, &attr); in rebuild_sched_domains_locked()
1066 partition_and_rebuild_sched_domains(ndoms, doms, attr); in rebuild_sched_domains_locked()
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Dbq25700_charger.c811 struct device_attribute *attr, char *buf) in bq25700_charge_info_show()
833 &bq25700_charger_attr[i].attr); in bq25700_init_sysfs()
836 bq25700_charger_attr[i].attr.name); in bq25700_init_sysfs()
810 bq25700_charge_info_show(struct device *dev, struct device_attribute *attr, char *buf) bq25700_charge_info_show() argument
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A DaudioDecoderAvBuffer.cpp115 OH_AVCodecBufferAttr attr = {0}; in OnNeedInputBuffer() local
116 attr.flags = 1; in OnNeedInputBuffer()
117 OH_AVBuffer_SetBufferAttr(buffer, &attr); in OnNeedInputBuffer()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java1690 AttributedCharacterIterator.Attribute attr = (AttributedCharacterIterator.Attribute) attrIterator in TestFormatToCharacterIterator()
1692 if (!expectedAttrSet.contains(attr)) { in TestFormatToCharacterIterator()
1693 errln("FAIL: The attribute " + attr + " is not expected."); in TestFormatToCharacterIterator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTestMessageFormat.java1693 AttributedCharacterIterator.Attribute attr = (AttributedCharacterIterator.Attribute) attrIterator in TestFormatToCharacterIterator()
1695 if (!expectedAttrSet.contains(attr)) { in TestFormatToCharacterIterator()
1696 errln("FAIL: The attribute " + attr + " is not expected."); in TestFormatToCharacterIterator()
/third_party/mesa3d/src/mesa/main/
H A Denable.c87 gl_vert_attrib attr, GLboolean state) in vao_state()
90 _mesa_enable_vertex_array_attrib(ctx, vao, attr); in vao_state()
92 _mesa_disable_vertex_array_attrib(ctx, vao, attr); in vao_state()
86 vao_state(struct gl_context *ctx, struct gl_vertex_array_object* vao, gl_vert_attrib attr, GLboolean state) vao_state() argument
/third_party/python/Lib/test/
H A Dtest_grammar.py405 s: str = "attr"
412 no_such_name_defined.attr: int = 0
421 attr: int
425 attr: str
432 self.assertEqual(A.__annotations__, {"attr": int})
434 self.assertEqual(C.__annotations__, {"attr" : str})
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c1901 get_attr_set(struct dxil_module *m, enum dxil_attr_kind attr) in get_attr_set() argument
1905 { DXIL_ATTR_ENUM, { attr } } in get_attr_set()
1922 if (attr != DXIL_ATTR_KIND_NONE) in get_attr_set()
1933 enum dxil_attr_kind attr) in dxil_add_function_decl()
1935 unsigned attr_set = get_attr_set(m, attr); in dxil_add_function_decl()
1931 dxil_add_function_decl(struct dxil_module *m, const char *name, const struct dxil_type *type, enum dxil_attr_kind attr) dxil_add_function_decl() argument

Completed in 65 milliseconds

1...<<61626364656667686970>>...73