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

1 2 3 4 5 6 7 8 910

  /external/google-breakpad/src/tools/solaris/dump_syms/
dump_syms.cc 4 // 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/autotest/client/site_tests/video_VideoDecodeAccelerator/
video_VideoDecodeAccelerator.py 13 This test is a wrapper of the chrome unittest binary:
18 binary = 'video_decode_accelerator_unittest' variable in class:video_VideoDecodeAccelerator
50 self.run_chrome_test_binary(self.binary, cmd_line)
  /external/clang/tools/clang-format/
clang-format-diff.py 35 binary = 'clang-format' variable
98 command = [binary, filename]
clang-format-sublime.py 2 # - Change 'binary' if clang-format is not on the path (see below).
21 binary = 'clang-format' variable
35 command = [binary, '-style', style]
clang-format.py 2 # - Change 'binary' if clang-format is not on the path (see below).
37 binary = 'clang-format' variable
39 binary = vim.eval('g:clang_format_path') variable
75 command = [binary, '-style', style, '-cursor', str(cursor)]
  /external/google-breakpad/src/tools/linux/dump_syms/
dump_syms.cc 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
43 fprintf(stderr, "Usage: %s [OPTION] <binary-with-debugging-info> "
82 const char* binary; local
84 binary = argv[arg_index];
93 if (!WriteSymbolFile(binary, debug_dirs, options, std::cout)) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp 21 * \brief SPIR-V assembly to binary.
45 spv_binary binary = DE_NULL; local
55 const spv_result_t compileOk = spvTextToBinary(context, spvSource.c_str(), spvSource.size(), &binary, &diagnostic);
62 dst->resize(binary->wordCount);
63 std::copy(&binary->code[0], &binary->code[0] + binary->wordCount, dst->begin());
65 spvBinaryDestroy(binary);
73 spvBinaryDestroy(binary);
81 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst
    [all...]
vkPrograms.cpp 52 ProgramBinary::ProgramBinary (ProgramFormat format, size_t binarySize, const deUint8* binary)
54 , m_binary (binary, binary+binarySize)
72 bool isSaneSpirVBinary (const ProgramBinary& binary)
79 DE_ASSERT(binary.getFormat() == PROGRAM_FORMAT_SPIRV);
81 if (binary.getSize() % sizeof(deUint32) != 0)
84 if (binary.getSize() < sizeof(deUint32))
87 if (*(const deUint32*)binary.getBinary() != spirvMagicBytes)
93 ProgramBinary* createProgramBinaryFromSpirV (const vector<deUint32>& binary)
95 DE_ASSERT(!binary.empty())
111 vector<deUint32> binary; local
138 vector<deUint32> binary; local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-145201.js 2 // 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) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.s 5 .global binary, octal, hex, field
6 binary: .word 11b, 0100B label
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 17 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 where each bit corresponds to a byte in the byte array argumen
    [all...]
Hex.java 17 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
Base64.java 17 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 data, into a byte[] containin
    [all...]
  /external/selinux/checkpolicy/
checkmodule.c 134 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/sl4a/Common/src/org/apache/commons/codec/binary/
StringUtils.java 18 package org.apache.commons.codec.binary;
  /external/webrtc/talk/app/webrtc/
datachannelinterface.h 5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
70 DataBuffer(const rtc::Buffer& data, bool binary)
72 binary(binary) {
77 binary(false) {
82 // Indicates if the received data contains UTF-8 or binary data.
85 bool binary; member in struct:webrtc::DataBuffer
146 // (UTF-8 text and binary data) that have been queued using SendBuffer but
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/js/
js_generator.h 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
68 // Enable binary-format support?
69 bool binary; member in struct:google::protobuf::compiler::js::GeneratorOptions
85 binary(false),
  /system/extras/simpleperf/
record_test.cpp 40 std::vector<char> binary = record.BinaryFormat(); local
42 ReadRecordsFromBuffer(event_attr, binary.data(), binary.size());
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 137 UniquePtr<vk::ProgramBinary> binary; // Null if build failed member in struct:vkt::__anon9900::BuiltProgram
146 , binary (binary_)
228 writer->storeProgram(program.id, *program.binary);
231 !vk::validateProgram(*program.binary, &validationLog))
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationLoader.java 201 UResourceBundle binary = data.get("%%CollationBin"); local
202 ByteBuffer inBytes = binary.getBinary();
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationLoader.java 199 UResourceBundle binary = data.get("%%CollationBin"); local
200 ByteBuffer inBytes = binary.getBinary();
  /external/libcap/progs/
capsh.c 32 static char *binary(unsigned long value) function
522 b = binary(set); /* use verilog convention for binary string */
  /external/selinux/secilc/
secilc.c 4 * 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/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
67 * Indicates whether |data| contains UTF-8 text or "binary data"
70 public final boolean binary; field in class:DataChannel.Buffer
72 public Buffer(ByteBuffer data, boolean binary) {
74 this.binary = binary;
122 * Return the number of bytes of application data (UTF-8 text and binary data)
137 return sendNative(data, buffer.binary);
139 private native boolean sendNative(byte[] data, boolean binary);
    [all...]
  /bootable/recovery/
install.cpp 48 #define ASSUMED_UPDATE_BINARY_NAME "META-INF/com/google/android/update-binary"
109 // If the package contains an update binary, extract it and run it.
123 const char* binary = "/tmp/update_binary"; local
124 unlink(binary);
125 int fd = creat(binary, 0755);
128 LOGE("Can't make %s\n", binary);
143 // When executing the update binary contained in the package, the
193 args[0] = binary;
206 execv(binary, (char* const*)args);
207 fprintf(stdout, "E:Can't run %s (%s)\n", binary, strerror(errno))
    [all...]

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 910