OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:full
(Results
1 - 25
of
7415
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/none/tests/
exec-sigmask.stdout.exp3
0
full
: signal 32 missing from mask
exec-sigmask.stdout.exp2
0
full
: signal 32 missing from mask
2
full
: signal 33 missing from mask
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
close_stdout
3
$description = "Make sure make exits with an error if stdout is
full
.";
5
if (-e '/dev/
full
') {
6
run_make_test('', '-v > /dev/
full
', '#MAKE#: write error', 256);
/external/valgrind/main/memcheck/tests/darwin/
env.vgtest
2
vgopts: -q --leak-check=
full
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui_3.6.1.M20100826-1330.jar
/external/webkit/Source/WebCore/css/
fullscreen.css
1
:-webkit-
full
-screen {
5
:root:
full
-screen-document:not(:
full
-screen) {
9
video:-webkit-
full
-screen {
19
img:-webkit-
full
-screen {
25
video:-webkit-
full
-page-media:-webkit-
full
-screen::-webkit-media-controls-panel {
/external/valgrind/main/drd/tests/
unit_vc.vgtest
3
vgopts: -q --tool=memcheck --leak-check=
full
--show-reachable=yes
unit_bitmap.vgtest
3
vgopts: -q --tool=memcheck --leak-check=
full
--show-reachable=yes
/external/valgrind/main/memcheck/tests/
leak-tree.vgtest
2
vgopts: -q --leak-check=
full
--leak-resolution=high
static_malloc.vgtest
2
vgopts: -q --leak-check=
full
--soname-synonyms=somalloc=NONE
leak-cases-full.vgtest
2
vgopts: -q --leak-check=
full
--leak-resolution=high
/external/llvm/unittests/Support/
ConstantRangeTest.cpp
20
static ConstantRange
Full
;
27
ConstantRange ConstantRangeTest::
Full
(16);
34
EXPECT_TRUE(
Full
.isFullSet());
35
EXPECT_FALSE(
Full
.isEmptySet());
36
EXPECT_TRUE(
Full
.inverse().isEmptySet());
37
EXPECT_FALSE(
Full
.isWrappedSet());
38
EXPECT_TRUE(
Full
.contains(APInt(16, 0x0)));
39
EXPECT_TRUE(
Full
.contains(APInt(16, 0x9)));
40
EXPECT_TRUE(
Full
.contains(APInt(16, 0xa)));
41
EXPECT_TRUE(
Full
.contains(APInt(16, 0xaa9)))
[
all
...]
/external/valgrind/main/gdbserver_tests/
mcleak.stdinB.gdb
16
monitor leak_check
full
reachable any
22
monitor leak_check
full
reachable increased
30
monitor leak_check
full
reachable increased
38
monitor leak_check
full
reachable increased
44
monitor leak_check
full
reachable increased
51
monitor leak_check
full
reachable increased
58
monitor leak_check
full
reachable changed
65
monitor leak_check
full
reachable changed
72
monitor leak_check
full
reachable changed
/external/android-mock/
HOWTO.txt
1
This is a copy from the android mock project, http://code.google.com/p/android-mock/. To regenerate, use the regenerate_from_source.sh;
full
instructions about this script are there.
/external/skia/
README
3
See
full
details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot
/external/compiler-rt/SDKs/
README.txt
2
platform without having a
full
SDK or development environment installed.
5
different platforms, without having to actively maintain
full
development
/external/openfst/src/lib/
compat.cc
32
void SplitToVector(char*
full
, const char* delim, vector<char*>* vec,
34
char *p =
full
;
36
if ((p = strpbrk(
full
, delim)))
38
if (!omit_empty_strings ||
full
[0] != '\0')
39
vec->push_back(
full
);
41
full
= p + 1;
/frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml
17
<!-- Title of the activity when a
full
backup has been requested and must be confirmed -->
18
<string name="backup_confirm_title">
Full
backup</string>
19
<!-- Title of the activity when a
full
restore has been requested and must be confirmed -->
20
<string name="restore_confirm_title">
Full
restore</string>
22
<!-- Text for message to user that a
full
backup has been requested, and must be confirmed. -->
23
<string name="backup_confirm_text">A
full
backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string>
24
<!-- Button to allow a requested
full
backup to occur -->
26
<!-- Button to refuse to allow the requested
full
backup -->
29
<!-- Text for message to user that a
full
restore has been requested, and must be confirmed. -->
30
<string name="restore_confirm_text">A
full
restore of all data from a connected desktop computer has been requested. Do you want to allow th (…)
[
all
...]
/external/eigen/test/
sparse_permutations.cpp
70
VERIFY(res.isApprox(res_d) && "
full
selfadjoint upper to
full
");
74
VERIFY(res.isApprox(res_d) && "
full
selfadjoint lower to
full
");
79
VERIFY(res.isApprox(res_d) && "upper selfadjoint to
full
");
83
VERIFY(res.isApprox(res_d) && "lower selfadjoint
full
");
88
VERIFY(res.isApprox(res_d) && "
full
selfadjoint upper to
full
");
92
VERIFY(res.isApprox(res_d) && "
full
selfadjoint lower to
full
");
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
SignerWithRecovery.java
10
* Returns true if the signer has recovered the
full
message as
13
* @return true if
full
message recovered.
20
* @return
full
/partial message, null if nothing.
/external/chromium/net/tools/flip_server/
split.cc
17
void SplitStringPieceToVector(const base::StringPiece&
full
,
22
if (
full
.empty() || delim[0] == '\0')
26
base::StringPiece::const_iterator s =
full
.begin();
28
for (;e !=
full
.end(); ++e) {
44
base::StringPiece::const_iterator s =
full
.begin();
46
for (;e !=
full
.end(); ++e) {
/frameworks/base/core/java/android/app/backup/
IFullBackupRestoreObserver.aidl
20
* Observer of a
full
backup or restore process. The observer is told "interesting"
21
* information about an ongoing
full
backup or restore action.
28
* Notification: a
full
backup operation has begun.
42
* Notification: the
full
backup operation has ended.
47
* Notification: a restore-from-
full
-backup operation has begun.
61
* Notification: the restore-from-
full
-backup operation has ended.
/external/chromium/chrome/common/extensions/docs/examples/
README.txt
7
* extensions/ -
full
featured extensions spanning multiple API packages
/external/javassist/
build.properties
2
# works only on
full
builds that include master and in unix (though
/external/llvm/test/MC/ARM/
full_line_comment.s
2
# this is a
full
line comment starting at column 1
Completed in 2579 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>