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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
tkt-f3e5abed55.test 22 ATTACH 'test.db2' AS aux;
82 ATTACH 'test.db2' AS aux;
108 ATTACH 'test.db2' AS aux;
fts1j.test 42 ATTACH DATABASE 'test2.db' AS two;
54 # other than in the exact same ATTACH setup.
57 ATTACH DATABASE 'test2.db' AS two;
74 ATTACH DATABASE 'test2.db' AS two;
fts2j.test 42 ATTACH DATABASE 'test2.db' AS two;
54 # other than in the exact same ATTACH setup.
57 ATTACH DATABASE 'test2.db' AS two;
74 ATTACH DATABASE 'test2.db' AS two;
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura_unittest.cc 55 host_->Attach(child_->GetNativeView());
83 // Create the NativeViewHost and attach a NativeView.
91 host()->Attach(child_win);
  /external/sfntly/cpp/src/sample/subsetter/
subset_util.cc 60 factory.Attach(FontFactory::GetInstance());
81 font_builder.Attach(subsetter->Subset());
84 new_font.Attach(font_builder->Build());
  /external/sfntly/cpp/src/sample/subtly/
utils.cc 31 font_factory.Attach(FontFactory::GetInstance());
39 font_factory.Attach(FontFactory::GetInstance());
65 font_factory.Attach(FontFactory::GetInstance());
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 75 glyph.Attach(glyph_table->GetGlyph(old_offset, old_length));
78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
  /build/core/
process_wrapper_gdb.sh 5 # the server command, so it can attach to the parent
  /cts/tests/tests/opengl/src/android/opengl/cts/
AttachShaderTest.java 41 *Test: Attach an two valid shaders to a program
56 * Test: Attach an invalid vertex shader to the program handle
71 * Test: Attach two shaders of the same type to the program
117 /* This test is wrong in that glAttachShader can attach only one vertex shader
  /external/bluetooth/bluedroid/bta/include/
bta_gattc_co.h 38 ** conn_id: connection ID of this cache operation attach to.
55 ** conn_id: connection ID of this cache operation attach to.
74 ** conn_id: connection ID of this cache operation attach to.
93 ** conn_id: connection ID of this cache operation attach to.
  /external/bluetooth/bluedroid/btif/co/
bta_gattc_co.c 41 ** conn_id: connection ID of this cache operation attach to.
66 ** conn_id: connection ID of this cache operation attach to.
90 ** conn_id: connection ID of this cache operation attach to.
110 ** conn_id: connection ID of this cache operation attach to.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.h 23 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
  /external/chromium/chrome/browser/ui/webui/
ntp_login_handler.h 22 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
print_preview_ui.cc 19 AddMessageHandler(handler->Attach(this));
  /external/chromium_org/ash/
session_state_observer.h 27 // A class to attach / detach an object as a session state observer with a
  /external/chromium_org/base/debug/
debugger.cc 16 // The pid from which we know which process to attach to are not output by
  /external/chromium_org/chrome/browser/storage_monitor/
media_transfer_protocol_device_observer_linux_unittest.cc 128 // Test to verify basic mtp storage attach and detach notifications.
132 // Attach a mtp storage.
150 // attached/detached, there should not be any device attach/detach
153 // Attach the mtp storage with invalid storage info.
  /external/chromium_org/content/browser/devtools/
ipc_devtools_agent_host.cc 11 void IPCDevToolsAgentHost::Attach() {
ipc_devtools_agent_host.h 19 virtual void Attach() OVERRIDE;
  /external/chromium_org/content/public/browser/
devtools_external_agent_proxy_delegate.h 18 virtual void Attach() = 0;
  /external/chromium_org/content/test/data/
browser_plugin_dragging.html 35 plugin['-internal-attach']({});
  /external/chromium_org/mojo/system/
message_pipe_endpoint.cc 37 void MessagePipeEndpoint::Attach(scoped_refptr<Channel> /*channel*/,
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Mac.h 35 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_NaCl.h 32 bool attach(SkBackEndTypes /* attachType */, int /* msaaSampleCount */, AttachmentInfo* info) { function in class:SkOSWindow
SkOSWindow_iOS.h 30 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);

Completed in 239 milliseconds

1 2 3 45 6 7 8 91011>>