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

<<11121314151617181920>>

  /external/autotest/client/common_lib/cros/tendo/
n_faced_peerd_helper.py 39 address. This should be an IP address that makes sense for
  /external/autotest/client/site_tests/video_GlitchDetection/
control.collect_images_chameleon 15 To have a sense of the 'quality' of the video playing on a ChromeOS device,
  /external/chromium-trace/catapult/devil/devil/utils/
geometry.py 32 # on the right, which does not make sense for a Point.
  /external/chromium-trace/
update.py 23 IGNORE_PATTERNS = ['OWNERS'] # doesn't make sense to sync owners files
  /external/curl/docs/libcurl/opts/
CURLOPT_CAPATH.3 35 This makes sense only when used in combination with the
CURLOPT_CRLFILE.3 42 This option makes sense only when used in combination with the
CURLOPT_ISSUERCERT.3 39 This option makes sense only when used in combination with the
CURLOPT_PROXY_CAPATH.3 35 utility. This makes sense only when \fICURLOPT_PROXY_SSL_VERIFYPEER(3)\fP is
CURLOPT_PROXY_CRLFILE.3 44 This option makes sense only when used in combination with the
CURLOPT_STREAM_WEIGHT.3 36 sense and is only usable when doing multiple streams over the same
  /external/eigen/Eigen/src/misc/
Kernel.h 28 // so that the product "matrix * kernel = zero" makes sense
  /external/guava/
README.jdk5 10 make sense without the above.
  /external/guava/guava/src/com/google/common/hash/
HashingOutputStream.java 41 // TODO(user): Evaluate whether it makes sense to always piggyback the computation of a
  /external/icu/icu4c/source/test/testdata/
test4.ucm 17 # both subchars are single-byters, which does not make sense
  /external/iptables/extensions/
libxt_tcp.man 39 If the "!" flag precedes the "\-\-syn", the sense of the
  /external/kernel-headers/original/uapi/linux/
bsg.h 35 __u64 response; /* [i], [*o] {SCSI: (auto)sense data} */
pg.h 57 char scsi; /* "scsi" status == sense key */
  /external/libcap/libcap/
cap_extint.c 89 /* Does the external representation make sense? */
  /external/libchrome/base/memory/
shared_memory_helper.cc 30 // It doesn't make sense to have a open-existing private piece of shmem
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
negative_sign.pass.cpp 17 // On this one, common sense is the guideline.
  /external/libjpeg-turbo/
jmemnobs.c 15 * This is very portable in the sense that it'll compile on almost anything,
  /external/libmojo/base/android/java/src/org/chromium/base/
ApkAssets.java 40 // It makes sense to log here when the file exists, but is unable to be opened as an fd
  /external/libmojo/mojo/public/cpp/bindings/
array_traits.h 51 // // return by value instead of by reference if it makes sense for the
  /external/libmojo/third_party/catapult/devil/devil/utils/
geometry.py 32 # on the right, which does not make sense for a Point.
  /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...]

Completed in 2016 milliseconds

<<11121314151617181920>>