HomeSort by relevance Sort by last modified time
    Searched refs:selfTest (Results 1 - 7 of 7) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
ak8975.h 174 * @param selfTest true if we are running a self test, false
178 bool update(bool selfTest=false);
192 bool selfTest();
ak8975.cxx 141 bool AK8975::update(bool selfTest)
143 // this flag (selfTest) is used so that we can read values without
144 // specifically taking a measurement. For example, selfTest will
147 if (!selfTest)
177 bool AK8975::selfTest()
201 ": Unable to set SELFTEST mode");
  /external/deqp/modules/internal/
ditDelibsTests.cpp 187 addChild(new SelfCheckCase(m_testCtx, "commandline", "de::cmdline::selfTest()", de::cmdline::selfTest));
  /prebuilts/go/darwin-x86/test/
fibo.go 252 func selfTest() {
288 selfTest()
  /prebuilts/go/linux-x86/test/
fibo.go 252 func selfTest() {
288 selfTest()
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 424 void selfTest (void);
deCommandLine.cpp 347 void selfTest (void)

Completed in 2996 milliseconds