HomeSort by relevance Sort by last modified time
    Searched refs:versions (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/msm7k/librpc/
rpc.c 54 if (!XDR_SEND_UINT32(xdr, &accreply->u.versions.low))
57 if (!XDR_SEND_UINT32(xdr, &accreply->u.versions.high))
86 if (!XDR_SEND_UINT32(xdr, &rejreply->u.versions.low))
88 if (!XDR_SEND_UINT32(xdr, &rejreply->u.versions.high))
clnt.c 459 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.low)) {
463 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.high)) {
492 if (!XDR_RECV_UINT32(xdr, &rejreply->u.versions.low))
494 if (!XDR_RECV_UINT32(xdr, &rejreply->u.versions.high))
542 /* for versions like 0x00010001, only compare against major version */
  /external/elfutils/src/
ldscript.y 53 static void add_versions (struct version *versions);
741 add_versions (struct version *versions)
743 struct version *lastp = versions;
745 if (versions == NULL)
749 versions = versions->next;
750 assert (versions != NULL);
757 add_id_list (versions->versionname, versions->local_names, true);
758 add_id_list (versions->versionname, versions->global_names, false)
    [all...]
ldscript.c 177 static void add_versions (struct version *versions);
    [all...]
  /external/grub/lib/
getopt1.c 50 #include <gnu-versions.h>
getopt.c 58 # include <gnu-versions.h>
  /external/webkit/WebKitTools/Scripts/
svn-apply 127 my %versions;
157 $versions{$copiedFromPath} = $2 if ($2 != 0);
160 $versions{$indexPath} = $1 if ($1 != 0);
177 for my $file (sort keys %versions) {
178 my $version = $versions{$file};
  /external/bluetooth/bluez/src/
sdpd-service.c 61 * Add to this list when newer versions are supported.
276 void **versions, **versionDTDs; local
301 versions = (void **)malloc(sdpServerVnumEntries * sizeof(void *));
309 versions[i] = version;
312 pData = sdp_seq_alloc(versionDTDs, versions, sdpServerVnumEntries);
314 free(versions[i]);
315 free(versions);
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 160 int[] versions = new int[ropRegCount]; local
166 + versions[ropReg] + "]");
167 versions[ropReg]++;
  /device/htc/passion/
BoardConfig.mk 31 # Get the generic variables that are common between all versions
  /external/quake/quake/src/WinQuake/
quake-shareware.spec.sh 40 Included in this archive are several different versions of Quake.
quake.spec.sh 40 Included in this archive are several different versions of Quake.
  /hardware/msm7k/librpc/rpc/
types.h 283 } versions; member in union:rpc_accepted_reply_header::__anon7663
299 } versions; member in union:rpc_denied_reply::__anon7665
  /external/webkit/WebKitTools/Scripts/webkitpy/
changelogs_unittest.py 44 causing problems for people who purposefully have non-Cygwin versions of
  /external/icu4c/samples/
readme.txt 19 legacy - demonstrates using two versions of ICU in one application
  /dalvik/vm/
Android.mk 50 # If WITH_JIT is configured, build multiple versions of libdvm.so to facilitate
  /external/v8/test/mjsunit/
regexp-standalones.js 30 * are disabled and standalone versions are included here.
cyrillic.js 134 // Sigma is special because there are two lower case versions of the same upper
  /external/bison/lib/
obstack.c 48 # include <gnu-versions.h>
386 /* Older versions of libc used a function _obstack_free intended to be
421 /* This feature is available in gcc versions 2.5 and later. */
  /external/stlport/test/eh/
Prefix.h 211 # error No configuration for earlier versions of MSL
  /external/libpng/
CHANGES 106 since it didn't work in previous versions of libpng anyways
273 Added pointers to "note on libpng versions" in makefile.lnx and README
422 Modified the Y2K statement to include versions back to version 0.71
455 Made alternate versions of png_set_expand() in pngrtran.c, namely
478 Split makefile.win32vc into two versions, makefile.vcawin32 (uses MMX
554 run with older versions of libpng, use
    [all...]
  /bionic/libc/
Android.mk 326 # these are used by the static and dynamic versions of the libc
357 # this is needed for static versions of libc
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 505 9. The Free Software Foundation may publish revised and/or new versions
506 of the General Public License from time to time. Such new versions will
  /external/icu4c/tools/genpname/
preparse.pl 148 The Unicode versions of all input files must match.
507 die "Error: Mismatched Unicode versions\n$msg"
790 die "Error: Multiple versions in $filename"
872 die "Error: Multiple versions in $filename"
    [all...]
  /ndk/build/core/
add-application.mk 156 # we generate symbol versions of the binaries that are later stripped

Completed in 493 milliseconds

1 2