OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
1 - 25
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/kernel-headers/original/linux/
atmppp.h
16
* the first element of the structure is the
backend
number and the rest
17
* is per-
backend
specific
atmioc.h
30
#define ATMIOC_BACKEND 0x90 /* ATM generic
backend
ioctls, u. per
backend
*/
/external/netcat/scripts/
README
1
A collection of example scripts that use netcat as a
backend
, each
/external/elfutils/libebl/
eblbackendname.c
1
/* Return
backend
name.
27
return ebl != NULL ? ebl->emulation : gettext ("No
backend
");
alpha_destr.c
1
/* Destructor for Alpha specific
backend
library.
arm_destr.c
1
/* Destructor for Arm specific
backend
library.
i386_destr.c
1
/* Destructor for i386 specific
backend
library.
ia64_destr.c
1
/* Destructor for IA-64 specific
backend
library.
libeblP.h
22
/* Type of the initialization functions in the
backend
modules. */
mips_destr.c
1
/* Destructor for MIPS specific
backend
library.
ppc64_destr.c
1
/* Destructor for PPC64 specific
backend
library.
ppc_destr.c
1
/* Destructor for PPC specific
backend
library.
sh_destr.c
1
/* Destructor for SH specific
backend
library.
sparc_destr.c
1
/* Destructor for SPARC specific
backend
library.
x86_64_destr.c
1
/* Destructor for x86_64 specific
backend
library.
/external/bluetooth/bluez/cups/
Makefile.am
3
cupsdir = $(libdir)/cups/
backend
/external/kernel-headers/original/linux/netfilter_ipv4/
ipt_LOG.h
9
#define IPT_LOG_NFLOG 0x10 /* Log using nf_log
backend
*/
/external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_LOG.h
9
#define IP6T_LOG_NFLOG 0x10 /* Log using nf_log
backend
*/
/external/wpa_supplicant/
config_none.c
2
* WPA Supplicant / Configuration
backend
: empty starting point
14
* This file implements dummy example of a configuration
backend
. None of the
16
* compilation test or a starting point for a new configuration
backend
.
/external/wpa_supplicant_6/wpa_supplicant/
config_none.c
2
* WPA Supplicant / Configuration
backend
: empty starting point
14
* This file implements dummy example of a configuration
backend
. None of the
16
* compilation test or a starting point for a new configuration
backend
.
/external/iproute2/include/linux/
atmioc.h
30
#define ATMIOC_BACKEND 0x90 /* ATM generic
backend
ioctls, u. per
backend
*/
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h
49
Boolean eapResp; /* shared with EAPOL
Backend
Authentication */
58
Boolean eapReq; /* shared with EAPOL
Backend
Authentication */
59
Boolean eapNoReq; /* shared with EAPOL
Backend
Authentication */
/external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h
40
#error "Must defined a font
backend
"
57
#error "Must defined a font
backend
"
70
#error "Must defined a font
backend
"
126
#error "Must defined a font
backend
"
/external/qemu/android/
cmdline-options.h
100
OPT_PARAM( audio, "<
backend
>", "use specific audio
backend
" )
101
OPT_PARAM( audio_in, "<
backend
>", "use specific audio input
backend
" )
102
OPT_PARAM( audio_out,"<
backend
>", "use specific audio output
backend
" )
/external/webkit/autotools/
webkit.m4
128
dnl determine the Unicode
backend
129
AC_MSG_CHECKING([which Unicode
backend
to use])
131
AC_HELP_STRING([--with-unicode-
backend
=@<:@icu/glib@:>@],
132
[Select Unicode
backend
(WARNING: the glib-based
backend
is slow, and incomplete) [default=icu]]),
137
*) AC_MSG_ERROR([Invalid Unicode
backend
: must be icu or glib.]) ;;
Completed in 358 milliseconds
1
2
3
4
5
6
7
8
9
10
11