HomeSort by relevance Sort by last modified time
    Searched refs:be (Results 1 - 25 of 1088) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/vp8/encoder/arm/
encodemb_arm.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
23 void vp8_subtract_b_neon(BLOCK *be, BLOCKD *bd, int pitch)
25 unsigned char *src_ptr = (*(be->base_src) + be->src);
26 short *diff_ptr = be->src_diff;
28 int src_stride = be->src_stride;
  /external/qemu/distrib/sdl-1.2.12/src/thread/beos/
SDL_systhread_c.h 10 This library is distributed in the hope that it will be useful,
25 #include <be/kernel/OS.h>
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
Makefile 2 @echo Nothing to be made.
9 @echo Nothing to be made.
  /external/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
_ioserr.h 2 * This file is included in every header that needs the STLport library to be
5 * iostreams part of STLport cannot be used when the symbols were defined
9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
  /external/webkit/WebCore/manual-tests/inspector/resources/
script-error.js 2 this.will.be.an.error = 1;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cprolog.h 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
_ioserr.h 2 * This file is included in every header that needs the STLport library to be
5 * iostreams part of STLport cannot be used when the symbols were defined
9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
  /ndk/tests/standalone/test-fpic/
test-fpic.c 25 #error -fPIC is the default, should be -fpic
28 #error __PIC__ value is unsupported! Should be 1 to indicate -fpic is the default.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.AbsoluteLayout.groovy 69 Rect be = elements[0].getBounds();
71 if (be.isValid()) {
75 int offsetX = x - be.x;
76 int offsetY = y - be.y;
129 Rect be = element.getBounds();
147 if (be.isValid()) {
148 offset = new Point(x - be.x, y - be.y);
150 } else if (offset != null && be.isValid()) {
151 x = offset.x + be.x
    [all...]
  /development/ndk/samples/module-exports/jni/bar/
bar.h 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */
6 #error FOO should be defined here !

Completed in 3008 milliseconds

1 2 3 4 5 6 7 8 91011>>