Searched defs:binary (Results 1 - 18 of 18) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/binary/
H A DHex.java17 package org.apache.commons.codec.binary;
49 * @return A byte array containing binary data decoded from
124 * @return A byte array containing binary data decoded from
142 * @return A byte array containing binary data decoded from
H A DBinaryCodec.java17 package org.apache.commons.codec.binary;
73 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
76 * the raw binary data to convert
85 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
88 * the raw binary data to convert
106 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
132 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
144 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
164 * @return the raw encoded binary where each bit corresponds to a char in the char array argument
191 * @return the raw encoded binary wher
[all...]
H A DBase64.java17 package org.apache.commons.codec.binary;
171 * Encodes binary data using the base64 algorithm but
174 * @param binaryData binary data to encode
182 * Encodes binary data using the base64 algorithm and chunks
185 * @param binaryData binary data to encode
201 * binary data which corresponds to the byte[] supplied.
217 * @return a byte array containing binary data
224 * Encodes binary data using the base64 algorithm, optionally
227 * @param binaryData Array containing binary data to encode.
514 * Encodes a byte[] containing binary dat
[all...]
/external/oprofile/daemon/
H A Dopd_mangling.c145 char const * binary; local
183 binary = find_cookie(sf->cookie);
185 binary = sf->kernel->name;
197 binary ? op_get_mtime(binary) : 0);
/external/iptables/
H A Dip6tables-restore.c27 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
31 { "binary", 0, 0, 'b' },
46 " [ --binary ]\n"
130 binary = 1;
H A Dip6tables-save.c21 static int binary = 0, counters = 0; variable
24 { "binary", 0, 0, 'b' },
262 if (!binary) {
336 binary = 1;
H A Diptables-restore.c24 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
28 { "binary", 0, 0, 'b' },
43 " [ --binary ]\n"
133 binary = 1;
H A Diptables-save.c20 static int binary = 0, counters = 0; variable
23 { "binary", 0, 0, 'b' },
273 if (!binary) {
353 binary = 1;
/external/stlport/src/
H A Dios.cpp72 const ios_base::openmode ios_base::binary; member in class:ios_base
/external/astl/include/
H A Dios_base.h6 * Redistribution and use in source and binary forms, with or without
11 * * Redistributions in binary form must reproduce the above copyright
173 // binary: perform I/O in binary mode.
179 static const openmode binary = android::ios_baseopenmode_binary; member in class:std::ios_base
/external/dbus/dbus/
H A Ddbus-internals.c551 DBusString binary; local
552 _dbus_string_init_const_len (&binary, uuid->as_bytes, DBUS_UUID_LENGTH_BYTES);
553 return _dbus_string_hex_encode (&binary, 0, encoded, _dbus_string_get_length (encoded));
/external/blktrace/
H A Dblkiomon.c90 static struct output drvdata, human, binary, debug; variable in typeref:struct:
239 if (!binary.fn)
242 if (fwrite(p, sizeof(*p), 1, binary.fp) != 1)
244 if (binary.pipe && fflush(binary.fp))
249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn);
250 fclose(binary.fp);
251 binary.fn = NULL;
601 "[ -b <file> | --binary=<file> ]\n" \
623 .name = "binary",
[all...]
/external/chromium/third_party/icu/source/i18n/
H A Ducol_res.cpp208 UResourceBundle *binary = NULL; local
228 binary = ures_getByKey(collElem, "%%CollationBin", NULL, &intStatus);
230 if(intStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use the rules */
231 binary = NULL;
238 const uint8_t *inData = ures_getBinary(binary, &len, status);
311 ures_close(binary);
317 ures_close(binary);
/external/icu4c/i18n/
H A Ducol_res.cpp208 UResourceBundle *binary = NULL; local
228 binary = ures_getByKey(collElem, "%%CollationBin", NULL, &intStatus);
230 if(intStatus == U_MISSING_RESOURCE_ERROR) { /* we didn't find the binary image, we should use the rules */
231 binary = NULL;
238 const uint8_t *inData = ures_getBinary(binary, &len, status);
311 ures_close(binary);
317 ures_close(binary);
/external/bluetooth/glib/gio/
H A Dgdesktopappinfo.c94 char *binary; member in struct:_GDesktopAppInfo
158 g_free (info->binary);
290 info->binary = binary_from_exec (info->exec);
426 new_info->binary = g_strdup (info->binary);
495 return info->binary;
1742 info->binary = binary_from_exec (info->exec);
/external/dropbear/libtomcrypt/
H A Dcrypt.tex791 treated as a large binary counter the CTR mode is given as:
4785 Where \textit{password} is the user's password. Since the algorithm allows binary passwords you must also specify the length in \textit{password\_len}.
4809 Where \textit{password} is the users password. Since the algorithm allows binary passwords you must also specify the length in \textit{password\_len}.
4863 To encode a binary string in base64 call:
4871 Where \textit{in} is the binary string and \textit{out} is where the ASCII output is placed. You must set the value of \textit{outlen} prior
/external/elfutils/src/
H A Dld.h303 to optimize the resulting binary. Important is to respect
497 } binary; member in union:expression::__anon2066
767 /* Page size to be assumed for the binary. */
/external/svox/pico/lib/
H A Dpicoos.c931 picoos_uint8 binary; member in struct:picoos_file
993 (*f)->binary = (mode
1183 /* **** Sequential binary file access ******/
1188 /* Open existing binary file for read access. Reading is buffered
1231 /* Create new binary file.
1263 /* Close previously opened binary file. */
1288 routine should only be used for binary files. */

Completed in 207 milliseconds