/external/e2fsprogs/tests/f_badorphan/ |
name | 1 corrupted orphan list
|
expect.1 | 8 Inodes that were part of a corrupted orphan linked list found. Fix? yes
|
/external/e2fsprogs/tests/f_orphan/ |
name | 1 clearing orphan inodes
|
/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/icu4c/test/intltest/ |
itutil.cpp | 253 // adoptInstead(), orphan() 258 UnicodeString *orphan=s.orphan(); local 259 if(orphan==NULL || orphan->length()!=1 || s.isValid() || s!=NULL) { 260 errln("LocalPointer orphan() failure"); 262 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);
|
http_stream_factory_impl.cc | 163 job->Orphan(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/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...] |
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...] |
/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/chromium/chrome/browser/net/ |
view_http_cache_job_factory.cc | 55 void Orphan() { 101 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.
|
devtools_manager.cc | 53 // By the time we destroy devtools manager, all orphan client hosts should 179 // It might be in the list of orphan client hosts, remove it from there.
|
/external/e2fsprogs/tests/progs/ |
random_exercise.c | 5 * deleted. This exercises the orphan list code, as well as
|
/external/icu4c/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/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/base/ |
timer.h | 87 // We have access to the timer_ member so we can orphan this task. 97 // Used to orphan delayed_task_ so that when it runs it does nothing.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
pathutils.h | 148 // it's probably ok to orphan them during the transition.
|