OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:another
(Results
151 - 175
of
15616
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/markdown/tests/misc/
blockquote.txt
21
> > and this has 4 on level 2 -
another
code block.
/external/markdown/tests/safe_mode/
inline-html-comments.html
4
This is
another
comment.
/external/selinux/python/sepolicy/sepolicy/help/
system_export.txt
4
If you have several machines configured the same way you may want to modify the SELinux configuration on one machine and then export the configuration to a file. Then you could copy that file to
another
machine and import it on that machine.
/external/snakeyaml/src/test/resources/pyyaml/
construct-custom.data
26
my-
another
-parameter: [1,2,3]
/external/swiftshader/third_party/LLVM/test/Assembler/
2002-03-08-NameCollision2.ll
3
;
Another
name collision problem. Here the problem was that if a forward
/external/syslinux/bios/com32/modules/
ifplop.c32
/external/syslinux/efi32/com32/modules/
ifplop.c32
/external/syslinux/txt/
com-derv.txt
10
Prior to v4.00, *SYSLINUX* was only for FAT12/FAT16/FAT32 and
another
derivative, *EXTLINUX*, was for ext2/ext3 file systems, whose functionality has been merged into *SYSLINUX*.
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/
str.pass.cpp
25
buf.str("
another
test");
26
assert(buf.str() == "
another
test");
31
buf.str(L"
another
test");
32
assert(buf.str() == L"
another
test");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/string.streams/stringbuf/stringbuf.members/
str.pass.cpp
25
buf.str("
another
test");
26
assert(buf.str() == "
another
test");
31
buf.str(L"
another
test");
32
assert(buf.str() == L"
another
test");
/external/curl/tests/data/
test183
31
http://deathstar.
another
.galaxy/183 http://a.galaxy.far.far.away/183 --proxy http://%HOSTIP:%HTTPPORT
41
GET http://deathstar.
another
.galaxy/183 HTTP/1.1
43
Host: deathstar.
another
.galaxy
/packages/apps/Bluetooth/src/com/android/bluetooth/
SignedLongLong.java
68
public int compareTo(SignedLongLong
another
) {
69
if(mMostSigBits ==
another
.mMostSigBits) {
70
if(mLeastSigBits ==
another
.mLeastSigBits) {
73
if(mLeastSigBits <
another
.mLeastSigBits) {
78
if(mMostSigBits <
another
.mMostSigBits) {
/packages/apps/Settings/src/com/android/settings/vpn2/
AppPreference.java
101
AppPreference
another
= (AppPreference) preference;
local
103
if ((result =
another
.mState - mState) == 0 &&
104
(result = mName.compareToIgnoreCase(
another
.mName)) == 0 &&
105
(result = mPackageName.compareTo(
another
.mPackageName)) == 0) {
106
result = mUserId -
another
.mUserId;
111
LegacyVpnPreference
another
= (LegacyVpnPreference) preference;
local
112
return -
another
.compareTo(this);
/external/clang/test/SemaTemplate/
undefined-template.cpp
38
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::s_var_1' is explicitly instantiated in
another
translation unit}}
43
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<char>::s_var_2' is explicitly instantiated in
another
translation unit}}
48
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::s_func_1' is explicitly instantiated in
another
translation unit}}
57
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<char>::s_func_2' is explicitly instantiated in
another
translation unit}}
62
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::meth_1' is explicitly instantiated in
another
translation unit}}
71
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<char>::meth_1' is explicitly instantiated in
another
translation unit}}
80
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::s_tvar_2<long>' is explicitly instantiated in
another
translation unit}}
89
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::s_tfunc_2<long>' is explicitly instantiated in
another
translation unit}}
98
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::C2<char>::s_var_2' is explicitly instantiated in
another
translation unit}}
107
// expected-note@-1{{add an explicit instantiation declaration to suppress this warning if 'C1<int>::C2<char>::s_func_2' is explicitly instantiated in
another
translation unit}
[
all
...]
/external/clang/test/CodeGenCXX/
duplicate-mangled-name.cpp
14
void _ZN7MyClass4methEv() { } // expected-error {{definition with same mangled name as
another
definition}}
52
~T2() {} // expected-error {{definition with same mangled name as
another
definition}}
67
float abc = 2; // expected-error {{definition with same mangled name as
another
definition}}
/external/clang/test/Misc/
diag-presumed.c
24
another
error;
28
// PRESUMED: systemheader.h:7:1: error: unknown type name '
another
'
31
// SPELLING: diag-presumed.c:24:1: error: unknown type name '
another
'
/external/libvpx/libvpx/
keywords.dox
41
it enhances the product while
another
vendor may omit the same item.
43
prepared to interoperate with
another
implementation which does
46
\ref MUST be prepared to interoperate with
another
implementation which
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
AppItem.java
66
public int compareTo(AppItem
another
) {
67
int comparison = Integer.compare(category,
another
.category);
69
comparison = Long.compare(
another
.total, total);
/art/runtime/interpreter/mterp/arm/
op_check_cast.S
2
* Check to see if a cast from one class to
another
is allowed.
/art/runtime/interpreter/mterp/mips64/
op_check_cast.S
2
* Check to see if a cast from one class to
another
is allowed.
/art/runtime/interpreter/mterp/x86/
op_check_cast.S
2
* Check to see if a cast from one class to
another
is allowed.
/art/test/009-instanceof/src/
Iface2.java
18
*
Another
interface.
Iface2Sub1.java
18
*
Another
interface.
/art/test/011-array-copy/src/
Iface2.java
18
*
Another
interface.
/art/test/022-interface/src/
Iface2.java
18
*
Another
interface.
Completed in 369 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>