OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sections
(Results
726 - 750
of
6560
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/system/bt/osi/src/
config.c
49
list_t *
sections
;
member in struct:config_t
68
config->
sections
= list_new(section_free);
69
if (!config->
sections
) {
70
LOG_ERROR(LOG_TAG, "%s unable to allocate list for
sections
.", __func__);
111
for (const list_node_t *node = list_begin(src->
sections
);
112
node != list_end(src->
sections
);
132
list_free(config->
sections
);
216
list_append(config->
sections
, sec);
240
return list_remove(config->
sections
, sec);
258
return (const config_section_node_t *)list_begin(config->
sections
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.18
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so
libstdc++.so.6
libstdc++.so.6.0.19
/development/ndk/platforms/android-9/arch-mips/include/asm/
sections.h
21
#include <asm-generic/
sections
.h>
/device/google/contexthub/firmware/misc/platform/linux/
linux.extra.lkr
17
SECTIONS
/docs/source.android.com/src/devices/tech/config/
index.jd
20
<p> The following
sections
contain information, documentation, tips and tricks for configuring Android components.</p>
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
TableSizingMethod.java
21
* AUTO: The table is divided evenly int tableSize/numElements
sections
.
/external/dbus/bus/
desktop-file.c
49
BusDesktopFileSection *
sections
;
member in struct:BusDesktopFile
128
bus_desktop_file_section_free (&desktop_file->
sections
[i]);
129
dbus_free (desktop_file->
sections
);
162
BusDesktopFileSection *
sections
;
local
169
sections
= dbus_realloc (desktop_file->
sections
,
171
if (
sections
== NULL)
174
desktop_file->
sections
=
sections
;
285
desktop_file->
sections
[n].section_name = name_copy
[
all
...]
/external/elfutils/tests/
run-unstrip-test3.sh
1
# Buggy binutils objdump might strip SHF_INFO_LINK from relocation
sections
.
/external/f2fs-tools/man/
mkfs.f2fs.8
28
.I #-of-
sections
-per-zone
68
.BI \-z " #-of-
sections
-per-zone"
69
Specify the number of
sections
per zone. A zone consists of multiple
sections
.
/external/iproute2/tc/
Android.mk
22
LOCAL_LDFLAGS := -Wl,--no-gc-
sections
/external/libxml2/result/
badcomment.xml
5
<com>CDATA
sections
</com>
badcomment.xml.rde
7
<com>CDATA
sections
</com>
badcomment.xml.rdr
7
<com>CDATA
sections
</com>
badcomment.xml.sax
9
<com>CDATA
sections
</com>
badcomment.xml.sax2
9
<com>CDATA
sections
</com>
/external/libxml2/result/noent/
badcomment.xml
5
<com>CDATA
sections
</com>
/external/libxml2/test/
badcomment.xml
6
<com>CDATA
sections
</com>
/external/llvm/test/CodeGen/PowerPC/
coal-sections.ll
3
; Check that *coal*
sections
are emitted.
/external/llvm/test/CodeGen/X86/
coal-sections.ll
3
; Check that *coal*
sections
are not emitted.
/external/llvm/test/DebugInfo/
dwarfdump-macho-relocs.test
3
// The dumped file has 2 functions in different
sections
of the __TEXT segment.
Completed in 1020 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>