OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
26 - 50
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/wpa_supplicant/
ctrl_iface.h
58
/* Functions that each ctrl_iface
backend
must implement */
68
* Required to be implemented in each control interface
backend
.
80
* Required to be implemented in each control interface
backend
.
93
* Required to be implemented in each control interface
backend
.
105
* Required to be implemented in each control interface
backend
.
117
* Required to be implemented in each control interface
backend
.
/external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h
58
/* Functions that each ctrl_iface
backend
must implement */
68
* Required to be implemented in each control interface
backend
.
80
* Required to be implemented in each control interface
backend
.
93
* Required to be implemented in each control interface
backend
.
105
* Required to be implemented in each control interface
backend
.
117
* Required to be implemented in each control interface
backend
.
/external/qemu/android/utils/
debug.h
28
_VERBOSE_TAG(audioin, "audio input
backend
") \
29
_VERBOSE_TAG(audioout, "audio output
backend
") \
/frameworks/base/awt/javax/imageio/
ImageIO.java
703
* The
backend
.
705
private Iterator<ImageWriterSpi>
backend
;
field in class:ImageIO.SpiIteratorToWritersIteratorWrapper
710
* @param
backend
711
* the
backend
.
713
public SpiIteratorToWritersIteratorWrapper(Iterator<ImageWriterSpi>
backend
) {
714
this.
backend
=
backend
;
724
return
backend
.next().createWriterInstance();
737
return
backend
.hasNext();
755
* The
backend
757
private Iterator<ImageReaderSpi>
backend
;
field in class:ImageIO.SpiIteratorToReadersIteratorWrapper
[
all
...]
/external/bluetooth/bluez/cups/
cups.h
24
enum { /****
Backend
exit codes ****/
/external/bluetooth/glib/gio/tests/
live-g-file.txt
26
- locatest:// gvfs
backend
(localtest:///tmp/...)
/external/elfutils/libebl/
alpha_init.c
1
/* Initialization of Alpha specific
backend
library.
arm_init.c
1
/* Initialization of Arm specific
backend
library.
eblclosebackend.c
1
/* Free ELF
backend
handle.
i386_init.c
1
/* Initialization of i386 specific
backend
library.
ia64_init.c
1
/* Initialization of IA-64 specific
backend
library.
mips_init.c
1
/* Initialization of MIPS specific
backend
library.
ppc64_init.c
1
/* Initialization of PPC64 specific
backend
library.
ppc_init.c
1
/* Initialization of PPC specific
backend
library.
sh_init.c
1
/* Initialization of SH specific
backend
library.
sparc_init.c
1
/* Initialization of SPARC specific
backend
library.
x86_64_init.c
1
/* Initialization of x86-64 specific
backend
library.
libebl.h
25
/*
Backend
handle. */
100
/* Destructor for ELF
backend
handle. */
108
/* Get
backend
handle for object associated with ELF handle. */
115
/* Free resources allocated for
backend
handle. */
122
/* Return
backend
name. */
alpha_symbol.c
25
/* Return of the
backend
. */
/external/netcat/scripts/
web
17
## but it saves a lot of typing now. And with netcat as its
backend
, it's
40
BACKEND
="nc -v -w 15"
120
# below to (echo GET "$spec" ; echo '') | $
BACKEND
...
122
echo GET "${spec}" | $
BACKEND
$host $port > ${TMPAGE}
/frameworks/base/core/java/com/android/internal/os/
IDropBoxManagerService.aidl
23
* "
Backend
" interface used by {@link android.os.DropBoxManager} to talk to the
/external/qemu/docs/
AUDIO.TXT
10
HWVoiceOut: models an audio output (
backend
) on the host.
11
HWVoiceIn: models an audio input (
backend
) on the host.
62
- A 'run_out' method that is called each time to tell the output
backend
to
72
a
backend
to use a platform-specific function to do the same thing if available.
137
backend
-specific sound buffers
/frameworks/base/awt/javax/imageio/spi/
ServiceRegistry.java
484
* The
backend
.
486
private Iterator<E>
backend
;
field in class:ServiceRegistry.FilteredIterator
498
* @param
backend
499
* the
backend
.
501
public FilteredIterator(Filter filter, Iterator<E>
backend
) {
503
this.
backend
=
backend
;
543
while (
backend
.hasNext()) {
544
E o =
backend
.next();
/external/freetype/include/freetype/
ftadvanc.h
110
/* if the corresponding font
backend
doesn't have a quick way to */
157
/* if the corresponding font
backend
doesn't have a quick way to */
/external/tremolo/Tremolo/
codec_internal.h
77
/* Floor
backend
generic *****************************************/
129
/* Residue
backend
generic *****************************************/
159
/* Mapping
backend
generic *****************************************/
Completed in 263 milliseconds
1
2
3
4
5
6
7
8
9
10
11