HomeSort by relevance Sort by last modified time
    Searched refs:ea (Results 1 - 25 of 75) sorted by null

1 2 3

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
ethernet.h 105 #define ETHER_FILL_MCAST_ADDR_FROM_IP(ea, mgrp_ip) { \
106 ((uint8 *)ea)[0] = 0x01; \
107 ((uint8 *)ea)[1] = 0x00; \
108 ((uint8 *)ea)[2] = 0x5e; \
109 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
110 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
111 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
136 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)
    [all...]
  /dalvik/tests/etc/
reference-run-test-classes 60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
host-run-test-jar 158 $DEX_VERIFY $DEX_OPTIMIZE $DEX_DEBUG $GC_OPTS "-Xint:${INTERP}" -ea \
  /external/bluetooth/bluedroid/stack/include/
rfcdefs.h 69 #define RFCOMM_PARSE_CTRL_FIELD(ea, cr, dlci, p_data) \
71 ea = *p_data & RFCOMM_EA; \
74 if (!ea) dlci += *p_data++ << RFCOMM_SHIFT_DLCI2; \
77 #define RFCOMM_FORMAT_CTRL_FIELD(p_data, ea, cr, dlci) \
78 *p_data++ = ea | cr | (dlci << RFCOMM_SHIFT_DLCI)
93 #define RFCOMM_PARSE_LEN_FIELD(ea, length, p_data) \
95 ea = (*p_data & RFCOMM_EA); \
97 if (!ea) length += (*p_data++ << RFCOMM_SHIFT_LENGTH2); \
  /external/eigen/test/
geo_eulerangles.cpp 29 Vector3 ea = m.eulerAngles(I,J,K); \
30 VERIFY_IS_APPROX(m, Matrix3(AngleAxisx(ea[0], Vector3::Unit##X()) * AngleAxisx(ea[1], Vector3::Unit##Y()) * AngleAxisx(ea[2], Vector3::Unit##Z()))); \
  /external/webkit/Source/WebCore/platform/graphics/qt/
PathQt.cpp 242 float ea = acos(orth_p1p2.x() / orth_p1p2_length); local
244 ea = 2 * piDouble - ea;
245 if ((sa > ea) && ((sa - ea) < piDouble))
247 if ((sa < ea) && ((ea - sa) > piDouble))
252 addArc(p, radius, sa, ea, anticlockwise);
277 float ea = rad2deg(ear); local
286 if ((!anticlockwise && (ea - sa >= 360)) || (anticlockwise && (sa - ea >= 360)))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 282 extern int ether_isbcast(const void *ea);
283 extern int ether_isnulladdr(const void *ea);
372 extern char *bcm_ether_ntoa(const struct ether_addr *ea, char *buf);
373 extern int bcm_ether_atoe(const char *p, struct ether_addr *ea);
712 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \
713 ((struct ether_addr *) (ea))->octet[1], \
714 ((struct ether_addr *) (ea))->octet[2], \
715 ((struct ether_addr *) (ea))->octet[3], \
716 ((struct ether_addr *) (ea))->octet[4],
    [all...]
  /libcore/luni/src/test/resources/
blob.c 2 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  /device/ti/panda/audio/test/
test-signal 7 aliquip ex ea commodo consequat. Duis aute irure dolor in
  /external/valgrind/main/none/tests/s390x/
troo.stdout.exp 8 the translated values are ff bb dd ab ca bc cc da ea aa
trto.stdout.exp 10 the translated values is cc dd ff cc ab ca bc cc dd ea
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 56 ExceptionsAttribute ea = orig.getExceptionsAttribute(); local
57 if (ea != null)
58 minfo.addAttribute(ea.copy(cp, null));
115 ExceptionsAttribute ea = orig.getExceptionsAttribute(); local
116 if (ea != null)
117 minfo.addAttribute(ea.copy(cp, null));
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp 245 float ea = acos(orth_p1p2.x() / orth_p1p2_length); local
247 ea = 2 * piDouble - ea;
248 if ((sa > ea) && ((sa - ea) < piDouble))
250 if ((sa < ea) && ((ea - sa) > piDouble))
255 addArc(p, radius, sa, ea, anticlockwise);
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidBufferedInputStreamTest.java 37 ByteArrayInputStream ea = new ByteArrayInputStream(str.getBytes()); local
72 BufferedInputStream e = new BufferedInputStream(ea, 11);
OldAndroidLineNumberReaderTest.java 38 StringReader ea = new StringReader(str); local
72 LineNumberReader e = new LineNumberReader(ea);
  /packages/inputmethods/LatinIME/tools/dicttool/etc/
dicttool_aosp 62 exec java -ea -jar "$jarpath" "$@"
  /packages/inputmethods/LatinIME/tools/maketext/etc/
maketext 63 exec java -ea -jar "$jarpath" "$@"
  /external/valgrind/main/exp-sgcheck/
sg_main.c 893 /* Generate a piece of text showing 'ea' is relative to 'invar', if
900 Invar* inv, Addr ea )
928 if (ea < block) {
929 *absDelta = block - ea;
932 else if (ea >= block + szB) {
933 *absDelta = ea - (block + szB);
938 VG_(sprintf)(buf, "%'lu inside", ea - block);
1479 UWord ea = w1 + w2; local
1497 Addr ea = calculate_StackBlock_EA( blk, sp, fp ); local
    [all...]
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_ts_frames.c 431 *p_data++ = rfc_cb.rfc.rx_frame.ea |
586 RFCOMM_TRACE_ERROR0 ("Bad Address(EA must be 1)");
702 UINT8 ea, cr, mx_len; local
705 p_rx_frame->ea = *p_data & RFCOMM_EA;
709 if (!p_rx_frame->ea || !length)
711 RFCOMM_TRACE_ERROR2 ("Illegal MX Frame ea:%d len:%d", p_rx_frame->ea, length);
720 ea = *p_data & RFCOMM_EA;
725 if (!ea)
804 ea = *p_data & RFCOMM_EA
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h 65 typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 65 typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 65 typedef void (*pa_io_event_cb_t)(pa_mainloop_api*ea, pa_io_event* e, int fd, pa_io_event_flags_t events, void *userdata);
  /external/javassist/src/main/javassist/expr/
Expr.java 154 ExceptionsAttribute ea = thisMethod.getExceptionsAttribute(); local
155 if (ea != null) {
156 String[] exceptions = ea.getExceptions();
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise)
222 if (isfinite(sa) && isfinite(ea))
223 CGPathAddArc(m_path, 0, p.x(), p.y(), r, sa, ea, clockwise);
  /external/valgrind/main/cachegrind/
cg_main.c 452 having the same size and EA can be merged).
499 IRAtom* ea; member in struct:__anon16604::__anon16605::__anon16607
503 IRAtom* ea; member in struct:__anon16604::__anon16605::__anon16608
507 IRAtom* ea; member in struct:__anon16604::__anon16605::__anon16609
526 case Ev_Dr: return ev->Ev.Dr.ea;
527 case Ev_Dw: return ev->Ev.Dw.ea;
528 case Ev_Dm: return ev->Ev.Dm.ea;
617 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
618 ppIRExpr(ev->Ev.Dr.ea);
622 VG_(printf)("Dw %p %d EA=", ev->inode, ev->Ev.Dw.szB)
    [all...]

Completed in 1812 milliseconds

1 2 3