HomeSort by relevance Sort by last modified time
    Searched full:orphan (Results 51 - 75 of 239) sorted by null

1 23 4 5 6 7 8 910

  /development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
CheckInAndDeleteDataItemsService.java 41 * Handles "Check In" action on the location-based notification. Also deletes orphan DataItems
  /external/chromium-trace/catapult/telemetry/build/
update_docs.py 69 logging.info("skipping %s due to being an orphan .pyc", module.__file__)
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
ObjectGraph.py 81 self.graph.add_edge(last_good, tail, edge_data='orphan')
  /external/e2fsprogs/tests/f_badorphan/
expect.1 8 Inodes that were part of a corrupted orphan linked list found. Fix? yes
  /external/f2fs-tools/include/
f2fs_fs.h 400 * For orphan inode management
408 __le16 blk_count; /* Number of orphan inode blocks in CP */
409 __le32 entry_count; /* Total number of orphan nodes in current CP */
410 __le32 check_sum; /* CRC32 for orphan inode block */
  /external/icu/icu4c/source/common/
usprep.cpp 374 key->name = keyName.orphan();
377 key->path = keyPath.orphan();
380 profile = newProfile.orphan();
384 uhash_put(SHARED_DATA_HASHTABLE, key.orphan(), profile, status);
utrie2_impl.h 133 * It also leads to orphan data blocks that are kept through serialization.
  /external/icu/icu4c/source/i18n/
numsys.cpp 286 numsysNames.orphan(); // The names got adopted.
  /external/kernel-headers/original/uapi/linux/
dlmconstants.h 117 * Acquire an orphan lock.
  /external/v8/src/
unicode.h 142 // sequences (e.g. an orphan surrogate) when converting to a UTF-8 encoding.
  /external/webrtc/webrtc/base/
pathutils.h 133 // it's probably ok to orphan them during the transition.
  /frameworks/compile/mclinker/lib/Script/
Assignment.cpp 106 // rhs dot, then because of possible orphan sections, we are unable to
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadIdleService.java 149 * Clean up orphan downloads, both in database and on disk.
  /system/update_engine/
binder_service_brillo.cc 207 LOG(INFO) << "Erasing orphan callback";
  /toolchain/binutils/binutils-2.25/ld/emultempl/
linux.em 199 NULL, /* place orphan */
lnk960.em 278 NULL, /* place orphan */
ticoff.em 174 NULL, /* place orphan */
vms.em 87 /* Place an orphan section. We use this to put random OVR sections.
  /toolchain/binutils/binutils-2.25/ld/
ldemul.h 151 /* Place an orphan section. Return TRUE if it was placed, FALSE if
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
mmo.sc 78 necessary to get orphan sections adopted by the .text inserted before
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp     [all...]
  /external/opencv/cv/src/
cvstereogc.cpp 136 const int TERMINAL = -1, ORPHAN = -2;
260 v->parent = ORPHAN;
270 v->parent = ORPHAN;
302 if( ej == ORPHAN )
355 u->parent = ORPHAN;
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp     [all...]
  /external/autotest/server/
site_crashcollect.py 173 for orphan in orphans:
174 host.job.record('INFO', None, 'Orphaned Crash Dump', orphan)
  /external/icu/icu4c/source/common/unicode/
localpointer.h 33 * - Need to be able to orphan/release the pointer and its ownership.
130 T *orphan() { function in class:LocalPointerBase

Completed in 1458 milliseconds

1 23 4 5 6 7 8 910