/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
Makefile | 17 # FIXME(tansell): Check that the person has .dputrc for PPA 62 # Upload the package to the ppa
|
/external/chromium_org/third_party/python_gflags/ |
Makefile | 17 # FIXME(tansell): Check that the person has .dputrc for PPA 62 # Upload the package to the ppa
|
/external/chromium_org/tools/valgrind/gtest_exclude/ |
browser_tests.gtest-drmemory_win32.txt | 142 PPA*ib* 143 PPA*lT*.*
|
/external/netperf/ |
nettest_dlpi.h | 31 int ppa; /* which device do we wish to use? */ member in struct:dlpi_co_stream_request_struct 50 /* specified ppa? */ 77 int ppa; /* which device do we wish to use? */ member in struct:dlpi_co_rr_request_struct 120 int ppa; /* which device do we wish to use? */ member in struct:dlpi_cl_stream_request_struct 166 int ppa; /* which device do we wish to use? */ member in struct:dlpi_cl_rr_request_struct
|
nettest_dlpi.c | 66 loc_ppa = 4, /* the ppa for the local interface, */ 68 rem_ppa = 4, /* the ppa for the remote interface */ 82 -p loc[,rem] Set the local/remote PPA for the test\n\ 323 dlpi_co_stream_request->ppa = rem_ppa; 783 dlpi_co_stream_request->ppa); [all...] |
netlib.h | 550 extern int dl_open(char devfile[], int ppa);
|
/external/libpcap/ |
pcap-dlpi.c | 345 int ppa; local 378 cp = split_dname(dname, &ppa, p->errbuf); 424 ppa = get_dlpi_ppa(p->fd, dname, ppa, p->errbuf); 425 if (ppa < 0) { 426 status = ppa; 446 cp = split_dname(dname, &ppa, p->errbuf); 506 ppa = 0; 522 status = dl_doattach(p->fd, ppa, p->errbuf); 527 if (dl_doattach(pd->send_fd, ppa, p->errbuf) < 0 1457 int ppa; local [all...] |
INSTALL.txt | 146 network pseudo device entry in order to capture packets. The PPA is 149 DLPI can provide information for determining the PPA. It does not seem
|
CHANGES | 415 Fixed HP-UX libpcap implementation to correctly get the PPA for 657 - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
|
/external/chromium_org/chrome/browser/task_manager/ |
panel_information.cc | 82 // "!Yahoo! Mail: The best web-based Email :PPA", in which the capital 83 // letters "PPA" stands for the Hebrew word for "app".
|
/hardware/ti/omap3/dspbridge/inc/ |
memry.h | 91 * pPA: Ptr to a physical memory location. 96 * pPA != NULL. 99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
memry.h | 91 * pPA: Ptr to a physical memory location. 96 * pPA != NULL. 99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes);
|
/external/ppp/pppd/ |
sys-solaris.c | 256 * sifppa - Sets interface ppa 258 * without setting the ppa, ip module will return EINVAL upon setting the 263 * IF_UNITSEL (old) or SIOCSLIFNAME (new) ioctls. Such setting of the ppa 274 sifppa(fd, ppa) 276 int ppa; 278 return (int)ioctl(fd, IF_UNITSEL, (char *)&ppa); 493 * slifname - Sets interface ppa and flags 499 slifname(fd, ppa) 501 int ppa; 513 lifr.lifr_ppa = ppa; [all...] |
/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 520 CvPoint2D32f ppA, ppB, ppC; 543 ppA = cvPoint2D32f( rx + big_coord, ry ); 547 pA = cvSubdiv2DAddPoint( subdiv, ppA, 0 );
|
/external/qemu/net/ |
net-android.c | 1272 int tap_fd, if_fd, ppa = -1; local 1288 ppa = atoi(ptr); 1307 /* Assign a new PPA and get its unit number. */ 1310 strioc_ppa.ic_len = sizeof(ppa); 1311 strioc_ppa.ic_dp = (char *)&ppa; 1312 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0) 1328 snprintf (actual_name, 32, "tap%d", ppa); 1331 ifr.lifr_ppa = ppa; 1332 /* Assign ppa according to the unit number returned by tun device */ 1335 syslog (LOG_ERR, "Can't set PPA %d", ppa) [all...] |
net.c | 1169 int tap_fd, if_fd, ppa = -1; local 1185 ppa = atoi(ptr); 1204 /* Assign a new PPA and get its unit number. */ 1207 strioc_ppa.ic_len = sizeof(ppa); 1208 strioc_ppa.ic_dp = (char *)&ppa; 1209 if ((ppa = ioctl (tap_fd, I_STR, &strioc_ppa)) < 0) 1225 snprintf (actual_name, 32, "tap%d", ppa); 1228 ifr.lifr_ppa = ppa; 1229 /* Assign ppa according to the unit number returned by tun device */ 1232 syslog (LOG_ERR, "Can't set PPA %d", ppa) [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
if.c | 77 void dlattachreq(int fd, u_long ppa); 716 int ppa; local 722 ppa = atoi(&ifname[strlen(ifname)-1]); 738 dlattachreq(fd, ppa); 888 void dlattachreq(int fd, u_long ppa) 895 attach_req.dl_ppa = ppa;
|
/external/ppp/pppd/include/net/ |
pppio.h | 51 #define PPPIO_ATTACH _PPPIO(141) /* attach to a ppa (without putmsg) */
|
/external/chromium_org/components/content_settings/core/common/ |
content_settings_pattern_unittest.cc | 402 EXPECT_STREQ("[*.]xn--ira-ppa.com", 405 EXPECT_STREQ("xn--ira-ppa.com", 656 EXPECT_STREQ("[*.]xn--ira-ppa.com", 658 EXPECT_STREQ("xn--ira-ppa.com",
|
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_et.xtb | 69 <translation id="4542837164280679094">Hüppa üle</translation>
|
/external/chromium_org/chrome/browser/content_settings/ |
host_content_settings_map_unittest.cc | 691 "[*.]xn--ira-ppa.com,*", &result)); 705 "{\"[*.]xn--ira-ppa.com,*\":{\"images\":2}}")); 715 EXPECT_STREQ("{\"[*.]xn--ira-ppa.com,*\":{\"images\":2}}", [all...] |
/external/libpng/contrib/libtests/ |
pngstest.c | 2762 png_const_bytep ppa, ppb; local 2965 png_const_bytep ppa, ppb; local [all...] |
/packages/apps/InCallUI/res/values-sv/ |
strings.xml | 90 <string name="incall_error_supp_service_hangup" msgid="7434513517153834426">"Det gick inte att släppa samtal."</string>
|
/external/chromium_org/ash/strings/ |
ash_strings_ca.xtb | 78 <translation id="7973962044839454485">L'autenticació de PPA ha fallat perquè el nom d'usuari o la contrasenya no eren correctes</translation>
|
/external/pcre/dist/testdata/ |
testinput7 | 49 /(?:[\PPa*]*){8,}/
|