HomeSort by relevance Sort by last modified time
    Searched refs:be (Results 101 - 125 of 4430) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
bitops_32.h 16 #error only <linux/bitops.h> can be included directly
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
hashtable.h 11 // This library is distributed in the hope that it will be useful,
40 # error C++0x header cannot be included from TR1 header
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
c++0x_warning.h 9 // This library is distributed in the hope that it will be useful,
32 ISO C++ standard, C++0x. This support is currently experimental, and must be \
fenv.h 11 // This library is distributed in the hope that it will be useful,
41 # error C++0x header cannot be included from TR1 header
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
functional_hash.h 11 // This library is distributed in the hope that it will be useful,
36 # error TR1 header cannot be included from C++0x header
hashtable.h 11 // This library is distributed in the hope that it will be useful,
36 # error TR1 header cannot be included from C++0x header
  /external/webkit/LayoutTests/fast/url/script-tests/
host.js 4 // Basic canonicalization, uppercase should be converted to lowercase.
6 // Spaces and some other characters should be escaped.
13 // Ideographic full stop (full-width period for Chinese, etc.) should be
18 // escaped UTF-8 (the invalid character should be replaced with the
23 // Test name prepping, fullwidth input should be converted to ASCII and NOT
34 // Basic IDN support, UTF-8 and UTF-16 input should be converted to IDN
37 // UTF-8 (wide case). The output should be equivalent to the true wide
40 // Invalid escaped characters should fail and the percents should be
46 // Escaped numbers should be treated like IP addresses if they are.
54 // Fullwidth and escaped UTF-8 fullwidth should still be treated as IP
    [all...]
  /external/libvpx/vp8/encoder/
encodeintra.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.
33 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode)
37 ENCODEMB_INVOKE(&rtcd->encodemb, subb)(be, b, 16);
39 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
41 x->quantize_b(be, b);
57 BLOCK *be = &mb->block[i]; local
60 vp8_encode_intra4x4block(rtcd, mb, be, b, b->bmi.mode)
    [all...]
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 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.
19 ;# Make the assumption that input will not be aligned,
20 ;# but the output will be. So two reads and a perm
platform_altivec.asm 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.
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 33 of the back color buffer to the front color buffer. This can be
35 when the back color buffer cannot be damaged by other windows.
63 may be used to copy a rectangular region of the back color buffer to
64 the front color buffer. This can be used to quickly repaint 3D windows
65 in response to expose events when the back color buffer cannot be
75 may be issued immediately after calling glXCopySubBufferMESA, but
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 101 Rect be = elements[0].getBounds(); local
103 if (be.isValid()) {
107 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0);
108 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0);
166 Rect be = element.getBounds();
181 if (be.isValid()) {
182 offset = new Point(x - be.x, y - be.y);
184 } else if (offset != null && be.isValid()) {
185 x = offset.x + be.x
    [all...]
  /external/libvpx/vp8/decoder/arm/armv5/
dequantize_v5.asm 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.
  /external/libvpx/vpx_ports/
emms.asm 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.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-exception.js 13 debug('This test can not be run without the LayoutTestController');
22 // Yield to allow for the error callback to be invoked. The timer
23 // must be started before the exception is thrown.
page-reload-cancel-permission-requests.js 22 // a permission request. Permission should be undecided at this point, so the
23 // permission request should still be outstanding by page reload.
30 testFailed('Permission should not be determined for this page: ' + p);
permission-denied-stops-watches.js 4 // to be requested, then deny it.
9 debug('This test can not be run without the LayoutTestController');
28 // yield to allow a chance for the success callback to be invoked.
  /external/webrtc/
android-webrtc.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/common_audio/resampler/main/source/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/common_audio/vad/main/source/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/aec/main/source/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/aecm/main/source/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
  /external/webrtc/src/modules/audio_processing/utility/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.

Completed in 688 milliseconds

1 2 3 45 6 7 8 91011>>