HomeSort by relevance Sort by last modified time
    Searched full:hall (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/snakeyaml/src/test/resources/javabeans/
house-dump1.yaml 10 - name: Hall
house-dump3.yaml 10 - name: Hall
house-dump2.yaml 11 - name: Hall
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
collationdata.h 131 "Hall 1739-1797, John",
132 "Hall 1885, Douglas",
133 "Hall, Ann",
134 "Hall, Bernard",
135 "Hall, Cyrenius",
136 "Hall, Doug",
137 "Hall, George Henry",
138 "Hall, Harry",
139 "Hall, John",
140 "Hall, Pam"
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/a110x/
a110x.h 35 * @brief A110X Hall Effect library
43 * @comname A110X Hall Effect Sensor
44 * @altname Grove Hall Sensor
48 * @web http://www.allegromicro.com/en/Products/Magnetic-Digital-Position-Sensor-ICs/Hall-Effect-Unipolar-Switches/A1101-2-3-4-6.aspx
52 * @brief API for the A110X Hall Effect sensors
55 * Hall Effect sensors. It outputs a digital signal indicating
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
a110x-intr.cxx 55 upm::A110X* hall = new upm::A110X(2); local
62 hall->installISR(hallISR, NULL);
74 delete hall;
a110x.cxx 47 upm::A110X* hall = new upm::A110X(2); local
53 bool val = hall->magnetDetected();
65 delete hall;
  /device/google/contexthub/firmware/misc/variant/lunchbox/
Makefile 56 # Hall effect sensor driver
57 SRCS_os += src/drivers/hall/hall.c
  /device/google/contexthub/firmware/misc/variant/nucleo/
Makefile 59 # Hall effect sensor driver
60 SRCS_os += src/drivers/hall/hall.c
  /hardware/bsp/intel/peripheral/libupm/examples/java/
A110XSample.java 39 upm_a110x.A110X hall = new upm_a110x.A110X(2); local
43 if(hall.magnetDetected())
A110X_intrSample.java 43 upm_a110x.A110X hall = new upm_a110x.A110X(2); local
51 hall.installISR(callback);
  /packages/apps/Settings/tests/app/res/values-is-rIS/
strings.xml 22 <string name="operator_hello" msgid="5164036004953019483">"Halló, símafyrirtæki!"</string>
25 <string name="manufacturer_hello" msgid="5926168503597475062">"Halló, framleiðandi!"</string>
  /frameworks/native/opengl/specs/
EGL_ANDROID_image_native_buffer.txt 13 Jesse Hall
17 Jesse Hall, Google Inc. (jessehall 'at' google.com)
107 #1 (Jesse Hall, November 28, 2012)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
HighamHall54Integrator.java 24 * This class implements the 5(4) Higham and Hall integrator for
40 private static final String METHOD_NAME = "Higham-Hall 5(4)";
68 * Build a fifth order Higham and Hall integrator with the given step bounds
84 * Build a fifth order Higham and Hall integrator with the given step bounds
  /packages/apps/Bluetooth/res/values-is-rIS/
test_strings.xml 4 <string name="hello" msgid="1740533743008967039">"Halló, heimur. TestActivity"</string>
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
a110x.js 30 // Instantiate a Hall Effect magnet sensor on digital pin D2
  /hardware/bsp/intel/peripheral/libupm/examples/python/
a110x.py 27 # Instantiate a Hall Effect magnet sensor on digital pin D2
  /prebuilts/go/darwin-x86/src/math/cmplx/
exp.go 18 // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
log.go 18 // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
pow.go 18 // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
  /prebuilts/go/linux-x86/src/math/cmplx/
exp.go 18 // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
log.go 18 // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
pow.go 18 // Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
HouseTest.java 42 rooms.add(new Room("Hall"));
74 rooms.add(new Room("Hall"));
120 rooms.add(new Room("Hall"));
  /device/google/contexthub/firmware/src/drivers/hall/
hall.c 128 .sensorName = "Hall",
164 // report initial state of hall interrupt pin

Completed in 1268 milliseconds

1 2 3 4 5 6