OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have
(Results
751 - 775
of
66330
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/clang/test/SemaCXX/
overloaded-operator-decl.cpp
23
X operator+(int, float); // expected-error{{overloaded 'operator+' must
have
at least one parameter of class or enumeration type}}
25
X operator*(X, X = 5); // expected-error{{parameter of overloaded 'operator*' cannot
have
a default argument}}
37
X operator++(X&, FLOAT); // expected-error{{parameter of overloaded post-increment operator must
have
type 'int' (not 'FLOAT' (aka 'float'))}}
/external/e2fsprogs/intl/
dcgettext.c
14
You should
have
received a copy of the GNU Library General Public
34
code is also used in GNU C Library where the names
have
a __
35
prefix. So we
have
to make a difference here. */
dcngettext.c
14
You should
have
received a copy of the GNU Library General Public
34
code is also used in GNU C Library where the names
have
a __
35
prefix. So we
have
to make a difference here. */
dgettext.c
14
You should
have
received a copy of the GNU Library General Public
37
code is also used in GNU C Library where the names
have
a __
38
prefix. So we
have
to make a difference here. */
dngettext.c
14
You should
have
received a copy of the GNU Library General Public
37
code is also used in GNU C Library where the names
have
a __
38
prefix. So we
have
to make a difference here. */
gettext.c
14
You should
have
received a copy of the GNU Library General Public
41
code is also used in GNU C Library where the names
have
a __
42
prefix. So we
have
to make a difference here. */
ngettext.c
14
You should
have
received a copy of the GNU Library General Public
43
code is also used in GNU C Library where the names
have
a __
44
prefix. So we
have
to make a difference here. */
/external/eigen/unsupported/
README.txt
5
In order to use an unsupported module you
have
to do either:
14
If you are interested in contributing to one of them, or
have
other stuff
22
- should
have
some general purpose in the sense that it could
/external/icu/icu4c/source/samples/translit/
unaccent.h
72
* Subclasses that do not implement this method will
have
a
76
* class
have
the same class ID. Objects of other classes
have
/external/iproute2/
README
16
arpd needs to
have
the db4 development libraries. For Debian
35
the build environment may not
have
up to date versions. See Makefile
36
if you
have
special requirements and need to point at different
/external/libmtp/examples/
util.c
18
* You should
have
received a copy of the GNU Lesser General Public
59
printf("Your system does not appear to
have
UTF-8 enabled ($LANG=\"%s\")\n", lang);
60
printf("If you want to
have
support for diacritics and Unicode characters,\n");
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
NumberParseException.java
33
// code) could
have
.
36
// valid phone number could
have
.
38
// This indicates the string had more digits than any valid phone number could
have
.
/external/lldb/test/macosx/order/
TestOrderFile.py
2
Test that debug symbols
have
the correct order as specified by the order file.
34
# Test that the debug symbols
have
Function f3 before Function f1.
43
"Symbols
have
correct order by the order file")
/external/ltrace/sysdeps/linux-gnu/mips/
arch.h
16
* You should
have
received a copy of the GNU General Public License
70
/* Set for FUNCs that
have
GOT entries but not PLT entries. */
72
/* Set for FUNCs that
have
PLT entries that are always used. */
/external/robolectric/src/main/java/
overview.html
7
<!-- THE TITLE FOR THIS PAGE is in the <doctitle> element of the "javadoc" task in robolectric/build.xml (where I would never
have
thought to look for it...) -->
13
that make up Robolectric
have
been designed to be extended or replaced as needed. <p>
15
If you
have
created extensions to Robolectric that you believe to be of use to a larger audience, please consider
/external/skia/src/core/
SkPathEffect.cpp
56
// either of these may fail, so we
have
to check for nulls later on
63
// we may
have
failed to unflatten these, so we
have
to check
/external/smack/src/org/jivesoftware/smackx/pubsub/
EmbeddedPacketExtension.java
30
* <p>Top level extensions
have
only one element, but they can
have
multiple children, or
31
* their children can
have
multiple children. This interface is a way of allowing extensions
/external/stlport/
INSTALL
9
To use STLport iostreams, locale and complex numbers, you
have
to build STLport
14
Now you
have
to choose between STLport iostreams or no iostreams.
34
directly if you
have
to make compiler-specific configuration changes
49
Verify you can do command line compiles. IDE users may
have
to do something
54
configure script should
have
already created a Makefile file so that you only
55
have
to call 'make' or 'nmake' (for some platforms GNU make might be hidden
61
the STL, you do not
have
to build the library.
63
If you
have
decided to disable STLport iostreams and locale using _STLP_NO_IOSTREAMS
132
Examples (imagine you
have
mytest.cpp in the same directory as this file is):
138
you do not
have
to specify "stlport.M.m.lib" explicitly, as it is being choose
[
all
...]
/external/valgrind/main/gdbserver_tests/
nlvgdbsigqueue.stdinB.gdb
15
echo continuing to
have
vgdb interrupted by simulate_control_c\n
18
# Now vgdb should
have
received the interrupt, and so has
25
# continue, so as to
have
vgdb sending queued signals when PTRACE_DETACHing
/frameworks/base/docs/html/distribute/analyze/
index.jd
10
Successful developers
have
found that understanding what users do inside
27
you can
have
a full view of the transactions, such as in-app purchases,
30
data in AdMob</a> and
have
the full picture of your app revenue.
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
FieldPositionTest.java
115
assertEquals("getBeginIndex should
have
returned 2",
127
assertEquals("getEndIndex should
have
returned 3",
137
assertEquals("FieldPosition(65) should
have
caused getField to return 65",
140
assertEquals("FieldPosition(DateFormat.Field.MINUTE) should
have
caused getField to return -1",
151
"FieldPosition(DateFormat.Field.TIME_ZONE) should
have
caused getFieldAttribute to return DateFormat.Field.TIME_ZONE",
156
"FieldPosition(DateFormat.TIMEZONE_FIELD) should
have
caused getFieldAttribute to return null",
186
assertEquals("beginIndex should
have
been set to 2", 2, fpos
190
assertEquals("beginIndex should
have
been set to Integer.MAX_VALUE",
194
assertEquals("beginIndex should
have
been set to -1",
202
assertEquals("EndIndex should
have
been set to 3", 3, fpo
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
compare_pointees.hpp
24
// If both x and y
have
valid pointees, returns the result of (*x == *y)
26
// If none
have
valid pointees, returns true.
49
// ElseIf both x and y
have
valid pointees, returns the result of (*x < *y)
/packages/apps/Mms/tests/src/com/android/mms/util/
SendIntentTests.java
35
* This tests verifies that we
have
to
have
android.permission.SEND_SMS to send this intent.
38
testAndroidTestCaseSetupProperly(); // verify we
have
a context
/packages/apps/Nfc/etc/
sample_nfcee_access.xml
18
Each signer tag must
have
one android:signature.
20
Each package tag must
have
one android:name.
24
with the specified certificate must
have
a package name that is an
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
alloc-pool.h
17
You should
have
received a copy of the GNU General Public License
39
/* These are the elements that
have
been allocated at least once and freed. */
42
/* These are the elements that
have
not yet been allocated out of
Completed in 988 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>