HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 26 - 50 of 2697) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/Android.mk
19 test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound
23 test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp
  /external/chromium_org/remoting/host/
ipc_constants.cc 21 bool GetInstalledBinaryPath(const base::FilePath::StringType& binary,
29 base::FilePath path = dir_path.Append(binary);
  /external/chromium_org/sdch/open-vcdiff/packages/deb/
rules 82 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/third_party/brotli/src/woff2/
file.h 26 std::ifstream ifs(filename.c_str(), std::ios::binary);
33 std::ofstream ofs(filename.c_str(), std::ios::binary);
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-deffile.py 26 def HasExport(binary, export):
27 full_path = test.built_file_path(binary, chdir=CHDIR)
gyptest-link-defrelink.py 27 def HasExport(binary, export):
28 full_path = test.built_file_path(binary, chdir=CHDIR)
  /external/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
  /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
  /external/chromium_org/tools/valgrind/asan/third_party/
asan_symbolize.py 52 def symbolize(self, addr, binary, offset):
53 """Symbolize the given address (pair of binary and offset).
58 binary: path to executable/shared object containing this instruction.
59 offset: instruction offset in the @binary.
91 def symbolize(self, addr, binary, offset):
97 symbolizer_input = '%s %s' % (binary, offset)
130 def __init__(self, binary):
132 self.binary = binary
142 cmd += ['-e', self.binary]
    [all...]
  /build/core/
raw_executable.mk 5 include $(BUILD_SYSTEM)/binary.mk
25 $(hide) $(TARGET_OBJCOPY) -O binary $(PRIVATE_ELF_FILE) $@
host_static_library_internal.mk 23 include $(BUILD_SYSTEM)/binary.mk
  /external/chromium_org/net/data/websocket/
count-connection_wsh.py 16 (numOpenConnections, numClosedConnections), binary=False)
  /external/libunwind/tests/
run-coredump-unwind 9 binary="$1"
16 # Extract the dynamic symbols from the main binary, there is no need to also have these
18 nm -D "$binary" --format=posix --defined-only | awk '{ print $1 }' | sort > "$dynsyms"
25 #Inject the compressed data into the .gnu_debugdata section of the original binary
28 objcopy --add-section .gnu_debugdata="$mini_debuginfo" "$binary"
31 strip "$binary" ## throw away the symbol table
  /external/oprofile/libpp/
filename_spec.cpp 36 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;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
utility.hpp 14 #include <boost/utility/binary.hpp>
  /development/testrunner/test_defs/
native_test.py 128 is no binary corresponding to the source file. We need to filter
139 binary = os.path.basename(f)
140 binary = os.path.splitext(binary)[0]
141 found = self._FindFileRecursively(path, binary)
143 binary = os.path.relpath(os.path.abspath(found),
145 binaries.append(binary)
149 """Finds the first executable binary in a given path that matches the name.
153 binary: Which binary to search for
    [all...]
  /external/chromium_org/third_party/libvpx/
obj_int_extract.py 16 parser.add_option('-f', '--format', help='binary format (gas or rvds).')
17 parser.add_option('-b', '--binary', help='path to binary to parse.')
22 if (not options.executable or not options.format or not options.binary or
28 subprocess.check_call([options.executable, options.format, options.binary],
  /external/libcxx/test/utilities/function.objects/refwrap/
Android.mk 19 test_name := utilities/function.objects/refwrap/binary
20 test_src := binary.pass.cpp
  /ndk/tests/build/import-install/path1/
Android.mk 2 # by the main project's binary. Note that it imports
  /ndk/tests/build/import-install/path2/
Android.mk 2 # by 'libpath1', and hence by the project's main binary
  /development/ide/emacs/
android-common.el 135 (defun android-find-host-bin (binary)
136 "Return the full path to the host BINARY.
138 Try first to locate BINARY in the out/host tree. Fallback using
142 (android-host) "/bin/" binary)))
145 (error (concat binary " is missing."))))
146 (executable-find binary)))
  /external/lldb/examples/customization/bin-utils/
binutils.py 5 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/skia/gm/rebaseline_server/
compare_rendered_pictures_test.py 78 binary = self.find_path_to_program('render_pictures')
80 binary,
90 """Runs the skpmaker binary to generate SKP with known characteristics.
100 binary = self.find_path_to_program('skpmaker')
102 binary,
  /external/strace/debian/
rules 63 binary: binary-indep binary-arch
65 binary-indep:
67 binary-arch: build
  /external/chromium_org/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) {

Completed in 1180 milliseconds

12 3 4 5 6 7 8 91011>>