HomeSort by relevance Sort by last modified time
    Searched refs:ie (Results 101 - 125 of 155) sorted by null

1 2 3 45 6 7

  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 717 catch (IllegalArgumentException ie)
722 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },ie);
940 catch (IllegalArgumentException ie)
943 handleError(handler,XSLTErrorResources.INVALID_QNAME, new Object[] {name, value},ie);
    [all...]
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 204 } catch (InterruptedException ie) {
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 390 } catch (InterruptedException ie) {
538 } catch (InterruptedException ie) {
  /external/clearsilver/cs/
test_joo.cs 2 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 676 * @wps_data: WPS IE contents
678 * This function is called on an AP when a Probe Request with WPS IE is
695 wpa_printf(MSG_DEBUG, "WPS: Unsupported ProbeReq WPS IE "
713 wpa_printf(MSG_DEBUG, "WPS: Invalid Probe Request WPS IE: No "
771 /* Encapsulate WPS IE data with one (or more, if needed) IE headers */
774 struct wpabuf *ie; local
777 ie = wpabuf_alloc(wpabuf_len(data) + 100);
778 if (ie == NULL) {
790 wpabuf_put_u8(ie, WLAN_EID_VENDOR_SPECIFIC)
    [all...]
  /frameworks/base/core/java/android/os/
Debug.java 220 catch (InterruptedException ie) {}
245 catch (InterruptedException ie) {}
    [all...]
  /bionic/libc/kernel/arch-arm/asm/arch/
dma.h 315 int ie; member in struct:omap_dma_channel_params
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
dma.h 315 int ie; member in struct:omap_dma_channel_params
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransactionStack.java     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h 39 * @wpa_ie: WPA IE
41 * @rsn_ie: RSN IE
42 * @rsn_ie_len: length of the RSN IE
50 * @mdie: Mobility domain identifier IE (IEEE 802.11r MDIE) (starting from
51 * IE type field)
94 * @ie_len: length of the following IE field in octets
100 * If the driver does not support reporting all IEs, the IE data structure is
102 * include SSID in IE format. All drivers are encouraged to be extended to
173 * of this WPA IE is optional. If the driver generates the WPA
174 * IE, it can use pairwise_suite, group_suite, an
    [all...]
driver_nl80211.c 563 wpa_hexdump(MSG_DEBUG, "AssocReq IE wireless event", (const u8 *) ev,
584 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
1706 const u8 *ie; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 247 } catch(Exception ie) {
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
CyclicBarrierTest.java 271 catch (InterruptedException ie) {
JSR166TestCase.java 334 } catch (InterruptedException ie) {
LinkedListTest.java 104 } catch (NullPointerException ie) {
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/arch/
dma.h 315 int ie; member in struct:omap_dma_channel_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/arch/
dma.h 315 int ie; member in struct:omap_dma_channel_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/arch/
dma.h 315 int ie; member in struct:omap_dma_channel_params
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/arch/
dma.h 315 int ie; member in struct:omap_dma_channel_params
  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 253 u32 ie; member in struct:omap_hsmmc_regs
312 hsmmc_ctx.ie = OMAP_HSMMC_READ(IE);
316 OMAP_HSMMC_WRITE(IE, 0);
327 OMAP_HSMMC_WRITE(IE, hsmmc_ctx.ie);
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 238 u32 ie; member in struct:omap_hsmmc_regs
299 hsmmc_ctx.ie = OMAP_HSMMC_READ(IE);
303 OMAP_HSMMC_WRITE(IE, 0);
314 OMAP_HSMMC_WRITE(IE, hsmmc_ctx.ie);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 276 } catch (java.lang.ExceptionInInitializerError ie) {
382 } catch (java.lang.ExceptionInInitializerError ie) {
    [all...]
  /external/kernel-headers/original/asm-arm/arch/
dma.h 361 int ie; /* interrupt enabled */ member in struct:omap_dma_channel_params
  /external/v8/src/
regexp.js 364 // boolean false (ie, the value after coercion), while in V8 it is the value
365 // null (ie, the value before coercion).
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 67 u8 *ie; member in struct:ieee80211_sta_bss
753 wpa_printf(MSG_DEBUG, "MLME: no challenge IE in shared key "
    [all...]

Completed in 1336 milliseconds

1 2 3 45 6 7