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

1 2 3 4 5 6 7 8 91011>>

  /external/curl/docs/libcurl/
symbols.pl 67 my ($sym, $vers)=($1, $2);
74 if($vers =~ /([\d.]+)[ \t-]+([\d.-]+)[ \t]+([\d.]+)/) {
78 elsif($vers =~ /([\d.]+)[ \t-]+([\d.]+)/) {
82 $intr = $vers;
  /external/libselinux/src/
policyvers.c 18 unsigned vers = DEFAULT_POLICY_VERSION; local
29 return vers;
39 if (sscanf(buf, "%u", &vers) != 1)
42 return vers;
  /external/selinux/libselinux/src/
policyvers.c 18 unsigned vers = DEFAULT_POLICY_VERSION; local
29 return vers;
39 if (sscanf(buf, "%u", &vers) != 1)
42 return vers;
load_policy.c 52 int maxvers = kernvers, minvers = DEFAULT_POLICY_VERSION, vers; local
165 vers = maxvers;
168 selinux_binary_policy_path(), vers);
171 && --vers >= minvers) {
174 selinux_binary_policy_path(), vers);
204 if (vers > kernvers && usesepol) {
228 vers--;
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
pn532-writeurl.cxx 47 uint32_t vers = nfc->getFirmwareVersion(); local
49 if (vers)
50 printf("Got firmware version: 0x%08x\n", vers);
pn532.cxx 54 uint32_t vers = nfc->getFirmwareVersion(); local
56 if (vers)
57 printf("Got firmware version: 0x%08x\n", vers);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
pn532.py 50 vers = myNFC.getFirmwareVersion() variable
52 if (vers):
53 print "Got firmware version: %08x" % vers
pn532-writeurl.py 50 vers = myNFC.getFirmwareVersion() variable
52 if (vers):
53 print "Got firmware version: %08x" % vers
  /external/libpng/contrib/tools/
chkfmt 14 vers=
54 vers="`sed -n -e \
57 echo "chkfmt: checking version $vers"
59 if test -z "$vers"
97 # Note that vers can only contain 0-9, . and a-z
98 if test -n "$vers"
100 sed -e "s/$vers/a.b.cc/g" "$file" >"$file".$$
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/protocols/
talkd.h 60 u_char vers; /* protocol version */ member in struct:__anon39050
79 u_char vers; /* protocol version */ member in struct:__anon39051
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
talkd.h 60 u_char vers; /* protocol version */ member in struct:__anon41023
79 u_char vers; /* protocol version */ member in struct:__anon41024
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
pn532.js 38 var vers = myNFCObj.getFirmwareVersion();
40 if (vers)
41 console.log("Got firmware version: " + toHex(vers, 8));
pn532-writeurl.js 84 var vers = myNFCObj.getFirmwareVersion();
86 if (vers)
87 console.log("Got firmware version: " + toHex(vers, 8));
  /external/selinux/libsepol/src/
policydb_public.c 116 int sepol_policydb_set_vers(sepol_policydb_t * sp, unsigned int vers)
121 if (vers < POLICYDB_VERSION_MIN || vers > POLICYDB_VERSION_MAX)
126 if (vers < MOD_POLICYDB_VERSION_MIN
127 || vers > MOD_POLICYDB_VERSION_MAX)
133 p->policyvers = vers;
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 9 #define INCFILE(n) vers ## n
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
pmap_rmt.h 46 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
pmap_rmt.h 46 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
  /toolchain/binutils/binutils-2.25/
move-if-change 53 --version | --versio | --versi | --vers | --ver | --ve | --v)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
pe-compile.exp 84 if ![ld_compile "$CC $CFLAGS -shared" $srcdir/$subdir/vers-script-dll.c tmpdir/vers-script-dll.o] {
98 "tmpdir/vers-script-dll.o"] {
115 run_ver_script_test "vers-script-1"
116 run_ver_script_test "vers-script-2"
117 run_ver_script_test "vers-script-3"
118 run_ver_script_test "vers-script-4"
  /external/selinux/libsepol/include/sepol/policydb/
avtab.h 121 extern int avtab_read_item(struct policy_file *fp, uint32_t vers, avtab_t * a,
125 extern int avtab_read(avtab_t * a, struct policy_file *fp, uint32_t vers);
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateVersion.java 236 public int compare(int vers) {
237 return(version - vers);
  /development/ndk/platforms/android-3/include/linux/lockd/
xdr.h 67 u32 vers; member in struct:nlm_reboot
  /external/ImageMagick/config/
missing 67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/google-breakpad/autotools/
missing 67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /external/libedit/
missing 67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)

Completed in 1131 milliseconds

1 2 3 4 5 6 7 8 91011>>