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

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
adxl335.cxx 59 float aX, aY, aZ;
64 accel->acceleration(&aX, &aY, &aZ);
67 cout << "Acceleration: Z: " << aZ << "g" << endl;
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
adxl335.js 57 var aZ = new analogGyro3Axis.new_floatPointer();
70 myAnalogGyro3Axis.acceleration(aX, aY, aZ);
76 analogGyro3Axis.floatPointer_value(aZ) + "g";
  /hardware/bsp/intel/peripheral/libupm/examples/python/
adxl335.py 59 aZ = upmAdxl335.new_floatPointer()
68 myAnalogAccel.acceleration(aX, aY, aZ)
73 upmAdxl335.floatPointer_value(aZ))
  /external/libgdx/gdx/src/com/badlogic/gdx/math/collision/
Segment.java 48 * @param aZ the z-coordinate of the first point
52 public Segment (float aX, float aY, float aZ, float bX, float bY, float bZ) {
53 this.a.set(aX, aY, aZ);
  /hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
javaupm_h3lis331dl.i 7 %apply float *OUTPUT { float *aX, float *aY, float *aZ };
h3lis331dl.cxx 576 void H3LIS331DL::getAcceleration(float *aX, float *aY, float *aZ)
582 *aZ = float(m_rawZ - m_adjZ) * gains;
h3lis331dl.h 575 * @param aZ Returned Z-axis acceleration
577 void getAcceleration(float *aX, float *aY, float *aZ);
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go 259 {"91050633444aZ", false, time.Time{}},
    [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go 259 {"91050633444aZ", false, time.Time{}},
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 434 ?h!@???ZP??????J?a????x(?pxQ?? ??l??E?5v????L???azZ2???`8?? ?kQ??a?l ?q&?-?_g"#???9?5? ????G?U????
    [all...]
hrtf_g722_1C_48_jitterT2.rtp 430 ?h!@???ZP??????J?a????x(?pxQ?? ??l??E?5v????L???azZ2???`8?? ?kQ??a?l ?q&?-?_g"#???9?5? ????G?U????
    [all...]

Completed in 617 milliseconds