Home
last modified time | relevance | path

Searched refs:attr (Results 2151 - 2175 of 2180) sorted by relevance

1...<<8182838485868788

/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1881 attr: *const ::pthread_attr_t, in pthread_create()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h3479 * @attr: Bridge port attribute to set
3483 int (*br_port_set_attr)(void *priv, enum drv_br_port_attr attr,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h3883 * @attr: Bridge port attribute to set
3887 int (*br_port_set_attr)(void *priv, enum drv_br_port_attr attr,
/third_party/vixl/benchmarks/aarch32/
H A Dasm-disasm-speed-test.cc9532 perf_event_attr attr; in PerfScope() local
9533 memset(&attr, 0, sizeof(attr)); in PerfScope()
9534 attr.size = sizeof(attr); in PerfScope()
9535 attr.type = PERF_TYPE_HARDWARE; in PerfScope()
9536 attr.config = PERF_COUNT_HW_CPU_CYCLES; in PerfScope()
9537 attr.exclude_kernel = 1; in PerfScope()
9541 static_cast<int>(syscall(__NR_perf_event_open, &attr, 0, cpu, -1, 0)); in PerfScope()
/third_party/node/deps/cares/
H A Dconfigure23422 pthread_t th; pthread_attr_t attr;
23425 pthread_attr_init(&attr);
23579 int attr = $ax_pthread_attr; return attr /* ; */
24949 pthread_t th; pthread_attr_t attr;
24952 pthread_attr_init(&attr);
25106 int attr = $ax_pthread_attr; return attr /* ; */
/third_party/python/Lib/test/
H A Dtest_re.py2716 for attr in deprecated[name]:
2717 self.assertTrue(hasattr(mod, attr))
H A D_test_multiprocessing.py4510 for attr in mod.__all__:
4512 hasattr(mod, attr),
4513 '%r does not have attribute %r' % (mod, attr)
H A Dtest_codecs.py2976 exc.attr = 1
H A Ddatetimetester.py77 for attr in datetime_module.__all__:
78 self.assertIn(attr, all_attrs)
H A Dtest_enum.py142 for attr in ('__get__','__set__','__delete__'):
145 setattr(obj, attr, 1)
/third_party/selinux/libsepol/src/
H A Dpolicydb.c2193 e->attr = le32_to_cpu(buf[1]); in read_cons_helper()
2213 if (!allowxtarget && (e->attr & CEXPR_XTARGET)) in read_cons_helper()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c5279 struct radius_das_attrs *attr) in wpa_auth_radius_das_disconnect_pmksa()
5281 return pmksa_cache_auth_radius_das_disconnect(wpa_auth->pmksa, attr); in wpa_auth_radius_das_disconnect_pmksa()
5278 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth, struct radius_das_attrs *attr) wpa_auth_radius_das_disconnect_pmksa() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c4849 struct radius_das_attrs *attr) in wpa_auth_radius_das_disconnect_pmksa()
4851 return pmksa_cache_auth_radius_das_disconnect(wpa_auth->pmksa, attr); in wpa_auth_radius_das_disconnect_pmksa()
4848 wpa_auth_radius_das_disconnect_pmksa(struct wpa_authenticator *wpa_auth, struct radius_das_attrs *attr) wpa_auth_radius_das_disconnect_pmksa() argument
/third_party/python/Modules/
H A D_testcapimodule.c7831 heapctypesetattr_setattro(HeapCTypeSetattrObject *self, PyObject *attr, PyObject *value) in heapctypesetattr_setattro() argument
7836 int eq = PyObject_RichCompareBool(svalue, attr, Py_EQ); in heapctypesetattr_setattro()
7841 return PyObject_GenericSetAttr((PyObject*) self, attr, value); in heapctypesetattr_setattro()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4302 void GetReturnInfo(CallingConv::ID CC, Type *ReturnType, AttributeList attr,
/third_party/glfw/deps/
H A Dnuklear.h9476 nk_draw_vertex_color(void *attr, const float *vals, in nk_draw_vertex_color() argument
9495 NK_MEMCPY(attr, &col.r, sizeof(col)); in nk_draw_vertex_color()
9500 NK_MEMCPY(attr, &bgra, sizeof(bgra)); in nk_draw_vertex_color()
9507 NK_MEMCPY(attr, col, sizeof(col)); in nk_draw_vertex_color()
9515 NK_MEMCPY(attr, col, sizeof(col)); in nk_draw_vertex_color()
9522 NK_MEMCPY(attr, col, sizeof(col)); in nk_draw_vertex_color()
9530 NK_MEMCPY(attr, col, sizeof(col)); in nk_draw_vertex_color()
9533 NK_MEMCPY(attr, val, sizeof(float)*4); in nk_draw_vertex_color()
9541 NK_MEMCPY(attr, col, sizeof(col)); in nk_draw_vertex_color()
9547 NK_MEMCPY(attr, in nk_draw_vertex_color()
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc6223 PropertyAttributes attr = details.attributes(); in NumberOfEnumerableProperties() local
6224 if ((attr & ONLY_ENUMERABLE) == 0) result++; in NumberOfEnumerableProperties()
/third_party/python/
H A Dconfigure15733 pthread_attr_t attr;
15735 if (pthread_attr_init(&attr)) return (-1);
15736 if (pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM)) return (-1);
15737 if (pthread_create(&id, &attr, foo, NULL)) return (-1);
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1404 \startlink attr{/Border [0 0 0]}%
1429 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
7956 \startlink attr{/Border [0 0 0]}%
/third_party/python/Parser/
H A Dparser.c9081 // value_pattern: attr !('.' | '(' | '=')
9104 { // attr !('.' | '(' | '=') in value_pattern_rule()
9109 D(fprintf(stderr, "%*c> value_pattern[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "attr !('.' | '(' | '=')")); in value_pattern_rule()
9110 expr_ty attr; in value_pattern_rule() local
9112 (attr = attr_rule(p)) // attr in value_pattern_rule()
9117 D(fprintf(stderr, "%*c+ value_pattern[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "attr !('.' | '(' | '=')")); in value_pattern_rule()
9127 _res = _PyAST_MatchValue ( attr , EXTRA ); in value_pattern_rule()
9137 p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "attr !('.' | '(' | '=')")); in value_pattern_rule()
9146 // attr
9212 expr_ty attr; attr_raw() local
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c50052 DWORD attr; global() local
50416 DWORD attr; global() local
50523 DWORD attr; global() local
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]

Completed in 436 milliseconds

1...<<8182838485868788