OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linkend
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/external/bluetooth/glib/docs/reference/gobject/
tut_gobject.xml
8
for a base fundamental type named <type><link
linkend
="GObject">GObject</link></type>.
12
<type><link
linkend
="GObject">GObject</link></type> is a fundamental classed instantiable type. It implements:
20
inherit from <type><link
linkend
="GObject">GObject</link></type> which is why it is important to understand
28
The <function><link
linkend
="g-object-new">g_object_new</link></function>
36
Allocate and clear memory through <function><link
linkend
="g-type-create-instance">g_type_create_instance</link></function>,
139
Once <function><link
linkend
="g-object-new">g_object_new</link></function> has obtained a reference to an initialized
153
through <function><link
linkend
="g-type-create-instance">g_type_create_instance</link></function>
156
ready to answer any user-request. When <function><link
linkend
="g-type-create-instance">g_type_create_instance</link></function>
158
(i.e. the properties which were given to <function><link
linkend
="g-object-new">g_object_new</link></function>) and returns
165
by <function><link
linkend
="g-object-new">g_object_new</link></function
[
all
...]
tut_gtype.xml
45
<function><link
linkend
="g-type-register-static">g_type_register_static</link></function> and
46
<function><link
linkend
="g-type-register-fundamental">g_type_register_fundamental</link></function>
49
which you should use to register a new <type><link
linkend
="GType">GType</link></type> in the program's type system.
51
<function><link
linkend
="g-type-register-fundamental">g_type_register_fundamental</link></function> (you have to be Tim Janik
57
<function><link
linkend
="g-type-register-dynamic">g_type_register_dynamic</link></function>. We will not discuss this
67
Upon initialization by <function><link
linkend
="g-type-init">g_type_init</link></function>, the type system not
77
class size: the class_size field in <type><link
linkend
="GTypeInfo">GTypeInfo</link></type>.
81
class_init fields in <type><link
linkend
="GTypeInfo">GTypeInfo</link></type>.
85
class_finalize fields in <type><link
linkend
="GTypeInfo">GTypeInfo</link></type>.
89
<type><link
linkend
="GTypeInfo">GTypeInfo</link></type>
[
all
...]
tut_gsignal.xml
31
The <type><link
linkend
="GClosure">GClosure</link></type> structure represents the common functionality of all
42
The GObject library provides a simple <type><link
linkend
="GCClosure">GCClosure</link></type> type which
46
A <type><link
linkend
="GClosure">GClosure</link></type> provides simple services:
49
Invocation (<function><link
linkend
="g-closure-invoke">g_closure_invoke</link></function>): this is what closures
56
can be registered with <function><link
linkend
="g-closure-add-finalize-notifier">g_closure_add_finalize_notifier</link></function>
57
(finalization notification), <function><link
linkend
="g-closure-add-invalidate-notifier">g_closure_add_invalidate_notifier</link></function>
59
<function><link
linkend
="g-closure-add-marshal-guards">g_closure_add_marshal_guards</link></function> (invocation notification).
61
events (<function><link
linkend
="g-closure-remove-finalize-notifier">g_closure_remove_finalize_notifier</link></function> and
62
<function><link
linkend
="g-closure-remove-invalidate-notifier">g_closure_remove_invalidate_notifier</link></function>) but not for the invocation
77
to connect a callback to a given event, you will either use simple <type><link
linkend
="GCClosure">GCClosure</link></type>
[
all
...]
tut_howto.xml
72
in <xref
linkend
="gtype-conventions"/>. Most GObject-based code also
301
<xref
linkend
="gobject-construction-table"/> shows what user-provided functions
312
No object reference will be returned to the client of <function><link
linkend
="g-object-new">g_object_new</link></function>
336
<xref
linkend
="gobject-properties"/>. Make sure that these properties use a construct only
337
<type><link
linkend
="GParamSpec">GParamSpec</link></type> by setting the param spec's flag field to G_PARAM_CONSTRUCT_ONLY: this helps
361
afterwards and make sure that if your users do not call <function><link
linkend
="g-object-new">g_object_new</link></function>
376
<xref
linkend
="gobject-instantiation"/> or, more simply, using
387
<function><link
linkend
="g-object-unref">g_object_unref</link></function>
389
<xref
linkend
="gobject-destruction-table"/>.
750
<para>The function <function><link
linkend
="g-type-class-peek-parent">g_type_class_peek_parent</link></function> is used to access the origin (…)
[
all
...]
tut_tools.xml
85
If set to a non-NULL value, <link
linkend
="g-object-ref">g_object_ref</link>()
86
and <link
linkend
="g-object-unref">g_object_unref</link>() will be intercepted
/external/bluetooth/glib/docs/reference/glib/tmpl/
allocators.sgml
14
<link
linkend
="glib-Memory-Slices">slice allocator</link> and deprecated.
44
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice allocator</link>
54
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice allocator</link>
memory_slices.sgml
104
be changed with the <link
linkend
="G_SLICE">G_SLICE=always-malloc</link>
118
be changed with the <link
linkend
="G_SLICE">G_SLICE=always-malloc</link>
145
<link
linkend
="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable,
146
also see <link
linkend
="G_SLICE">G_SLICE</link> for related debugging options.
162
<link
linkend
="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable,
163
also see <link
linkend
="G_SLICE">G_SLICE</link> for related debugging options.
179
be changed with the <link
linkend
="G_SLICE">G_SLICE=always-malloc</link>
195
be changed with the <link
linkend
="G_SLICE">G_SLICE=always-malloc</link>
211
be changed with the <link
linkend
="G_SLICE">G_SLICE=always-malloc</link>
227
<link
linkend
="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable
[
all
...]
keyfile.sgml
644
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
646
<link
linkend
="G-KEY-FILE-DESKTOP-TYPE-APPLICATION:CAPS"><literal>G_KEY_FILE_DESKTOP_TYPE_APPLICATION</literal></link>,
647
<link
linkend
="G-KEY-FILE-DESKTOP-TYPE-LINK:CAPS"><literal>G_KEY_FILE_DESKTOP_TYPE_LINK</literal></link>, or
648
<link
linkend
="G-KEY-FILE-DESKTOP-TYPE-DIRECTORY:CAPS"><literal>G_KEY_FILE_DESKTOP_TYPE_DIRECTORY</literal></link>.
657
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
668
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
679
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
690
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
701
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link>
712
linkend
="G-KEY-FILE-DESKTOP-GROUP:CAPS"><literal>G_KEY_FILE_DESKTOP_GROUP</literal></link
[
all
...]
memory_chunks.sgml
14
<link
linkend
="glib-Memory-Slices">slice allocator</link>,
173
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice allocator</link>
215
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
236
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
286
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
296
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
305
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
316
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
328
@Deprecated: 2.10: Use the <link
linkend
="glib-Memory-Slices">slice
linked_lists_single.sgml
18
<link
linkend
="glib-Doubly-Linked-lists">Doubly-Linked Lists</link>
24
<link
linkend
="glib-Type-Conversion-Macros">Type Conversion Macros</link>,
28
List elements are allocated from the <link
linkend
="glib-Memory-Slices">slice
78
<link
linkend
="glib-Type-Conversion-Macros">Type Conversion Macros</link>.
379
converted to the <link
linkend
="glib-Memory-Slices">slice allocator</link>
392
converted to the <link
linkend
="glib-Memory-Slices">slice allocator</link>
conversions.sgml
47
linkend
="g_dir_read_name"><function>g_dir_read_name()</function></link>,
69
linkend
="G_FILENAME_ENCODING"><envar>G_FILENAME_ENCODING</envar></link>
81
linkend
="g_filename_to_utf8"><function>g_filename_to_utf8()</function></link>
83
linkend
="g_filename_from_utf8"><function>g_filename_from_utf8()</function></link>
87
<xref
linkend
="file-name-encodings-diagram"/> illustrates how
125
linkend
="g_filename_to_utf8"><function>g_filename_to_utf8()</function></link>.
146
linkend
="g_filename_from_utf8"><function>g_filename_from_utf8()</function></link>.
linked_lists_double.sgml
18
<link
linkend
="glib-Singly-Linked-lists">Singly-Linked Lists</link>
24
<link
linkend
="glib-Type-Conversion-Macros">Type Conversion Macros</link>,
28
List elements are allocated from the <link
linkend
="glib-Memory-Slices">slice
78
<link
linkend
="glib-Type-Conversion-Macros">Type Conversion Macros</link>.
452
converted to the <link
linkend
="glib-Memory-Slices">slice allocator</link>
465
converted to the <link
linkend
="glib-Memory-Slices">slice allocator</link>
quarks.sgml
15
<link
linkend
="glib-datasets">Datasets</link> and
16
<link
linkend
="glib-keyed-data-lists">Keyed Data Lists</link>.
trees-binary.sgml
49
<link
linkend
="glib-Balanced-Binary-Trees">Balanced Binary Tree</link>.
190
<link
linkend
="glib-Balanced-Binary-Trees">Balanced Binary Trees</link>.
191
For <link
linkend
="glib-N-ary-Trees">N-ary Trees</link>, it vists the root
testing.sgml
62
<link
linkend
="gtester">gtester</link>,
63
<link
linkend
="gtester-report">gtester-report</link>
323
@soutpattern: a glob-style <link
linkend
="glib-Glob-style-pattern-matching">pattern</link>
333
@soutpattern: a glob-style <link
linkend
="glib-Glob-style-pattern-matching">pattern</link>
343
@serrpattern: a glob-style <link
linkend
="glib-Glob-style-pattern-matching">pattern</link>
353
@serrpattern: a glob-style <link
linkend
="glib-Glob-style-pattern-matching">pattern</link>
queue.sgml
16
<link
linkend
="glib-Type-Conversion-Macros">Type Conversion Macros</link>,
47
Contains the public fields of a <link
linkend
="glib-queues">Queue</link>.
/external/bluetooth/glib/glib/
gprintf.c
39
* <link
linkend
="string-precision">string precision pitfalls</link>.
67
* <link
linkend
="string-precision">string precision pitfalls</link>.
98
* <link
linkend
="string-precision">string precision pitfalls</link>.
129
* <link
linkend
="string-precision">string precision pitfalls</link>.
172
* <link
linkend
="string-precision">string precision pitfalls</link>.
195
* <link
linkend
="string-precision">string precision pitfalls</link>.
219
* <link
linkend
="string-precision">string precision pitfalls</link>.
246
* <link
linkend
="string-precision">string precision pitfalls</link>.
286
* <link
linkend
="string-precision">string precision pitfalls</link>.
/external/valgrind/main/callgrind/docs/
cl-manual.xml
91
Read the documentation for <xref
linkend
="cg-manual"/> first. The material
179
<option><xref
linkend
="clopt.cache-sim"/>=yes</option>. For
180
branch prediction simulation, use <option><xref
linkend
="clopt.branch-sim"/>=yes</option>.
188
<option><xref
linkend
="opt.instr-atstart"/>=no</option>
193
<computeroutput><xref
linkend
="cr.start-instr"/></computeroutput>.</para>
196
<option><xref
linkend
="opt.dump-instr"/>=yes</option>. This will produce
202
<option><xref
linkend
="opt.collect-jumps"/>=yes</option>.</para>
231
threads with <option><xref
linkend
="opt.separate-threads"/>=yes</option>).</para>
268
option <option><xref
linkend
="opt.dump-every-bb"/>=count</option>.
275
option <option><xref
linkend
="opt.dump-before"/>=function</option
[
all
...]
/external/valgrind/main/docs/xml/
index.xml
15
<link
linkend
="dist.authors" endterm="dist.authors.title"></link>
26
<xref
linkend
="license.gfdl"/>.
quick-start-guide.xml
194
<xref
linkend
="mc-manual.errormsgs"/> in the <xref
linkend
="manual"/>
205
<xref
linkend
="manual-core.suppress"/> in the <xref
linkend
="manual"/>).
234
<para>Please consult the <xref
linkend
="FAQ"/> and the
235
<xref
linkend
="manual"/>, which have much more information. Note that
manual-intro.xml
94
<para>Valgrind is licensed under the <xref
linkend
="license.gpl"/>,
127
linkend
="quick-start"/> useful.</para>
133
<xref
linkend
="manual-core"/> and for the tool you want to use.</para>
/external/bluetooth/glib/docs/reference/glib/
running.sgml
67
to <link
linkend
="g-warning">g_warning</link>() or
68
<link
linkend
="g-critical">g_critical</link>(). This option is
76
to <link
linkend
="g-critical">g_critical</link>(). This option is
251
If set to a size > 0, <link
linkend
="g-free">g_free</link>(),
252
<link
linkend
="g-realloc">g_realloc</link>() and
253
<link
linkend
="g-malloc">g_malloc</link>() will be intercepted if the size
/external/bluetooth/glib/gio/
gdesktopappinfo.h
66
* <link
linkend
="extending-gio">Extending GIO</link>.
gvfs.h
45
* See <link
linkend
="extending-gio">Extending GIO</link>.
/external/dbus/doc/
dbus-faq.xml
354
Start by reading <xref
linkend
="other-ipc"/>.
428
Start by reading <xref
linkend
="other-ipc"/>.
460
Start by reading <xref
linkend
="other-ipc"/>.
485
Start by reading <xref
linkend
="other-ipc"/>.
489
see <xref
linkend
="components"/>.
506
Start by reading <xref
linkend
="other-ipc"/>.
557
Start by reading <xref
linkend
="other-ipc"/>.
599
Start by reading <xref
linkend
="other-ipc"/>.
618
Start by reading <xref
linkend
="other-ipc"/>.
Completed in 342 milliseconds
1
2
3
4