/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLRecordProtocol.java | 446 * @param ver: byte[] 449 protected void setVersion(byte[] ver) { 450 this.version = ver;
|
/external/qemu/audio/ |
fmodaudio.c | 532 double ver; local 537 ver = FSOUND_GetVersion (); 538 if (ver < FMOD_VERSION) { 539 dolog ("Wrong FMOD version %f, need at least %f\n", ver, FMOD_VERSION); 544 if (ver < 3.75) {
|
/external/bluetooth/bluez/lib/ |
hci.c | 655 char *hci_vertostr(unsigned int ver) 657 return hci_uint2str(ver_map, ver); 660 int hci_strtover(char *str, unsigned int *ver) 662 return hci_str2uint(ver_map, str, ver); 665 char *lmp_vertostr(unsigned int ver) 667 return hci_uint2str(ver_map, ver); 670 int lmp_strtover(char *str, unsigned int *ver) 672 return hci_str2uint(ver_map, str, ver); [all...] |
/external/bluetooth/hcidump/src/ |
bpasniff.c | 363 struct hci_version ver; local 416 if (hci_read_local_version(dd, &ver, 1000) < 0) { 423 if (ver.manufacturer != 12) {
|
/external/quake/quake/src/WinQuake/ |
sys_dos.cpp | 569 char ver[6];
local 582 sprintf (ver, " v%4.2f", VERSION);
584 screen[0*80*2 + 72*2 + i*2] = ver[i];
|
/external/wpa_supplicant_8/src/wps/ |
wps_dev_attr.c | 379 int wps_process_os_version(struct wps_device_data *dev, const u8 *ver) 381 if (ver == NULL) { 386 dev->os_version = WPA_GET_BE32(ver);
|
/external/valgrind/tsan/ |
Makefile | 36 PIN_LDFLAGS=-g -shared -Wl,-Bsymbolic -Wl,--version-script=$(PIN_ROOT)/source/include/pintool.ver
|
/hardware/msm7k/librpc/rpc/ |
xdr.h | 69 extern bool_t xdr_call_msg_start (XDR *xdr, uint32 prog, uint32 ver, uint32 proc, opaque_auth *cred, opaque_auth *verf);
|
/external/bison/build-aux/ |
missing | 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/chromium/sdch/open-vcdiff/ |
missing | 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/chromium/third_party/libevent/ |
missing | 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/elfutils/config/ |
missing | 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/genext2fs/ |
missing | 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/grub/stage2/ |
smp-imps.c | 370 KERNEL_PRINT ((" Processor [APIC id %d ver %d]: ", 414 KERNEL_PRINT ((" I/O APIC id %d ver %d, address: 0x%x ", 415 ioapic->id, ioapic->ver, ioapic->addr)); 588 defconfig.ioapic.ver
|
/external/libmtp/ |
missing | 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/libpng/ |
missing | 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/libusb/ |
missing | 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/libusb-compat/ |
missing | 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/libvpx/vpx/src/ |
vpx_encoder.c | 26 int ver) 30 if (ver != VPX_ENCODER_ABI_VERSION)
|
/external/openfst/ |
missing | 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/protobuf/gtest/build-aux/ |
missing | 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/protobuf/ |
missing | 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/ndk/sources/host-tools/make-3.81/config/ |
missing | 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
missing | 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
|
/external/icu4c/test/intltest/ |
restsnew.cpp | 514 UVersionInfo ver; local 515 copyRes.getVersion(ver); 517 logln("Version returned: [%d.%d.%d.%d]\n", ver[0], ver[1], ver[2], ver[3]); [all...] |