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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/
shell_binaryfile.stderr.exp 1 valgrind: ./shell_binaryfile: cannot execute binary file
  /ndk/tests/awk/gen-windows-host-path/
test-1.in 1 C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
2 C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
3 C:/cygwin on / type ntfs (binary,auto)
4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
  /frameworks/base/core/java/android/os/storage/
package.html 4 Contains classes for the system storage service, which manages binary asset filesystems
5 known as Opaque Binary Blobs (OBBs).
  /external/bison/lib/
binary-io.c 3 #include "binary-io.h"
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
value-samesym.errwarn 1 -:1: warning: binary object format does not support extern variables
externdef.errwarn 1 -:1: warning: binary object format does not support extern variables
  /ndk/tests/awk/gen-cygwin-deps-converter/
test-1.in 1 C:/cygwin/bin on /usr/bin type ntfs (binary,auto)
2 C:/cygwin/lib on /usr/lib type ntfs (binary,auto)
3 C:/cygwin on / type ntfs (binary,auto)
4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
test-2.in 1 C:\cygwin/bin on /usr/bin type ntfs (binary,auto)
2 C:\cygwin/lib on /usr/lib type ntfs (binary,auto)
3 C:\cygwin on / type ntfs (binary,auto)
4 C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto)
5 D: on /cygdrive/d type udf (binary,posix=0,user,noumount,auto)
  /external/chromium_org/tools/valgrind/
gdb_helper.py 54 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 != '' and binary in self._load_addresses
    [all...]
  /external/clang/test/SemaCXX/
nullptr_in_arithmetic_ops.cpp 7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}}
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}}
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}}
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}}
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}}
12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}}
13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}}
14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}}
15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}}
16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}
    [all...]
  /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/libsepol/man/man8/
genpolbools.8 3 genpolbools \- Rewrite a binary policy with different boolean settings
9 rewrites an existing binary policy with different boolean settings,
10 generating a new binary policy. The booleans file specifies the
  /external/chromium_org/content/test/data/download/
download-test.lib 1 Random byte that looks binary for sniffing: 
  /external/chromium_org/third_party/skia/gm/rebaseline_server/testdata/
.gitattributes 2 *.png text diff -binary
  /external/chromium_org/tools/win/sizeviewer/
README.chromium 1 code_tally.exe binary from
  /external/libexif/test/nls/
check-localedir.in 10 echo "Makefile and binary agree on localedir \`${localedir}'. Good."
13 echo "Makefile and binary disagree on localedir. Bad."
15 echo " - binary says \`${binlocaledir}'."
22 echo "Error: Could not determine binary localedir."
  /external/skia/gm/rebaseline_server/testdata/
.gitattributes 2 *.png text diff -binary
  /external/valgrind/main/VEX/
HACKING.README 3 binary instrumentation and translation. See LICENSE.README for
  /frameworks/multidex/instrumentation/src/
.readme 2 Once we support binary library this will go away
  /frameworks/multidex/library/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v17/leanback/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v7/appcompat/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v7/cardview/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v7/gridlayout/src/
.readme 2 Once we support binary library this will go away
  /frameworks/support/v7/mediarouter/src/
.readme 2 Once we support binary library this will go away

Completed in 967 milliseconds

1 2 3 4 5 6 7 8 91011>>