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

1 2 3 4 5 6 7

  /external/e2fsprogs/tests/f_badorphan/
name 1 corrupted orphan list
  /external/e2fsprogs/tests/f_orphan/
name 1 clearing orphan inodes
  /external/chromium_org/third_party/sqlite/src/test/
tkt3810.test 62 # an orphan.
68 # Because it is an orphan, it cannot be dropped.
  /external/chromium_org/win8/test/
open_with_dialog_controller.cc 45 // controller (see Orphan).
53 void Orphan();
114 void OpenWithDialogController::Context::Orphan() {
160 // Ignore any future callbacks (such as the timeout) or calls to Orphan.
239 // Orphan the context if this instance is being destroyed before the context
242 context_->Orphan();
  /external/guava/guava-tests/test/com/google/common/base/
StringsTest.java 170 // One orphan high surrogate.
172 // Two orphan high surrogates.
203 // One orphan low surrogate.
205 // Two orphan low surrogates.
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 235 // adoptInstead(), orphan()
240 UnicodeString *orphan=s.orphan(); local
241 if(orphan==NULL || orphan->length()!=1 || s.isValid() || s!=NULL) {
242 errln("LocalPointer orphan() failure");
244 delete orphan;
  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.cc 106 if (has_window) // This tab is linked to a window, so it's not an orphan.
113 if (!has_window) // This tab is not linked to a window, it's an orphan.
  /external/chromium/net/http/
http_stream_factory_impl_request.h 89 // Used to orphan all jobs in |jobs_| other than |job| which becomes "bound"
93 // Used to orphan all jobs in |jobs_|.
http_stream_factory_impl_job.h 45 // notified upon completion if the Job has not been Orphan()'d.
70 void Orphan(const Request* request);
  /external/chromium/net/proxy/
polling_proxy_config_service.cc 34 void Orphan() {
183 core_->Orphan();
proxy_config_service_mac.cc 175 void Orphan() {
199 helper_->Orphan();
  /external/chromium_org/net/http/
http_stream_factory_impl_request.h 114 // Used to orphan all jobs in |jobs_| other than |job| which becomes "bound"
118 // Used to orphan all jobs in |jobs_|.
  /external/chromium_org/net/proxy/
polling_proxy_config_service.cc 36 void Orphan() {
187 core_->Orphan();
proxy_config_service_mac.cc 176 void Orphan() {
217 helper_->Orphan();
  /external/icu4c/i18n/
udateintervalformat.cpp 54 return (UDateIntervalFormat*)formatter.orphan();
  /external/sonivox/docs/
JET_Authoring_Guidelines.html 102 mso-pagination:widow-orphan lines-together;
114 mso-pagination:widow-orphan lines-together;
135 mso-pagination:widow-orphan lines-together;
153 mso-pagination:widow-orphan lines-together;
169 mso-pagination:widow-orphan lines-together;
187 mso-pagination:widow-orphan lines-together;
203 mso-pagination:widow-orphan lines-together;
221 mso-pagination:widow-orphan lines-together;
236 mso-pagination:widow-orphan lines-together;
253 mso-pagination:widow-orphan lines-together;
    [all...]
JET_Creator_User_Manual.html 105 mso-pagination:widow-orphan lines-together;
117 mso-pagination:widow-orphan lines-together;
138 mso-pagination:widow-orphan lines-together;
156 mso-pagination:widow-orphan lines-together;
172 mso-pagination:widow-orphan lines-together;
190 mso-pagination:widow-orphan lines-together;
206 mso-pagination:widow-orphan lines-together;
224 mso-pagination:widow-orphan lines-together;
239 mso-pagination:widow-orphan lines-together;
256 mso-pagination:widow-orphan lines-together;
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java 57 private XMLFilterImpl orphan = new XMLFilterImpl(); field in class:XMLFilterImplTest
114 orphan.setFeature("foo", false);
139 orphan.setProperty("foo", "bar");
199 orphan.parse(is);
225 orphan.parse("foo");
  /external/icu4c/test/intltest/
itutil.cpp 262 // adoptInstead(), orphan()
267 UnicodeString *orphan=s.orphan(); local
268 if(orphan==NULL || orphan->length()!=1 || s.isValid() || s!=NULL) {
269 errln("LocalPointer orphan() failure");
271 delete orphan;
  /external/chromium/chrome/browser/net/
view_http_cache_job_factory.cc 55 void Orphan() {
101 core_->Orphan();
  /external/chromium_org/content/browser/net/
view_http_cache_job_factory.cc 61 void Orphan() {
107 core_->Orphan();
  /external/e2fsprogs/e2fsck/
super.c 93 * If we are deleting an orphan, then we leave the fields alone.
94 * If we are truncating an orphan, then update the inode fields
221 * This function releases all of the orphan inodes. It returns 1 if
236 * Win or lose, we won't be using the head of the orphan inode
243 * If the filesystem contains errors, don't run the orphan
244 * list, since the orphan list can't be trusted; and we're
791 * Clean up any orphan inodes, if present.
  /external/chromium/chrome/browser/debugger/
devtools_manager.h 94 // Attaches orphan client host to new render view host.
  /external/chromium_org/cc/test/
tiled_layer_test_common.cc 97 // set (the layer is an orphan for the test), then just set a surface on
  /external/e2fsprogs/tests/progs/
random_exercise.c 5 * deleted. This exercises the orphan list code, as well as

Completed in 579 milliseconds

1 2 3 4 5 6 7