OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifaces
(Results
1 - 13
of
13
) sorted by null
/external/dhcpcd/
if-pref.c
81
if (!
ifaces
|| !
ifaces
->next)
83
sorted =
ifaces
;
84
ifaces
=
ifaces
->next;
86
for (ifp =
ifaces
; ifp && (ifn = ifp->next, 1); ifp = ifn) {
107
ifaces
= sorted;
dhcpcd-run-hooks.in
38
local i= x=
ifaces
=
40
[ -e "$1/$i" ] &&
ifaces
="$
ifaces
${
ifaces
:+ }$i"
50
[ -n "$x" ] &&
ifaces
="$
ifaces
${
ifaces
:+ }${x##*/}"
52
echo "$
ifaces
"
dhcpcd.c
92
struct interface *
ifaces
= NULL;
variable in typeref:struct:interface
187
while (
ifaces
) {
188
iface =
ifaces
;
189
ifaces
= iface->next;
254
for (ifp =
ifaces
; ifp; ifp = ifp->next)
275
for (ifp =
ifaces
; ifp; ifp = ifp->next) {
283
ifaces
= ifp->next;
909
for (iface =
ifaces
; iface; iface = iface->next)
[
all
...]
dhcpcd.h
151
extern struct interface *
ifaces
;
configure.c
210
for (ifp =
ifaces
; ifp; ifp = ifp->next)
216
for (ifp =
ifaces
; ifp; ifp = ifp->next) {
697
for (ifp =
ifaces
; ifp; ifp = ifp->next) {
ipv6rs.c
346
for (ifp =
ifaces
; ifp; ifp = ifp->next)
/external/libvpx/libvpx/examples/
example_xma.c
31
}
ifaces
[] = {
variable in typeref:struct:__anon4319
51
ifaces
[0].name);
53
for (i = 0; i < sizeof(
ifaces
) / sizeof(
ifaces
[0]); i++)
55
ifaces
[i].name,
56
vpx_codec_iface_name(
ifaces
[i].iface));
78
vpx_codec_iface_t *iface =
ifaces
[0].iface;
96
for (j = 0; j < sizeof(
ifaces
) / sizeof(
ifaces
[0]); j++)
97
if (!strcmp(
ifaces
[j].name, argv[i])
[
all
...]
/external/libpcap/
sf-pcap-ng.c
223
struct pcap_ng_if *
ifaces
; /* array of interface information */
member in struct:pcap_ng_sf
541
if (ps->
ifaces
== NULL) {
546
ps->
ifaces
= malloc(sizeof (struct pcap_ng_if));
553
ps->
ifaces
= realloc(ps->
ifaces
, ps->ifaces_size * sizeof (struct pcap_ng_if));
555
if (ps->
ifaces
== NULL) {
580
ps->
ifaces
[ps->ifcount - 1].tsresol = tsresol;
581
ps->
ifaces
[ps->ifcount - 1].tsoffset = tsoffset;
595
ps->
ifaces
[ps->ifcount - 1].scale_type = PASS_THROUGH;
602
ps->
ifaces
[ps->ifcount - 1].scale_type = SCALE_DOWN
[
all
...]
/external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java
44
ArrayList<String>
ifaces
= mClassToInterface.get(cl);
local
45
if (
ifaces
== null) {
48
for (String iface :
ifaces
) {
/external/chromium_org/ppapi/generators/
idl_gen_wrapper.py
218
ifaces
= filenode.GetListOf('Interface')
219
for iface in
ifaces
:
/external/doclava/src/com/google/doclava/
MethodInfo.java
47
private static void addInterfaces(ArrayList<ClassInfo>
ifaces
, ArrayList<ClassInfo> queue) {
48
for (ClassInfo i :
ifaces
) {
51
for (ClassInfo i :
ifaces
) {
80
private static void addRealInterfaces(ArrayList<ClassInfo>
ifaces
, ArrayList<ClassInfo> queue) {
81
for (ClassInfo i :
ifaces
) {
87
for (ClassInfo i :
ifaces
) {
/external/jdiff/src/jdiff/
RootDocToXML.java
456
* @param
ifaces
An array of ClassDoc objects
458
public void processInterfaces(Type[]
ifaces
) {
459
if (trace) System.out.println("PROCESSING INTERFACES, number=" +
ifaces
.length);
460
for (int i = 0; i <
ifaces
.length; i++) {
461
String ifaceName = buildEmittableTypeString(
ifaces
[i]);
[
all
...]
/external/guava/guava/lib/
jdiff.jar
Completed in 633 milliseconds