HomeSort by relevance Sort by last modified time
    Searched refs:ie (Results 226 - 250 of 284) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vpx_ports/
x86_abi_support.asm 124 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
  /external/llvm/lib/Analysis/
RegionInfo.cpp 63 ie = BBNodeMap.end(); it != ie; ++it)
455 IE = BBNodeMap.end(); I != IE; ++I)
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 393 for (BasicBlock::iterator I = BB->begin(), IE = BB->end(); I != IE; ++I) {
539 for (int i = 0, ie = Succs.size() * Preds.size(); i != ie; ++i)
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 369 for (unsigned i = 0, ie = Super.Orders.size(); i != ie; ++i)
  /external/v8/test/mjsunit/
cyrillic.js 54 // Epsilon acute is between ALPHA-OMEGA and alpha-omega, ie it
  /external/wpa_supplicant_8/wpa_supplicant/
ap.c 304 static int ap_probe_req_rx(void *ctx, const u8 *addr, const u8 *ie,
309 return wpas_p2p_probe_req_rx(wpa_s, addr, ie, ie_len);
p2p_supplicant.c 355 " did not include P2P IE", MAC2STR(bssid));
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 342 } catch (java.lang.ExceptionInInitializerError ie) {
923 } catch (java.lang.ExceptionInInitializerError ie) {
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 401 wpa_printf(MSG_ERROR, "Could not generate WPA IE.");
497 wpa_printf(MSG_ERROR, "Could not generate WPA IE.");
653 struct wpa_ie_data ie; local
656 if (wpa_parse_wpa_ie_rsn(kde->rsn_ie, kde->rsn_ie_len, &ie) < 0 ||
657 ie.num_pmkid != 1 || ie.pmkid == NULL) {
663 os_memcpy(sm->sup_pmk_r1_name, ie.pmkid, PMKID_LEN);
888 "WPA IE from (Re)AssocReq did not "
891 wpa_hexdump(MSG_DEBUG, "WPA IE in AssocReq",
894 wpa_hexdump(MSG_DEBUG, "WPA IE in msg 2/4"
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java 463 } catch (InterruptedException ie) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 153 } catch (InterruptedException ie) {
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 662 ie = FI.arg_end(); it != ie; ++it) {
806 ie = FI.arg_end(); it != ie; ++it) {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 743 for (DeclGroupRef::iterator it = D.begin(), ie = D.end(); it != ie; ++it) {
796 for (DeclGroupRef::iterator it = D.begin(), ie = D.end(); it != ie; ++it) {
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 140 @ version from uname, ie "2.6.20"
  /external/wpa_supplicant/
driver_wext.c 475 wpa_hexdump(MSG_DEBUG, "AssocReq IE wireless event", (const u8 *) ev,
496 wpa_hexdump(MSG_DEBUG, "AssocResp IE wireless event", (const u8 *) ev,
1438 u8 ie = gpos[0], ielen = gpos[1] + 2; local
    [all...]
ctrl_iface.c 472 const u8 *ie, size_t ie_len)
482 if (wpa_parse_wpa_ie(ie, ie_len, &data) < 0) {
    [all...]
driver_ndis.c 737 static void wpa_driver_ndis_get_ies(struct wpa_scan_result *res, u8 *ie,
740 u8 *pos = ie;
741 u8 *end = ie + ie_len;
823 "result IE (BSSID=" MACSTR ") IELength=%d",
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 203 ie = OptionsMap.end(); it != ie; ++it) {
    [all...]
  /external/oprofile/events/mips/24K/
events 35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
53 # Count number of cycles (most often ``stall cycles'', ie time lost), not just number of events.
117 # Count number of cycles (most often ``stall cycles'', ie time lost), not just number of events.
  /external/oprofile/events/mips/34K/
events 35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
57 # Count number of cycles (most often ``stall cycles'', ie time lost), not just number of events.
128 # Count number of cycles (most often ``stall cycles'', ie time lost), not just number of events.
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp 816 for (int i = 0, ie = JT.size(); i != ie; i++) {
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /external/chromium/third_party/libjingle/source/talk/
main.scons 439 # Build the following, which excludes unit test output (ie running them)
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]

Completed in 2598 milliseconds

1 2 3 4 5 6 7 8 91011>>