Searched defs:prefix (Results 201 - 225 of 866) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java162 * @param prefix {@code non-null;} per-line prefix to use
165 public void debugPrint(PrintWriter out, String prefix, boolean verbose) { argument
173 insns.debugPrint(out, prefix, verbose);
175 String prefix2 = prefix + " ";
178 out.print(prefix);
184 out.print(prefix);
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java52 * @param prefix [may not be null]
54 String [] toAppArgsForm (final String prefix); argument
233 public String [] toAppArgsForm (final String prefix) argument
239 if (prefix == null)
240 throw new IllegalArgumentException ("null input: prefix");
248 _result.add (prefix.concat (name).concat ("=").concat (value));
/external/fio/
H A DMakefile194 prefix = /usr/local macro
195 bindir = $(prefix)/bin
201 mandir = $(prefix)/man
202 sharedir = $(prefix)/share/fio
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifHeaderParser.java26 private short[] prefix; field in class:GifHeaderParser
254 if (prefix == null) {
255 prefix = new short[MAX_STACK_SIZE];
274 prefix[code] = 0; // XXX ArrayIndexOutOfBoundsException
330 code = prefix[code];
338 prefix[available] = (short) old_code;
/external/icu/icu4c/source/tools/toolutil/
H A Dwritesrc.c102 const char *prefix,
128 if(prefix!=NULL) {
129 fprintf(f, prefix, (long)length);
178 const char *prefix,
182 if(prefix!=NULL) {
183 fputs(prefix, f);
227 const char *prefix,
233 if(prefix!=NULL) {
234 fprintf(f, prefix, (long)length);
101 usrc_writeArray(FILE *f, const char *prefix, const void *p, int32_t width, int32_t length, const char *postfix) argument
177 usrc_writeUTrie2Struct(FILE *f, const char *prefix, const UTrie2 *pTrie, const char *indexName, const char *data32Name, const char *postfix) argument
226 usrc_writeArrayOfMostlyInvChars(FILE *f, const char *prefix, const char *p, int32_t length, const char *postfix) argument
/external/iproute2/ip/
H A Dipaddrlabel.c53 fprintf(stderr, "Usage: ip addrlabel [ list | add | del | flush ] prefix PREFIX [ dev DEV ] [ label LABEL ]\n");
78 fprintf(fp, "prefix %s/%u ",
134 inet_prefix prefix; local
140 memset(&prefix, 0, sizeof(prefix));
154 if (strcmp(*argv, "prefix") == 0) {
157 get_prefix(&prefix, *argv, preferred_family);
172 fprintf(stderr, "Not enough information: \"prefix\" argument is required.\n");
180 addattr_l(&req.n, sizeof(req), IFAL_ADDRESS, &prefix.data, prefix
[all...]
/external/iptables/extensions/
H A Dlibxt_RATEEST.c140 __RATEEST_print(const struct xt_entry_target *target, const char *prefix) argument
149 printf(" %sname %s", prefix, info->name);
150 printf(" %sinterval", prefix);
152 printf(" %sewmalog", prefix);
H A Dlibxt_ipvs.c158 unsigned int family, bool numeric, const char *prefix)
163 printf(" %sipvs", prefix);
169 printf(" %sproto %u", prefix, data->l4proto);
176 printf(" %svaddr", prefix);
184 printf(" %svport %u", prefix, ntohs(data->vport));
189 printf(" %svdir REPLY", prefix);
191 printf(" %svdir ORIGINAL", prefix);
198 printf(" %svmethod", prefix);
220 printf(" %svportctl %u", prefix, ntohs(data->vportctl));
157 ipvs_mt_dump(const void *ip, const struct xt_ipvs_mtinfo *data, unsigned int family, bool numeric, const char *prefix) argument
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java138 * returns the namespace for the given prefix */
140 public String getNamespaceUri(String prefix) { argument
143 if (prefix == getNamespacePrefix(i) ||
144 (prefix != null && prefix.equals(getNamespacePrefix(i))))
147 return parent instanceof Element ? ((Element) parent).getNamespaceUri(prefix) : null;
256 * Sets the given prefix; a namespace value of null removess the
257 * prefix */
259 public void setPrefix(String prefix, String namespace) { argument
263 prefix, namespac
[all...]
/external/libnl/src/
H A Dnl-addr-list.c23 " --prefix=STRING Prefix each printed line.\n"
42 static char *prefix; variable
46 if (prefix)
47 nl_dump(p, "%s", prefix);
146 { "prefix", 1, 0, ARG_PREFIX },
171 case ARG_PREFIX: prefix = strdup(optarg); break;
/external/libxml2/
H A Dtrionan.c798 TRIO_ARGS2((prefix, number),
799 TRIO_CONST char *prefix,
803 prefix,
797 print_class(prefix, number), TRIO_CONST char *prefix, double number argument
/external/lldb/tools/darwin-debug/
H A Ddarwin-debug.cpp91 exit_with_errno (int err, const char *prefix) argument
97 prefix ? prefix : "",
/external/llvm/lib/Support/Windows/
H A DWindowsSupport.h42 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) { argument
50 *ErrMsg = prefix + buffer;
52 *ErrMsg = prefix + "Unknown error";
/external/oprofile/libutil++/
H A Dstring_manip.cpp46 bool is_prefix(string const & s, string const & prefix) argument
49 // return s.compare(0, prefix.length(), prefix) == 0;
50 return s.find(prefix) == 0;
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTrie.java165 private void toStringList(String prefix, List<String> strings) { argument
166 if (terminal) { strings.add(prefix); }
168 children[i].toStringList(prefix + childMap[i], strings);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DAbstractMessage.java565 final String prefix,
570 results.add(prefix + field.getName());
584 subMessagePrefix(prefix, field, i++),
590 subMessagePrefix(prefix, field, -1),
598 private static String subMessagePrefix(final String prefix, argument
601 final StringBuilder result = new StringBuilder(prefix);
564 findMissingFields(final Message message, final String prefix, final List<String> results) argument
/external/protobuf/src/google/protobuf/
H A Dextension_set_unittest.cc516 string prefix = "." + template_descriptor->full_name() + "."; local
519 if (HasPrefixString(*type_name, prefix)) {
520 type_name->replace(0, prefix.size(), ".dynamic_extensions.");
/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc70 string prefix = "."; local
72 while (!File::Exists(prefix + "/src/google/protobuf")) {
73 if (!File::Exists(prefix)) {
78 prefix += "/..";
80 return prefix + "/src";
/external/qemu/scripts/
H A Dqapi-visit.py65 if (obj && (*obj)->%(prefix)shas_%(c_name)s) {
67 c_prefix=c_var(field_prefix), prefix=field_prefix,
77 c_prefix=c_var(field_prefix), prefix=field_prefix,
387 ["source", "header", "builtins", "prefix=",
394 prefix = "" variable
403 if o in ("-p", "--prefix"):
404 prefix = a variable
418 c_file = output_dir + prefix + c_file
419 h_file = output_dir + prefix + h_file
478 #include "%(prefix)sqap
[all...]
/external/qemu/util/
H A Dpath.c1 /* Code to mangle pathnames into those matching a given prefix.
142 void init_paths(const char *prefix) argument
146 if (prefix[0] == '\0' ||
147 !strcmp(prefix, "/"))
150 if (prefix[0] != '/') {
158 pstrcat(pref_buf, pref_buf_len, prefix);
161 pstrcpy(pref_buf, sizeof(pref_buf), prefix + 1);
/external/regex-re2/
H A DMakefile23 prefix=/usr/local macro
24 exec_prefix=$(prefix)
26 includedir=$(prefix)/include
/external/smack/src/com/kenai/jbosh/
H A DComposableBody.java157 * in a namespace prefix definition similar to:
158 * {@code <body xmlns:prefix="uri"/>}
160 * @param prefix prefix to define
161 * @param uri namespace URI to associate with the prefix
165 final String prefix, final String uri) {
167 XMLConstants.XML_NS_URI, prefix,
323 String prefix = name.getPrefix();
324 if (prefix != null && prefix
164 setNamespaceDefinition( final String prefix, final String uri) argument
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DChatManager.java53 * prefix along with a unique numeric value.
58 return prefix + Long.toString(id++);
62 * A prefix helps to make sure that ID's are unique across mutliple instances.
64 private static String prefix = StringUtils.randomString(5); field in class:ChatManager
67 * Keeps track of the current increment, which is appended to the prefix to
/external/smack/src/org/xbill/DNS/
H A DMnemonic.java37 private String prefix; field in class:Mnemonic
64 * Sets the prefix to use when converting to and from values that don't
68 setPrefix(String prefix) { argument
69 this.prefix = sanitize(prefix);
179 if (prefix != null)
180 return prefix + str;
196 if (prefix != null) {
197 if (str.startsWith(prefix)) {
198 int val = parseNumeric(str.substring(prefix
[all...]
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java213 // is a prefix of the current node key
335 * for the node those key matches the given prefix
337 * @param prefix
338 * The key o prefix to search in the tree
345 private <R> void visit(String prefix, Visitor<T, R> visitor, argument
348 int numberOfMatchingCharacters = node.getNumberOfMatchingCharacters(prefix);
350 // if the node key and prefix match, we found a match!
351 if (numberOfMatchingCharacters == prefix.length() && numberOfMatchingCharacters == node.getKey().length()) {
352 visitor.visit(prefix, parent, node);
355 || (numberOfMatchingCharacters < prefix
431 complete(String prefix) argument
[all...]

Completed in 425 milliseconds

1234567891011>>