OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comment
(Results
26 - 50
of
307
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-3/arch-mips/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-3/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-4/arch-mips/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-4/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_comment.h
18
unsigned char
comment
[XT_MAX_COMMENT_LEN];
member in struct:xt_comment_info
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedLexicalHandler.java
33
* This method is used to notify of a
comment
34
* @param
comment
the
comment
, but unlike the SAX
comment
() method this
38
public void
comment
(String
comment
) throws SAXException;
method in interface:ExtendedLexicalHandler
/external/libvorbis/doc/
05-comment.tex
4
\section{
comment
field and header specification} \label{vorbis:spec:
comment
}
8
The Vorbis text
comment
header is the second (of three) header
14
The
comment
field is meant to be used much like someone jotting a
29
\subsection{
Comment
encoding}
33
The
comment
header is logically a list of eight-bit-clean vectors; the
43
in the
comment
header is octet-aligned, they can simply be read as
46
The
comment
header is decoded as follows:
54
6) this iteration's user
comment
= read a UTF-8 vector as [length] octets
66
The
comment
vectors are structured similarly to a UNIX environment variable
[
all
...]
/external/doclava/src/com/google/doclava/
KeywordEntry.java
22
KeywordEntry(String label, String href, String
comment
) {
25
this.
comment
=
comment
;
31
data.setValue(base + ".
comment
", this.
comment
);
44
private String
comment
;
field in class:KeywordEntry
Completed in 1195 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>