/external/android-clat/ |
clatd.conf | 13 # hostname to use to lookup plat subnet. must contain only A records 16 # plat subnet to send ipv4 traffic to. This is a /96 subnet.
|
BUGS | 9 - assumes the nat64 gateway has the ipv4 address in the last 32 bits of the ipv6 address (that it uses a /96 plat subnet)
|
dns64.c | 34 * prefix - the plat /96 prefix 81 logmsg(ANDROID_LOG_ERROR,"plat_prefix/two different plat addrs = %s,%s",
|
config.c | 154 * does dns lookups to set the plat subnet or exits on failure, waits forever for a dns response with a query backoff timer 225 * plat_prefix - (optional) plat prefix to use, otherwise follow config file 261 if(plat_prefix) { // plat subnet is coming from the command line 263 logmsg(ANDROID_LOG_FATAL,"invalid IPv6 address specified for plat prefix: %s", plat_prefix);
|
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |
/external/blktrace/btt/ |
Android.mk | 9 unplug_hist.c q2d.c aqd.c plat.c
|
Makefile | 20 aqd.o plat.o
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 161 for plat in "${platforms[@]}"; do 164 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'" 166 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'" 168 Condition="'\$(Configuration)|\$(Platform)'=='$cfg|$plat'" 339 for plat in "${platforms[@]}"; do 342 Include="$config|$plat" 344 tag_content Platform $plat 360 for plat in "${platforms[@]}"; do 363 Condition="'\$(Configuration)|\$(Platform)'=='$config|$plat'" \ 373 if [ "$plat" = "ARM" ]; the [all...] |
gen_msvs_proj.sh | 150 for plat in "${platforms[@]}"; do 153 Name="${cfg}|${plat}" \ 166 for plat in "${platforms[@]}"; do 169 Name="${cfg}|${plat}" \ 342 for plat in "${platforms[@]}"; do 343 tag Platform Name="$plat" 348 for plat in "${platforms[@]}"; do 349 plat_no_ws=`echo $plat | sed 's/[^A-Za-z0-9_]/_/g'` 351 Name="Debug|$plat" \ 456 Name="Release|$plat" \ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_sysconfigdata.py | 31 'COREPYTHONPATH': ':plat-darwin:plat-mac:plat-mac/lib-scriptpackages:lib-tk:lib-old', 53 'EXTRAMACHDEPPATH': ':plat-mac:plat-mac/lib-scriptpackages', 54 'EXTRAPLATDIR': 'plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \\', 388 'MACHDEPPATH': ':plat-darwin', 389 'MACHDEPS': 'plat-darwin plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \\' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 35 ('plat-name=', 'p', 74 # plat-name only supported for windows (other platforms are 79 "--plat-name only supported on Windows (try " 91 # 'lib.<plat>' under the base build directory. We only use one of 109 # "build/temp.<plat>"
|
bdist.py | 33 ('plat-name=', 'p', 103 # "build/bdist.<plat>/dumb", "build/bdist.<plat>/rpm", etc.)
|
clean.py | 52 # remove the build/temp.<plat> directory (unless it's already
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build.py | 35 ('plat-name=', 'p', 74 # plat-name only supported for windows (other platforms are 79 "--plat-name only supported on Windows (try " 91 # 'lib.<plat>' under the base build directory. We only use one of 109 # "build/temp.<plat>"
|
bdist.py | 33 ('plat-name=', 'p', 103 # "build/bdist.<plat>/dumb", "build/bdist.<plat>/rpm", etc.)
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egldisplay.c | 87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local 100 plat = egl_platforms[i].platform; 105 return plat; 250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) 254 if (plat == _EGL_INVALID_PLATFORM) 262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy) 272 dpy->Platform = plat;
|
/external/mesa3d/src/egl/main/ |
egldisplay.c | 87 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; local 100 plat = egl_platforms[i].platform; 105 return plat; 250 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy) 254 if (plat == _EGL_INVALID_PLATFORM) 262 if (dpy->Platform == plat && dpy->PlatformDisplay == plat_dpy) 272 dpy->Platform = plat;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 40 # build_temp is build/temp.<plat>
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build.py | 40 # build_temp is build/temp.<plat>
|
/external/pixman/pixman/ |
pixman-arm.c | 165 const char *plat = (const char*) aux.a_un.a_val; local 167 if (strncmp (plat, "v7l", 3) == 0) 169 else if (strncmp (plat, "v6l", 3) == 0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_sysconfigdata.py | 31 'COREPYTHONPATH': ':plat-linux2:lib-tk:lib-old', 388 'MACHDEPPATH': ':plat-linux2', 389 'MACHDEPS': 'plat-linux2', 425 'PLATDIR': 'plat-linux2', 426 'PLATMACDIRS': 'plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \\', 427 'PLATMACPATH': ':plat-mac:plat-mac/lib-scriptpackages', 440 'PYTHONPATH': ':plat-linux2:lib-tk:lib-old' [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_make.py | 70 for plat in plat_list: 71 if plat in plat_filter: 72 platforms.append(plat)
|
/external/chromium_org/win8/delegate_execute/ |
crash_server_init.cc | 55 static google_breakpad::CustomInfoEntry plat_entry(L"plat", L"Win32");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bgenlocations.py | 32 TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon"
|