HomeSort by relevance Sort by last modified time
    Searched full:full (Results 1 - 25 of 6788) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/llvm/unittests/Support/
ConstantRangeTest.cpp 21 static ConstantRange Full;
28 ConstantRange ConstantRangeTest::Full(16);
35 EXPECT_TRUE(Full.isFullSet());
36 EXPECT_FALSE(Full.isEmptySet());
37 EXPECT_TRUE(Full.inverse().isEmptySet());
38 EXPECT_FALSE(Full.isWrappedSet());
39 EXPECT_TRUE(Full.contains(APInt(16, 0x0)));
40 EXPECT_TRUE(Full.contains(APInt(16, 0x9)));
41 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
42 EXPECT_TRUE(Full.contains(APInt(16, 0xaa9)))
    [all...]
  /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
leak-cases-full.vgtest 2 vgopts: -q --leak-check=full --leak-resolution=high
leak-cases-possible.vgtest 2 vgopts: -q --leak-check=full --leak-resolution=high --show-possibly-lost=no
5 vgopts: -q --leak-check=full --leak-resolution=high --show-possibly-lost=no
  /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/mesa3d/docs/
MESA_set_3dfx_mode.spec 32 The Mesa Glide driver allows full-screen rendering or rendering into
34 to switch between full-screen and windowed rendering.
55 The Mesa Glide device driver allows either rendering in full-screen
57 full-screen and window rendering with the command:
62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
  /external/bouncycastle/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.
  /cts/tests/tests/webkitsecurity/assets/
anonymous-block-merge-crash.html 2 <script src="full-screen-test.js"></script>
  /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

Completed in 898 milliseconds

1 2 3 4 5 6 7 8 91011>>