/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/ |
module_instance.cc | 25 #include "ppapi/c/ppp.h" 141 // PPP implementation 156 const void* ppp = PluginInterfaceTable::Get()->GetInterface(interface_name); local 160 if (ppp == NULL && 0 == strncmp(PPP_INSTANCE_INTERFACE, interface_name, 168 CHECK(ppp == NULL); 173 return ppp;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
pptest.cpp | 98 ParsePosition *ppp = pp5.clone(); local 99 if(ppp == &pp5 || *ppp != pp5) { 102 delete ppp;
|
/external/clang/test/CodeGenCXX/ |
thunk-use-after-free.cpp | 41 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 42 ZZZ * ZZZ::ppp () { return new ZZZ; } function in class:ZZZ
|
debug-info-use-after-free.cpp | 128 class ZZZ:AAA < Data >, BBB { virtual ZZZ *ppp () ; }; 129 ZZZ * ZZZ::ppp () { return new ZZZ; } function in class:ZZZ
|
/external/icu4c/test/intltest/ |
pptest.cpp | 98 ParsePosition *ppp = pp5.clone(); local 99 if(ppp == &pp5 || *ppp != pp5) { 102 delete ppp;
|
/system/core/toolbox/ |
ifconfig.c | 67 char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local 120 ppp = (flags & IFF_POINTOPOINT) ? " point-to-point" : ""; 123 printf("%s%s%s%s%s%s]\n", updown, brdcst, loopbk, ppp, running, multi);
|
/external/libvorbis/lib/ |
lsp.c | 321 double p=defl[m],pp=0.f,ppp=0.f,denom; local 325 ppp = new*ppp + pp; 331 denom=(m-1) * ((m-1)*pp*pp - m*p*ppp);
|
/external/clang/test/Analysis/ |
taint-tester.c | 136 FILE **ppp = &stdin; local 138 fscanf(*ppp, "%d", &iii);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
kenny.c | 470 void *ppp; local 472 ppp=malloc(sss); 473 err =WebRtcIsacfix_Assign(&ISAC_main_inst,ppp);
|
/system/netd/ |
CommandListener.cpp | 474 const char *updown, *brdcst, *loopbk, *ppp, *running, *multi; local 479 ppp = (flags & IFF_POINTOPOINT) ? " point-to-point" : ""; 485 asprintf(&flag_s, "%s%s%s%s%s%s", updown, brdcst, loopbk, ppp, running, multi); [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_pars.cpp | 1048 int32_t ppp = parsePragma(rule, pos, limit, status); local [all...] |
/external/icu4c/i18n/ |
rbt_pars.cpp | 1054 int32_t ppp = parsePragma(rule, pos, limit, status); local [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zIn.cpp | 959 size_t ppp = _inByteBack->_pos;
local 1027 if (checkRecordsSize && _inByteBack->_pos - ppp != size)
[all...] |
/system/core/adb/ |
commandline.c | 188 " adb ppp <tty> [parameters] - Run PPP over USB.\n" 189 " Note: you should not automatically start a PPP connection.\n" 190 " <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1\n" 549 * Run ppp in "notty" mode against a resource listed as the first parameter 552 * ppp dev:/dev/omap_csmi_tty0 <ppp options> 555 int ppp(int argc, char **argv) function 566 fprintf(stderr, "usage: adb %s <adb service name> [ppp opts]\n", [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
Bench.cpp | 132 UInt32 ppp = GetVal(res, 5) + 6;
local 134 if (ppp > 30)
136 rep0 = /* (1 << ppp) +*/ GetVal(res, ppp);
|
/bionic/libc/kernel/common/linux/ |
wanrouter.h | 201 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon648
|
/development/ndk/platforms/android-3/include/linux/ |
wanrouter.h | 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon1264
|
/external/kernel-headers/original/linux/ |
wanrouter.h | 158 * PPP-specific link-level configuration. 237 wan_ppp_conf_t ppp; /* PPP configuration */ member in union:wandev_conf::__anon20281 246 #define WANCONFIG_PPP 103 /* synchronous PPP link */ 250 #define WANCONFIG_MPPP 107 /* Multi Port PPP over RAW CHDLC */ 297 /* PPP IP Mode Options */ 339 unsigned media_type; /* Frame relay/PPP/X.25/SDLC, etc. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
wanrouter.h | 158 * PPP-specific link-level configuration. 237 wan_ppp_conf_t ppp; /* PPP configuration */ member in union:wandev_conf::__anon37854 246 #define WANCONFIG_PPP 103 /* synchronous PPP link */ 250 #define WANCONFIG_MPPP 107 /* Multi Port PPP over RAW CHDLC */ 297 /* PPP IP Mode Options */ 339 unsigned media_type; /* Frame relay/PPP/X.25/SDLC, etc. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wanrouter.h | 158 * PPP-specific link-level configuration. 237 wan_ppp_conf_t ppp; /* PPP configuration */ member in union:wandev_conf::__anon39445 246 #define WANCONFIG_PPP 103 /* synchronous PPP link */ 250 #define WANCONFIG_MPPP 107 /* Multi Port PPP over RAW CHDLC */ 297 /* PPP IP Mode Options */ 339 unsigned media_type; /* Frame relay/PPP/X.25/SDLC, etc. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
wanrouter.h | 158 * PPP-specific link-level configuration. 237 wan_ppp_conf_t ppp; /* PPP configuration */ member in union:wandev_conf::__anon40959 246 #define WANCONFIG_PPP 103 /* synchronous PPP link */ 250 #define WANCONFIG_MPPP 107 /* Multi Port PPP over RAW CHDLC */ 297 /* PPP IP Mode Options */ 339 unsigned media_type; /* Frame relay/PPP/X.25/SDLC, etc. */
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
wanrouter.h | 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon41724
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
wanrouter.h | 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon42078
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
wanrouter.h | 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon42432
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
wanrouter.h | 175 wan_ppp_conf_t ppp; member in union:wandev_conf::__anon42856
|