/external/libpcap/ |
D | FILES | 47 lbl/os-aix4.h 48 lbl/os-hpux11.h 49 lbl/os-osf4.h 50 lbl/os-osf5.h 51 lbl/os-solaris2.h 52 lbl/os-sunos4.h 53 lbl/os-ultrix4.h
|
D | README | 20 Network Research Group <libpcap@ee.lbl.gov> 21 ftp://ftp.ee.lbl.gov/libpcap.tar.Z (0.4) 46 ftp://ftp.ee.lbl.gov/papers/bpf-usenix93.ps.Z
|
D | INSTALL.txt | 44 ftp://ftp.ee.lbl.gov/flex-*.tar.Z 68 ftp://ftp.ee.lbl.gov/bpf-*.tar.Z 341 lbl/os-*.h - OS-dependent defines and prototypes
|
D | aclocal.m4 | 726 name="lbl/os-$os.h"
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_rc.c | 123 UINT8 lbl; member 399 btif_rc_cb.rc_vol_label=p_transaction->lbl; in handle_rc_features() 1297 __FUNCTION__,p_transaction->lbl); in set_volume() 1298 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_CTRL, p_msg); in set_volume() 1333 static void register_volumechange (UINT8 lbl) in register_volumechange() argument 1342 BTIF_TRACE_DEBUG2("%s called with label:%d",__FUNCTION__,lbl); in register_volumechange() 1352 p_transaction=get_transaction_by_lbl(lbl); in register_volumechange() 1355 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_NOTIF, p_msg); in register_volumechange() 1362 BTIF_TRACE_ERROR2("%s transaction not obtained with label: %d",__FUNCTION__,lbl); in register_volumechange() 1507 static void initialize_transaction(int lbl) in initialize_transaction() argument [all …]
|
/external/bluetooth/bluedroid/stack/avdt/ |
D | avdt_defs.h | 145 #define AVDT_MSG_PRS_HDR(p, lbl, pkt, msg) \ argument 146 lbl = *(p) >> 4; \ 180 #define AVDT_MSG_BLD_HDR(p, lbl, pkt, msg) \ argument 181 *(p)++ = (UINT8) ((lbl) << 4) | ((pkt) << 2) | (msg);
|
/external/clang/test/CodeGen/ |
D | statements.c | 29 static void *lbls[] = { &&lbl }; in test5() 31 lbl: in test5()
|
D | exprs.c | 173 __extension__({ goto lbl; }); in f16() 174 lbl: in f16()
|
/external/clang/test/SemaCXX/ |
D | goto.cpp | 122 goto lbl; // expected-error {{goto into protected scope}} in test() 124 lbl: in test()
|
/external/iproute2/examples/ |
D | gaiconf | 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do 42 echo label ${pfx} ${lbl}
|
/external/tcpdump/ |
D | FILES | 65 lbl/os-osf4.h 66 lbl/os-solaris2.h 67 lbl/os-sunos4.h 68 lbl/os-ultrix4.h
|
D | README | 21 Network Research Group <tcpdump@ee.lbl.gov> 22 ftp://ftp.ee.lbl.gov/tcpdump.tar.Z (3.4) 28 anonymous ftp to ftp.ee.lbl.gov, in tcpdump.tar.Z. More recent 64 ftp://ftp.ee.lbl.gov/tcpslice.tar.Z
|
D | INSTALL | 106 lbl/os-*.h - OS-dependent defines and prototypes
|
D | aclocal.m4 | 764 name="lbl/os-$os.h"
|
/external/clang/test/CodeGenCXX/ |
D | exceptions.cpp | 300 lbl: in test() 301 if (cond()) goto lbl; in test()
|
D | const-init-cxx11.cpp | 459 constexpr long a(bool x) { return x ? 0 : (long)&&lbl + (0 && ({lbl: 0;})); } in a() 460 void test() { static long b = (long)&&lbl - a(false); lbl: return; } in test()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/ |
D | newsect.asm | 6 lbl: label
|
/external/llvm/test/MC/AArch64/ |
D | basic-a64-instructions.s | 1112 cbz w5, lbl 1113 cbz x5, lbl 1114 cbnz x2, lbl 1115 cbnz x26, lbl 1125 cbz wzr, lbl 1126 cbnz xzr, lbl 1145 b.eq lbl 1146 b.ne lbl 1147 b.cs lbl 1148 b.hs lbl [all …]
|
D | basic-a64-diagnostics.s | 1068 cbnz wsp, lbl 1069 cbz sp, lbl 1098 b.zf lbl
|
/external/eigen/Eigen/ |
D | SuperLUSupport | 34 …* This module provides an interface to the <a href="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/">Su…
|
/external/chromium/chrome/browser/sync/resources/ |
D | gaia_login.css | 143 .gaia-le-lbl,
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 306 void * lookupSymbol( char *lbl ) in lookupSymbol() argument 311 val = search_StringMap(global_symbol_table, lbl); in lookupSymbol()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 372 void * lookupSymbol( char *lbl ) 377 val = search_StringMap(global_symbol_table, lbl);
|
/external/eigen/doc/ |
D | C09_TutorialSparse.dox | 276 …<td>Requires the <a href="http://crd-legacy.lbl.gov/~xiaoye/SuperLU/">SuperLU</a> library, (BSD-li…
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 306 void *lbl = &&next_opcode;
|