OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmc
(Results
1 - 3
of
3
) 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
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h
[
all
...]
/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 276 milliseconds