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

/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk12 # Notice that we don't have to include the src files of SmokeTestApp because, by
13 # running the tests using an instrumentation targeting SmokeTestApp, we
/frameworks/base/opengl/libagl/
H A DAndroid.mk41 # we need to access the private Bionic header <bionic_tls.h>
42 # on ARM platforms, we need to mirror the ARCH_ARM_HAVE_TLS_REGISTER
/frameworks/base/opengl/libs/
H A DAndroid.mk28 # we need to access the private Bionic header <bionic_tls.h>
59 # make sure we depend on egl.cfg, so it gets installed
82 # we need to access the private Bionic header <bionic_tls.h>
118 # we need to access the private Bionic header <bionic_tls.h>
/frameworks/base/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/base/camera/libcameraservice/
H A DAndroid.mk6 # we always use the fake camera.
/frameworks/base/libs/binder/
H A DAndroid.mk15 # we have the common sources, plus some device-specific stuff
/frameworks/base/libs/rs/
H A DAndroid.mk10 # These symbols are normally defined by BUILD_XXX, but we need to define them
/frameworks/base/libs/utils/
H A DAndroid.mk76 # we have the common sources, plus some device-specific stuff
/frameworks/base/core/jni/
H A DAndroid.mk198 # we need to access the private Bionic header
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java34 * constituent pieces, which we return to the client.
381 // prefix matches, we reverse all the strings to get suffix comparisons.
403 // we need to distinguish them. Since we looked for ports above, a colon
404 // is always punctuation here. To distinguish '?' cases, we look at the
477 * - If the format is to be turned on, we use the _first_ instance; if it
478 * is to be turned off, we use the _last_ instance (by appending the
497 // Keeps track of whether we've seen a character (in map if we've seen it)
498 // and whether we shoul
[all...]

Completed in 170 milliseconds