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

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/debian/
rules 10 ./autogen.sh --prefix=/usr
17 ./configure --prefix=/usr --enable-debug=yes
46 $(MAKE) prefix=`pwd`/debian/tmp/usr install
54 $(MAKE) prefix=`pwd`/debian/libglib-cvs-dbg/usr install
  /external/bluetooth/glib/tests/
completion-test.c 34 gchar *prefix; local
45 items = g_completion_complete (cmp, "a", &prefix);
46 g_assert (!strcmp ("a\302", prefix));
48 g_free (prefix);
50 items = g_completion_complete_utf8 (cmp, "a", &prefix);
51 g_assert (!strcmp ("a", prefix));
53 g_free (prefix);
55 items = g_completion_complete (cmp, "b", &prefix);
56 g_assert (!strcmp ("b", prefix));
58 g_free (prefix);
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffscfg.h 17 const char *prefix; member in struct:__anon8577
  /system/core/sh/
mystring.c 91 * prefix -- see if pfx is a prefix of string.
95 prefix(const char *pfx, const char *string) function
  /external/ipsec-tools/src/racoon/
sockmisc.h 43 unsigned long prefix; member in struct:netaddr
prsa_par.y 150 %type <num> prefix
235 ADDR4 prefix
242 prsaerror ("Invalid IPv4 prefix\n");
246 $$->prefix = $2;
258 ADDR6 prefix
265 prsaerror ("Invalid IPv6 prefix\n");
269 $$->prefix = $2;
280 prefix: label
  /external/bluetooth/glib/glib/
gcompletion.h 54 gchar* prefix; member in struct:_GCompletion
66 const gchar* prefix,
69 const gchar* prefix,
  /external/chromium/third_party/icu/source/i18n/
esctrn.h 24 * Escape forms have a prefix and suffix, either of which may be
49 * The prefix of the escape form; may be empty, but usually isn't.
51 UnicodeString prefix; member in class:EscapeTransliterator
54 * The prefix of the escape form; often empty.
80 * prefix, suffix, radix, and minDigits of this object are used
98 const UnicodeString& prefix, const UnicodeString& suffix,
  /external/e2fsprogs/util/
libecho.c 7 * Syntax: libecho [-p prefix] list...
19 char *prefix; local
21 prefix = "";
24 fprintf(stderr, "Usage: libecho [-p prefix] list...\n");
30 prefix = argv[++i];
32 echo_files(prefix, argv[i]);
38 echo_files(char *prefix, char *f)
66 printf("%s%s\n", prefix, f);
70 printf("%s%s%s\n", prefix, filepath, fdt.name);
75 printf("%s%s%s\n", prefix, filepath, fdt.name)
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
StartsWith.java 26 private final String prefix; field in class:StartsWith
28 public StartsWith(String prefix) {
29 this.prefix = prefix;
34 && ((String) actual).startsWith(prefix);
38 buffer.append("startsWith(\"" + prefix + "\")");
  /external/icu4c/i18n/
esctrn.h 24 * Escape forms have a prefix and suffix, either of which may be
49 * The prefix of the escape form; may be empty, but usually isn't.
51 UnicodeString prefix; member in class:EscapeTransliterator
54 * The prefix of the escape form; often empty.
80 * prefix, suffix, radix, and minDigits of this object are used
98 const UnicodeString& prefix, const UnicodeString& suffix,
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.h 49 EOTPrefix* prefix() { return reinterpret_cast<EOTPrefix*>(m_buffer.data()); } function in struct:WebCore::EOTHeader
  /external/webkit/WebCore/xml/
XPathNamespace.cpp 36 XPathNamespace::XPathNamespace(PassRefPtr<Element> ownerElement, const AtomicString& prefix, const AtomicString& uri)
39 , m_prefix(prefix)
54 const AtomicString& XPathNamespace::prefix() const function in class:WebCore::XPathNamespace
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ExpressionVisitor.java 74 String prefix = arg.substring(0,arg.indexOf(":")); local
75 String namespace = this.m_sroot.getNamespaceForPrefix(prefix);
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_LOG.h 25 char prefix[30]; member in struct:ipt_log_info
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6t_LOG.h 25 char prefix[30]; member in struct:ip6t_log_info
  /dalvik/dx/src/com/android/dx/util/
IndentingWriter.java 30 /** {@code null-ok;} optional prefix for every line */
31 private final String prefix; field in class:IndentingWriter
53 * {@code prefix}), or {@code 0} for no maximum
54 * @param prefix {@code non-null;} the prefix for each line
56 public IndentingWriter(Writer out, int width, String prefix) {
67 if (prefix == null) {
68 throw new NullPointerException("prefix == null");
73 this.prefix = (prefix.length() == 0) ? null : prefix
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_LOG.h 25 char prefix[30]; member in struct:ipt_log_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6t_LOG.h 25 char prefix[30]; member in struct:ip6t_log_info
  /external/blktrace/
Makefile 56 prefix = /usr/local macro
57 bindir = $(prefix)/bin
58 mandir = $(prefix)/man
62 export prefix INSTALL TAR
  /external/chromium/googleurl/src/
url_canon_icu.cc 62 const static char prefix[prefix_len + 1] = "%26%23"; // "&#" percent-escaped local
63 ucnv_cbFromUWriteBytes(from_args, prefix, prefix_len, 0, err);
  /external/iproute2/ip/
ipprefix.c 32 /* prefix flags; see kernel's net/ipv6/addrconf.c and include/net/if_inet6.h */
39 struct prefixmsg *prefix = NLMSG_DATA(n); local
45 fprintf(stderr, "Not a prefix: %08x %08x %08x\n",
50 len -= NLMSG_LENGTH(sizeof(*prefix));
61 if (prefix->prefix_family != AF_INET6) {
62 fprintf(stderr, "wrong family %d\n", prefix->prefix_family);
65 if (prefix->prefix_type != ND_OPT_PREFIX_INFORMATION) {
66 fprintf(stderr, "wrong ND type %d\n", prefix->prefix_type);
70 parse_rtattr(tb, RTA_MAX, RTM_RTA(prefix), len);
72 fprintf(fp, "prefix ");
    [all...]
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_LOG.h 15 char prefix[30]; member in struct:ipt_log_info
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_LOG.h 15 char prefix[30]; member in struct:ip6t_log_info
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_bison.py 52 prefix = {'CSSGrammar.y': 'cssyy', 'XPathGrammar.y': 'xpathyy'}[inputName] variable
72 returnCode = subprocess.call(['bison', '-d', '-p', prefix, inputFile, '-o', outputCpp])

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011>>