OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:multiple
(Results
26 - 50
of
8545
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libvpx/libvpx/third_party/libyuv/
README.webm
11
The optimized scaler in libyuv is used in
multiple
resolution encoder example,
13
in order to encode
multiple
resolution bit streams.
/external/clang/test/SemaCXX/
member-name-lookup.cpp
38
d.a; // expected-error{{non-static member 'a' found in
multiple
base-class subobjects of type 'A':}}
40
d.c; // expected-error{{member 'c' found in
multiple
base classes of different types}}
41
d.d; // expected-error{{member 'd' found in
multiple
base classes of different types}}
42
d.f(0); // expected-error{{non-static member 'f' found in
multiple
base-class subobjects of type 'A':}}
50
D::E3 e3; // expected-error{{
multiple
base classes}}
54
a; // expected-error{{non-static member 'a' found in
multiple
base-class subobjects of type 'A':}}
56
c; // expected-error{{member 'c' found in
multiple
base classes of different types}}
57
d; // expected-error{{member 'd' found in
multiple
base classes of different types}}
58
f(0); // expected-error{{non-static member 'f' found in
multiple
base-class subobjects of type 'A':}}
66
E3 e3; // expected-error{{member 'E3' found in
multiple
base classes of different types}
[
all
...]
/development/samples/TicTacToeLib/
README.txt
4
split an APK into
multiple
projects.
/external/chromium/chrome/common/extensions/docs/examples/
README.txt
7
* extensions/ - full featured extensions spanning
multiple
API packages
/external/eigen/cmake/
FindGMP.cmake
1
# Try to find the GNU
Multiple
Precision Arithmetic Library (GMP)
/external/kernel-headers/original/asm-arm/
shmparam.h
9
#define SHMLBA (4 * PAGE_SIZE) /* attach addr a
multiple
of this */
/external/kernel-headers/original/asm-mips/
shmparam.h
11
#define SHMLBA 0x40000 /* attach addr a
multiple
of this */
/external/llvm/test/Assembler/
2003-11-24-SymbolTableCrash.ll
1
; RUN: not llvm-as < %s 2>&1 | grep "
multiple
definition"
/external/markdown/tests/extensions-x-footnotes/
footnote.txt
12
[^4]: A footnote with
multiple
paragraphs.
/external/markdown/tests/misc/
blockquote-hr.html
12
With
multiple
lines.
blockquote-hr.txt
16
> With
multiple
lines.
/external/webkit/LayoutTests/fast/dom/Geolocation/
delayed-permission-allowed-for-multiple-requests-expected.txt
1
Tests that when
multiple
requests are waiting for permission, no callbacks are invoked until permission is allowed.
/external/webkit/LayoutTests/fast/dom/getElementsByClassName/
007.html
4
<title>document.getElementsByClassName():
multiple
classes</title>
008.html
4
<title>document.getElementsByClassName():
multiple
classes</title>
/external/webkit/LayoutTests/storage/domstorage/localstorage/
window-open-expected.txt
1
This is a test to make sure the localStorage object for
multiple
windows in the same security origin share the same global storage area.
/external/webkit/LayoutTests/storage/
multiple-transactions-on-different-handles-expected.txt
1
This is a test to see if queueing up
multiple
transactions on different handles to the same database results in a deadlock.
/external/webkit/Source/WebKit/chromium/tests/data/pageserialization/
simple_iframe.html
4
correctly the expected resources when dealing with
multiple
frames.
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
newwindows.html
14
<h1>
Multiple
windows...</h1>
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
dillo
29
multiple
/ndk/tests/build/multi-abi/
README
1
This test checks that we can build the same binary for
multiple
architectures
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion2.xml
3
<!-- Test
multiple
pipes in the flag value -->
/external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp
23
U() {} // desired-error {{initializing
multiple
members of union}}
24
U(int) : a(1) {} // desired-error {{initializing
multiple
members of union}}
25
U(char) : b('y') {} // desired-error {{initializing
multiple
members of union}}
28
U(double) : a(1), // expected-note{{previous initialization is here}} desired-error {{initializing
multiple
members of union}}
29
b('y') {} // expected-error{{initializing
multiple
members of union}}
/external/clang/test/SemaObjC/
arc-repeated-weak.mm
22
use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed
multiple
times in this function but may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
57
use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed
multiple
times}}
66
use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed
multiple
times in this function and may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
71
use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed
multiple
times}}
76
use(a.implicitProp); // expected-warning{{weak implicit property 'implicitProp' is accessed
multiple
times}}
81
use(Test.weakProp); // expected-warning{{weak implicit property 'weakProp' is accessed
multiple
times}}
92
use(a->weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed
multiple
times}}
98
use(a); // expected-warning{{weak variable 'a' is accessed
multiple
times}}
103
use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed
multiple
times}}
114
use([a weakProp]); // expected-warning{{weak property 'weakProp' is accessed
multiple
times}
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_Average_4x.c
34
* iPredStep0 - Step of reference block 0; must be a
multiple
of 4.
35
* iPredStep1 - Step of reference block 1; must be a
multiple
of 4.
36
* iDstStep - Step of the destination buffer; must be a
multiple
of 4.
51
* - iPredStep0 <= 0 or iPredStep0 is not a
multiple
of 4
52
* - iPredStep1 <= 0 or iPredStep1 is not a
multiple
of 4
53
* - iDstStep <= 0 or iDstStep is not a
multiple
of 4
/development/samples/USB/AdbTest/
_index.html
5
connecting to
multiple
devices and running
multiple
<code>adb</code> commands simultaneously.</p>
Completed in 2601 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>