/external/kernel-headers/original/asm-x86/ |
shmparam.h | 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
|
/external/llvm/test/Linker/ |
metadata-a.ll | 4 ; CHECK: ret void, !attach !0, !also !{i32 %a} 6 ; CHECK: ret void, !attach !1, !and !{i32 %b} 12 ret void, !attach !0, !also !{ i32 %a }
|
metadata-b.ll | 6 ret void, !attach !0, !and !{ i32 %b }
|
/dalvik/dx/tests/116-leb128/ |
info.txt | 4 test. You'll also need a device or host VM for vogar to attach to.
|
/external/llvm/test/BugPoint/ |
metadata.ll | 7 ; CHECK: call void @foo(), !dbg !0, !attach !2 14 %s = mul i8 22, 9, !attach !0, !dbg !10 15 store i8 %s, i8* %b, !attach !1, !dbg !11 16 call void @foo(), !attach !2, !dbg !12 17 store i32 7, i32* %a, !attach !3, !dbg !13 18 %t = add i32 0, 5, !attach !4, !dbg !14
|
/dalvik/dx/tests/115-merge/ |
info.txt | 5 test. You'll also need a device or host VM for vogar to attach to.
|
/dalvik/dx/tests/117-modified-utf8/ |
info.txt | 4 test. You'll also need a device or host VM for vogar to attach to.
|
/dalvik/dx/tests/119-merge-conflict/ |
info.txt | 4 test. You'll also need a device or host VM for vogar to attach to.
|
/external/kernel-headers/original/asm-arm/ |
shmparam.h | 9 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */
|
/external/chromium/chrome/browser/history/ |
in_memory_database.cc | 69 // Attach to the history database on disk. (We can't ATTACH in the middle of 71 sql::Statement attach(GetDB().GetUniqueStatement("ATTACH ? AS history")); 72 if (!attach) { 73 NOTREACHED() << "Unable to attach to history database."; 77 attach.BindString(0, history_name.value()); 79 attach.BindString(0, WideToUTF8(history_name.value())); 81 if (!attach.Run()) {
|
/external/qemu/android/protocol/ |
attach-ui-impl.c | 22 #include "android/protocol/attach-ui-impl.h" 24 /* Descriptor for the UI-side of the "attach-ui" service. */ 54 core_connection_create_and_switch(console_socket, "attach-UI", 57 derror("Unable to connect to the attach-UI service: %s\n",
|
/external/qemu/hw/ |
xen.h | 15 XEN_ATTACH // attach to xen domain created by xend
|
/external/webkit/LayoutTests/fast/dom/NodeList/resources/ |
adoptNode-node-list-cache-subframe.html | 7 // Attach it to doc to update m_document
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
shm.h | 24 __kernel_time_t shm_atime; /* last attach time */ 42 /* mode for attach */ 44 #define SHM_RND 020000 /* round attach address to SHMLBA boundary */ 45 #define SHM_REMAP 040000 /* take-over region on attach */
|
/external/webkit/Source/WebCore/loader/ |
PlaceholderDocument.cpp | 31 void PlaceholderDocument::attach() function in class:WebCore::PlaceholderDocument 35 // Skipping Document::attach(). 36 ContainerNode::attach();
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_message_handler.cc | 12 WebUIMessageHandler* CloudPrintSetupMessageHandler::Attach(WebUI* web_ui) { 14 flow_->Attach(web_ui); 15 return WebUIMessageHandler::Attach(web_ui);
|
/external/chromium/chrome/browser/ui/views/ |
dom_view.cc | 29 // Attach the native_view now if the view is already added to Widget. 59 // Attach the native_view when this is added to Widget if 72 Attach(tab_contents_->GetNativeView());
|
/external/webkit/Source/WebCore/wml/ |
WMLFormControlElement.cpp | 64 void WMLFormControlElement::attach() function in class:WebCore::WMLFormControlElement 67 WMLElement::attach(); 70 // to the base class's attach() because that can sometimes do a close
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/exception/ |
ExtException.java | 6 * possibility the attach a cause to an exception. The cause of an exception is
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
mock_login_ui_handler.h | 19 MOCK_METHOD1(Attach,
|
/external/chromium/net/socket/ |
ssl_error_params.h | 13 // Extra parameters to attach to the NetLog when we receive an SSL error.
|
/external/kernel-headers/original/linux/ |
shm.h | 25 __kernel_time_t shm_atime; /* last attach time */ 43 /* mode for attach */ 45 #define SHM_RND 020000 /* round attach address to SHMLBA boundary */ 46 #define SHM_REMAP 040000 /* take-over region on attach */
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
returnEvent-crash.html | 16 <p>To test, open and attach the Inspector's debugger, then click the button below. If you don't crash, you have passed the test.</p>
|
/external/chromium/chrome/browser/extensions/ |
extension_debugger_api.h | 33 // Implements the debugger.attach() extension function. 39 DECLARE_EXTENSION_FUNCTION_NAME("experimental.debugger.attach")
|
/external/chromium/chrome/browser/ui/webui/ |
ntp_login_handler.cc | 24 WebUIMessageHandler* NTPLoginHandler::Attach(WebUI* web_ui) { 28 return WebUIMessageHandler::Attach(web_ui);
|