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

123

/external/google-breakpad/src/tools/solaris/dump_syms/
H A Ddump_syms.cc4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
41 fprintf(stderr, "Usage: %s <binary-with-stab-symbol>\n", argv[0]);
45 const char *binary = argv[1]; local
48 if (!dumper.WriteSymbolFile(binary, fileno(stdout))) {
/external/lldb/examples/customization/bin-utils/
H A Dbinutils.py5 def binary(n, width=None): function
7 Return a list of (0|1)'s for the binary representation of n where n >= 0.
27 Return a list of (0|1)'s for the binary representation of a width-bit two's
35 return binary(n, width)
41 return binary(val*2 - abs(n))
43 # print binary(0xABCD)
45 # print binary(0x1F, 8)
51 # print binary(7)
64 """Convert the unsigned integer to print its binary representation.
66 args[1] (optional) is the bit width of the binary representatio
[all...]
/external/clang/tools/clang-format/
H A Dclang-format-diff.py35 binary = 'clang-format' variable
96 command = [binary, filename]
H A Dclang-format-sublime.py2 # - Change 'binary' if clang-format is not on the path (see below).
21 binary = 'clang-format' variable
35 command = [binary, '-style', style]
H A Dclang-format.py2 # - Change 'binary' if clang-format is not on the path (see below).
28 binary = 'clang-format' variable
30 binary = vim.eval('g:clang_format_path') variable
62 command = [binary, '-lines', lines, '-style', style, '-cursor', str(cursor)]
/external/google-breakpad/src/tools/linux/dump_syms/
H A Ddump_syms.cc4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
42 fprintf(stderr, "Usage: %s [OPTION] <binary-with-debugging-info> "
71 const char* binary; local
73 binary = argv[arg_index];
82 if (!WriteSymbolFile(binary, debug_dirs, options, std::cout)) {
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryClassObject.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
H A DBinaryIdContentPair.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
H A DBinaryExporter.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
85 * <code>com.jme.util.export.binary.BinaryClassField</code>.
H A DBinaryImporter.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
114 logger.log(Level.SEVERE, "An error occured while loading jME binary object", ex);
146 // check if this binary is from the future
148 throw new IOException("The binary file is of newer version than expected! " +
H A DBinaryClassField.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
H A DBinaryOutputCapsule.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
H A DByteUtils.java5 * Redistribution and use in source and binary forms, with or without
12 * * Redistributions in binary form must reproduce the above copyright
33 package com.jme3.export.binary;
/external/v8/test/mjsunit/regress/
H A Dregress-145201.js2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
36 binary(operator, 1, false);
37 binary(operator, 1, true);
38 binary(operator, '{}', false);
39 binary(operator, '{}', true);
40 binary(operator, '"x"', false);
41 binary(operator, '"x"', true);
53 function binary(op, other_side, inverted) {
/external/apache-http/src/org/apache/commons/codec/binary/
H A DHex.java17 package org.apache.commons.codec.binary;
54 * @return A byte array containing binary data decoded from
129 * @return A byte array containing binary data decoded from
147 * @return A byte array containing binary data decoded from
H A DBinaryCodec.java17 package org.apache.commons.codec.binary;
78 * Converts an array of raw binary data into an array of ascii 0 and 1 characters.
81 * the raw binary data to convert
90 * Converts an array of raw binary data into an array of ascii 0 and 1 chars.
93 * the raw binary data to convert
111 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
137 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
149 * @return the raw encoded binary where each bit corresponds to a byte in the byte array argument
169 * @return the raw encoded binary where each bit corresponds to a char in the char array argument
196 * @return the raw encoded binary wher
[all...]
H A DBase64.java17 package org.apache.commons.codec.binary;
176 * Encodes binary data using the base64 algorithm but
179 * @param binaryData binary data to encode
187 * Encodes binary data using the base64 algorithm and chunks
190 * @param binaryData binary data to encode
206 * binary data which corresponds to the byte[] supplied.
222 * @return a byte array containing binary data
229 * Encodes binary data using the base64 algorithm, optionally
232 * @param binaryData Array containing binary data to encode.
519 * Encodes a byte[] containing binary dat
[all...]
/external/selinux/checkpolicy/
H A Dcheckmodule.c134 printf(" -b treat input as a binary policy file\n");
135 printf(" -C output CIL policy instead of binary policy\n");
150 unsigned int binary = 0, cil = 0; local
157 {"binary", no_argument, NULL, 'b'},
174 binary = 1;
220 if (binary && (policy_type != POLICY_BASE)) {
238 if (binary) {
296 printf("%s: writing binary representation (version %d) to %s\n",
/external/selinux/secilc/
H A Dsecilc.c4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
49 printf(" -o, --output=<file> write binary policy to <file>\n");
58 printf(" -c, --policyvers=<version> build a binary policy with a given <version>\n");
64 printf(" -D, --disable-dontaudit do not add dontaudit rules to the binary policy\n");
77 FILE *binary = NULL; local
274 binary = fopen(output, "w");
275 if (binary == NULL) {
276 fprintf(stderr, "Failure opening binary file for writing\n");
287 sepol_policy_file_set_fp(pf, binary);
[all...]
/external/iptables/iptables/
H A Dip6tables-restore.c28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
32 {.name = "binary", .has_arg = false, .val = 'b'},
48 " [ --binary ]\n"
210 binary = 1;
H A Diptables-restore.c25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable
29 {.name = "binary", .has_arg = false, .val = 'b'},
47 " [ --binary ]\n"
210 binary = 1;
/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
296 // Now append the upload file as a binary (octet-stream) part
334 file.open(filename.c_str(), ios::binary);
336 ifstream file(WideToMBCP(filename, CP_ACP).c_str(), ios::binary); member in class:google_breakpad::ios
/external/libcxx/src/
H A Dios.cpp119 const ios_base::openmode ios_base::binary; member in class:ios_base
/external/mesa3d/src/mesa/program/
H A Dprog_print.c973 * Return binary representation of 64-bit value (as a string).
980 binary(GLbitfield64 val) function
1008 (uint64_t) prog->InputsRead, binary(prog->InputsRead));
1010 (uint64_t) prog->OutputsWritten, binary(prog->OutputsWritten));
1017 prog->IndirectRegisterFiles, binary(prog->IndirectRegisterFiles));
1019 prog->SamplersUsed, binary(prog->SamplersUsed));
/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...]

Completed in 1411 milliseconds

123