/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | PathQt.cpp | 242 float ea = acos(orth_p1p2.x() / orth_p1p2_length); in addArcTo() local 244 ea = 2 * piDouble - ea; in addArcTo() 245 if ((sa > ea) && ((sa - ea) < piDouble)) in addArcTo() 247 if ((sa < ea) && ((ea - sa) > piDouble)) in addArcTo() 252 addArc(p, radius, sa, ea, anticlockwise); in addArcTo() 277 float ea = rad2deg(ear); in addArc() local 286 if ((!anticlockwise && (ea - sa >= 360)) || (anticlockwise && (sa - ea >= 360))) { in addArc() 295 if (!anticlockwise && (ea < sa)) in addArc() 297 else if (anticlockwise && (sa < ea)) in addArc() 302 if (!(qFuzzyCompare(span + (ea - sa) + 1, 1.0) in addArc() [all …]
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 206 uint8_t ea:1; member 213 uint8_t ea:1; member 219 uint8_t ea:1; member 250 uint8_t ea:1; member 279 uint8_t ea:1; member 289 uint8_t ea:1; member 355 uint8_t ea:1; member 360 uint8_t ea:1; member 366 uint8_t ea:1; member 397 uint8_t ea:1; member [all …]
|
/external/wpa_supplicant/ |
D | driver_broadcom.c | 73 struct ether_addr ea; member 133 struct ether_addr ea; in wpa_driver_broadcom_set_wpa() local 135 os_memset(&ea, enable ? 0xff : 0, sizeof(ea)); in wpa_driver_broadcom_set_wpa() 155 broadcom_ioctl(drv, 122, &ea, sizeof(ea)); in wpa_driver_broadcom_set_wpa() 213 os_memcpy(&wkt.ea, addr, sizeof(wkt.ea)); in wpa_driver_broadcom_set_key() 217 broadcom_ioctl(drv, 121, &wkt.ea, sizeof(wkt.ea)); in wpa_driver_broadcom_set_key() 504 os_memcpy(&wdt.ea, addr, sizeof wdt.ea); in wpa_driver_broadcom_deauthenticate()
|
D | driver_bsd.c | 227 struct ether_addr ea; in wpa_driver_bsd_del_key() local 229 os_memcpy(&ea, addr, IEEE80211_ADDR_LEN); in wpa_driver_bsd_del_key() 231 __func__, ether_ntoa(&ea), key_idx); in wpa_driver_bsd_del_key() 249 struct ether_addr ea; in wpa_driver_bsd_set_key() local 275 os_memcpy(&ea, addr, IEEE80211_ADDR_LEN); in wpa_driver_bsd_set_key() 278 __func__, alg_name, ether_ntoa(&ea), key_idx, set_tx, in wpa_driver_bsd_set_key()
|
D | l2_packet_freebsd.c | 161 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() 186 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen); in eth_get()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_broadcom.c | 78 struct ether_addr ea; member 138 struct ether_addr ea; in wpa_driver_broadcom_set_wpa() local 140 os_memset(&ea, enable ? 0xff : 0, sizeof(ea)); in wpa_driver_broadcom_set_wpa() 160 broadcom_ioctl(drv, 122, &ea, sizeof(ea)); in wpa_driver_broadcom_set_wpa() 218 os_memcpy(&wkt.ea, addr, sizeof(wkt.ea)); in wpa_driver_broadcom_set_key() 222 broadcom_ioctl(drv, 121, &wkt.ea, sizeof(wkt.ea)); in wpa_driver_broadcom_set_key() 509 os_memcpy(&wdt.ea, addr, sizeof wdt.ea); in wpa_driver_broadcom_deauthenticate()
|
D | driver_bsd.c | 231 struct ether_addr ea; in wpa_driver_bsd_del_key() local 233 os_memcpy(&ea, addr, IEEE80211_ADDR_LEN); in wpa_driver_bsd_del_key() 235 __func__, ether_ntoa(&ea), key_idx); in wpa_driver_bsd_del_key() 253 struct ether_addr ea; in wpa_driver_bsd_set_key() local 279 os_memcpy(&ea, addr, IEEE80211_ADDR_LEN); in wpa_driver_bsd_set_key() 282 __func__, alg_name, ether_ntoa(&ea), key_idx, set_tx, in wpa_driver_bsd_set_key()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_broadcom.c | 78 struct ether_addr ea; member 138 struct ether_addr ea; in wpa_driver_broadcom_set_wpa() local 140 os_memset(&ea, enable ? 0xff : 0, sizeof(ea)); in wpa_driver_broadcom_set_wpa() 160 broadcom_ioctl(drv, 122, &ea, sizeof(ea)); in wpa_driver_broadcom_set_wpa() 219 os_memcpy(&wkt.ea, addr, sizeof(wkt.ea)); in wpa_driver_broadcom_set_key() 223 broadcom_ioctl(drv, 121, &wkt.ea, sizeof(wkt.ea)); in wpa_driver_broadcom_set_key() 502 os_memcpy(&wdt.ea, addr, sizeof wdt.ea); in wpa_driver_broadcom_deauthenticate()
|
/external/javassist/src/main/javassist/compiler/ |
D | AccessorMaker.java | 56 ExceptionsAttribute ea = orig.getExceptionsAttribute(); in getConstructor() local 57 if (ea != null) in getConstructor() 58 minfo.addAttribute(ea.copy(cp, null)); in getConstructor() 115 ExceptionsAttribute ea = orig.getExceptionsAttribute(); in getMethodAccessor() local 116 if (ea != null) in getMethodAccessor() 117 minfo.addAttribute(ea.copy(cp, null)); in getMethodAccessor()
|
/external/valgrind/main/exp-ptrcheck/ |
D | sg_main.c | 1426 UWord ea = w1 + w2; in calculate_StackBlock_EA() local 1427 return ea; in calculate_StackBlock_EA() 1444 Addr ea = calculate_StackBlock_EA( blk, sp, fp ); in calculate_StackBlock_EAs() local 1445 VG_(addToXA)( res, &ea ); in calculate_StackBlock_EAs() 1457 Addr ea, Addr sp, Addr fp, in classify_address() argument 1470 if (bea <= ea && ea + szB <= bea + descr->szB) { in classify_address() 1491 cache->elems[i].szB, ea, szB)) { in classify_address() 1509 { StackTreeNode* nd = find_StackTreeNode( siTrees[tid], ea ); in classify_address() 1513 if (nd && !is_subinterval_of(nd->addr, nd->szB, ea, szB)) { in classify_address() 1525 { GlobalTreeNode* nd = find_GlobalTreeNode(giTree, ea); in classify_address() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | PathCairo.cpp | 245 float ea = acos(orth_p1p2.x() / orth_p1p2_length); in addArcTo() local 247 ea = 2 * piDouble - ea; in addArcTo() 248 if ((sa > ea) && ((sa - ea) < piDouble)) in addArcTo() 250 if ((sa < ea) && ((ea - sa) > piDouble)) in addArcTo() 255 addArc(p, radius, sa, ea, anticlockwise); in addArcTo()
|
/external/valgrind/main/callgrind/ |
D | main.c | 247 IRAtom* ea; member 251 IRAtom* ea; member 255 IRAtom* ea; member 276 case Ev_Dr: return ev->Ev.Dr.ea; in get_Event_dea() 277 case Ev_Dw: return ev->Ev.Dw.ea; in get_Event_dea() 278 case Ev_Dm: return ev->Ev.Dm.ea; in get_Event_dea() 334 ppIRExpr(ev->Ev.Dr.ea); in showEvent() 340 ppIRExpr(ev->Ev.Dw.ea); in showEvent() 346 ppIRExpr(ev->Ev.Dm.ea); in showEvent() 611 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() argument [all …]
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 493 IRAtom* ea; member 497 IRAtom* ea; member 501 IRAtom* ea; member 520 case Ev_Dr: return ev->Ev.Dr.ea; in get_Event_dea() 521 case Ev_Dw: return ev->Ev.Dw.ea; in get_Event_dea() 522 case Ev_Dm: return ev->Ev.Dm.ea; in get_Event_dea() 612 ppIRExpr(ev->Ev.Dr.ea); in showEvent() 617 ppIRExpr(ev->Ev.Dw.ea); in showEvent() 622 ppIRExpr(ev->Ev.Dm.ea); in showEvent() 845 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() argument [all …]
|
/external/javassist/src/main/javassist/ |
D | CtBehavior.java | 329 ExceptionsAttribute ea = methodInfo.getExceptionsAttribute(); in getExceptionTypes() local 330 if (ea == null) in getExceptionTypes() 333 exceptions = ea.getExceptions(); in getExceptionTypes() 352 ExceptionsAttribute ea = methodInfo.getExceptionsAttribute(); in setExceptionTypes() local 353 if (ea == null) { in setExceptionTypes() 354 ea = new ExceptionsAttribute(methodInfo.getConstPool()); in setExceptionTypes() 355 methodInfo.setExceptionsAttribute(ea); in setExceptionTypes() 358 ea.setExceptions(names); in setExceptionTypes()
|
/external/icu4c/data/translit/ |
D | ro_FONIPA_ja.txt | 118 tʃea → チャ ; 151 ʒea → ジャ ;
|
D | sk_FONIPA_ja.txt | 143 tʃea → チャ ; 183 ʒea → ジャ ;
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Yuri-Footnotes.text | 3 veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea 27 laboris nisi ut aliquip ex ea commodo consequat.
|
D | Yuri-Attributes.text | 9 nisi ut aliquip ex ea commodo consequat.{@class=first_item}
|
/external/e2fsprogs/tests/f_valid_ea_in_inode/ |
D | name | 1 valid ea-in-inode examplars
|
/external/javassist/src/main/javassist/expr/ |
D | Expr.java | 154 ExceptionsAttribute ea = thisMethod.getExceptionsAttribute(); in mayThrow() local 155 if (ea != null) { in mayThrow() 156 String[] exceptions = ea.getExceptions(); in mayThrow()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 219 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool clockwise) in addArc() argument 222 if (isfinite(sa) && isfinite(ea)) in addArc() 223 CGPathAddArc(m_path, 0, p.x(), p.y(), r, sa, ea, clockwise); in addArc()
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_freebsd.c | 170 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() 193 os_memcpy(ea, physaddr, ETH_ALEN); in eth_get() 219 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen); in eth_get()
|
/external/javassist/src/main/javassist/bytecode/ |
D | MethodInfo.java | 172 ExceptionsAttribute ea = getExceptionsAttribute(); in prune() local 173 if (ea != null) in prune() 174 newAttributes.add(ea); in prune()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 130 void Path::addArc(const FloatPoint& p, float r, float sa, float ea, bool anticlockwise) { in addArc() argument 139 float sweep = ea - sa; in addArc()
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
D | l2_packet_freebsd.c | 164 static int eth_get(const char *device, u8 ea[ETH_ALEN]) in eth_get() 189 os_memcpy(ea, LLADDR(sdl), sdl->sdl_alen); in eth_get()
|