Searched defs:prefix (Results 1 - 25 of 1581) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DFixTk.py22 assert isinstance(s, str) # sys.prefix contains only bytes
49 prefix = os.path.join(sys.prefix,"tcl") variable
50 if not os.path.exists(prefix):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib") variable
53 prefix = os.path.abspath(prefix) variable
55 if os.path.exists(prefix):
56 prefix variable
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DFixTk.py22 assert isinstance(s, str) # sys.prefix contains only bytes
49 prefix = os.path.join(sys.prefix,"tcl") variable
50 if not os.path.exists(prefix):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib") variable
53 prefix = os.path.abspath(prefix) variable
55 if os.path.exists(prefix):
56 prefix variable
[all...]
/prebuilts/ndk/current/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dformat.h22 // Returns a string containing <prefix><key><infix><value><postfix> for every
25 std::string format(const Map& map, const std::string& prefix, argument
29 s << prefix << pair.first << infix << pair.second << postfix;
/prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
H A Dformat.h22 // Returns a string containing <prefix><key><infix><value><postfix> for every
25 std::string format(const Map& map, const std::string& prefix, argument
29 s << prefix << pair.first << infix << pair.second << postfix;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DFixTk.py22 assert isinstance(s, str) # sys.prefix contains only bytes
49 prefix = os.path.join(sys.prefix,"tcl") variable
50 if not os.path.exists(prefix):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib") variable
53 prefix = os.path.abspath(prefix) variable
55 if os.path.exists(prefix):
56 prefix variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DFixTk.py22 assert isinstance(s, str) # sys.prefix contains only bytes
49 prefix = os.path.join(sys.prefix,"tcl") variable
50 if not os.path.exists(prefix):
52 prefix = os.path.join(sys.prefix, os.path.pardir, "tcltk", "lib") variable
53 prefix = os.path.abspath(prefix) variable
55 if os.path.exists(prefix):
56 prefix variable
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
H A Dxt_NFLOG.h17 char prefix[64]; member in struct:xt_nflog_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
H A Debt_log.h16 __u8 prefix[EBT_LOG_PREFIX_SIZE]; member in struct:ebt_log_info
H A Debt_nflog.h20 char prefix[EBT_NFLOG_PREFIX_SIZE]; member in struct:ebt_nflog_info
H A Debt_ulog.h18 char prefix[EBT_ULOG_PREFIX_LEN]; member in struct:ebt_ulog_info
27 char prefix[EBT_ULOG_PREFIX_LEN]; member in struct:ebt_ulog_packet_msg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
H A Dipt_LOG.h16 char prefix[30]; member in struct:ipt_log_info
H A Dipt_ULOG.h31 char prefix[ULOG_PREFIX_LEN]; member in struct:ipt_ulog_info
43 char prefix[ULOG_PREFIX_LEN]; member in struct:ulog_packet_msg
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/
H A Dip6t_LOG.h16 char prefix[30]; member in struct:ip6t_log_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
H A Dlibstdc++.so.6.0.19-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
H A Dlibstdc++.so.6.0.19-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/lib/
H A Dlibstdc++.a-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/lib32/
H A Dlibstdc++.a-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/lib64/
H A Dlibstdc++.a-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
H A Dlibstdc++.a-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
H A Dlibstdc++.a-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib64/
H A Dlibstdc++.a-gdb.py39 prefix = os.path.commonprefix ([libdir, pythondir]) variable
42 if prefix[-1] != '/':
43 prefix = os.path.dirname (prefix) + '/' variable
45 # Strip off the prefix.
46 pythondir = pythondir[len (prefix):]
47 libdir = libdir[len (prefix):]
49 # Compute the ".."s needed to get from libdir to the prefix.
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
H A Dtxw2-2.2.11.jar ... .String, java.lang.String) String uri String prefix public void _namespace (java.lang.String, boolean) String ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Datmbr2684.h100 __be32 prefix; /* network byte order */ member in struct:br2684_filter
H A Dif_tunnel.h56 struct in6_addr prefix; member in struct:ip_tunnel_6rd
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Ddhcpv6csdk.h37 UCHAR prefix[16]; member in struct:_DHCPV6Prefix

Completed in 241 milliseconds

1234567891011>>