HomeSort by relevance Sort by last modified time
    Searched defs:prefix (Results 1 - 25 of 3101) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/abi-compliance-checker/
Makefile 0 prefix ?= /usr
5 perl Makefile.pl -install -prefix "$(prefix)"
8 perl Makefile.pl -remove -prefix "$(prefix)"
1 prefix ?= \/usr macro
  /external/abi-dumper/
Makefile 0 prefix ?= /usr
5 perl Makefile.pl -install -prefix "$(prefix)"
8 perl Makefile.pl -remove -prefix "$(prefix)"
1 prefix ?= \/usr macro
  /build/kati/testcase/
wildcard_with_var.mk 0 prefix = M
2 pattern = ${prefix}*
1 prefix = M macro
  /external/ltp/testcases/open_posix_testsuite/bin/
Makefile 11 prefix?= `$(top_srcdir)/scripts/print-prefix.sh` macro
13 bindir?= $(prefix)/bin
  /external/skia/gn/
codesign_ios.py 44 # Extract the appliciation identitifer prefix from the .mobileprovision.
48 prefix = m.group(1) variable
57 <key>application-identifier</key> <string>{prefix}.com.google.{app}</string>
61 '''.format(prefix=prefix, app=app))
  /external/skqp/gn/
codesign_ios.py 44 # Extract the appliciation identitifer prefix from the .mobileprovision.
48 prefix = m.group(1) variable
57 <key>application-identifier</key> <string>{prefix}.com.google.{app}</string>
61 '''.format(prefix=prefix, app=app))
  /external/ltp/include/mk/
gitignore.mk 44 ./configure --prefix=/dev/null
  /external/python/cpython3/Modules/_sha3/kcp/
KeccakSponge.c 25 #define prefix KeccakWidth200 macro
33 #undef prefix macro
43 #define prefix KeccakWidth400 macro
51 #undef prefix macro
61 #define prefix KeccakWidth800 macro
69 #undef prefix macro
79 #define prefix KeccakWidth1600 macro
87 #undef prefix macro
  /build/soong/cmd/extract_jar_packages/
extract_jar_packages.go 31 prefix = flag.String("prefix", "", "prefix for each entry in the output file")
48 fmt.Fprintln(os.Stderr, "usage: extract_jar_packages -i <input file> -o <output -file> [-prefix <prefix>]")
82 data = append(data, *prefix...)
30 prefix = flag.String("prefix", "", "prefix for each entry in the output file") var
  /external/ipsec-tools/src/racoon/
sockmisc.h 43 unsigned long prefix; member in struct:netaddr
  /external/python/cpython2/Lib/lib-tk/
FixTk.py 22 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):
55 prefix = os.path.join(sys.prefix, "externals", tcltk, "lib") variable
56 prefix = os.path.abspath(prefix) variable
58 if os.path.exists(prefix):
59 prefix = convert_path(prefix variable
    [all...]
  /external/strace/tests/
inode_of_sockfd.c 54 static const char prefix[] = "socket:["; local
55 const size_t prefix_len = sizeof(prefix) - 1;
56 assert(strncmp(path, prefix, prefix_len) == 0
  /external/strace/tests-m32/
inode_of_sockfd.c 54 static const char prefix[] = "socket:["; local
55 const size_t prefix_len = sizeof(prefix) - 1;
56 assert(strncmp(path, prefix, prefix_len) == 0
  /external/strace/tests-mx32/
inode_of_sockfd.c 54 static const char prefix[] = "socket:["; local
55 const size_t prefix_len = sizeof(prefix) - 1;
56 assert(strncmp(path, prefix, prefix_len) == 0
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.cpp 17 void TInfoSinkBase::prefix(TPrefixType message) { function in class:TInfoSinkBase
56 prefix(message);
62 prefix(message);
  /external/syslinux/gpxe/src/include/gpxe/
sanboot.h 9 const char *prefix; member in struct:sanboot_protocol
  /frameworks/layoutlib/bridge/src/android/util/
Log_Delegate.java 22 // to replicate prefix visible when using 'adb logcat'
44 String prefix = priorityChar(priority) + "/" + tag + ": "; local
46 System.out.println(prefix + msg);
  /libcore/ojluni/src/main/java/java/net/
DefaultDatagramSocketImplFactory.java 32 * by setting the impl.prefix system property.
41 String prefix = null; external variable declarations
43 prefix = AccessController.doPrivileged(
44 new sun.security.action.GetPropertyAction("impl.prefix", null));
45 if (prefix != null)
46 prefixImplClass = Class.forName("java.net."+prefix+"DatagramSocketImpl");
49 prefix +
50 "DatagramSocketImpl: check impl.prefix property");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so.6.0.19-gdb.py 39 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/
libstdc++.so.6.0.19-gdb.py 39 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/
libstdc++.a-gdb.py 39 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/
libstdc++.a-gdb.py 39 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/gdb/darwin-x86/lib/python2.7/lib-tk/
FixTk.py 22 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 = convert_path(prefix variable
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
FixTk.py 22 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 = convert_path(prefix variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py 22 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 = convert_path(prefix variable
    [all...]

Completed in 1132 milliseconds

1 2 3 4 5 6 7 8 91011>>