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

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-x86/
shmparam.h 4 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
  /external/chromium_org/third_party/sqlite/src/test/
attach.test 12 # focus of this script is testing the ATTACH and DETACH commands
15 # $Id: attach.test,v 1.52 2009/05/29 14:39:08 drh Exp $
21 ifcapable !attach {
31 do_test attach-1.1 {
39 do_test attach-1.2 {
48 do_test attach-1.3 {
50 ATTACH DATABASE 'test2.db' AS two;
54 do_test attach-1.4 {
59 do_test attach-1.5 {
65 do_test attach-1.6
    [all...]
attachmalloc.test 12 # focus of this script is testing the ATTACH statement and
21 ifcapable !memdebug||!attach {
42 ATTACH 'test2.db' AS two;
44 ATTACH 'test3.db' AS three;
46 ATTACH 'test4.db' AS four;
61 ATTACH 'test2.db' AS db1;
69 ATTACH 'test3.db' AS three;
shared7.test 33 ATTACH 'test.db' AS err1;
40 ATTACH 'test2.db' AS test2;
44 ATTACH 'test2.db' AS err2;
49 ATTACH 'test.db' AS err1;
  /external/chromium_org/tools/perf/page_sets/
browser_control_click.json 8 "why": "Use a JavaScript .click() call to attach and detach a DOM tree from a basic document.",
11 { "action": "wait", "condition": "element", "xpath": "id(\"attach\")" }
14 { "action": "click_element", "xpath": "id(\"attach\")" },
browser_control.json 8 "why": "Continually attach and detach a DOM tree from a basic document.",
  /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 !4
16 %s = mul i8 22, 9, !attach !0, !dbg !10
17 store i8 %s, i8* %b, !attach !1, !dbg !11
18 call void @foo(), !attach !2, !dbg !12
19 store i32 7, i32* %a, !attach !3, !dbg !13
20 %t = add i32 0, 5, !attach !4, !dbg !14
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
nonmultipart.py 18 def attach(self, payload):
23 'Cannot attach additional subparts to non-multipart/*')
17 def attach(self, payload): member in class:MIMENonMultipart
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_apitest.cc 86 Attach();
90 void Attach() {
131 // No listeners, attach and detach a couple times.
135 // Add attach listener.
138 // Attach / detach
143 Attach();
147 // Attach / detach
148 Attach();
153 // Remove attach listener.
156 // No listeners, attach and detach a couple times
    [all...]
  /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/kernel-headers/original/asm-mips/
shmparam.h 11 #define SHMLBA 0x40000 /* attach addr a multiple of this */
  /external/robolectric/.idea/
uiDesigner.xml 5 <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
8 <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
11 <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
14 <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
17 <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
23 <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
29 <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
35 <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
41 <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
46 <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"
    [all...]
  /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/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api_constants.cc 12 "Can not attach to the page with the \"*://\" scheme.";
21 "Cannot attach to this target unless '*' flag is enabled.";
  /external/chromium_org/third_party/sfntly/cpp/src/test/
font_parsing_test.cc 39 factory.Attach(FontFactory::GetInstance());
64 wfd.Attach(gdef_builder->Data());
90 wfd1.Attach(builder1->Data());
92 wfd2.Attach(builder2->Data());
103 factory.Attach(FontFactory::GetInstance());
108 font.Attach(font_builder->Build());
121 factory.Attach(FontFactory::GetInstance());
126 font.Attach(font_builder->Build());
  /external/chromium_org/tools/cr/cr/actions/
gdb.py 30 def Attach(self, context, targets, arguments):
31 raise NotImplementedError('Attach not currently supported for gdb.')
  /external/sfntly/cpp/src/test/
font_parsing_test.cc 39 factory.Attach(FontFactory::GetInstance());
64 wfd.Attach(gdef_builder->Data());
90 wfd1.Attach(builder1->Data());
92 wfd2.Attach(builder2->Data());
103 factory.Attach(FontFactory::GetInstance());
108 font.Attach(font_builder->Build());
121 factory.Attach(FontFactory::GetInstance());
126 font.Attach(font_builder->Build());
  /external/lzma/CPP/Windows/
Handle.h 26 void Attach(HANDLE handle) { _handle = handle; }

Completed in 394 milliseconds

1 2 3 4 5 6 7 8 91011>>