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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/lib/
spawnattr_init.c 26 posix_spawnattr_init (posix_spawnattr_t *attr)
30 memset (attr, '\0', sizeof (*attr));
spawnattr_destroy.c 24 posix_spawnattr_destroy (posix_spawnattr_t *attr)
  /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_formaddr.c 39 dwarf_formaddr (Dwarf_Attribute *attr, Dwarf_Addr *return_addr)
41 if (attr == NULL)
44 if (unlikely (attr->form != DW_FORM_addr))
50 if (__libdw_read_address (attr->cu->dbg,
51 cu_sec_idx (attr->cu), attr->valp,
52 attr->cu->address_size, return_addr))
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;
dwarf_attr_integrate.c 44 Dwarf_Attribute *attr = INTUSE(dwarf_attr) (die, search_name, result); local
45 if (attr != NULL)
46 return attr;
48 attr = INTUSE(dwarf_attr) (die, DW_AT_abstract_origin, result);
49 if (attr == NULL)
50 attr = INTUSE(dwarf_attr) (die, DW_AT_specification, result);
51 if (attr == NULL)
54 die = INTUSE(dwarf_formref_die) (attr, &die_mem);
dwarf_formudata.c 38 __libdw_formptr (Dwarf_Attribute *attr, int sec_index,
42 if (attr == NULL)
45 const Elf_Data *d = attr->cu->dbg->sectiondata[sec_index];
53 if (attr->form == DW_FORM_sec_offset)
55 if (__libdw_read_offset (attr->cu->dbg, attr->cu->dbg,
56 cu_sec_idx (attr->cu), attr->valp,
57 attr->cu->offset_size, &offset, sec_index, 0))
60 else if (attr->cu->version > 3
    [all...]
  /external/strace/
perf.c 50 struct perf_event_attr *attr; member in struct:pea_desc
59 free(desc->attr);
67 struct perf_event_attr *attr; local
75 if (size > sizeof(*attr))
76 size = sizeof(*attr);
96 attr = xcalloc(1, sizeof(*attr));
98 if (umoven_or_printaddr(tcp, addr, size, attr)) {
99 free(attr);
106 desc->attr = attr
131 struct perf_event_attr *attr; local
    [all...]
  /external/valgrind/drd/tests/
pth_mutex_reinit.c 15 pthread_mutexattr_t attr; local
17 pthread_mutexattr_init(&attr);
18 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_NORMAL);
19 pthread_mutex_init(&m, &attr);
20 pthread_mutexattr_destroy(&attr);
24 pthread_mutexattr_init(&attr);
25 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
26 pthread_mutex_init(&m, &attr);
27 pthread_mutexattr_destroy(&attr);
pth_process_shared_mutex.c 16 pthread_mutexattr_t attr; local
18 pthread_mutexattr_init(&attr);
19 pthread_mutexattr_setpshared(&attr, PTHREAD_PROCESS_SHARED);
20 pthread_mutex_init(&mutex, &attr);
21 pthread_mutexattr_destroy(&attr);
  /frameworks/av/media/libaudioclient/include/media/
AudioPolicyHelper.h 23 static audio_stream_type_t audio_attributes_to_stream_type(const audio_attributes_t *attr)
26 if ((attr->flags & AUDIO_FLAG_AUDIBILITY_ENFORCED) == AUDIO_FLAG_AUDIBILITY_ENFORCED) {
29 if ((attr->flags & AUDIO_FLAG_SCO) == AUDIO_FLAG_SCO) {
34 switch (attr->usage) {
71 audio_attributes_t *attr) {
72 memset(attr, 0, sizeof(audio_attributes_t));
77 attr->content_type = AUDIO_CONTENT_TYPE_MUSIC;
78 attr->usage = AUDIO_USAGE_MEDIA;
81 attr->content_type = AUDIO_CONTENT_TYPE_SPEECH;
82 attr->usage = AUDIO_USAGE_VOICE_COMMUNICATION
    [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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cd.py 22 for attr in cdattrs:
24 print 'touching: ', attr
25 getattr(cd, attr)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cd.py 22 for attr in cdattrs:
24 print 'touching: ', attr
25 getattr(cd, attr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cd.py 22 for attr in cdattrs:
24 print 'touching: ', attr
25 getattr(cd, attr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cd.py 22 for attr in cdattrs:
24 print 'touching: ', attr
25 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);
  /external/syslinux/utils/
syslinux2ansi 19 if ( read(STDIN, $attr, 2) == 2 ) {
20 $attr = hex $attr;
23 if ( $attr & 0x80 ) {
25 $attr &= ~0x80;
27 if ( $attr & 0x08 ) {
29 $attr &= ~0x08;
32 $ansicol[$attr >> 4] + 40, $ansicol[$attr & 7] + 30;
  /system/extras/simpleperf/
event_attr.cpp 78 perf_event_attr attr; local
79 memset(&attr, 0, sizeof(attr));
80 attr.size = sizeof(perf_event_attr);
81 attr.type = event_type.type;
82 attr.config = event_type.config;
83 attr.mmap = 1;
84 attr.comm = 1;
85 attr.disabled = 0;
88 attr.read_format
    [all...]
  /bionic/libc/bionic/
pthread_attr.cpp 41 int pthread_attr_init(pthread_attr_t* attr) {
42 attr->flags = 0;
43 attr->stack_base = NULL;
44 attr->stack_size = PTHREAD_STACK_SIZE_DEFAULT;
45 attr->guard_size = PAGE_SIZE;
46 attr->sched_policy = SCHED_NORMAL;
47 attr->sched_priority = 0;
51 int pthread_attr_destroy(pthread_attr_t* attr) {
52 memset(attr, 0x42, sizeof(pthread_attr_t));
56 int pthread_attr_setdetachstate(pthread_attr_t* attr, int state)
    [all...]
  /external/mesa3d/src/glx/apple/
apple_visual.c 71 CGLPixelFormatAttribute attr[MAX_ATTR]; local
78 attr[numattr++] = kCGLPFAOpenGLProfile;
79 attr[numattr++] = kCGLOGLPVersion_3_2_Core;
86 attr[numattr++] = kCGLPFAOffScreen;
87 attr[numattr++] = kCGLPFAColorSize;
88 attr[numattr++] = 32;
93 attr[numattr++] = kCGLPFARendererID;
94 attr[numattr++] = kCGLRendererGenericFloatID;
101 attr[numattr++] = kCGLPFAAccelerated;
109 attr[numattr++] = kCGLPFAClosestPolicy
    [all...]
  /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))

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 91011>>