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

1 2 3

  /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 464 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.low)) {
468 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.high)) {
497 if (!XDR_RECV_UINT32(xdr, &rejreply->u.versions.low))
499 if (!XDR_RECV_UINT32(xdr, &rejreply->u.versions.high))
545 /* 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 60 * Add to this list when newer versions are supported.
295 void **versions, **versionDTDs; local
320 versions = (void **)malloc(sdpServerVnumEntries * sizeof(void *));
328 versions[i] = version;
331 pData = sdp_seq_alloc(versionDTDs, versions, sdpServerVnumEntries);
333 free(versions[i]);
334 free(versions);
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 181 int[] versions = new int[ropRegCount]; local
187 + versions[ropReg] + "]");
188 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::__anon9731
299 } versions; member in union:rpc_denied_reply::__anon9733
  /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 56 # 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.
  /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 321 # that will differ between the shared and static versions
375 # these are used by the static and dynamic versions of the libc
412 # this is needed for static versions of libc
  /device/samsung/crespo/
device.mk 34 # and is used by people who have access to binary versions of the drivers
  /external/chromium/third_party/icu/source/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...]
  /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...]

Completed in 1254 milliseconds

1 2 3