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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/system_wrappers/include/
logcat_trace_context.h 17 #error This file only makes sense to include on Android!
  /external/kernel-headers/modified/scsi/
scsi.h 221 #define sense_class(sense) (((sense) >> 4) & 0x7)
222 #define sense_error(sense) ((sense) & 0xf)
223 #define sense_valid(sense) ((sense) & 0x80)
  /external/kernel-headers/original/scsi/
scsi.h 213 #define sense_class(sense) (((sense) >> 4) & 0x7)
214 #define sense_error(sense) ((sense) & 0xf)
215 #define sense_valid(sense) ((sense) & 0x80)
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue20529.go 10 // Only tested on amd64 because the test only makes sense
bug449.go 17 // be correct (in the sense that it no longer tests runtime.equal).
bug257.go     [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue20529.go 10 // Only tested on amd64 because the test only makes sense
bug449.go 17 // be correct (in the sense that it no longer tests runtime.equal).
bug257.go     [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
undefined.s 4 # sense. The link would fail anyway, but for R_MIPS_GOT_PAGE relocations
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt.h 90 /* Set the sense buffer and the maximum length that it can handle */
91 void set_scsi_pt_sense(struct sg_pt_base * objp, unsigned char * sense,
159 /* Actual sense length returned. If sense data is present but
160 actual sense length is not known, return 'max_sense_len' */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel28.s 3 # Many of these do not make conceptual sense, but they should
  /system/core/base/include/android-base/
logging.h 303 #define CHECK_STROP(s1, s2, sense) \
304 while (UNLIKELY((strcmp(s1, s2) == 0) != (sense))) \
310 << ((sense) ? " == " : " != ") << "\"" << (s2) << "\""
  /bionic/libc/kernel/uapi/linux/
virtio_scsi.h 54 __u8 sense[VIRTIO_SCSI_SENSE_SIZE]; member in struct:virtio_scsi_cmd_resp
  /external/kernel-headers/original/uapi/linux/
virtio_scsi.h 32 /* Default values of the CDB and sense data size configuration fields */
65 /* Response, followed by sense data and data-in */
67 __virtio32 sense_len; /* Sense data length */
72 __u8 sense[VIRTIO_SCSI_SENSE_SIZE]; member in struct:virtio_scsi_cmd_resp
  /external/libusb/examples/
xusb.c 404 // REQUEST SENSE is appropriate only if bCSWStatus is 1, meaning that the
408 return -2; // request Get Sense
421 uint8_t sense[18]; local
426 // Request Sense
427 printf("Request Sense:\n");
428 memset(sense, 0, sizeof(sense));
430 cdb[0] = 0x03; // Request Sense
434 rc = libusb_bulk_transfer(handle, endpoint_in, (unsigned char*)&sense, REQUEST_SENSE_LENGTH, &size, 1000);
442 if ((sense[0] != 0x70) && (sense[0] != 0x71))
    [all...]
  /build/blueprint/pathtools/
lists.go 24 // sense.
  /build/make/core/
executable_prefer_symlink.mk 10 # et al. since those variables make no sense in that context.
  /prebuilts/go/darwin-x86/src/os/exec/
exec_posix_test.go 58 // The sleeps here are unnecessary in the sense that the test
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 57 // runtime_canSpin returns true is spinning makes sense at the moment.
  /prebuilts/go/linux-x86/src/os/exec/
exec_posix_test.go 58 // The sleeps here are unnecessary in the sense that the test
  /prebuilts/go/linux-x86/src/sync/
runtime.go 57 // runtime_canSpin returns true is spinning makes sense at the moment.
  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 588 sense_data_t *sense; local
617 sense = &resp->sd.sense;
618 if (sense->resp_code == SENSE_DATA_VALID) {
619 if ((sense->sense_key == SENSE_KEY_UNIT_ATTENTION) &&
620 (sense->asc == 0x29) && (sense->ascq == 0)) {
  /prebuilts/build-tools/common/bison/
lalr1.java 20 b4_defines_if([b4_fatal([%s: %%defines does not make sense in Java], [b4_skeleton])])
22 [b4_fatal([%s: %%destructor does not make sense in Java], [b4_skeleton])],
  /external/autotest/frontend/afe/
control_file.py 168 @raises ValidationError if any of the parameters do not make sense.

Completed in 1305 milliseconds

1 2 3 4 5 6 7