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

1 2 3 4 5 6 7 8 91011>>

  /system/core/fastboot/
signfile.sh 9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
getBspectrum.m 3 % compute binary spectrum using threshold spectrum as pivot
4 % bspectrum = binary spectrum (binary)
15 % get current binary spectrum
hisser2.m 3 % histogram for the binary spectra
5 % bs=binary spectrum (one int32 number each)
6 % bsr=reference binary spectra (one int32 number each)
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
getBspectrum.m 3 % compute binary spectrum using threshold spectrum as pivot
4 % bspectrum = binary spectrum (binary)
15 % get current binary spectrum
hisser2.m 3 % histogram for the binary spectra
5 % bs=binary spectrum (one int32 number each)
6 % bsr=reference binary spectra (one int32 number each)
  /bionic/libc/netbsd/inet/
nsap_addr.c 51 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) {
56 assert(binary != NULL);
75 *binary++ = (nib << 4) | xtob(c);
90 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) {
96 assert(binary != NULL);
112 nib = (u_int32_t)*binary >> 4;
114 nib = *binary++ & 0x0f;
  /external/chromium/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
  /bionic/libc/private/
__dso_handle.S 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
30 # C++ constructors and destructors in the binary.
__dso_handle_so.S 5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
30 # C++ constructors and destructors in the binary.
  /build/core/
host_executable.mk 16 include $(BUILD_SYSTEM)/binary.mk
host_static_library.mk 20 include $(BUILD_SYSTEM)/binary.mk
raw_executable.mk 5 include $(BUILD_SYSTEM)/binary.mk
25 $(hide) $(TARGET_OBJCOPY) -O binary $(PRIVATE_ELF_FILE) $@
host_shared_library.mk 26 include $(BUILD_SYSTEM)/binary.mk
static_library.mk 18 include $(BUILD_SYSTEM)/binary.mk
  /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;
filename_spec.h 34 * @param extra extra binary image location
45 * @param extra extra binary image location
55 * @param binary if binary is non-empty, and matches
56 * the binary or lib name, use it rather than the
67 std::string const & binary) const;
  /external/webkit/Tools/wx/packaging/debian/
rules 43 binary-indep:
57 binary-arch:
74 binary: binary-indep binary-arch
75 .PHONY: build clean binary-indep binary-arch binary install install-nover install-prereq install-libs
  /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 full_path = os.path.join(path, binary)
143 binaries.append(binary)
146 def _RunHostCommand(self, binary, valgrind=False):
149 Runs the host binary and returns the exit code.
156 binary: basename of the file to be run. It is expected to be under
163 full_path = os.path.join(android_build.GetHostBin(), binary)
    [all...]
  /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/chromium/chrome/browser/extensions/
extension_browser_actions_api.cc 48 BinaryValue* binary = NULL; local
49 EXTENSION_FUNCTION_VALIDATE(details_->GetBinary("imageData", &binary));
50 IPC::Message bitmap_pickle(binary->GetBuffer(), binary->GetSize());
  /external/webkit/Source/WebCore/platform/win/
SSLKeyGeneratorWin.cpp 80 Vector<char> binary(dwEncodedLength);
81 if (!CryptSignAndEncodeCertificate(hContext, AT_KEYEXCHANGE, X509_ASN_ENCODING, X509_KEYGEN_REQUEST_TO_BE_SIGNED, &requestInfo, &signAlgo, 0, reinterpret_cast<LPBYTE>(binary.data()), &dwEncodedLength))
84 keyString = base64Encode(binary);
  /external/bluetooth/glib/debian/
rules 58 binary-indep:
62 binary-arch: build install libglib-cvs-dev libglib-cvs-1.1 libglib-cvs-dbg
125 binary: binary-indep binary-arch
126 .PHONY: build clean binary-indep binary-arch binary
  /external/dropbear/debian/
rules 94 binary-indep:
96 binary-arch: install dropbear.deb
103 binary: binary-arch binary-indep
105 .PHONY: patch build clean install binary-indep binary-arch binary

Completed in 1076 milliseconds

1 2 3 4 5 6 7 8 91011>>