HomeSort by relevance Sort by last modified time
    Searched defs:INPUT_DATA (Results 1 - 6 of 6) sorted by null

  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 42 bool SensorBase::INPUT_DATA = false;
84 INPUT_DATA = true;
SensorBase.h 66 static bool INPUT_DATA; /* log the data input from the events */
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 42 bool SensorBase::INPUT_DATA = false;
83 INPUT_DATA = true;
SensorBase.h 66 static bool INPUT_DATA; /* log the data input from the events */
  /hardware/invensense/60xx/libsensors_iio/
local_log_def.h 15 #define INPUT_DATA (0) /* log the data input from the events */
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
CipherFactoryTest.java 24 private static final byte[] INPUT_DATA = {1, 16, 84};
67 byte[] output = sameOutputDifferentCiphers(INPUT_DATA, aEncrypt, bEncrypt);
73 assertTrue(Arrays.equals(decrypted, INPUT_DATA));
100 sameOutputDifferentCiphers(INPUT_DATA, aCipher, bCipher);
128 sameOutputDifferentCiphers(INPUT_DATA, aCipher, bCipher);
186 sameOutputDifferentCiphers(INPUT_DATA, aCipher, bCipher);

Completed in 1631 milliseconds