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

  /development/pdk/pndk/config/
config.mk 14 LINK := -nostdlib -Bdynamic \
19 -Wl,-rpath-link=$(NDK_BASE)/lib \
  /bionic/libc/private/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
42 #define PREPEND(list, elt, link) \
44 INSIST(!LINKED(elt, link));\
    [all...]
  /external/expat/amiga/
Makefile 101 LINK = $(CC) $(LDFLAGS) -o $@
122 $(LINK) -nostartfiles -nostdlib -o $@ $^
138 $(LINK) $^ $(LIBS)
155 $(LINK) $^ $(LIBS)
163 $(LINK) $^ $(LIBS)
171 $(LINK) $^ $(LIBS)
184 $(LINK) $^ $(LIBS) -lm
  /frameworks/base/core/java/android/provider/
SocialContract.java 40 * The package name to use when creating {@link Resources} objects for
64 * Reference to another {@link Activities#RAW_ID} that this social activity
73 * Reference to the {@link android.provider.ContactsContract.Contacts#_ID} that authored
82 * Optional reference to the {@link android.provider.ContactsContract.Contacts#_ID} this
94 * {@link System#currentTimeMillis()} time base. This field is analogous
132 * <code>atom:link rel="alternate"</code> element defined in RFC 4287.
136 public static final String LINK = "link";
140 * bytes of an image that could be inflated using {@link BitmapFactory}.
161 * authored by a specific {@link android.provider.ContactsContract.Contacts#_ID}
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 35 public static final Tag LINK = new TagImpl ("LINK");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 54 * to {@link AndroidConstants#CODESITE_BASE_URL} or to the local SDK
62 private static final String LINK = "$link"; //$NON-NLS-1$
67 * The {@link ITextAttributeCreator} interface is used by the appendAttribute() method
68 * to provide a way for caller to override the kind of {@link TextAttributeDescriptor}
73 * Creates a new {@link TextAttributeDescriptor} instance for the given XML name,
79 * See {@link SdkConstants#NS_RESOURCES} for a common value.
81 * @return A new {@link TextAttributeDescriptor} (or derived) instance.
88 * Add all {@link AttributeInfo} to the the array of {@link AttributeDescriptor}
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexFileReader.java 45 private static final int LINK = 0;
76 readSize(LINK);
77 readOffset(LINK);
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 101 #define LINK(type,name,import) \
317 LINK( GXOpenDisplay, gx.GXOpenDisplay, "?GXOpenDisplay@@YAHPAUHWND__@@K@Z" )
318 LINK( GXCloseDisplay, gx.GXCloseDisplay, "?GXCloseDisplay@@YAHXZ" )
319 LINK( GXBeginDraw, gx.GXBeginDraw, "?GXBeginDraw@@YAPAXXZ" )
320 LINK( GXEndDraw, gx.GXEndDraw, "?GXEndDraw@@YAHXZ" )
321 LINK( GXOpenInput, gx.GXOpenInput, "?GXOpenInput@@YAHXZ" )
322 LINK( GXCloseInput, gx.GXCloseInput, "?GXCloseInput@@YAHXZ" )
323 LINK( GXGetDisplayProperties, gx.GXGetDisplayProperties,"?GXGetDisplayProperties@@YA?AUGXDisplayProperties@@XZ" )
324 LINK( GXGetDefaultKeys, gx.GXGetDefaultKeys, "?GXGetDefaultKeys@@YA?AUGXKeyList@@H@Z" )
325 LINK( GXSuspend, gx.GXSuspend, "?GXSuspend@@YAHXZ"
    [all...]
  /external/elfutils/lib/
Makefile 48 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
69 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  /external/elfutils/libcpu/
Makefile 46 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  /external/libpcap/
tokdefs.h 74 LINK = 300,
178 #define LINK 300
grammar.c 109 LINK = 300,
213 #define LINK 300
788 "LINK", "GEQ", "LEQ", "NEQ", "ID", "EID", "HID", "HID6", "AID", "LSH",
    [all...]
  /external/bison/lib/
Makefile 59 $(top_srcdir)/m4/lib-ld_gl.m4 $(top_srcdir)/m4/lib-link.m4 \
117 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  /external/bison/src/
Makefile 54 $(top_srcdir)/m4/lib-ld_gl.m4 $(top_srcdir)/m4/lib-link.m4 \
103 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
341 $(LINK) $(bison_LDFLAGS) $(bison_OBJECTS) $(bison_LDADD) $(LIBS)
  /external/elfutils/libasm/
Makefile 51 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
99 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
321 # $(LINK) $(libasm_so_LDFLAGS) $(libasm_so_OBJECTS) $(libasm_so_LDADD) $(LIBS)
  /external/elfutils/libdw/
Makefile 52 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
122 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
355 # $(LINK) $(libdw_so_LDFLAGS) $(libdw_so_OBJECTS) $(libdw_so_LDADD) $(LIBS)
  /external/elfutils/libelf/
Makefile 52 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
138 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
394 # $(LINK) $(libelf_so_LDFLAGS) $(libelf_so_OBJECTS) $(libelf_so_LDADD) $(LIBS)
  /external/elfutils/src/
Makefile 53 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
115 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
350 $(LINK) $(elflint_LDFLAGS) $(elflint_OBJECTS) $(elflint_LDADD) $(LIBS)
353 $(LINK) $(ld_LDFLAGS) $(ld_OBJECTS) $(ld_LDADD) $(LIBS)
356 $(LINK) $(nm_LDFLAGS) $(nm_OBJECTS) $(nm_LDADD) $(LIBS)
359 $(LINK) $(readelf_LDFLAGS) $(readelf_OBJECTS) $(readelf_LDADD) $(LIBS)
362 $(LINK) $(size_LDFLAGS) $(size_OBJECTS) $(size_LDADD) $(LIBS)
365 $(LINK) $(strip_LDFLAGS) $(strip_OBJECTS) $(strip_LDADD) $(LIBS)
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 225 return new Link(url, text);
462 * link or it might be a recognized media type.
600 * a different smiley, if {@link #isWordBreak} would not already
659 LINK ("l"),
788 /** Represents a link that was found in the input. */
789 public static class Link extends Token {
792 public Link(String url, String text) {
793 super(Type.LINK, text);
809 /** Represents a link to a Google Video. */
868 /** Represents a link to a YouTube video. *
    [all...]
  /external/elfutils/libebl/
Makefile 50 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
158 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  /external/elfutils/tests/
Makefile 57 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
182 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
409 $(LINK) $(arextract_LDFLAGS) $(arextract_OBJECTS) $(arextract_LDADD) $(LIBS)
412 $(LINK) $(arsymtest_LDFLAGS) $(arsymtest_OBJECTS) $(arsymtest_LDADD) $(LIBS)
415 $(LINK) $(asm_tst1_LDFLAGS) $(asm_tst1_OBJECTS) $(asm_tst1_LDADD) $(LIBS)
418 $(LINK) $(asm_tst2_LDFLAGS) $(asm_tst2_OBJECTS) $(asm_tst2_LDADD) $(LIBS)
421 $(LINK) $(asm_tst3_LDFLAGS) $(asm_tst3_OBJECTS) $(asm_tst3_LDADD) $(LIBS)
424 $(LINK) $(asm_tst4_LDFLAGS) $(asm_tst4_OBJECTS) $(asm_tst4_LDADD) $(LIBS)
427 $(LINK) $(asm_tst5_LDFLAGS) $(asm_tst5_OBJECTS) $(asm_tst5_LDADD) $(LIBS)
430 $(LINK) $(asm_tst6_LDFLAGS) $(asm_tst6_OBJECTS) $(asm_tst6_LDADD) $(LIBS
    [all...]
  /external/emma/lib/
emma.jar 
  /external/jdiff/
xerces.jar 

Completed in 724 milliseconds