Searched refs:binary (Results 1 - 25 of 463) sorted by relevance

1234567891011>>

/external/chromium_org/tools/valgrind/
H A Dgdb_helper.py54 def AddBinaryAt(self, binary, load_address):
56 self._load_addresses[binary] = load_address
58 def Add(self, binary, address):
60 if binary == '':
61 logging.warn('adding address %s in empty binary?' % address)
62 if binary in self._binaries:
63 self._binaries[binary].append(address)
65 self._binaries[binary] = [address]
71 for binary in self._binaries.keys():
72 if binary !
[all...]
/external/valgrind/main/auxprogs/
H A Ddump_insn_ppc.sh3 objdump -b binary -m powerpc -EB -D \
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Decho_wsh.py4 # Redistribution and use in source and binary forms, with or without
10 # * Redistributions in binary form must reproduce the above
47 request.ws_stream.send_message(line, binary=False)
51 request.ws_stream.send_message(line, binary=True)
/external/chromium_org/net/data/websocket/
H A Decho-with-no-extension_wsh.py18 request.ws_stream.send_message(line, binary=False)
22 request.ws_stream.send_message(line, binary=True)
H A Dclose_wsh.py18 request.ws_stream.send_message(line, binary=False)
22 request.ws_stream.send_message(line, binary=True)
H A Dclose-with-split-packet_wsh.py20 request.ws_stream.send_message(line, binary=False)
22 request.ws_stream.send_message(line, binary=True)
/external/chromium_org/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/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py36 def symbolize(self, addr, binary, offset):
37 """Symbolize the given address (pair of binary and offset).
42 binary: path to executable/shared object containing this instruction.
43 offset: instruction offset in the @binary.
71 def symbolize(self, addr, binary, offset):
77 symbolizer_input = '%s %s' % (binary, offset)
108 def __init__(self, binary):
110 self.binary = binary
117 cmd += ['-e', self.binary]
[all...]
/external/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py38 def symbolize(self, addr, binary, offset):
39 """Symbolize the given address (pair of binary and offset).
44 binary: path to executable/shared object containing this instruction.
45 offset: instruction offset in the @binary.
73 def symbolize(self, addr, binary, offset):
79 symbolizer_input = '%s %s' % (binary, offset)
110 def __init__(self, binary):
112 self.binary = binary
119 cmd += ['-e', self.binary]
[all...]
H A Dsymbolize.py67 binary = match.group(4)
71 if binary.startswith('/'):
72 binary = binary[1:]
73 binary = os.path.join(binary_prefix, binary)
75 load_addr = android_get_load_address(binary)
78 if not pipes.has_key(binary):
79 pipes[binary] = subprocess.Popen(["addr2line", "-i", "-f", "-e", binary],
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
H A Drules82 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
/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;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DDataChannel.java5 * 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) { argument
74 this.binary = binary;
120 * Return the number of bytes of application data (UTF-8 text and binary data)
135 return sendNative(data, buffer.binary);
137 private native boolean sendNative(byte[] data, boolean binary); argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannelinterface.h5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
69 DataBuffer(const talk_base::Buffer& data, bool binary) argument
71 binary(binary) {
76 binary(false) {
81 // Indicates if the received data contains UTF-8 or binary data.
84 bool binary; member in struct:webrtc::DataBuffer
116 // (UTF-8 text and binary data) that have been queued using SendBuffer but
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-function-level-linking.py22 def CheckForSectionString(binary, search_for, should_exist):
23 output = test.run_dumpbin('/headers', binary)
25 print 'Did not find "%s" in %s' % (search_for, binary)
28 print 'Found "%s" in %s (and shouldn\'t have)' % (search_for, binary)
H A Dgyptest-link-deffile.py26 def HasExport(binary, export):
27 full_path = test.built_file_path(binary, chdir=CHDIR)
/external/chromium/sdch/open-vcdiff/packages/deb/
H A Drules82 binary-indep: build install
86 binary-arch: build install
117 binary: binary-indep binary-arch
118 .PHONY: build clean binary-indep binary-arch binary install
/external/chromium_org/remoting/host/
H A Dipc_constants.cc21 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary, argument
29 base::FilePath path = dir_path.Append(binary);
H A Dipc_constants.h15 // Name of the host process binary.
18 // Name of the desktop process binary.
21 // Returns the full path to an installed |binary| in |full_path|.
22 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
/external/chromium_org/sdch/open-vcdiff/packages/deb/
H A Drules82 binary-indep: build install
86 binary-arch: build install
117 binary: binary-indep binary-arch
118 .PHONY: build clean binary-indep binary-arch binary install
/external/open-vcdiff/packages/deb/
H A Drules82 binary-indep: build install
86 binary-arch: build install
117 binary: binary-indep binary-arch
118 .PHONY: build clean binary-indep binary-arch binary install
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Doffline_file_system.py14 def Read(self, paths, binary=False):
H A Dpatcher.py18 def Apply(self, paths, file_system, binary, version=None):
/external/oprofile/libpp/
H A Dfilename_spec.cpp36 string const & binary) const
44 if (binary.empty())
47 // PP:3.3 if binary is not empty we must match either the
51 return rhs.lib_image == binary;
55 return rhs.image == binary;

Completed in 633 milliseconds

1234567891011>>