OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:some
(Results
276 - 300
of
26473
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/valgrind/main/gdbserver_tests/
filter_memcheck_monitor
14
# filter
some
normal error messages provided by
some
gdb
20
# filter
some
missing info msg from s390
/external/valgrind/main/massif/tests/
thresholds.c
3
// this file, because in
some
parts of the tree it renders all children
4
// insignificant, and in others parts of the tree it renders only
some
8
// are in 'main' -- at one point, ms_print was failing to connect
some
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h
28
/* For
some
compilers, C headers like <stdio.h> are located in separate directory */
36
/* For
some
compilers, C-library headers like <cstdio> are located in separate directory */
44
/*
Some
compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
magic.h
9
#define CRAMFS_MAGIC 0x28cd3d45 /*
some
random number */
15
#define RAMFS_MAGIC 0x858458f6 /*
some
random number */
17
#define HUGETLBFS_MAGIC 0x958458f6 /*
some
random number */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
magic.h
9
#define CRAMFS_MAGIC 0x28cd3d45 /*
some
random number */
15
#define RAMFS_MAGIC 0x858458f6 /*
some
random number */
17
#define HUGETLBFS_MAGIC 0x958458f6 /*
some
random number */
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h
28
/* For
some
compilers, C headers like <stdio.h> are located in separate directory */
36
/* For
some
compilers, C-library headers like <cstdio> are located in separate directory */
44
/*
Some
compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h
28
/* For
some
compilers, C headers like <stdio.h> are located in separate directory */
36
/* For
some
compilers, C-library headers like <cstdio> are located in separate directory */
44
/*
Some
compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h
28
/* For
some
compilers, C headers like <stdio.h> are located in separate directory */
36
/* For
some
compilers, C-library headers like <cstdio> are located in separate directory */
44
/*
Some
compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_native_headers.h
28
/* For
some
compilers, C headers like <stdio.h> are located in separate directory */
36
/* For
some
compilers, C-library headers like <cstdio> are located in separate directory */
44
/*
Some
compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_native_headers.h
28
/* For
some
compilers, C headers like <stdio.h> are located in separate directory */
36
/* For
some
compilers, C-library headers like <cstdio> are located in separate directory */
44
/*
Some
compilers locate basic C++ runtime support headers (<new>, <typeinfo>, <exception>) in separate directory */
/external/libvpx/libvpx/examples/includes/geshi/docs/
BUGS
8
- "Important" sections for
some
reason seem to have their spans added after every
16
you're using this as part of
some
larger software, you may want to think about
17
making
some
sort of "cache" effect to speed things up and reduce server load.
20
changing this behaviour, which may well fix
some
of the other bugs mentioned above.
21
- As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlighting of
some
/external/qemu/docs/
ANDROID-CONFIG-FILES.TXT
15
format for
some
configuration files. Here's the BNF for it:
61
which means the key name,
some
spaces, then the value.
65
some
.other.name value
67
corresponding to a top-level key named '
some
' with a single
75
some
{
82
which defines a top-level '
some
' key with two sub-keys 'name' and
88
some
.other.name value
89
some
.other.name2 other-value
94
some
-key foo
95
some
-key ba
[
all
...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
TestAttributeSetTest.java
51
assertEquals(0, testAttributeSet.getAttributeResourceValue("com.
some
.namespace", "id", 0));
75
assertThat(testAttributeSet.getAttributeResourceValue("com.
some
.namespace", "message", 0), equalTo(R.string.howdy));
83
assertThat(testAttributeSet.getAttributeResourceValue("com.
some
.namespace", "message", 0), equalTo(R.string.howdy));
89
assertThat(testAttributeSet.getAttributeResourceValue("com.
some
.namespace", "message", -1), equalTo(-1));
97
assertThat(testAttributeSet.getAttributeBooleanValue("com.
some
.namespace", "isSugary", false), equalTo(true));
105
assertThat(testAttributeSet.getAttributeBooleanValue("com.
some
.namespace", "isSugary", false), equalTo(true));
111
assertThat(testAttributeSet.getAttributeBooleanValue("com.
some
.namespace", "isSugary", true), equalTo(true));
119
assertThat(testAttributeSet.getAttributeValue("com.
some
.namespace", "isSugary"), equalTo("oh heck yeah"));
128
assertThat(testAttributeSet.getAttributeIntValue("
some
namespace", "sugarinessPercent", 0), equalTo(100));
138
assertThat(testAttributeSet.getAttributeIntValue("
some
namespace", "itemType", 0), equalTo(1))
[
all
...]
/cts/tests/tests/content/src/android/content/res/cts/
PluralResourcesTest.java
58
Assert.assertEquals(cs.toString(), "
Some
dogs");
67
Assert.assertEquals(cs.toString(), "
Some
dogs");
70
Assert.assertEquals(cs.toString(), "
Some
dogs");
73
Assert.assertEquals(cs.toString(), "
Some
dogs");
85
Assert.assertEquals(cs.toString(), "
Some
Czech dogs");
100
Assert.assertEquals(cs.toString(), "
Some
Czech dogs");
103
Assert.assertEquals(cs.toString(), "
Some
Czech dogs");
/frameworks/base/tests/HwAccelerationTest/res/layout/
view_layer_invalidation.xml
30
android:text="This is
some
text"
35
android:text="This is
some
text"
45
android:text="This is
some
text"
50
android:text="This is
some
text"
59
android:text="This is
some
text"
73
android:text="This is
some
text"
92
android:text="This is
some
text"
/external/chromium_org/v8/test/mjsunit/regress/
regress-1436.js
74
[2, 3].
some
(non_strict);
75
[2, 3].
some
(non_strict, undefined);
76
[2, 3].
some
(non_strict, null);
77
[2, 3].
some
(strict);
78
[2, 3].
some
(strict, undefined);
79
[2, 3].
some
(strict_null, null);
/external/v8/test/mjsunit/regress/
regress-1436.js
74
[2, 3].
some
(non_strict);
75
[2, 3].
some
(non_strict, undefined);
76
[2, 3].
some
(non_strict, null);
77
[2, 3].
some
(strict);
78
[2, 3].
some
(strict, undefined);
79
[2, 3].
some
(strict_null, null);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_out.pass.cpp
30
const std::basic_string<F::intern_type> from(L"
some
text");
40
assert(to.data() == std::string("
some
text"));
43
std::basic_string<F::intern_type> from(L"
some
text");
54
assert(memcmp(to.data(), "
some
\0text", from.size()) == 0);
57
std::basic_string<F::intern_type> from(L"
some
text");
67
assert(to.data() == std::string("
some
te"));
/external/antlr/antlr-3.4/runtime/ObjC/
README
3
been brought up to date for
some
time. This release is built on the work
7
my grammar and tree walker. I am sure that it still has
some
bugs but I have
14
support the target language code generation. Hopefully, at
some
point
/external/chromium_org/chrome/renderer/extensions/
messaging_bindings.h
31
// If anything needs to be manual for
some
reason, it should be implemented in
39
// Dispatches the onConnect content script messaging event to
some
contexts
52
// Delivers a message sent using content script messaging to
some
of the
/external/chromium_org/content/public/browser/
power_save_blocker.h
21
// Prevent the application from being suspended. On
some
platforms, apps may
30
// app from being suspended on
some
platforms if the user hides it.
39
// |reason| may be provided to the underlying system APIs on
some
platforms.
/external/chromium_org/ppapi/shared_impl/
ppb_gamepad_shared.h
21
// has
some
compile asserts to validate this.
51
// test has
some
compile asserts to validate this.
64
//
some
compile asserts to validate this.
/external/chromium_org/third_party/tlslite/tlslite/integration/
TLSSocketServerMixIn.py
11
some
L{SocketServer.TCPServer} (with the mix-in first). Then
12
implement the handshake() method, doing
some
sort of server
56
#Implement this method to do
some
form of handshaking. Return True
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
resource.h
11
* arches. If an arch has such special order for
some
rlimits
54
*
Some
architectures override this (for compatibility reasons):
61
* RLIMIT_STACK default maximum -
some
architectures override it:
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h
11
* arches. If an arch has such special order for
some
rlimits
54
*
Some
architectures override this (for compatibility reasons):
61
* RLIMIT_STACK default maximum -
some
architectures override it:
Completed in 1188 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>