OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interface_index
(Results
1 - 4
of
4
) sorted by null
/external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java
60
* @param
interface_index
constant pool index [must be positive; input not validated]
64
int add (int
interface_index
);
67
* Replaces superinterface pointer number 'offset' with new value '
interface_index
'.
70
* in the constant pool, in the slot pointed to by '
interface_index
'.
73
* @param
interface_index
constant pool index [must be positive; input not validated]
78
int set (int offset, int
interface_index
);
InterfaceCollection.java
81
public int add (final int
interface_index
)
84
m_interfaces.add (
interface_index
);
89
public int set (final int offset, final int
interface_index
)
91
return m_interfaces.set (offset,
interface_index
);
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java
70
* Replaces exception class pointer number 'offset' with new value '
interface_index
'.
/external/mdnsresponder/mDNSPosix/
nss_mdns.c
576
uint32_t
interface_index
,
1062
uint32_t
interface_index
,
1078
(void)
interface_index
; // Unused
[
all
...]
Completed in 597 milliseconds