HomeSort by relevance Sort by last modified time
    Searched refs:attr (Results 1 - 25 of 2554) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/
one.py 0 attr = 'both_portions foo one'
1 attr = 'both_portions foo one' variable
two.py 0 attr = 'both_portions foo two'
1 attr = 'both_portions foo two' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/
a_test.py 0 attr = 'in module'
1 attr = 'in module' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/
one.py 0 attr = 'portion1 foo one'
1 attr = 'portion1 foo one' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/portion1/foo/
one.py 0 attr = 'portion1 foo one'
1 attr = 'portion1 foo one' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/portion2/foo/
two.py 0 attr = 'portion2 foo two'
1 attr = 'portion2 foo two' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/
one.py 0 attr = 'parent child one'
1 attr = 'parent child one' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/
two.py 0 attr = 'parent child two'
1 attr = 'parent child two' variable
  /external/python/cpython3/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/
three.py 0 attr = 'parent child three'
1 attr = 'parent child three' variable
  /external/elfutils/libdw/
dwarf_hasform.c 39 dwarf_hasform (Dwarf_Attribute *attr, unsigned int search_form)
41 if (attr == NULL)
44 return attr->form == search_form;
dwarf_whatattr.c 39 dwarf_whatattr (Dwarf_Attribute *attr)
41 return attr == NULL ? 0 : attr->code;
dwarf_whatform.c 39 dwarf_whatform (Dwarf_Attribute *attr)
41 return attr == NULL ? 0 : attr->form;
dwarf_formflag.c 39 dwarf_formflag (Dwarf_Attribute *attr, bool *return_bool)
41 if (attr == NULL)
44 if (attr->form == DW_FORM_flag_present)
50 if (unlikely (attr->form != DW_FORM_flag))
56 *return_bool = *attr->valp != 0;
  /external/strace/tests/
sched_xetattr.c 45 sys_sched_getattr(kernel_ulong_t pid, kernel_ulong_t attr,
48 long rc = syscall(__NR_sched_getattr, pid, attr, size, flags);
54 sys_sched_setattr(kernel_ulong_t pid, kernel_ulong_t attr, kernel_ulong_t flags)
56 long rc = syscall(__NR_sched_setattr, pid, attr, flags);
71 TAIL_ALLOC_OBJECT_CONST_PTR(struct sched_attr, attr);
73 void *const efault = attr + 1;
78 sys_sched_getattr(0, (unsigned long) attr, 0, 0);
79 printf("sched_getattr(0, %p, 0, 0) = %s\n", attr, errstr);
84 sys_sched_getattr(-1U, (unsigned long) attr, bogus_size, bogus_flags);
86 attr,
    [all...]
  /external/strace/tests-m32/
sched_xetattr.c 45 sys_sched_getattr(kernel_ulong_t pid, kernel_ulong_t attr,
48 long rc = syscall(__NR_sched_getattr, pid, attr, size, flags);
54 sys_sched_setattr(kernel_ulong_t pid, kernel_ulong_t attr, kernel_ulong_t flags)
56 long rc = syscall(__NR_sched_setattr, pid, attr, flags);
71 TAIL_ALLOC_OBJECT_CONST_PTR(struct sched_attr, attr);
73 void *const efault = attr + 1;
78 sys_sched_getattr(0, (unsigned long) attr, 0, 0);
79 printf("sched_getattr(0, %p, 0, 0) = %s\n", attr, errstr);
84 sys_sched_getattr(-1U, (unsigned long) attr, bogus_size, bogus_flags);
86 attr,
    [all...]
  /external/strace/tests-mx32/
sched_xetattr.c 45 sys_sched_getattr(kernel_ulong_t pid, kernel_ulong_t attr,
48 long rc = syscall(__NR_sched_getattr, pid, attr, size, flags);
54 sys_sched_setattr(kernel_ulong_t pid, kernel_ulong_t attr, kernel_ulong_t flags)
56 long rc = syscall(__NR_sched_setattr, pid, attr, flags);
71 TAIL_ALLOC_OBJECT_CONST_PTR(struct sched_attr, attr);
73 void *const efault = attr + 1;
78 sys_sched_getattr(0, (unsigned long) attr, 0, 0);
79 printf("sched_getattr(0, %p, 0, 0) = %s\n", attr, errstr);
84 sys_sched_getattr(-1U, (unsigned long) attr, bogus_size, bogus_flags);
86 attr,
    [all...]
  /external/strace/
perf.c 51 struct perf_event_attr *attr; member in struct:pea_desc
60 free(desc->attr);
68 struct perf_event_attr *attr; local
76 if (size > sizeof(*attr))
77 size = sizeof(*attr);
97 attr = xcalloc(1, sizeof(*attr));
99 if (umoven_or_printaddr(tcp, addr, size, attr)) {
100 free(attr);
107 desc->attr = attr
126 struct perf_event_attr *attr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cd.py 22 for attr in cdattrs:
24 print 'touching: ', attr
25 getattr(cd, attr)
  /external/python/cpython2/Lib/test/
test_cd.py 21 for attr in cdattrs:
23 print 'touching: ', attr
24 getattr(cd, attr)
  /external/elfutils/tests/
run-show-abbrev.sh 25 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
26 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
27 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
28 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
29 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
30 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
31 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
33 abbrev[19]: attr[0]: code = 1, form = 19, offset = 19
34 abbrev[19]: attr[1]: code = 63, form = 12, offset = 21
35 abbrev[19]: attr[2]: code = 3, form = 8, offset = 2
    [all...]
  /external/compiler-rt/test/tsan/
lots_of_threads.c 16 pthread_attr_t attr; local
17 pthread_attr_init(&attr);
18 pthread_attr_setstacksize(&attr, 16 << 20);
19 pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
21 pthread_create(&t[i], &attr, thr, 0);
22 pthread_attr_destroy(&attr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_funcattrs.py 13 power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals'
19 attr = results["attr"][0]
20 attr.replace(Name((u"__%s__" % attr.value[5:]),
21 prefix=attr.prefix))
  /external/compiler-rt/test/asan/TestCases/Linux/
pthread_create_version.cc 16 pthread_attr_t attr; local
17 pthread_attr_init(&attr);
18 pthread_attr_setstack(&attr, p, sz);
19 pthread_create(&t, &attr, ThreadFunc, nullptr);
  /external/pdfium/fxjs/xfa/
cjx_textnode.cpp 18 XFA_Attribute attr) {
19 Script_Som_DefaultValue(pValue, bSetting, attr);
24 XFA_Attribute attr) {
25 Script_Som_DefaultValue(pValue, bSetting, attr);
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_funcattrs.py 13 power< any+ trailer< '.' attr=('func_closure' | 'func_doc' | 'func_globals'
19 attr = results["attr"][0]
20 attr.replace(Name((u"__%s__" % attr.value[5:]),
21 prefix=attr.prefix))

Completed in 4875 milliseconds

1 2 3 4 5 6 7 8 91011>>