HomeSort by relevance Sort by last modified time
    Searched defs:link (Results 301 - 325 of 515) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 365 self.linker = "link.exe"
397 self.linker = self.find_exe("link.exe")
578 def link(self, member in class:MSVCCompiler
659 # manifest. Maybe we should link to a temp file? OTOH, that
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 81 from _emx_link import link namespace
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 107 * to be a {@link ViewElementDescriptor}.
181 // Link all layouts to everything else here.. recursively
218 * Creates an element descriptor from a given {@link ViewClassInfo}.
220 * @param info The {@link ViewClassInfo} to convert into a new {@link ViewElementDescriptor}.
264 for (ViewClassInfo link = info.getSuperClass();
265 link != null;
266 link = link.getSuperClass()) {
267 AttributeInfo[] attrList = link.getAttributes()
    [all...]
  /ndk/build/core/
definitions.mk 127 # link time, the size of the command becomes too large for the
316 # Function : link-whole-archives
319 # Usage : $(call link-whole-archives,<libraries>)
326 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
327 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archive
329 -test-link-whole-archive = \
330 $(call test-expect,,$(call link-whole-archives))\
333 $(call test-expect,$(_start) foo $(_end),$(call link-whole-archives,foo))\
334 $(call test-expect,$(_start) foo bar $(_end),$(call link-whole-archives,foo bar)
    [all...]
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 218 // Creates and starts an intent to open the item.link url.
490 String link = ""; local
497 title = link = description = "";
501 } else if (tag.equals("link")) {
503 link = xpp.getText();
514 RssItem item = new RssItem(title, link, description);
577 else if (tag.equals("link")) mLink = mBuff.toString();
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 26 * Creates a link with a specified onclick handler and content.
28 * @param {string} value The link text.
29 * @return {Element} The created link element.
32 var link = document.createElement('a');
33 link.onclick = onclick;
34 link.href = '#';
35 link.textContent = value;
36 link.oncontextmenu = function() { return false; };
37 return link;
334 this.controlRemove_.classList.add('control-remove-link');
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 36 #include "ui/views/controls/link.h"
136 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
218 virtual void LinkClicked(views::Link* source, int event_flags) OVERRIDE;
264 // The 'more details' link shown under the heading (changes to 'hide details'
266 views::Link* more_details_;
268 // The up/down arrow next to the 'more detail' link (points up/down depending
460 views::Link* store_link = new views::Link(
682 void ExtensionInstallDialogView::LinkClicked(views::Link* source,
798 views::Link* link = new views::Link local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 127 * The best candidate is stored in field `link' in structure
148 * `AF_Segment' (and `link' is set to NULL).
277 AF_Segment edge_next; /* link to next segment in parent edge */
279 AF_Segment link; /* (stem) link segment */ member in struct:AF_SegmentRec_
302 AF_Edge link; /* link edge */ member in struct:AF_EdgeRec_
  /external/chromium_org/third_party/freetype/src/base/
ftdbgmem.c 73 FT_MemSource link; member in struct:FT_MemSourceRec_
103 FT_MemNode link; member in struct:FT_MemNodeRec_
284 next = node->link;
288 node->link = pnode[0];
361 next = node->link;
362 node->link = 0;
401 next = source->link;
444 pnode = &node->link;
473 pnode = &node->link;
494 node->link = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 72 struct StringStruct *link; member in struct:StringStruct
121 dest->link = (StringStruct*)(*freeHook);
129 StringStruct *next = s->link;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
errors.c 46 struct simple_node link; member in struct:gl_client_severity
215 insert_at_tail(&nspace->Severity[severity], &entry->link);
  /external/chromium_org/ui/views/focus/
focus_traversal_unittest.cc 18 #include "ui/views/controls/link.h"
255 // Link * kRosettaLinkID
256 // Link * kStupeurEtTremblementLinkID
257 // Link * kDinerGameLinkID
258 // Link * kRidiculeLinkID
259 // Link * kClosetLinkID
260 // Link * kVisitingLinkID
261 // Link * kAmelieLinkID
262 // Link * kJoyeuxNoelLinkID
263 // Link * kCampingLinkI
449 Link* link = new Link(ASCIIToUTF16(kTitles[i])); local
482 Link* link = NULL; local
    [all...]
  /external/freetype/src/autofit/
afhints.h 127 * The best candidate is stored in field `link' in structure
148 * `AF_Segment' (and `link' is set to NULL).
277 AF_Segment edge_next; /* link to next segment in parent edge */
279 AF_Segment link; /* (stem) link segment */ member in struct:AF_SegmentRec_
302 AF_Edge link; /* link edge */ member in struct:AF_EdgeRec_
  /external/freetype/src/base/
ftdbgmem.c 73 FT_MemSource link; member in struct:FT_MemSourceRec_
103 FT_MemNode link; member in struct:FT_MemNodeRec_
284 next = node->link;
288 node->link = pnode[0];
361 next = node->link;
362 node->link = 0;
401 next = source->link;
444 pnode = &node->link;
473 pnode = &node->link;
494 node->link = NULL
    [all...]
  /external/icu4c/test/cintltst/
cbiapts.c 76 struct StringStruct *link; member in struct:StringStruct
125 dest->link = (StringStruct*)(*freeHook);
133 StringStruct *next = s->link;
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 480 public change link; field in class:DiffMyers.change
502 this.link = old;
  /external/kernel-headers/original/linux/
key.h 40 #define KEY_POS_WRITE 0x04000000 /* possessor can update key payload / add link to keyring */
42 #define KEY_POS_LINK 0x10000000 /* possessor can create a link to a key/keyring */
162 struct list_head link; member in union:key::__anon20012
240 struct list_head link; /* link in types list */ member in struct:key_type
mroute6.h 180 int link; /* Physical interface index */ member in struct:mif_device
  /external/libppp/src/
fsm.h 98 struct link;
132 /* The link layer active with this FSM (may be our bundle below) */
133 struct link *link; member in struct:fsm
135 /* Our high-level link */
184 struct bundle *, struct link *, const struct fsm_parent *,
  /external/mesa3d/src/mesa/main/
errors.c 46 struct simple_node link; member in struct:gl_client_severity
215 insert_at_tail(&nspace->Severity[severity], &entry->link);
  /external/qemu/android/skin/
image.c 212 SkinImage* link; member in struct:SkinImage
383 *pnode = node->link;
386 pnode = &node->link;
459 pnode = &node->link;
556 node->link = *pnode;
  /external/qemu/hw/
bt-l2cap.c 27 struct bt_link_s *link; member in struct:l2cap_instance_s
93 struct bt_link_s link; /* Underlying logical link (ACL) */ member in struct:slave_l2cap_instance_s
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 56 #define STREAMSET 3 /* serialno and link set, but not to current link */
57 #define LINKSET 4 /* serialno and link set to current link */
201 /* finds each bitstream link one at a time using a bisection search
203 Recurses for each link so it can alloc the link storage after
348 static int _set_link_number(OggVorbis_File *vf,int link){
349 if(link != vf->current_link) _decode_clear(vf);
351 _seek_helper(vf,vf->offsets[link]);
591 int link=(vf->seekable?vf->current_link:0); local
672 int link,ret; local
1064 int i,link=vf->current_link; local
1099 int link; local
1154 int link=-1; local
1382 int link,ret; local
1432 int link=-1; local
1462 int link=-1; local
1502 int link=0; local
    [all...]
  /external/v8/src/arm/
assembler-arm.cc 549 // The link chain is terminated by a negative code position (must be aligned)
657 next(L); // call next before overwriting link with target at fixup_pos
674 int link = L->pos(); local
676 fixup_pos = link;
677 link = target_at(fixup_pos);
678 } while (link > 0);
679 ASSERT(link == kEndOfChain);
698 int link = target_at(L->pos()); local
699 if (link == kEndOfChain) {
702 ASSERT(link >= 0)
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1412 // Creates a link called newpath to existing oldpath
1436 yaffs_Object *link = NULL; local
1454 link = yaffs_Link(newdir,newname,obj);
1455 if(link)

Completed in 630 milliseconds

<<11121314151617181920>>