OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attach
(Results
76 - 100
of
2547
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/devtools/
devtools_external_agent_proxy_impl.cc
29
virtual void
Attach
() OVERRIDE {
30
delegate_->
Attach
();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc
34
slice.
Attach
(down_cast<ReadableFontData*>(
114
data.
Attach
(down_cast<WritableFontData*>(InternalWriteData()->Slice(
140
new_data.
Attach
(down_cast<ReadableFontData*>(
163
new_data.
Attach
(down_cast<WritableFontData*>(
197
source.
Attach
(down_cast<ReadableFontData*>(
199
target.
Attach
(down_cast<WritableFontData*>(new_data->Slice(size)));
205
slice.
Attach
(down_cast<WritableFontData*>(new_data->Slice(size)));
214
metrics_.
Attach
(BigGlyphMetrics::Builder::CreateBuilder());
/external/chromium_org/third_party/sqlite/src/test/
mallocD.test
53
ifcapable
attach
{
55
ATTACH
'test2.db' AS aux;
attach2.test
12
# focus of this script is testing the
ATTACH
and DETACH commands
21
ifcapable !
attach
{
29
# sure we can
attach
test2.db from test.db.
44
ATTACH
'test2.db' AS t2;
59
# lock test2.db then try to
attach
it. This is no longer an error because
65
ATTACH
'test2.db' AS t2;
138
set rc [catch {sqlite3_prepare $DB "
ATTACH
'test2.db' AS t2" -1 TAIL} VM]
182
execsql {
ATTACH
'test2.db' as file2}
183
execsql {
ATTACH
'test2.db' as file2} db2
342
ATTACH
'test.db2' AS aux
[
all
...]
attach4.test
21
ifcapable !
attach
{
44
execsql "
ATTACH
'$f' AS $name"
54
ATTACH
'x.db' AS next;
sync.test
24
# are only run when
ATTACH
is enabled.
30
ifcapable !pager_pragmas||!
attach
{
42
ATTACH
DATABASE 'test2.db' AS db2;
/external/qemu/android/protocol/
attach-ui-impl.h
19
* Contains the UI-side implementation of the "
attach
-ui" service that is
32
/* Destroys the descriptor for the UI-side of the "
attach
-ui" service. */
attach-ui-proxy.h
17
* Contains the Core-side implementation of the "
attach
-ui" service that is
30
/* Destroys the descriptor for the Core-side of the "
attach
-ui" service. */
/external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format2.cc
34
slice.
Attach
(down_cast<ReadableFontData*>(
114
data.
Attach
(down_cast<WritableFontData*>(InternalWriteData()->Slice(
140
new_data.
Attach
(down_cast<ReadableFontData*>(
163
new_data.
Attach
(down_cast<WritableFontData*>(
197
source.
Attach
(down_cast<ReadableFontData*>(
199
target.
Attach
(down_cast<WritableFontData*>(new_data->Slice(size)));
205
slice.
Attach
(down_cast<WritableFontData*>(new_data->Slice(size)));
214
metrics_.
Attach
(BigGlyphMetrics::Builder::CreateBuilder());
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
messages.properties
12
NdkGdbLaunchDelegate_Action_WaitGdbServerAttach=Waiting for gdbserver to
attach
to process
20
NdkGdbLaunchDelegate_LaunchError_InterruptedWaitingForGdbserver=Interrupted while waiting for gdbserver to
attach
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
font_data_table.cc
62
new_data.
Attach
(WritableFontData::CreateWritableFontData(size));
66
new_data.
Attach
(WritableFontData::CreateWritableFontData(
93
new_data.
Attach
(WritableFontData::CreateWritableFontData(size));
120
new_data.
Attach
(WritableFontData::CreateWritableFontData(
148
w_data_.
Attach
(WritableFontData::CreateWritableFontData(data_size));
/external/sfntly/cpp/src/sfntly/table/
font_data_table.cc
62
new_data.
Attach
(WritableFontData::CreateWritableFontData(size));
66
new_data.
Attach
(WritableFontData::CreateWritableFontData(
93
new_data.
Attach
(WritableFontData::CreateWritableFontData(size));
120
new_data.
Attach
(WritableFontData::CreateWritableFontData(
148
w_data_.
Attach
(WritableFontData::CreateWritableFontData(data_size));
/frameworks/base/docs/html/tools/debugging/
debugging-projects-cmdline.jd
14
<li><a href="#debuggingPort">Configuring Your IDE to
Attach
to the Debugging Port</a></li>
52
<li>
Attach
your debugger to the debugging port 8700, or to the specific port shown for the
56
<h3 id="debuggingPort">Configuring Your IDE to
Attach
to the Debugging Port</h3>
59
emulator. You must either
attach
your IDE to that port (listed on the Info tab for that VM), or
63
<p>Your IDE should
attach
to your application running on the emulator, showing you its threads
/external/chromium_org/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"));
73
attach
.BindString(0, history_name.value());
75
attach
.BindString(0, WideToUTF8(history_name.value()));
77
if (!
attach
.Run())
/external/chromium_org/third_party/sfntly/cpp/src/test/
bitmap_table_test.cc
97
factory.
Attach
(FontFactory::GetInstance());
116
info.
Attach
(sub3->GlyphInfo(2));
133
factory.
Attach
(FontFactory::GetInstance());
146
new_font.
Attach
(font_builder->Build());
157
is.
Attach
(os.Get(), os.Size());
190
info.
Attach
(sub4->GlyphInfo(i));
191
original_info.
Attach
(sub3->GlyphInfo(i));
/external/sfntly/cpp/src/test/
bitmap_table_test.cc
97
factory.
Attach
(FontFactory::GetInstance());
116
info.
Attach
(sub3->GlyphInfo(2));
133
factory.
Attach
(FontFactory::GetInstance());
146
new_font.
Attach
(font_builder->Build());
157
is.
Attach
(os.Get(), os.Size());
190
info.
Attach
(sub4->GlyphInfo(i));
191
original_info.
Attach
(sub3->GlyphInfo(i));
/external/chromium_org/chrome/browser/history/android/
android_cache_database.cc
27
if (!
Attach
())
256
bool AndroidCacheDatabase::
Attach
() {
257
// Commit all open transactions to make
attach
succeed.
265
// No matter whether the
attach
succeeded or not, we need to create the
274
std::string sql("
ATTACH
? AS android_cache_db");
275
sql::Statement
attach
(GetDB().GetUniqueStatement(sql.c_str()));
276
if (!
attach
.is_valid())
280
attach
.BindString(0, db_name_.value());
281
if (!
attach
.Run()) {
/development/tools/idegen/
idegen.ipr
173
<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">
176
<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">
179
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-
attach
-label="false">
182
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-
attach
-label="true">
185
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-
attach
-label="false">
191
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-
attach
-label="false">
197
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-
attach
-label="false">
203
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-
attach
-label="false">
209
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-
attach
-label="true">
214
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-
attach
-label="true"
[
all
...]
/frameworks/base/tools/preload/
preload.ipr
239
<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">
242
<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">
245
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-
attach
-label="false">
248
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-
attach
-label="true">
251
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-
attach
-label="false">
257
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-
attach
-label="false">
263
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-
attach
-label="false">
269
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-
attach
-label="false">
275
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-
attach
-label="true">
280
<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_org/ash/wm/panels/
panel_window_resizer.h
43
// Creates PanelWindowResizer that adds the ability to
attach
/ detach panel
50
// Checks if the provided window bounds should
attach
to the launcher. If true
84
// True if the window should
attach
to the launcher after releasing.
/external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_eject_apitest.cc
58
void
Attach
() {
85
//
Attach
/ detach
91
Attach
();
/external/chromium_org/chrome/browser/resources/feedback/js/
feedback.js
50
$('
attach
-error').hidden = true;
59
$('
attach
-error').hidden = false;
62
$('
attach
-file').value = '';
72
* Instead we will now show the
attach
file button in case the user wants to
73
*
attach
another file.
79
$('
attach
-file').hidden = false;
129
feedbackInfo.attachedFile = { name: $('
attach
-file').value,
217
$('
attach
-file').disabled = true;
218
$('
attach
-file').checked = false;
223
$('
attach
-file').disabled = false
[
all
...]
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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));
Completed in 457 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>