HomeSort by relevance Sort by last modified time
    Searched full:sense (Results 326 - 350 of 4362) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiScsiLib/
UefiScsiLib.c 45 /// The length of the output sense data.
93 @param[in, out] SenseData A pointer to sense data that was generated by
212 @param[in, out] SenseData A pointer to sense data that was generated
361 @param[in, out] SenseData A pointer to sense data that was generated
448 Execute Mode Sense(10) SCSI command on a specific SCSI target.
450 Executes the SCSI Mode Sense(10) command on the SCSI target specified by ScsiIo.
478 @param[in, out] SenseData A pointer to sense data that was generated
571 // Fill Cdb for Mode Sense (10) Command
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
modem_configuration.py 40 # TODO(pprabhu) Figure out if it makes sense to use Configurable to
148 @param default: Value to assign if none can be loaded. Only makes sense
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_io_linux.h 147 raw sense buffer (in ASCII hex) should be printed. */
160 /* Calls sg_scsi_normalize_sense() after obtaining the sense buffer and
  /external/googletest/
README.md 10 GoogleMock projects. These were so closely related that it makes sense to
130 in the C++ sense) using a script.
  /external/iproute2/man/man8/
arpd.8 32 Suppress sending broadcast queries by the kernel. This option only makes sense together with option -a.
35 Specifies the timeout of the negative cache. When resolution fails, arpd suppresses further attempts to resolve for this period. This option only makes sense together with option '-k'. This timeout should not be too much longer than the boot time of a typical host not supporting gratuitous ARP. Default value is 60 seconds.
  /external/libchrome/base/
scoped_generic.h 151 // Forbid comparison. If U != T, it totally doesn't make sense, and if U ==
152 // T, it still doesn't make sense because you should never have the same
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.h 28 // A struct header doesn't make sense, for example:
35 // An array header doesn't make sense, for example:
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
a16721.htm 157 > in the sense of
171 the same sense. It complements the GNU General Public License,
  /external/mesa3d/src/gallium/state_trackers/clover/util/
algebra.hpp 33 /// Class that identifies vectors (in the linear-algebraic sense).
36 /// makes sense as vector arithmetic operand.
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PPreferredServiceParser.java 83 * make sense. It would be something like-->
90 * of the application to make sense of the entire URN holistically. We can only check for the
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraDeviceInfo.java 151 * sense for the upper-left corner to be at the origin.
170 * sense for the upper-left corner to be at the origin.
  /frameworks/support/compat/src/main/java/androidx/core/view/inputmethod/
EditorInfoCompat.java 39 * <li>When storing typing history does not make much sense. Specifying this flag in typing
60 * already respect this flag in a sense), but there are cases when this is not the default. For
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcherImpl.java 35 // Android-removed: Code to load native libraries, doesn't make sense on Android.
186 // Android-removed: Code to load native libraries, doesn't make sense on Android.
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockGenericController.java 79 // Swipe doesn't make sense for profiles.
92 * manager or because some flow only makes sense with secure lock screens.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-x86_64.s 104 #; This function is never called and the CFI info doesn't make sense.
134 #; This function is never called and the CFI info doesn't make sense.
  /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)) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecompositionImpl.java 312 * Solve the linear equation A &times; X = B in least square sense.
328 * Solve the linear equation A &times; X = B in least square sense.
345 * Solve the linear equation A &times; X = B in least square sense.
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 18 1. The VM code is NOT guaranteed safe in a java sense. Doing so makes it
61 Yup, I think that this makes a lot of sense. I am still intrigued,
188 I think it makes sense to do so when we get our ideas more formalized and
  /external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 18 1. The VM code is NOT guaranteed safe in a java sense. Doing so makes it
61 Yup, I think that this makes a lot of sense. I am still intrigued,
188 I think it makes sense to do so when we get our ideas more formalized and
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 57 /// modeled both universally (in the readnone/readonly) sense, but also
85 /// DetailsType - Indicate the sense of the LocationDetails array. This
95 /// DoesNot - If DetailsType is set to DoesNot, then the sense of the
  /packages/apps/Launcher2/res/values-ca/
strings.xml 80 <string name="permdesc_install_shortcut" msgid="8634424803272077038">"Permet a una aplicació afegir dreceres sense intervenció de l\'usuari."</string>
82 <string name="permdesc_uninstall_shortcut" msgid="274355570620220977">"Permet que l\'aplicació elimini dreceres sense la intervenció de l\'usuari."</string>
90 <string name="folder_hint_text" msgid="8633351560105748141">"Carpeta sense nom"</string>
  /art/compiler/optimizing/
code_generator_utils.cc 27 // It does not make sense to calculate magic and shift for zero divisor.
  /bionic/libc/bionic/
wcwidth.cpp 73 // but wide makes more sense.
  /bootable/recovery/edify/
README.md 28 - All functions are actually macros (in the Lisp sense); the body of
  /cts/tests/app/src/android/app/cts/
DisplayTest.java 71 // For square screens the following assertions do not make sense and will always fail.

Completed in 2035 milliseconds

<<11121314151617181920>>