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

  /hardware/bsp/intel/peripheral/libupm/examples/python/
hmc5883l.py 27 hmc = hmc5883l.Hmc5883l(0) variable
28 hmc.set_declination(0.2749)
33 hmc.update() # Update the data
34 pos = hmc.coordinates() # Read raw coordinates
35 hdg = hmc.heading() # Read heading
36 dir = hmc.direction() # Read direction
  /external/clang/test/CXX/special/class.copy/
implicit-move.cpp 56 HasMoveConstructor hmc; local
57 hmc = HasMoveConstructor(); // expected-error {{object of type 'HasMoveConstructor' cannot be assigned because its copy assignment operator is implicitly deleted}}

Completed in 89 milliseconds