HomeSort by relevance Sort by last modified time
    Searched refs:vers (Results 101 - 125 of 254) sorted by null

1 2 3 45 6 7 8 91011

  /external/libopus/
missing 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libvncserver/
missing 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/llvm/autoconf/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/openfst/
missing 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/tcpdump/
print-nfs.c 320 u_int32_t proc, vers, reply_stat; local
335 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
336 interp_reply(rp, proc, vers, length);
952 u_int32_t vers; /* program version (host order) */ member in struct:xid_map_entry
1011 xmep->vers = EXTRACT_32BITS(&rp->rm_call.cb_vers);
1017 * version in vers return, or returns -1 on failure
1021 u_int32_t *vers)
1066 *vers = xmep->vers;
    [all...]
print-decnet.c 183 int src, dst, info, blksize, eco, ueco, hello, other, vers; local
198 vers = EXTRACT_LE_8BITS(cmp->cm_init.in_vers);
204 "src %sblksize %d vers %d eco %d ueco %d hello %d",
205 dnaddr_string(src), blksize, vers, eco, ueco,
254 vers = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_vers);
266 "vers %d eco %d ueco %d src %s blksize %d pri %d hello %d",
267 vers, eco, ueco, dnaddr_string(src),
277 vers = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_vers);
293 "vers %d eco %d ueco %d src %s blksize %d rtr %s hello %d data %o",
294 vers, eco, ueco, dnaddr_string(src)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 273 final int vers = versions.keyAt(iv); local
281 + " vers " + vers + " proc " + otherProc.mName);
282 ProcessState thisProc = getProcessStateLocked(pkgName, uid, vers,
289 vers);
300 ServiceState thisSvc = getServiceStateLocked(pkgName, uid, vers,
551 int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount,
562 pw.print(vers);
1781 final int vers = in.readInt(); local
1832 final int vers = in.readInt(); local
2146 final int vers = vpkgs.keyAt(iv); local
2596 final int vers = vpkgs.keyAt(iv); local
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 59 echo "const char vers[] = \"@(#) $(RC_ProjectName)-$(RC_ProjectSourceVersion)\"; " > $(OBJROOT)/version.c
135 echo "const char vers[] = \"@(#) $(RC_ProjectName)-$(RC_ProjectSourceVersion)\"; " > $(OBJROOT)/version.c
  /frameworks/native/cmds/servicemanager/
binder.c 99 struct binder_version vers; local
114 if ((ioctl(bs->fd, BINDER_VERSION, &vers) == -1) ||
115 (vers.protocol_version != BINDER_CURRENT_PROTOCOL_VERSION)) {
118 vers.protocol_version, BINDER_CURRENT_PROTOCOL_VERSION);
  /external/cmockery/cmockery_0_1_2/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/google-tv-pairing-protocol/cpp/
missing 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libexif/
missing 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libmtp/
missing 97 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libogg/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libusb/
missing 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libusb-compat/
missing 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libvorbis/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/marisa-trie/
missing 96 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /ndk/sources/host-tools/make-3.81/config/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 143 final SparseArray<ProcessStats.PackageState> vers = uids.valueAt(iuid); local
144 for (int iver=vers.size()-1; iver>=0; iver--) {
145 final ProcessStats.PackageState pkg = vers.valueAt(iver);
318 SparseArray<ProcessStats.PackageState> vers = uids.valueAt(iu); local
319 final int NVERS = vers.size();
321 Slog.w(TAG, " Vers: " + vers.keyAt(iv));
322 ProcessStats.PackageState pkgState = vers.valueAt(iv);
    [all...]
  /bionic/libc/kernel/uapi/linux/
audit.h 369 __u32 vers; member in struct:audit_features
  /development/ndk/platforms/android-21/include/linux/
audit.h 351 __u32 vers; member in struct:audit_features
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 85 USHORT vers; member in struct:linux_component
  /external/kernel-headers/original/uapi/linux/
audit.h 415 __u32 vers; member in struct:audit_features
  /external/regex-re2/lib/codereview/
codereview.py     [all...]

Completed in 981 milliseconds

1 2 3 45 6 7 8 91011