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

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
BinaryTagTest.java 23 * @see <a href="http://yaml.org/type/binary.html"></a>
33 byte[] binary = (byte[]) getMapValue("canonical: !!binary " + content, "canonical");
34 assertEquals((byte) 'G', binary[0]);
35 assertEquals((byte) 'I', binary[1]);
36 assertEquals((byte) 'F', binary[2]);
37 assertEquals((byte) '8', binary[3]);
38 assertEquals((byte) '9', binary[4]);
42 byte[] binary = (byte[]) load("!!binary \"MQ==\"")
    [all...]
  /external/valgrind/auxprogs/
dump_insn_ppc.sh 3 objdump -b binary -m powerpc -EB -D \
  /external/autotest/client/site_tests/desktopui_KillRestart/
desktopui_KillRestart.py 11 """Validate that the given binary can crash and get restarted."""
18 def run_once(self, binary = 'chrome'):
19 # Ensure the binary is running.
21 lambda: os.system('pgrep %s >/dev/null' % binary) == 0,
22 error.TestFail('%s is not running at start of test' % binary),
25 # Try to kill all running instances of the binary.
27 utils.system('pkill -KILL %s' % binary)
30 raise error.TestFail('%s is not running before kill' % binary)
32 # Check if the binary is running again (using os.system(), since it
35 lambda: os.system('pgrep %s >/dev/null' % binary) == 0
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
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...]
vkSpirVAsm.hpp 23 * \brief SPIR-V assembly to binary.
37 //! Disassemble SPIR-V binary. Throws tcu::NotSupportedError if disassembler is not available
38 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst);
40 //! Validate SPIR-V binary, returning true if validation succeeds. Will fail with NotSupportedError if compiler is not available.
41 bool validateSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* infoLog);
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...]
  /system/bt/test/
run_unit_tests.sh 14 binary="$(basename "$0")"
15 echo "Usage: ${binary} --help"
16 echo " ${binary} [-i <iterations>] [-s <specific device>] [--all] [<test name>[.<filter>] ...] [--<arg> ...]"
87 binary="/data/nativetest/${name}/${name}"
89 push_command=( "${adb[@]}" push {"${ANDROID_PRODUCT_OUT}",}"${binary}" )
90 test_command=( "${adb[@]}" shell "${binary}" )
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
v32-bin-1.d 3 #ld: -m criself --oformat binary --defsym ext1=0x4000 --defsym ext2=0x6000
4 #objdump: -s -b binary
6 # Test that pcrel relocs work with --oformat binary.
9 .*: file format binary
  /external/autotest/client/cros/
asan.py 13 def running_on_asan(binary="debugd"):
16 @param binary: file to test for ASan symbols.
23 scanelf_command += " -gs %s `which %s`" % (_ASAN_SYMBOL, binary)
  /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/fonttools/Lib/fontTools/misc/
textTools.py 13 """Convert a list of hex strings to binary data."""
17 """Convert a hex string to binary data."""
28 """Convert binary data to a hex string."""
39 binary = ""
42 binary = "1" + binary
44 binary = "0" + binary
47 items.append(binary)
48 binary = "
    [all...]
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 69 binary = match.group(4)
73 if binary.startswith('/'):
74 binary = binary[1:]
75 binary = os.path.join(binary_prefix, binary)
77 if not os.path.exists(binary):
81 load_addr = android_get_load_address(binary)
84 if not pipes.has_key(binary):
85 pipes[binary] = subprocess.Popen(["addr2line", "-i", "-f", "-e", binary]
    [all...]
asan_symbolize.py 51 def symbolize(self, addr, binary, offset):
52 """Symbolize the given address (pair of binary and offset).
57 binary: path to executable/shared object containing this instruction.
58 offset: instruction offset in the @binary.
95 def symbolize(self, addr, binary, offset):
101 symbolizer_input = '"%s" %s' % (binary, offset)
134 def __init__(self, binary):
136 self.binary = binary
147 cmd += ['-e', self.binary]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/debian/
rules 44 binary-indep: build install
58 binary-arch: build install
61 binary: binary-indep binary-arch
62 .PHONY: build clean binary-indep binary-arch binary install configure
  /external/cmockery/cmockery_0_1_2/packages/deb/
rules 82 binary-indep: build install
86 binary-arch: build install
116 binary: binary-indep binary-arch
117 .PHONY: build clean binary-indep binary-arch binary install
  /hardware/intel/img/psb_video/debian/
rules 77 binary-indep: build install
81 binary-arch: build install
111 binary: binary-indep binary-arch
112 .PHONY: build clean binary-indep binary-arch binary install configure
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
binop.s 2 ; Generic binary operations supporting all sizes and their various
  /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...]
  /bionic/libc/upstream-netbsd/lib/libc/inet/
nsap_addr.c 58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
63 _DIAGASSERT(binary != NULL);
82 *binary++ = (nib << 4) | xtob(c);
97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
103 _DIAGASSERT(binary != NULL);
119 nib = (u_int32_t)*binary >> 4;
121 nib = *binary++ & 0x0f;
  /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
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 16 // static const openmode binary;
28 assert(std::ios_base::binary);
37 & std::ios_base::binary
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/
openmode.pass.cpp 16 // static const openmode binary;
28 assert(std::ios_base::binary);
37 & std::ios_base::binary
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
b-badfil1.d 5 #ld: --oformat binary
b-badfixo.d 5 #ld: --oformat binary
b-badloc.d 5 #ld: --oformat binary

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>