Searched refs:an (Results 51 - 75 of 710) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.h66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
77 int (*create_receive_sa)(void *ctx, u32 channel, u8 an, u32 lowest_pn,
79 int (*enable_receive_sa)(void *ctx, u32 channel, u8 an);
80 int (*disable_receive_sa)(void *ctx, u32 channel, u8 an);
86 int (*create_transmit_sa)(void *ctx, u32 channel, u8 an, u32 next_pn,
88 int (*enable_transmit_sa)(void *ctx, u32 channel, u8 an);
89 int (*disable_transmit_sa)(void *ctx, u32 channel, u8 an);
H A Dieee802_1x_secy_ops.c136 rxsa->an,
160 txsa->an,
184 txsa->an,
266 return ops->create_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an,
289 return ops->enable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
311 return ops->disable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
395 return ops->create_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an,
420 return ops->enable_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an);
443 return ops->disable_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an);
/external/libvorbis/doc/
H A Da2-encapsulation-rtp.tex9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/external/libvpx/
H A Dconfig.arm.mk17 # vpx_config.c is an auto-generated file in $(libvpx_target).
H A Dconfig.mips.mk19 # vpx_config.c is an auto-generated file in $(libvpx_target).
H A Dconfig.x86.mk11 # vpx_config.c is an auto-generated file in $(libvpx_target).
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
/external/qemu-pc-bios/bochs/bios/
H A Dnotes29 > Drive then generates an interrupt to the system.
31 > drive executes an implied seek to desired track and
35 the busy bit to 0, and generates an interrupt.
42 and generates an interrupt. When the system has tranferred the last sector,
/external/stlport/stlport/
H A Dslist31 # error The slist class is an STLport extension.
/external/svox/pico/
H A DAndroid.mk2 # This makefile builds both an activity and a shared library.
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp3 Try order 2 -> 1. This gives an error.
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf_s.S28 # because Vex does an emulation-warning check on the popfl,
29 # an error should be reported for the popfl
/external/chromium_org/third_party/mesa/src/docs/
H A DWL_bind_wayland_display.spec36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
40 provides a new target for eglCreateImageKHR, to create an EGLImage
43 Adding an implementation specific wayland interface, allows the
45 needed for buffer sharing in an EGL wayland platform.
82 To bind a server side wl_display to an EGLDisplay, call
87 To unbind a server side wl_display from an EGLDisplay, call
104 not an EGL wl_buffer (wl_shm and other wayland extensions can
149 context. If no attributes are given, an EGLImage will be created
153 as defined by the buffer format. Writing to an EGLImage created
167 Add EGL_WAYLAND_PLANE_WL attribute to allow creating an EGLImag
[all...]
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec36 wl_display of a Wayland compositor to an EGLDisplay. Binding a
40 provides a new target for eglCreateImageKHR, to create an EGLImage
43 Adding an implementation specific wayland interface, allows the
45 needed for buffer sharing in an EGL wayland platform.
82 To bind a server side wl_display to an EGLDisplay, call
87 To unbind a server side wl_display from an EGLDisplay, call
104 not an EGL wl_buffer (wl_shm and other wayland extensions can
149 context. If no attributes are given, an EGLImage will be created
153 as defined by the buffer format. Writing to an EGLImage created
167 Add EGL_WAYLAND_PLANE_WL attribute to allow creating an EGLImag
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd15 # the error on failure. Most functions also return an error
17 # pointer, or -1 if they return an integer (exception: the
26 # not prepared to handle the error. If returning due to an error,
27 # it is important to indicate to the caller that an error has been
52 # could easily fail since the exception may be an instance instead
58 # exc)". This should only be called when an exception is actually
65 # is an instance of a subclass. If exc is a tuple, all exceptions
72 # is a class object but *val is not an instance of the same
96 # be a class. Do not pass an invalid exception type or
110 # not increment its reference count. The second argument is an
[all...]
H A Dpycapsule.pxd10 # This subtype of PyObject represents an opaque value, useful for
11 # C extension modules who need to pass an opaque value (as a void*
36 # On failure, set an exception and return NULL.
46 # If this capsule will be stored as an attribute of a module, the
53 # Retrieve the pointer stored in the capsule. On failure, set an
64 # set an exception and return NULL.
73 # an exception and return NULL.
82 # set an exception and return NULL.
108 # Return 0 on success. Return nonzero and set an exception on
115 # Return 0 on success. Return nonzero and set an exceptio
[all...]
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_secy_ops.c136 rxsa->an,
160 txsa->an,
184 txsa->an,
266 return ops->create_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an,
289 return ops->enable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
311 return ops->disable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
395 return ops->create_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an,
420 return ops->enable_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an);
443 return ops->disable_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_secy_ops.c136 rxsa->an,
160 txsa->an,
184 txsa->an,
266 return ops->create_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an,
289 return ops->enable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
311 return ops->disable_receive_sa(ops->ctx, rxsa->sc->channel, rxsa->an);
395 return ops->create_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an,
420 return ops->enable_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an);
443 return ops->disable_transmit_sa(ops->ctx, txsa->sc->channel, txsa->an);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DAnnotationNode.java38 * A node that represents an annotationn.
54 * {@link Double}, {@link String} or {@link org.mockito.asm.Type}, or an
72 * Constructs a new {@link AnnotationNode} to visit an array value.
145 * @param av an annotation visitor. Maybe <tt>null</tt>.
163 * @param av an annotation visitor. Maybe <tt>null</tt>.
177 AnnotationNode an = (AnnotationNode) value;
178 an.accept(av.visitAnnotation(name, an.desc));
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_macsec_qca.c516 static int macsec_qca_get_receive_lowest_pn(void *priv, u32 channel, u8 an, argument
525 ret += nss_macsec_secy_rx_sa_next_pn_get(drv->secy_id, channel, an,
543 static int macsec_qca_get_transmit_next_pn(void *priv, u32 channel, u8 an, argument
549 ret += nss_macsec_secy_tx_sa_next_pn_get(drv->secy_id, channel, an,
558 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn) argument
563 ret += nss_macsec_secy_tx_sa_next_pn_set(drv->secy_id, channel, an,
665 static int macsec_qca_create_receive_sa(void *priv, u32 channel, u8 an, argument
673 wpa_printf(MSG_DEBUG, "%s, channel=%d, an=%d, lpn=0x%x",
674 __func__, channel, an, lowest_pn);
680 ret += nss_macsec_secy_rx_sa_create(drv->secy_id, channel, an);
687 macsec_qca_enable_receive_sa(void *priv, u32 channel, u8 an) argument
700 macsec_qca_disable_receive_sa(void *priv, u32 channel, u8 an) argument
792 macsec_qca_create_transmit_sa(void *priv, u32 channel, u8 an, u32 next_pn, Boolean confidentiality, const u8 *sak) argument
831 macsec_qca_enable_transmit_sa(void *priv, u32 channel, u8 an) argument
844 macsec_qca_disable_transmit_sa(void *priv, u32 channel, u8 an) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_qca.c516 static int macsec_qca_get_receive_lowest_pn(void *priv, u32 channel, u8 an, argument
525 ret += nss_macsec_secy_rx_sa_next_pn_get(drv->secy_id, channel, an,
543 static int macsec_qca_get_transmit_next_pn(void *priv, u32 channel, u8 an, argument
549 ret += nss_macsec_secy_tx_sa_next_pn_get(drv->secy_id, channel, an,
558 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn) argument
563 ret += nss_macsec_secy_tx_sa_next_pn_set(drv->secy_id, channel, an,
665 static int macsec_qca_create_receive_sa(void *priv, u32 channel, u8 an, argument
673 wpa_printf(MSG_DEBUG, "%s, channel=%d, an=%d, lpn=0x%x",
674 __func__, channel, an, lowest_pn);
680 ret += nss_macsec_secy_rx_sa_create(drv->secy_id, channel, an);
687 macsec_qca_enable_receive_sa(void *priv, u32 channel, u8 an) argument
700 macsec_qca_disable_receive_sa(void *priv, u32 channel, u8 an) argument
792 macsec_qca_create_transmit_sa(void *priv, u32 channel, u8 an, u32 next_pn, Boolean confidentiality, const u8 *sak) argument
831 macsec_qca_enable_transmit_sa(void *priv, u32 channel, u8 an) argument
844 macsec_qca_disable_transmit_sa(void *priv, u32 channel, u8 an) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_macsec_qca.c516 static int macsec_qca_get_receive_lowest_pn(void *priv, u32 channel, u8 an, argument
525 ret += nss_macsec_secy_rx_sa_next_pn_get(drv->secy_id, channel, an,
543 static int macsec_qca_get_transmit_next_pn(void *priv, u32 channel, u8 an, argument
549 ret += nss_macsec_secy_tx_sa_next_pn_get(drv->secy_id, channel, an,
558 int macsec_qca_set_transmit_next_pn(void *priv, u32 channel, u8 an, u32 next_pn) argument
563 ret += nss_macsec_secy_tx_sa_next_pn_set(drv->secy_id, channel, an,
665 static int macsec_qca_create_receive_sa(void *priv, u32 channel, u8 an, argument
673 wpa_printf(MSG_DEBUG, "%s, channel=%d, an=%d, lpn=0x%x",
674 __func__, channel, an, lowest_pn);
680 ret += nss_macsec_secy_rx_sa_create(drv->secy_id, channel, an);
687 macsec_qca_enable_receive_sa(void *priv, u32 channel, u8 an) argument
700 macsec_qca_disable_receive_sa(void *priv, u32 channel, u8 an) argument
792 macsec_qca_create_transmit_sa(void *priv, u32 channel, u8 an, u32 next_pn, Boolean confidentiality, const u8 *sak) argument
831 macsec_qca_enable_transmit_sa(void *priv, u32 channel, u8 an) argument
844 macsec_qca_disable_transmit_sa(void *priv, u32 channel, u8 an) argument
[all...]
/external/chromium_org/android_webview/
H A Dwebview_pak.mk26 # This module is used to copy the .pak files to an intermediates folder so that
27 # they can be picked up by AAPT and included in an .apk.

Completed in 451 milliseconds

1234567891011>>