HomeSort by relevance Sort by last modified time
    Searched full:lost (Results 26 - 50 of 733) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
ServiceConnection.java 43 * Called when a connection to the Service has been lost. This typically
50 * connection has been lost.
  /bootable/recovery/tools/ota/
check-lost+found.c 33 static const char *kMarkerFile = "/data/misc/check-lost+found-rebooted-2";
37 static const char *kOutputFile = "/data/tombstones/check-lost+found-log";
44 * 2. Write a log entry with the number of files in lost+found directories.
58 fprintf(out, "*** check-lost+found ***\nStarted: %s", ctime(&start));
99 snprintf(fn, sizeof(fn), "%s/%s", kPartitions[i], "lost+found");
  /external/quake/quake/src/QW/client/
gl_ngraph.c 91 int lost; local
96 lost = CL_CalcNet();
114 sprintf(st, "%3i%% packet loss", lost);
  /external/v8/tools/
run-valgrind.py 58 # have any definitely, indirectly, and possibly lost bytes.
59 LEAK_RE = r"(?:definitely|indirectly|possibly) lost: "
61 LEAK_OKAY_MATCHER = re.compile(r"lost: 0 bytes in 0 blocks")
  /frameworks/base/awt/java/awt/image/
VolatileImage.java 73 * Returns true if rendering data is lost during validating. This method
76 * @return true, if contents lost during validating, false otherwise.
118 * Validates the drawing surface of the image if the surface had been lost
  /external/e2fsprogs/e2fsck/
CHANGES 33 / and /lost+found had non-zero dtime entries). Offers to fix /'s
36 e2fsck will now expand the /lost+found directory if it runs out of room.
pass3.c 22 * will offer to reconnect it to /lost+found. While it is chasing
25 * offer to reconnect the directory to /lost+found in to break the
29 * reconnect inodes to /lost+found; this subroutine is also used by
31 * is responsible for creating /lost+found if it does not exist.
120 * Force the creation of /lost+found if not present
260 * the lost+found. We have to do loop detection; if we ever discover
262 * reparent it to lost+found.
285 * lost+found.
301 * reparent it to lost+found
375 static const char name[] = "lost+found"
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
msgtrace.h 45 uint32 seqnum; /* Sequence number of message. Useful if the messsage has been lost
56 * This prevents endless traces but generates hasardous lost of traces only in bus device code.
  /external/e2fsprogs/tests/f_recnect_bad/
expect.1 17 Connect to /lost+found? yes
  /external/iptables/extensions/
libipt_MASQUERADE.man 13 any established connections are lost anyway). It takes one option:
  /external/webkit/WebCore/manual-tests/
keep_spelling_markers.html 16 <li>make sure that no other misspellings lost their red squiggly underline</li>
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusableAboveUnfocusableTest.java 50 assertFalse("focused item should have lost focus",
  /system/vold/
Fat.cpp 135 asprintf(&lost_path, "%s/LOST.DIR", mountPoint);
138 * Create a LOST.DIR in the root so we have somewhere to put
139 * lost cluster chains (fsck_msdos doesn't currently do this)
142 SLOGE("Unable to create LOST.DIR (%s)", strerror(errno));
  /external/e2fsprogs/tests/
README 56 expand.img Tests e2fsck's ability to expand lost+found if
58 lpf.img Filesystem with disconnected files and no /lost+found
  /external/srec/srec/EventLog/include/
riff.h 149 * For "supp" or "lost" chunk.
202 * Special audio segments, lost or suppressed
  /external/webkit/WebKit/chromium/public/
WebWidget.h 73 // Called to inform the WebWidget that mouse capture was lost.
76 // Called to inform the WebWidget that it has gained or lost keyboard focus.
  /external/yaffs2/yaffs2/
yportenv.h 53 #define YAFFS_LOSTNFOUND_NAME "lost+found"
122 #define YAFFS_LOSTNFOUND_NAME "lost+found"
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 87 assertFalse("top button should have lost focus",
137 assertFalse("bottom button should have lost focus",
  /system/core/rootdir/
init.rc 155 # create the lost+found directories, so as to enforce our permissions
156 mkdir /data/lost+found 0770
157 mkdir /cache/lost+found 0770
159 # double check the perms, in case lost+found already exists, and set owner
160 chown root root /data/lost+found
161 chmod 0770 /data/lost+found
162 chown root root /cache/lost+found
163 chmod 0770 /cache/lost+found
  /external/bluetooth/bluez/tools/
l2ping.c 80 int i, sk, lost; local
162 lost = 0;
176 lost = 1;
208 if (!lost) {
  /external/e2fsprogs/tests/f_dup3/
expect.1 14 File /lost+found (inode #11, mod time Mon Sep 20 03:26:36 1993)
  /external/e2fsprogs/tests/f_illitable/
expect.1 23 /lost+found not found. Create? yes
  /external/jpeg/
maktjpeg.st 22 .C[-wsig] ; warn if significant digits may be lost
  /external/netperf/
MODULE_LICENSE_HP 40 (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION,
NOTICE 40 (INCLUDING LOST PROFITS) RELATED TO ANY USE, REPRODUCTION,

Completed in 110 milliseconds

12 3 4 5 6 7 8 91011>>