/system/extras/ext4_utils/ |
indirect.c | 163 /* Given an allocation, attach as many blocks as possible to direct inode 184 /* Given an allocation, attach as many blocks as possible to indirect blocks, 215 /* Given an allocation, attach as many blocks as possible to doubly indirect 246 /* Given an allocation, attach as many blocks as possible to triply indirect 348 error("failed to attach direct blocks to inode"); 354 error("failed to attach indirect blocks to inode"); 361 error("failed to attach dindirect blocks to inode"); 368 error("failed to attach tindirect blocks to inode"); 415 error("failed to attach blocks to indirect inode");
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
SelectionKeyTest.java | 97 * @tests java.nio.channels.SelectionKey#attach(Object) 103 Object check = mockSelectionKey.attach(o); 107 check = mockSelectionKey.attach(null); 110 check = mockSelectionKey.attach(o); 121 mockSelectionKey.attach(o);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
system_info_ui.cc | 71 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 163 WebUIMessageHandler* SystemInfoHandler::Attach(WebUI* web_ui) { 164 // TODO(stevenjb): customize handler attach if needed... 165 return WebUIMessageHandler::Attach(web_ui); 180 AddMessageHandler((handler)->Attach(this));
|
/external/zlib/contrib/iostream/ |
zfstream.cpp | 60 gzfilebuf *gzfilebuf::attach( int file_descriptor, function in class:gzfilebuf 261 void gzfilestream_common::attach( int fd, int io_mode ) { function in class:gzfilestream_common 263 if ( !buffer.attach( fd, io_mode) ) 306 gzfilestream_common::attach( fd, io_mode ); 326 gzfilestream_common::attach( fd, io_mode );
|
/external/bluetooth/bluez/tools/ |
hciattach.8 | 3 hciattach \- attach serial devices via UART HCI to BlueZ stack 22 Hciattach is used to attach a serial UART to the Bluetooth stack as HCI 48 This specifies the serial device to attach. A leading
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.cc | 66 WebUIMessageHandler* LoginUIHandler::Attach(WebUI* web_ui) { 67 return WebUIMessageHandler::Attach(web_ui); 114 AddMessageHandler(handler->Attach(this));
|
/external/webkit/Source/WebCore/html/ |
HTMLDetailsElement.cpp | 87 oldSummary->attach(); 92 m_mainSummary->attach(); 132 attach();
|
HTMLFrameElementBase.cpp | 184 // before using renderer(), so this will make sure we attach in time. 186 // want to do that here, as as callers expect to call attach() right after 187 // this and attach() will ASSERT(!attached()) 193 void HTMLFrameElementBase::attach() function in class:WebCore::HTMLFrameElementBase 195 HTMLFrameOwnerElement::attach(); 262 // Start the async timer that is normally stopped by attach(). If it's not stopped and fires, it'll unload the frame.
|
HTMLFrameElement.cpp | 71 void HTMLFrameElement::attach() function in class:WebCore::HTMLFrameElement 73 HTMLFrameElementBase::attach();
|
HTMLNoScriptElement.cpp | 45 void HTMLNoScriptElement::attach() function in class:WebCore::HTMLNoScriptElement 47 HTMLElement::attach();
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLConstructionSite.cpp | 86 PassRefPtr<ChildType> HTMLConstructionSite::attach(ContainerNode* rawParent, PassRefPtr<ChildType> prpChild) function in class:WebCore::HTMLConstructionSite 91 // FIXME: It's confusing that HTMLConstructionSite::attach does the magic 108 child->attach(); 115 // here to call attach(). We should investigate whether we can rely on 125 // might have removed the child, in which case we should not attach it. 127 child->attach(); 181 m_openElements.pushHTMLHtmlElement(attach<Element>(m_attachmentRoot, element.get())); 222 attach(m_attachmentRoot, DocumentType::create(m_document, token.name(), String::adopt(token.publicIdentifier()), String::adopt(token.systemIdentifier()))); 242 attach(currentNode(), Comment::create(currentNode()->document(), token.comment())); 248 attach(m_attachmentRoot, Comment::create(m_document, token.comment())) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
shm.h | 31 #define SHM_RDONLY 010000 /* attach read-only else read-write */ 32 #define SHM_RND 020000 /* round attach address to SHMLBA */ 33 #define SHM_REMAP 040000 /* take-over region on attach */
|
/external/chromium/base/ |
base_switches.cc | 11 // will wait for 60 seconds for the debugger to attach to itself. Then a break 50 // Will wait for 60 seconds for a debugger to come to attach to the process.
|
/external/mesa3d/src/talloc/ |
hieralloc.h | 30 // allocate memory and attach to parent context and siblings 33 // (re)allocate memory and attach to parent context and siblings
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
AuthenticationHelper.java | 61 * Attach authentication headers to the given request. This looks up 64 * @param request - the request for which we attach the authentication headers.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
View.js | 56 if (!this.element.parentNode && this.attach) 57 this.attach();
|
/packages/providers/CalendarProvider/res/values-tl/ |
strings.xml | 32 <string name="debug_tool_email_subject" msgid="2403590332256471194">"Naka-attach ang Calendar Db"</string> 33 <string name="debug_tool_email_body" msgid="740309162644398319">"Naka-attach ang aking database ng kalendaryo kasama ang lahat ng aking mga appointment at personal na impormasyon. Mangyaring pangasiwaan nang may pag-iingat."</string>
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoItem.java | 98 * @param prefix {@code null-ok;} prefix to attach to each line of output 108 * @param prefix {@code non-null;} prefix to attach to each line of output 134 * @param prefix {@code null-ok;} prefix to attach to each line of output 165 * @param prefix {@code null-ok;} prefix to attach to each line of output
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoItem.java | 96 * @param prefix {@code null-ok;} prefix to attach to each line of output 106 * @param prefix {@code non-null;} prefix to attach to each line of output 132 * @param prefix {@code null-ok;} prefix to attach to each line of output 163 * @param prefix {@code null-ok;} prefix to attach to each line of output
|
/external/chromium/base/threading/ |
non_thread_safe_impl.h | 28 // call to CalledOnValidThread will attach this class to a new thread. It is
|
/external/chromium/chrome/browser/status_icons/ |
status_tray.h | 17 // APIs to add/remove icons to the tray and attach context menus.
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_view.h | 47 // the widget so that we can draw the curved edges that attach to the toolbar
|
/external/chromium/chrome/browser/ui/webui/ |
crashes_ui.cc | 110 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 142 WebUIMessageHandler* CrashesDOMHandler::Attach(WebUI* web_ui) { 144 return WebUIMessageHandler::Attach(web_ui); 212 AddMessageHandler((new CrashesDOMHandler())->Attach(this));
|
/external/chromium/chrome/browser/ui/webui/options/ |
font_settings_handler.h | 25 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
|
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.debugger.html | 11 but we can already expose the way to attach to a given tab and instrument it.
|