/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
unixccompiler.py | 12 * link static library handled by 'ar' command (possibly with 'ranlib') 13 * link shared library handled by 'cc -shared' 150 def link(self, target_desc, objects, member in class:UnixCCompiler
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
methodobject.h | 75 struct PyMethodChain *link; /* NULL or base type */ member in struct:PyMethodChain
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 37 # it tries to link against dlls instead their import libraries. (If 39 # By specifying -static we force ld to link against the import libraries, 66 # version for the headers will link renamed functions to msvcrt. 192 def link (self, member in class:CygwinCCompiler 271 UnixCCompiler.link(self, 286 # link ()
|
emxccompiler.py | 91 def link (self, member in class:EMXCCompiler 161 UnixCCompiler.link(self, 176 # link () 317 # anyway - so we can link OMF DLLs
|
unixccompiler.py | 12 * link static library handled by 'ar' command (possibly with 'ranlib') 13 * link shared library handled by 'cc -shared' 150 def link(self, target_desc, objects, member in class:UnixCCompiler
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/src/com/android/ide/eclipse/adt/internal/ |
AdtIntro.java | 123 Hyperlink link = mToolkit.createHyperlink(c, text, SWT.WRAP); local 124 link.setHref(url); 125 link.addHyperlinkListener(sHyperLinkListener); 128 link.setLayoutData(gd);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ThemeMenuAction.java | 78 /** Type of menu; one of the constants {@link #MENU_ALL} etc */ 304 IHyperlink link = links[0]; local 305 link.open();
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
KinematicRagdollControl.java | 168 for (PhysicsBoneLink link : boneLinks.values()) { 173 Vector3f p = link.rigidBody.getMotionState().getWorldLocation(); 178 Quaternion q = link.rigidBody.getMotionState().getWorldRotationQuat(); 182 tmpRot1.set(q).multLocal(link.initalWorldRotation); 187 if (link.bone.getParent() == null) { 190 modelPosition.set(p).subtractLocal(link.bone.getWorldBindPosition()); 192 modelRotation.set(q).multLocal(tmpRot2.set(link.bone.getWorldBindRotation()).inverseLocal()); 201 link.bone.setUserTransformsWorld(position, tmpRot1); 207 link.bone.setUserTransformsWorld(position, tmpRot1); 211 RagdollUtils.setTransform(link.bone, position, tmpRot1, false, boneList) 377 PhysicsBoneLink link = new PhysicsBoneLink(); local 411 boneLinks.put(bone.getName(), link); local 434 PhysicsBoneLink link = boneLinks.get(boneName); local 449 PhysicsBoneLink link = boneLinks.get(boneName); local 638 PhysicsBoneLink link = (PhysicsBoneLink) objA.getUserObject(); local 647 PhysicsBoneLink link = (PhysicsBoneLink) objB.getUserObject(); local 835 PhysicsBoneLink link = boneLinks.get(boneName); local 849 PhysicsBoneLink link = boneLinks.get(boneName); local 861 PhysicsBoneLink link = boneLinks.get(boneName); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 48 import org.eclipse.swt.widgets.Link; 73 * The {@link PropertyFactory} creates (and caches) the set of {@link Property} 75 * these, and sometimes combining them into {@link ComplexProperty} category 122 * @param items the {@link CanvasViewInfo} instances to get an intersected 725 Link link = new Link(top, SWT.NO_FOCUS); local 726 link.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1)); 727 link.setText("<a>https://bugs.eclipse.org/bugs/show_bug.cgi?id=388574</a>") [all...] |
/bionic/libc/kernel/common/linux/nfsd/ |
xdr.h | 146 struct nfsd_linkargs link; member in union:nfsd_xdrstore
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 53 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system. 128 * {@link android.content.AbstractThreadedSyncAdapter} guarantees that this will be called on a non-UI thread, 231 String link; local 238 link = c.getString(COLUMN_LINK); 248 (match.link != null && !match.link.equals(link)) || 254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, link) 278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link)
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/ |
FeedParser.java | 54 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects. 75 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects. 102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 103 // <link rel="edit" href="http://example.com/admin/article/1234"/> 123 * Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them 131 String link = null; local 145 } else if (name.equals("link")) { 146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 148 // Multiple link types can be included. readAlternateLink() will only return 149 // non-null when reading an "alternate"-type link. Ignore other responses 212 String link = null; local 268 public final String link; field in class:FeedParser.Entry [all...] |
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 53 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system. 128 * {@link android.content.AbstractThreadedSyncAdapter} guarantees that this will be called on a non-UI thread, 231 String link; local 238 link = c.getString(COLUMN_LINK); 248 (match.link != null && !match.link.equals(link)) || 254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, link) 278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link)
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/net/ |
FeedParser.java | 54 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects. 75 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects. 102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 103 // <link rel="edit" href="http://example.com/admin/article/1234"/> 123 * Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them 131 String link = null; local 145 } else if (name.equals("link")) { 146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 148 // Multiple link types can be included. readAlternateLink() will only return 149 // non-null when reading an "alternate"-type link. Ignore other responses 212 String link = null; local 268 public final String link; field in class:FeedParser.Entry [all...] |
/development/ndk/platforms/android-3/include/linux/nfsd/ |
xdr.h | 134 struct nfsd_linkargs link; member in union:nfsd_xdrstore
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
SyncAdapter.java | 53 * <p>This class is instantiated in {@link SyncService}, which also binds SyncAdapter to the system. 128 * {@link android.content.AbstractThreadedSyncAdapter} guarantees that this will be called on a non-UI thread, 231 String link; local 238 link = c.getString(COLUMN_LINK); 248 (match.link != null && !match.link.equals(link)) || 254 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, link) 278 .withValue(FeedContract.Entry.COLUMN_NAME_LINK, e.link)
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/ |
FeedParser.java | 54 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects. 75 * @return List of {@link com.example.android.basicsyncadapter.net.FeedParser.Entry} objects. 102 // <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 103 // <link rel="edit" href="http://example.com/admin/article/1234"/> 123 * Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them 131 String link = null; local 145 } else if (name.equals("link")) { 146 // Example: <link rel="alternate" type="text/html" href="http://example.com/article/1234"/> 148 // Multiple link types can be included. readAlternateLink() will only return 149 // non-null when reading an "alternate"-type link. Ignore other responses 212 String link = null; local 268 public final String link; field in class:FeedParser.Entry [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
VariableStack.java | 59 // Allow for twice as many variables as stack link entries 166 // (As long as the caller doesn't screw up link/unlink.) 199 * <p>I use the link/unlink concept because of distant 210 public int link(final int size) method in class:VariableStack 241 * {@link #link(int size)}. 251 * {@link #link(int size)}.
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 25 #include "views/controls/link.h" 76 views::Link* InfoBarView::CreateLink(const string16& text, 79 views::Link* link = new views::Link; local 80 link->SetText(UTF16ToWideHack(text)); 81 link->SetFont( 83 link->SetHorizontalAlignment(views::Label::ALIGN_LEFT); 84 link->SetController(controller); 85 link->MakeReadableOverBackgroundColor(background_color) [all...] |
/external/chromium_org/base/files/ |
file_path_watcher_linux.cc | 123 // subdirectory for that identifies the next component. If a symbolic link 124 // is being watched, the target of the link is also kept. 450 FilePath link; local 451 if (ReadSymbolicLink(path, &link)) { 452 if (!link.IsAbsolute()) 453 link = path.DirName().Append(link); 454 // Try watching symlink target directory. If the link target is "/", 459 g_inotify_reader.Get().AddWatch(link.DirName(), this); 461 watch_entry->linkname_ = link.BaseName().value() [all...] |
/external/chromium_org/chrome/browser/drive/ |
drive_api_util.cc | 267 const google_apis::Link* share_link = 268 entry->GetLinkByType(google_apis::Link::LINK_SHARE); 344 using google_apis::Link; 345 const Link& link = *entry.links()[i]; local 346 switch (link.type()) { 347 case Link::LINK_PARENT: { 350 parent->set_parent_link(link.href()); 353 drive::util::ExtractResourceIdFromUrl(link.href()); 359 case Link::LINK_EDIT 456 google_apis::Link* link = new google_apis::Link; local 462 google_apis::Link* link = new google_apis::Link; local 468 google_apis::Link* link = new google_apis::Link; local 474 google_apis::Link* link = new google_apis::Link; local 480 google_apis::Link* link = new google_apis::Link; local 524 google_apis::Link* link = new google_apis::Link; local 550 google_apis::Link* link = new google_apis::Link; local [all...] |
/external/chromium_org/chrome/browser/first_run/ |
try_chrome_dialog_view.cc | 28 #include "ui/views/controls/link.h" 141 // Fifth row: [pad][pad][link]. 264 views::Link* link = new views::Link( local 266 link->set_listener(this); 267 layout->AddView(link); 373 void TryChromeDialogView::LinkClicked(views::Link* source, int event_flags) {
|
/external/chromium_org/chrome/browser/ |
jumplist_win.cc | 155 base::win::ScopedComPtr<IShellLink> link; local 156 HRESULT result = link.CreateInstance(CLSID_ShellLink, NULL, 164 result = link->SetPath(application.c_str()); 177 result = link->SetArguments(arguments.c_str()); 185 link->SetIconLocation(item->icon().c_str(), item->index()); 201 result = link.QueryInterface(property_store.Receive()); 225 return collection->AddObject(link); 294 scoped_refptr<ShellLinkItem> link(*item); 295 AddShellLink(collection, application, switches, link); 577 scoped_refptr<ShellLinkItem> link(new ShellLinkItem) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
content_setting_bubble_contents.cc | 32 #include "ui/views/controls/link.h" 68 views::Link* link); 78 views::Link* link_; 84 views::Link* link) 86 link_(link) { 222 views::Link* link = new views::Link(UTF8ToUTF16(i->title)) local [all...] |
/external/chromium_org/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 32 #include "ui/views/controls/link.h" 91 views::Link* InfoBarView::CreateLink(const base::string16& text, 94 views::Link* link = new views::Link; local 95 link->SetText(text); 96 link->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont)); 97 link->SetHorizontalAlignment(gfx::ALIGN_LEFT); 98 link->set_listener(listener); 99 link->SetBackgroundColor(background()->get_color()) [all...] |