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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/test/
cmap_test.cc 125 cmap1_.Attach(cmap_table->GetCMap(GetParam().first_platform_id(),
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(),
168 font_factory.Attach(FontFactory::GetInstance());
178 font_factory.Attach(FontFactory::GetInstance());
verify_glyf.cc 40 glyf.Attach(glyf_table->GetGlyph(GLYPH33_OFFSET, GLYPH33_LENGTH));
  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_Unix.h 46 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
SkOSWindow_Win.h 45 bool attach(SkBackEndTypes attachType, int msaaSampleCount, AttachmentInfo*);
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilBuffer.cpp 39 // All SBs are created internally to attach to RTs so they all use the same domain.
  /external/chromium_org/third_party/skia/src/views/ios/
SkOSWindow_iOS.mm 53 bool SkOSWindow::attach(SkBackEndTypes /* attachType */,
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.h 49 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
  /external/chromium_org/third_party/sqlite/src/test/
async5.test 30 ATTACH 'test2.db' AS next;
  /external/chromium_org/tools/cr/cr/commands/
debug.py 33 cr.Debugger.Attach(context, targets, context.remains)
  /external/chromium_org/tools/grit/grit/testdata/
email_result.html 18 [$~ATTACH~$]
  /external/chromium_org/tools/traceline/traceline/
README 11 process shutdown, and doing an intrusive symbol attach with dbghelp.dll
  /external/chromium_org/ui/wm/test/
wm_test_helper.h 37 // ash here, but we can create attach several of the same things we'd find in
  /external/chromium_org/win8/metro_driver/
metro_dialog_box.cc 42 message_title.Attach(MakeHString(dialog_box_info.title));
45 message_content.Attach(MakeHString(dialog_box_info.content));
64 label1.Attach(MakeHString(dialog_box_info.button1_label));
72 label2.Attach(MakeHString(dialog_box_info.button2_label));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoItem.java 96 * @param prefix {@code null-ok;} prefix to attach to each line of output
106 * @param prefix {@code non-null;} prefix to attach to each line of output
132 * @param prefix {@code null-ok;} prefix to attach to each line of output
163 * @param prefix {@code null-ok;} prefix to attach to each line of output
  /external/guava/guava/src/com/google/common/util/concurrent/
FutureCallback.java 28 * <p>To attach to a {@link ListenableFuture} use {@link Futures#addCallback}.
  /external/icu4c/common/
ucln_imp.h 138 /* ICU does not trap process attach, but must pass these through properly. */
139 /* ICU specific process attach could go here */
150 /* ICU does not trap thread attach, but must pass these through properly. */
151 /* ICU specific thread attach could go here */
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java 13 * You can't attach a Node to a SimpleBatchNode
  /external/kernel-headers/original/asm-x86/
shmbuf.h 20 __kernel_time_t shm_atime; /* last attach time */
  /external/openssh/regress/
agent-getpeereid.sh 4 tid="disallow agent attach from other uid"
agent-ptrace.sh 4 tid="disallow agent ptrace attach"
  /external/qemu/hw/
pcmcia.h 22 int (*attach)(void *state); member in struct:PCMCIACardState
  /external/sepolicy/
device.te 56 # attach service. The uart dev node
  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.h 47 virtual bool Attach(const byte_t* buffer, size_t length);
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length)));
111 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size)));
224 slice.Attach(down_cast<ReadableFontData*>(data->Slice(
227 glyph_builder.Attach(BitmapGlyph::Builder::CreateGlyphBuilder(
  /external/sfntly/cpp/src/sfntly/table/
table_based_table_builder.cc 64 table_.Attach(down_cast<Table*>(SubBuildTable(InternalReadData())));

Completed in 1767 milliseconds

1 2 3 4 5 6 7 8 91011>>