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

12 3 4 5 6 7 8

  /external/chromium_org/content/browser/net/
view_http_cache_job_factory.cc 61 void Orphan() {
108 core_->Orphan();
  /external/chromium_org/net/proxy/
proxy_config_service_mac.cc 174 void Orphan() {
215 helper_->Orphan();
  /external/e2fsprogs/e2fsck/
super.c 95 * If we are deleting an orphan, then we leave the fields alone.
96 * If we are truncating an orphan, then update the inode fields
227 * This function releases all of the orphan inodes. It returns 1 if
242 * Win or lose, we won't be using the head of the orphan inode
249 * If the filesystem contains errors, don't run the orphan
250 * list, since the orphan list can't be trusted; and we're
785 * Clean up any orphan inodes, if present.
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 98 // set (the layer is an orphan for the test), then just set a surface on
  /external/chromium_org/components/infobars/core/
infobar_manager.h 106 // infobar, we instruct it to delete itself and then orphan it. See
  /external/chromium_org/native_client_sdk/src/doc/
image-list.rst 1 :orphan:
  /external/e2fsprogs/tests/progs/
random_exercise.c 5 * deleted. This exercises the orphan list code, as well as
  /external/chromium_org/third_party/icu/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
  /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
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 69 return owned.orphan();
275 immutableBucketList.orphan();
276 coll.orphan();
553 bucketList.orphan();
585 bucketList.orphan();
625 bucketList.orphan();
626 publicBucketList.orphan();
    [all...]
reldatefmt.cpp 499 return result.orphan();
650 nf.orphan();
  /external/sonivox/docs/
JET_Programming_Manual.html 91 mso-pagination:widow-orphan;
103 mso-pagination:widow-orphan;
116 mso-pagination:widow-orphan;
128 mso-pagination:widow-orphan;
139 mso-pagination:widow-orphan;
154 mso-pagination:widow-orphan;
168 mso-pagination:widow-orphan;
182 mso-pagination:widow-orphan;
196 mso-pagination:widow-orphan;
205 mso-pagination:widow-orphan;
    [all...]
  /external/libsepol/src/
hierarchy.c 85 /* Orphan type/role/user */ \
87 "%s doesn't exist, %s is an orphan", \
123 * root of the namespace, 0 on success, 1 on orphan and -1 on error
  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 48 // notified upon completion if the Job has not been Orphan()'d.
74 void Orphan(const Request* request);
  /developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 41 * Handles "Check In" action on the location-based notification. Also deletes orphan DataItems
  /developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java 41 * Handles "Check In" action on the location-based notification. Also deletes orphan DataItems
  /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_org/content/renderer/gpu/
compositor_software_output_device.cc 187 // Make |current| child of |previous| and orphan all of |current|'s children.
  /external/chromium_org/net/base/
file_stream_context.h 86 void Orphan();
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 70 bool orphan() const { return !m_parent && !m_next && !m_previous && !m_firstChild && !m_lastChild; } function in class:WTF::TreeNode
  /external/chromium_org/third_party/icu/source/common/
usprep.cpp 373 key->name = keyName.orphan();
376 key->path = keyPath.orphan();
379 profile = newProfile.orphan();
383 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/chromium_org/third_party/webrtc/base/
pathutils.h 131 // it's probably ok to orphan them during the transition.
  /external/chromium_org/tools/telemetry/build/
update_docs.py 69 logging.info("skipping %s due to being an orphan .pyc", module.__file__)
  /external/chromium_org/ui/gfx/geometry/
r_tree_base.cc 134 scoped_ptr<NodeBase> orphan(child_node->RemoveAndReturnLastChild());
135 while (orphan) {
136 orphans->push_back(orphan.release());
137 orphan = child_node->RemoveAndReturnLastChild();

Completed in 1032 milliseconds

12 3 4 5 6 7 8