Searched refs:we (Results 1 - 25 of 40) sorted by relevance

12

/frameworks/rs/java/
H A DAndroid.mk3 # Only build our tests if we doing a top-level build. Do not build the
4 # tests if we are just doing an mm or mmm in frameworks/rs.
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk10 # Notice that we don't have to include the src files of SmokeTestApp because, by
11 # running the tests using an instrumentation targeting SmokeTestApp, we
/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc37 // if we meet '//', '///', '////', ...
41 // if we meet '/./'
44 // if we meet '/../'
47 // if we meet other else
49 // if we meet '/.../', '/..../', ... -> illegal
187 // 2. Some but not all elements had been put into cache, and we stoped.
H A DSystem.inc54 // On darwin, we want to update the version to match that of the
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc31 // if we meet '//', '///', '////', ...
35 // if we meet '/./'
38 // if we meet '/../'
41 // if we meet other else
43 // if we meet '/.../', '/..../', ... -> illegal
156 // 2. Some but not all elements had beed put into cache, and we stoped.
/frameworks/base/packages/SettingsProvider/test/
H A DAndroid.mk5 # Note we statically link SettingsState to do some unit tests. It's not accessible otherwise
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk33 # .. we want to avoid that... so we put it somewhere
/frameworks/native/services/surfaceflinger/tests/
H A DAndroid.mk29 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/services/
H A DAndroid.mk63 # If we ran an mm[m] command, we still want to build the individual
64 # services that we depend on. This differs from the above condition
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk35 # Make sure bionic is first so we can include system headers.
/frameworks/native/libs/gui/tests/
H A DAndroid.mk48 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/opengl/libagl/
H A DAndroid.mk41 # we need to access the private Bionic header <bionic_tls.h>
/frameworks/native/opengl/libs/
H A DAndroid.mk38 # we need to access the private Bionic header <bionic_tls.h>
85 # we need to access the private Bionic header <bionic_tls.h>
114 # we need to access the private Bionic header <bionic_tls.h>
141 # we need to access the private Bionic header <bionic_tls.h>
/frameworks/native/opengl/tests/EGLTest/
H A DAndroid.mk34 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/native/services/sensorservice/
H A DFusion.cpp79 * disturbance which we do not want to update into the fused frame.
96 * we reject it as invalid due to alignment of the vectors.
284 // Average all the values we collected so far
324 // ignore acceleration data if we're close to free-fall
363 // Also reject if too small since we will get ill-defined (zero mag)
381 // If we have created an orthogonal magnetic field successfully,
393 // P needs to stay positive semidefinite or the fusion diverges. When we
394 // detect divergence, we reset the fusion.
433 vec3_t we = w - b; local
435 if (length(we) < WVEC_EP
474 const vec3_t psi(sinf(hlwedT)*ilwe*we); local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dp_ol_wgh.cpp485 const Word16 *ww, *we;
489 we = &corrweight[123 + lag_max - old_lag];
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
506 we--;
596 const Word16 *we; local
601 we = &corrweight[123 + lag_max - old_lag];
618 t0 = Mpy_32_16(t0_h, t0_l, *we, pOverflow);
619 we--;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dp_med_ol.c40 Word16 *ww, *we, *hp_wsp; local
53 we = &corrweight[98 + L_max - L_0];
82 R0 = Mpy_32_16(hi, lo, *we);
83 we--;
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk29 # Notice that we don't have to include the src files of Email because, by
30 # running the tests using an instrumentation targeting Eamil, we
/frameworks/base/libs/input/
H A DAndroid.mk49 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/media/mca/filterfw/native/
H A Dlibfilterfw.mk19 # Uncomment the requirements below, once we need them:
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A DAndroid.mk25 # comment it out for now since we need use some hidden APIs
/frameworks/base/tools/preload2/
H A DAndroid.mk14 # For JDWP access we use the framework in the JDWP tests from Apache Harmony, for
/frameworks/support/
H A Dapicheck.mk72 # Check that the API we're building hasn't broken the last-released SDK version
89 # Check that the API we're building hasn't changed from the not-yet-released
/frameworks/av/media/libstagefright/tests/
H A DAndroid.mk105 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
/frameworks/base/core/tests/coretests/
H A DAndroid.mk54 # Use R_file_stamp as dependency because we want the test apks in place before the R.java is generated.

Completed in 1910 milliseconds

12