Searched defs:link (Results 76 - 100 of 221) sorted by relevance

123456789

/external/jdiff/src/jdiff/
H A DDiffMyers.java480 public change link; field in class:DiffMyers.change
502 this.link = old;
/external/jemalloc/include/jemalloc/internal/
H A Dtcache.h83 ql_elm(tcache_t) link; /* Used for aggregating stats. */ member in struct:tcache_s
/external/kernel-headers/original/uapi/linux/
H A Dif_bonding.h30 * - Added support for IEEE 802.3ad Dynamic link aggregation mode.
74 /* each slave's link has 4 states */
75 #define BOND_LINK_UP 0 /* link is up and running */
76 #define BOND_LINK_FAIL 1 /* link has just gone down */
77 #define BOND_LINK_DOWN 2 /* link has been down for too long time */
78 #define BOND_LINK_BACK 3 /* link is going back */
81 #define BOND_STATE_ACTIVE 0 /* link is active */
82 #define BOND_STATE_BACKUP 1 /* link is backup */
106 __s8 link; member in struct:ifslave
/external/libvorbis/lib/
H A Dblock.c118 struct alloc_chain *link=_ogg_malloc(sizeof(*link)); local
120 link->next=vb->reap;
121 link->ptr=vb->localstore;
122 vb->reap=link;
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_framebuffer.c74 struct stw_framebuffer **link; local
83 link = &stw_dev->fb_head;
84 while (*link != fb)
85 link = &(*link)->next;
86 assert(*link);
87 *link = fb->next;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp751 fs_bblock_link *link = (fs_bblock_link *)node; local
752 fs_bblock *block = link->block;
1022 fs_bblock_link *link = (fs_bblock_link *)node; local
1023 fs_bblock *block = link->block;
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp144 DLLEXPORT FPDF_DEST STDCALL FPDFLink_GetDest(FPDF_DOCUMENT document, FPDF_LINK link) argument
148 if (link == NULL) return NULL;
149 CPDF_Link Link = (CPDF_Dictionary*)link;
154 // If this link is not directly associated with a dest, we try to get action
160 DLLEXPORT FPDF_ACTION STDCALL FPDFLink_GetAction(FPDF_LINK link) argument
162 if (link == NULL) return NULL;
163 CPDF_Link Link = (CPDF_Dictionary*)link;
/external/ppp/pppd/plugins/radius/
H A Davpair.c530 VALUE_PAIR *link; local
664 link = *first_pair;
665 while (link->next != (VALUE_PAIR *) NULL)
667 link = link->next;
669 link->next = pair;
/external/bison/darwin-lib/
H A Dunistd.h1324 /* Create a new hard link for an existing file.
1327 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html>. */
1330 # define link rpl_link
1332 _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2)
1334 _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2));
1337 _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2)
1340 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1342 _GL_CXXALIASWARN (link);
1344 # undef link macro
1346 _GL_WARN_ON_USE (link, "lin
[all...]
/external/bison/linux-lib/
H A Dunistd.h1324 /* Create a new hard link for an existing file.
1327 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/link.html>. */
1330 # define link rpl_link
1332 _GL_FUNCDECL_RPL (link, int, (const char *path1, const char *path2)
1334 _GL_CXXALIAS_RPL (link, int, (const char *path1, const char *path2));
1337 _GL_FUNCDECL_SYS (link, int, (const char *path1, const char *path2)
1340 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1342 _GL_CXXALIASWARN (link);
1344 # undef link macro
1346 _GL_WARN_ON_USE (link, "lin
[all...]
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc130 // subdirectory for that identifies the next component. If a symbolic link
131 // is being watched, the target of the link is also kept.
167 // the link target's parent directory. Returns true and update |watch_entry|
628 FilePath link; local
629 if (!ReadSymbolicLink(path, &link))
632 if (!link.IsAbsolute())
633 link = path.DirName().Append(link);
635 // Try watching symlink target directory. If the link target is "/", then we
640 g_inotify_reader.Get().AddWatch(link
[all...]
/external/chromium_org/chrome/browser/
H A Djumplist_win.cc46 // Append the common switches to each shell link.
57 scoped_refptr<ShellLinkItem> link(new ShellLinkItem);
58 AppendCommonSwitches(link.get());
59 return link;
293 scoped_refptr<ShellLinkItem> link = CreateShellLink(); local
296 link->GetCommandLine()->AppendArgNative(url_string_wide);
297 link->set_title(!url.title.empty()? url.title : url_string_wide);
298 most_visited_pages_.push_back(link);
299 icon_urls_.push_back(make_pair(url_string, link));
361 scoped_refptr<ShellLinkItem> link
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dhistory.js253 function link(name, func) {
259 link('Close dialog', function() {
262 link('Remove fluff', goog.bind(function() {
/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.cc34 #include "ui/views/controls/link.h"
71 views::Link* link);
87 views::Link* link)
89 link_(link) {
240 views::Link* link = new views::Link(base::UTF8ToUTF16(i->title)); local
241 link->set_listener(this);
242 link->SetElideBehavior(gfx::ELIDE_MIDDLE);
243 popup_links_[link] = i - bubble_content.popup_items.begin();
244 layout->AddView(new Favicon(i->image, this, link));
245 layout->AddView(link);
84 Favicon( const gfx::Image& image, ContentSettingBubbleContents* parent, views::Link* link) argument
[all...]
H A Dfullscreen_exit_bubble_views.cc26 #include "ui/views/controls/link.h"
42 // Space between the site info label and the buttons / link.
157 // On CrOS, the link text doesn't change, since it doesn't show the shortcut.
212 views::Link* link,
211 LinkClicked( views::Link* link, int event_flags) argument
/external/chromium_org/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc28 #include "ui/views/controls/link.h"
100 views::Link* link = new views::Link(text); local
101 link->SetFontList(rb.GetFontList(ui::ResourceBundle::MediumFont));
102 link->SizeToPreferredSize();
103 link->SetHorizontalAlignment(gfx::ALIGN_LEFT);
104 link->set_listener(listener);
105 link->SetBackgroundColor(background()->get_color());
106 return link;
/external/chromium_org/chrome/browser/ui/views/translate/
H A Dtranslate_bubble_view.cc35 #include "ui/views/controls/link.h"
61 views::Link* link = new views::Link( local
63 link->set_listener(listener);
64 link->set_id(id);
65 return link;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp47 inline void link(int, int);
128 void DominatorTree::link(int v, int w) function in class:nv50_ir::DominatorTree
153 link(p, w);
/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.cc568 link(const char* oldpath, const char* newpath) { function
/external/chromium_org/third_party/webrtc/video/
H A Dfull_stack.cc51 FakeNetworkPipe::Config link; member in struct:webrtc::FullStackTestParams
373 test::DirectTransport send_transport(params.link);
374 test::DirectTransport recv_transport(params.link);
469 foreman_cif.link.queue_length_packets = 0;
470 foreman_cif.link.queue_delay_ms = 0;
471 foreman_cif.link.link_capacity_kbps = 500;
484 foreman_cif.link.queue_length_packets = 32;
485 foreman_cif.link.queue_delay_ms = 0;
486 foreman_cif.link.link_capacity_kbps = 500;
499 foreman_cif.link
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc81 Link link[kMaxLink]; member in struct:__sanitizer::Mutex
236 Link *link = &mtx1->link[li]; local
237 if (link->id == m->id) {
238 if (link->seq != mtx->seq) {
239 link->seq = mtx->seq;
240 link->tid = lt->ctx;
241 link->stk0 = stk1;
242 link->stk1 = cb->Unwind();
244 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\
252 Link *link = &mtx1->link[mtx1->nlink++]; local
375 Link link = pt->pending[--npending]; local
409 Link *link = &pt->path[i]; local
[all...]
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp405 xe::LocalTcpIpLink* link = new xe::LocalTcpIpLink(); local
408 link->start(cmdLine.serverBin.c_str(), DE_NULL, cmdLine.port);
409 return link;
413 delete link;
425 xe::TcpIpLink* link = new xe::TcpIpLink(); local
428 link->connect(address);
429 return link;
433 delete link;
/external/deqp/executor/
H A DxeTcpIpLink.cpp21 * \brief Tcp/Ip communication link.
514 TcpIpLink* link = static_cast<TcpIpLink*>(ptr); local
515 deUint64 lastKeepalive = link->m_state.getLastKeepaliveRecevied();
520 link->m_state.setState(COMMLINKSTATE_ERROR, "Keepalive timeout");
525 writeKeepalive(link->m_sendThread.getBuffer());
/external/deqp/framework/opengl/
H A DgluShaderProgram.cpp197 void Program::link (void) function in class:glu::Program
329 m_program.link();
/external/libnl/lib/route/link/
H A Dvlan.c2 * lib/route/link/vlan.c VLAN Link Info
26 #include <netlink/route/link/info-api.h>
27 #include <netlink/route/link/vlan.h>
71 static int vlan_alloc(struct rtnl_link *link) argument
78 link->l_info = vi;
83 static int vlan_parse(struct rtnl_link *link, struct nlattr *data, argument
90 NL_DBG(3, "Parsing VLAN link info");
95 if ((err = vlan_alloc(link)) < 0)
98 vi = link->l_info;
169 static void vlan_free(struct rtnl_link *link) argument
182 vlan_dump_line(struct rtnl_link *link, struct nl_dump_params *p) argument
189 vlan_dump_details(struct rtnl_link *link, struct nl_dump_params *p) argument
259 vlan_put_attrs(struct nl_msg *msg, struct rtnl_link *link) argument
337 rtnl_link_vlan_set_id(struct rtnl_link *link, int id) argument
350 rtnl_link_vlan_get_id(struct rtnl_link *link) argument
363 rtnl_link_vlan_set_flags(struct rtnl_link *link, unsigned int flags) argument
377 rtnl_link_vlan_unset_flags(struct rtnl_link *link, unsigned int flags) argument
391 rtnl_link_vlan_get_flags(struct rtnl_link *link) argument
401 rtnl_link_vlan_set_ingress_map(struct rtnl_link *link, int from, uint32_t to) argument
418 rtnl_link_vlan_get_ingress_map(struct rtnl_link *link) argument
431 rtnl_link_vlan_set_egress_map(struct rtnl_link *link, uint32_t from, int to) argument
461 rtnl_link_vlan_get_egress_map(struct rtnl_link *link, int *negress) argument
[all...]

Completed in 448 milliseconds

123456789