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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
debug_main.cc 46 font.Attach(subtly::LoadFont(input_font_path));
51 new_font.Attach(subsetter->Subset());
merger_main.cc 52 font.Attach(LoadFont(argv[i]));
59 new_font.Attach(merger->Merge());
  /external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.mm 68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
69 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
  /external/objenesis/main/
pom.xml 59 <attach>false</attach>
  /external/sfntly/cpp/src/sample/subtly/
debug_main.cc 46 font.Attach(subtly::LoadFont(input_font_path));
51 new_font.Attach(subsetter->Subset());
merger_main.cc 52 font.Attach(LoadFont(argv[i]));
59 new_font.Attach(merger->Merge());
  /external/skia/src/views/mac/
SkOSWindow_Mac.mm 68 bool SkOSWindow::attach(SkBackEndTypes attachType, int sampleCount, AttachmentInfo* info) {
69 return [(SkNSView*)fHWND attach:attachType withMSAASampleCount:sampleCount andGetInfo:info];
  /external/zlib/src/contrib/iostream/
zfstream.h 16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
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 );
  /packages/apps/Mms/src/com/android/mms/transaction/
Observable.java 44 * Attach an observer to this object.
48 public void attach(Observer observer) { method in class:Observable
  /system/extras/ext4_utils/
indirect.c 166 /* Given an allocation, attach as many blocks as possible to direct inode
187 /* Given an allocation, attach as many blocks as possible to indirect blocks,
219 /* Given an allocation, attach as many blocks as possible to doubly indirect
251 /* Given an allocation, attach as many blocks as possible to triply indirect
354 error("failed to attach direct blocks to inode");
360 error("failed to attach indirect blocks to inode");
367 error("failed to attach dindirect blocks to inode");
374 error("failed to attach tindirect blocks to inode");
421 error("failed to attach blocks to indirect inode");
511 error("failed to attach blocks to indirect inode")
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 71 new_data.Attach(down_cast<ReadableFontData*>(
76 size_builder.Attach(
79 size.Attach(down_cast<BitmapSizeTable*>(size_builder->Build()));
166 slice_index_sub_table.Attach(down_cast<WritableFontData*>(
185 slice_size_table.Attach(down_cast<WritableFontData*>(
301 new_data.Attach(down_cast<ReadableFontData*>(
306 size_builder.Attach(BitmapSizeTable::Builder::CreateBuilder(
index_sub_table_format5.cc 64 data.Attach(down_cast<ReadableFontData*>(data_->Slice(
142 new_data.Attach(down_cast<ReadableFontData*>(
165 new_data.Attach(down_cast<WritableFontData*>(
206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
  /external/chromium_org/third_party/sqlite/src/test/
notify2.test 91 # Open a database connection. Attach the two auxillary databases.
93 execsql_retry $::DB { ATTACH 'test2.db' AS aux2; }
94 execsql_retry $::DB { ATTACH 'test3.db' AS aux3; }
182 ATTACH 'test2.db' AS aux2;
183 ATTACH 'test3.db' AS aux3;
215 ATTACH 'test2.db' AS aux2;
216 ATTACH 'test3.db' AS aux3;
notify3.test 51 catchsql { ATTACH 'test.db2' AS aux }
87 # unable to load any such schemas, then the ATTACH statement fails.
90 # ATTACH fails due to locks on the schema table held by other shared-cache
93 # the ATTACH might succeed.
132 catchsql "ATTACH 'test.db2' AS two" db1
capi3e.test 58 # capi3e-3.*: Test ATTACH with various UTF8 filenames
97 ifcapable attach {
105 db2 eval "ATTACH DATABASE '$name' AS db$i;"
  /external/sfntly/cpp/src/sfntly/table/bitmap/
eblc_table.cc 71 new_data.Attach(down_cast<ReadableFontData*>(
76 size_builder.Attach(
79 size.Attach(down_cast<BitmapSizeTable*>(size_builder->Build()));
166 slice_index_sub_table.Attach(down_cast<WritableFontData*>(
185 slice_size_table.Attach(down_cast<WritableFontData*>(
301 new_data.Attach(down_cast<ReadableFontData*>(
306 size_builder.Attach(BitmapSizeTable::Builder::CreateBuilder(
index_sub_table_format5.cc 64 data.Attach(down_cast<ReadableFontData*>(data_->Slice(
142 new_data.Attach(down_cast<ReadableFontData*>(
165 new_data.Attach(down_cast<WritableFontData*>(
206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
208 target.Attach(down_cast<WritableFontData*>(new_data->Slice(
215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice(
  /external/zlib/src/contrib/iostream3/
zfstream.cc 77 // Attach to gzipped file
79 gzfilebuf::attach(int fd, function in class:gzfilebuf
94 // Attempt to attach to file
387 // Initialize stream buffer and attach to file
393 this->attach(fd, mode);
407 // Attach to file and go into fail() state if unsuccessful
409 gzifstream::attach(int fd, function in class:gzifstream
412 if (!sb.attach(fd, mode | std::ios_base::in))
442 // Initialize stream buffer and attach to file
448 this->attach(fd, mode)
464 gzofstream::attach(int fd, function in class:gzofstream
    [all...]
  /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/chromium_org/win8/metro_driver/
secondary_tile.cc 102 id.Attach(MakeHString(tile_id));
140 title.Attach(MakeHString(title_str));
143 id.Attach(MakeHString(tile_id));
150 args.Attach(MakeHString(UTF8ToUTF16(url.spec())));
159 logo_url.Attach(MakeHString(string16(L"file:///").append(logo_path.value())));
toast_notification_handler.cc 45 tag_name.Attach(MakeHString(L"text"));
76 data_hstring.Attach(MakeHString(text_string.c_str()));
173 duration_attribute_name.Attach(MakeHString(L"duration"));
175 duration_attribute_value.Attach(MakeHString(L"long"));
213 app_user_model_id.Attach(MakeHString(appid));
  /libcore/harmony-tests/src/test/java/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);
  /cts/tests/tests/opengl/src/android/opengl/cts/
NativeAttachShaderTest.java 42 *Test: Attach an two valid shaders to a program
57 * Test: Attach an invalid vertex shader to the program handle
71 * Test: Attach two shaders of the same type to the program
  /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));

Completed in 429 milliseconds

1 2 3 4 5 67 8 91011>>