HomeSort by relevance Sort by last modified time
    Searched defs:Link (Results 1 - 25 of 48) sorted by null

1 2

  /external/clang/test/CodeGen/
pointer-signext.c 20 LIST_ENTRY Link;
25 LIST_ENTRY *Link;
28 Link = (LIST_ENTRY *) param;
30 Entry = CR (Link, MEMORY_MAP, Link);
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
publish.js 12 if (JSDOC.opt.s && defined(Link) && Link.prototype._makeSrcLink) {
13 Link.prototype._makeSrcLink = function(srcFilePath) {
21 // used to allow Link to check the details of things being linked to
22 Link.symbolSet = symbolSet;
56 Link.filemap = {};
63 Link.filemap[classes[i].alias] =
70 Link.base = "../";
80 Link.currentSymbol= symbol;
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 32 public class Link extends Activity {
37 setContentView(R.layout.link);
63 "<a href=\"http://www.google.com\">link</a> " +
68 // link without using HTML at all. Again, for a fixed string
  /external/chromium_org/cc/output/
program_binding.cc 51 bool ProgramBindingBase::Link(GLES2Interface* context) {
  /external/chromium_org/ui/views/controls/
link.h 19 // Link class
21 // A Link is a label subclass that looks like an HTML link. It has a
25 class VIEWS_EXPORT Link : public Label {
27 Link();
28 explicit Link(const base::string16& title);
29 virtual ~Link();
70 // Whether the link should be underlined when enabled.
73 // Whether the link is currently pressed.
76 // The color when the link is neither pressed nor disabled
    [all...]
link.cc 5 #include "ui/views/controls/link.h"
23 const char Link::kViewClassName[] = "Link";
25 Link::Link() : Label(base::string16()) {
29 Link::Link(const base::string16& title) : Label(title) {
33 Link::~Link() {
36 SkColor Link::GetDefaultEnabledColor()
    [all...]
  /external/clang/include/clang/Driver/
Phases.h 23 Link
27 MaxNumberOfPhases = Link + 1
ToolChain.h 71 mutable std::unique_ptr<Tool> Link;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 60 Link(FindSet(x), FindSet(y));
90 void Link(T x, T y) {
  /frameworks/rs/
rsScriptGroup.cpp 66 const Link *l = n->mOutputs[ct];
117 //ALOGE("link count %i", (int)mLinks.size());
119 Link *l = mLinks[ct];
120 //ALOGE("link %i %p", (int)ct, l);
122 //ALOGE("link n %p", n);
217 Link *l = new Link();
231 Link *l = n->mOutputs[ct2];
326 //ALOGE(" link in %p", ain);
339 //ALOGE(" link out %p", aout)
    [all...]
rsScriptGroup.h 37 class Link {
44 Link();
45 ~Link();
53 Vector<Link *> mOutputs;
54 Vector<Link *> mInputs;
68 Vector<Link *> mLinks;
  /external/chromium_org/cc/resources/
prioritized_resource.cc 96 void PrioritizedResource::Link(Backing* backing) {
  /external/chromium_org/pdf/pdfium/
pdfium_page.h 52 DOCLINK_AREA, // Area is a link to a different part of the same document.
94 // Returns a link index if the given character index is over a link, or -1
97 // Returns the link indices if the given rect intersects a link rect, or an
103 // Returns link type and target associated with a link. Returns
104 // NONSELECTABLE_AREA if link detection failed.
105 Area GetLinkTarget(FPDF_LINK link, LinkTarget* target);
115 struct Link {
    [all...]
pdfium_page.cc 148 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top); local
151 if (link) {
153 area = GetLinkTarget(link, &targets[0]);
177 } else if (area == WEBLINK_AREA && link) {
179 } else if (area == WEBLINK_AREA && !link) {
197 // Check if the link is a "mailto:" URL
258 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y); local
259 if (link) {
260 // We don't handle all possible link types of the PDF. For example,
264 PDFiumPage::Area area = GetLinkTarget(link, target)
396 Link link; local
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 58 CPDF_Link Link = (CPDF_Dictionary*)pPageLinkList->GetAt(i);
59 CPDF_Rect rect = Link.GetRect();
61 return Link;
77 if (pAnnot->GetString("Subtype") != "Link") {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsScriptGroup.h 37 class Link {
44 Link();
45 ~Link();
53 Vector<Link *> mOutputs;
54 Vector<Link *> mInputs;
68 Vector<Link *> mLinks;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsScriptGroup.h 37 class Link {
44 Link();
45 ~Link();
53 Vector<Link *> mOutputs;
54 Vector<Link *> mInputs;
68 Vector<Link *> mLinks;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsScriptGroup.h 37 class Link {
44 Link();
45 ~Link();
53 Vector<Link *> mOutputs;
54 Vector<Link *> mInputs;
68 Vector<Link *> mLinks;
  /external/clang/lib/Driver/
Tools.h 163 class LLVM_LIBRARY_VISIBILITY Link : public Common {
165 Link(const ToolChain &TC) : Common("gcc::Link",
194 class LLVM_LIBRARY_VISIBILITY Link : public Tool {
196 Link(const ToolChain &TC) : Tool("hexagon::Link",
256 class LLVM_LIBRARY_VISIBILITY Link : public MachOTool {
263 Link(const ToolChain &TC) : MachOTool("darwin::Link", "linker", TC) {}
331 class LLVM_LIBRARY_VISIBILITY Link : public Tool
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 53 const char kLinkField[] = "link";
71 // Link Prefixes
100 Link::LinkType type;
105 { Link::LINK_SELF,
107 { Link::LINK_NEXT,
109 { Link::LINK_PARENT,
111 { Link::LINK_ALTERNATE,
113 { Link::LINK_EDIT,
115 { Link::LINK_EDIT_MEDIA,
117 { Link::LINK_ALT_EDIT_MEDIA
    [all...]
  /art/compiler/
elf_writer_mclinker.cc 80 if (!Link()) {
325 bool ElfWriterMclinker::Link() {
326 // link inputs
327 if (!linker_->link(*module_.get(), *ir_builder_.get())) {
328 LOG(ERROR) << "Failed to link " << elf_file_->GetPath();
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc 235 void Node::Link() {
  /external/llvm/include/llvm/Object/
ELFYAML.h 80 StringRef Link;
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 249 unsigned Link = (OC[Offset] & 0x20) >> 5;
250 uint16_t RegisterMask = (Link << (Prologue ? 14 : 15))
280 unsigned Link = (OC[Offset] & 0x4) >> 3;
283 uint16_t GPRMask = (Link << (Prologue ? 14 : 15))
297 unsigned Link = (OC[Offset] & 0x4) >> 2;
300 uint16_t GPRMask = (Link << (Prologue ? 14 : 15))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspaddr.h 5 LIST_ENTRY Link;

Completed in 1606 milliseconds

1 2