OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:multiple
(Results
1 - 25
of
6800
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/e2fsprogs/tests/f_dup3/
name
1
blocks claimed by one file
multiple
times
/external/kernel-headers/original/asm-x86/
shmparam.h
4
#define SHMLBA PAGE_SIZE /* attach addr a
multiple
of this */
/external/chromium/net/data/url_request_unittest/
with-headers.html.mock-http-headers
4
X-
Multiple
-Entries: a
5
X-
Multiple
-Entries: b
/external/clang/test/ASTMerge/Inputs/
namespace1.cpp
6
// Merge
multiple
namespaces
namespace2.cpp
6
// Merge
multiple
namespaces
/external/webkit/LayoutTests/storage/
multiple-transactions.html
4
<script src="
multiple
-transactions.js"></script>
7
This is a test to see if the database API allows
multiple
transactions to be queued on the same database at once:<br>
multiple-transactions-expected.txt
1
This is a test to see if the database API allows
multiple
transactions to be queued on the same database at once:
multiple-transactions-on-different-handles.html
4
<script src="
multiple
-transactions-on-different-handles.js"></script>
7
This is a test to see if queueing up
multiple
transactions on different handles to the same database results in a deadlock.<br>
/external/stlport/stlport/stl/
_relops_hash_cont.h
2
*
multiple
times with different _STLP_TEMPLATE_CONTAINER settings.
/ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h
2
*
multiple
times with different _STLP_TEMPLATE_CONTAINER settings.
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h
2
*
multiple
times with different _STLP_TEMPLATE_CONTAINER settings.
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_relops_hash_cont.h
2
*
multiple
times with different _STLP_TEMPLATE_CONTAINER settings.
/device/samsung/toro/
system.prop
9
# Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.
multiple
to false
10
ro.telephony.call_ring.
multiple
=0
/external/clang/test/Lexer/
multiple-include.c
7
#include "
multiple
-include.c"
11
#include "
multiple
-include.c"
/external/clang/test/SemaCXX/
class-base-member-init.cpp
12
b1(0), // expected-error {{
multiple
initializations given for non-static member 'b1'}}
14
S() // expected-error {{
multiple
initializations given for base 'S'}}
35
A<T>() { } // expected-error {{
multiple
initializations given for base 'A<T>'}}
42
T() { } // expected-error {{
multiple
initializations given for base 'T'}}
51
t(2) { } // expected-error {{
multiple
initializations given for non-static member 't'}}
72
A(short _) : a(0), c(0) {} // expected-error {{initializing
multiple
members of anonymous union}} expected-note {{previous initialization is here}}
73
A(int _) : d(0), e(0) {} // expected-error {{initializing
multiple
members of anonymous union}} expected-note {{previous initialization is here}}
74
A(long _) : a(0), d(0) {} // expected-error {{initializing
multiple
members of anonymous union}} expected-note {{previous initialization is here}}
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
...]
/frameworks/base/docs/html/training/multiple-apks/
index.jd
1
page.title=Creating and Maintaining
Multiple
APKs
5
next.title=Creating
Multiple
APKs for Different API Levels
26
<li><a href="http://developer.android.com/guide/market/publishing/
multiple
-apks.html">
Multiple
APK
33
<p>
Multiple
APK support is a feature in Android Market that allows you to publish
multiple
APKs
38
<p>This class shows you how to write your
multiple
APK application using any one of these
43
multiple
APKs the smart way, make sure they're targeting the devices you want them to,
51
<dt><b><a href="api.html">Creating
Multiple
APKs for Different API Levels</a></b></dt>
52
<dd>Learn how to target different versions of the Android platform using
multiple
APKs. Als
[
all
...]
/development/samples/USB/AdbTest/
README.txt
5
connecting to
multiple
devices and running
multiple
adb commands simultaneously.
/external/clang/test/SemaObjCXX/
warn-strict-selector-match.mm
16
[r meth1:r]; // expected-warning {{
multiple
methods named 'meth1:' found [-Wstrict-selector-match]}}
17
[r window]; // expected-warning {{
multiple
methods named 'window' found [-Wstrict-selector-match]}}
/development/samples/TicTacToeLib/
README.txt
4
split an APK into
multiple
projects.
/external/bluetooth/bluez/serial/
serial.conf
3
# There could be
multiple
proxy sections, the format is [Proxy <user chosen name>]
/external/chromium/chrome/common/extensions/docs/examples/
README.txt
7
* extensions/ - full featured extensions spanning
multiple
API packages
/external/kernel-headers/original/asm-arm/
shmparam.h
9
#define SHMLBA (4 * PAGE_SIZE) /* attach addr a
multiple
of this */
/external/llvm/test/Assembler/
2003-11-24-SymbolTableCrash.ll
1
; RUN: not llvm-as < %s |& grep {
multiple
definition}
/external/markdown/tests/extensions-x-footnotes/
footnote.txt
12
[^4]: A footnote with
multiple
paragraphs.
Completed in 365 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>