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

  /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 50 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/openfst/src/include/fst/
union-find.h 62 Link(FindSet(x), FindSet(y));
93 void Link(T x, T y) {
  /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 147 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top); local
150 if (link) {
152 area = GetLinkTarget(link, &targets[0]);
176 } else if (area == WEBLINK_AREA && link) {
178 } else if (area == WEBLINK_AREA && !link) {
196 // Check if the link is a "mailto:" URL
257 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y); local
258 if (link) {
259 // We don't handle all possible link types of the PDF. For example,
263 PDFiumPage::Area area = GetLinkTarget(link, target)
395 Link link; local
    [all...]
  /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
76 Link::LinkType type;
81 { Link::LINK_SELF,
83 { Link::LINK_NEXT,
85 { Link::LINK_PARENT,
87 { Link::LINK_ALTERNATE,
89 { Link::LINK_EDIT,
91 { Link::LINK_EDIT_MEDIA,
93 { Link::LINK_ALT_EDIT_MEDIA
    [all...]
gdata_wapi_parser.h 38 // Defines link (URL) of an entity (document, file, feed...). Each entity could
39 // have more than one link representing it.
40 class Link {
66 Link();
67 ~Link();
71 static void RegisterJSONConverter(base::JSONValueConverter<Link>* converter);
73 // Type of the link.
76 // URL of the link.
79 // Title of the link.
82 // For OPEN_WITH links, this contains the application ID. For all other link
    [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 249 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))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 42 struct Link {
49 explicit Link(u32 id = 0, u32 seq = 0, u32 tid = 0, u32 s0 = 0, u32 s1 = 0)
62 Link pending[kMaxMutex];
63 Link path[kMaxMutex];
81 Link link[kMaxLink]; member in struct:__sanitizer::Mutex
236 Link *link = &mtx1->link[li]; local
237 if (link->id == m->id)
252 Link *link = &mtx1->link[mtx1->nlink++]; local
375 Link link = pt->pending[--npending]; local
409 Link *link = &pt->path[i]; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 524 bool Program::Link(ShaderManager* manager,
564 bool link = true; local
585 link = success != ProgramCache::PROGRAM_LOAD_SUCCESS;
586 UMA_HISTOGRAM_BOOLEAN("GPU.ProgramCache.LoadBinarySuccess", !link);
590 if (link) {
605 if (link) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 128 Link: "Link"
624 this._tokenizer._setMode(WebInspector.WikiParser.Tokenizer.Mode.Link);
635 return new WebInspector.WikiParser.Link(url, children);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1604 milliseconds