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

1 2 3

  /external/selinux/checkpolicy/
checkpolicy.c 387 char ans[80 + 1], *outfile = NULL, *path, *fstype; local
689 FGETS(ans, sizeof(ans), stdin);
690 switch (ans[0]) {
693 FGETS(ans, sizeof(ans), stdin);
694 ssid = atoi(ans);
697 FGETS(ans, sizeof(ans), stdin);
698 tsid = atoi(ans);
    [all...]
  /external/pdfium/third_party/bigint/
BigUnsigned.hh 254 BigUnsigned ans; local
255 ans.add(*this, x);
256 return ans;
259 BigUnsigned ans; local
260 ans.subtract(*this, x);
261 return ans;
264 BigUnsigned ans; local
265 ans.multiply(*this, x);
266 return ans;
285 BigUnsigned ans; local
290 BigUnsigned ans; local
295 BigUnsigned ans; local
300 BigUnsigned ans; local
305 BigUnsigned ans; local
    [all...]
BigInteger.hh 151 BigInteger ans; local
152 ans.add(*this, x);
153 return ans;
156 BigInteger ans; local
157 ans.subtract(*this, x);
158 return ans;
161 BigInteger ans; local
162 ans.multiply(*this, x);
163 return ans;
182 BigInteger ans; local
    [all...]
BigUnsignedInABase.cc 69 BigUnsigned ans(0), buBase(base), temp;
73 temp.multiply(ans, buBase);
74 ans.add(temp, BigUnsigned(blk[digitNum]));
76 return ans;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 221 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
222 return ans._fix_nan(context)
884 ans = self._compare_check_nans(other, context)
885 if ans:
893 ans = self._compare_check_nans(other, context)
894 if ans:
902 ans = self._compare_check_nans(other, context)
903 if ans:
911 ans = self._compare_check_nans(other, context)
912 if ans
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 221 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
222 return ans._fix_nan(context)
884 ans = self._compare_check_nans(other, context)
885 if ans:
893 ans = self._compare_check_nans(other, context)
894 if ans:
902 ans = self._compare_check_nans(other, context)
903 if ans:
911 ans = self._compare_check_nans(other, context)
912 if ans
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 221 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
222 return ans._fix_nan(context)
884 ans = self._compare_check_nans(other, context)
885 if ans:
893 ans = self._compare_check_nans(other, context)
894 if ans:
902 ans = self._compare_check_nans(other, context)
903 if ans:
911 ans = self._compare_check_nans(other, context)
912 if ans
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 221 ans = _dec_from_triple(args[0]._sign, args[0]._int, 'n', True)
222 return ans._fix_nan(context)
884 ans = self._compare_check_nans(other, context)
885 if ans:
893 ans = self._compare_check_nans(other, context)
894 if ans:
902 ans = self._compare_check_nans(other, context)
903 if ans:
911 ans = self._compare_check_nans(other, context)
912 if ans
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 858 matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test)
875 if (ans)
876 printf(" expected: %s", ans);
882 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test)
889 if (streq(ans, "OK"))
891 for (i = 0, p = ans; i < nmatch && *p; i++)
952 matchprint(match, nmatch, nsub, ans, test);
971 matchprint(match, nmatch, nsub, ans, test);
1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test)
1121 printf("%s", ans);
1242 char* ans; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 858 matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test)
875 if (ans)
876 printf(" expected: %s", ans);
882 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test)
889 if (streq(ans, "OK"))
891 for (i = 0, p = ans; i < nmatch && *p; i++)
952 matchprint(match, nmatch, nsub, ans, test);
971 matchprint(match, nmatch, nsub, ans, test);
1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test)
1121 printf("%s", ans);
1242 char* ans; local
    [all...]
  /external/xmlrpcpp/test/
FileClient.cpp 63 std::string ans; local
64 std::cin >> ans; local
65 if (ans != "" && ans != "y") break;
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 132 EdgePointer temp, ans; local
134 ans = temp;
136 onext(temp) = ans;
138 onext(++temp) = (EdgePointer) (ans + 3);
139 onext(++temp) = (EdgePointer) (ans + 2);
141 onext(++temp) = (EdgePointer) (ans + 1);
143 return(ans);
161 EdgePointer ans; local
162 ans = makeEdge(dest(a), orig(b));
163 splice(ans, (EdgePointer) lnext(a))
170 EdgePointer ans; local
227 EdgePointer ans; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 132 EdgePointer temp, ans; local
134 ans = temp;
136 onext(temp) = ans;
138 onext(++temp) = (EdgePointer) (ans + 3);
139 onext(++temp) = (EdgePointer) (ans + 2);
141 onext(++temp) = (EdgePointer) (ans + 1);
143 return(ans);
161 EdgePointer ans; local
162 ans = makeEdge(dest(a), orig(b));
163 splice(ans, (EdgePointer) lnext(a))
170 EdgePointer ans; local
227 EdgePointer ans; local
    [all...]
  /external/libpng/contrib/tools/
chkfmt 43 read ans 0>&3
44 test -n "$ans" || return 1
  /external/ppp/pppd/plugins/pppoatm/
ans.c 0 /* ans.c - Interface for text2atm and atm2text to ANS */
41 static int ans(const char *text,int wanted,void *result,int res_len) function
134 if (!ans(text,T_ATMA,addr,length)) return 0;
135 return ans(text,T_NSAP,addr,length);
253 if (!res && !ans(tmp,T_PTR,buffer,length)) return 0;
256 return ans(tmp,T_PTR,buffer,length);
260 return ans(tmp,T_PTR,buffer,length);
  /external/selinux/checkpolicy/test/
dispol.c 373 char ans[81], OutfileName[121]; local
427 if (fgets(ans, sizeof(ans), stdin) == NULL) {
432 switch (ans[0]) {
458 if (fgets(ans, sizeof(ans), stdin) == NULL) {
463 ans[strlen(ans) - 1] = 0;
465 name = malloc((strlen(ans) + 1) * sizeof(char));
470 strcpy(name, ans);
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 362 const u_char *buf, int buflen, u_char *ans, int anssiz)
381 ans, anssiz, &anslen);
518 ans, anssiz, &resplen);
552 n = send_vc(statp, buf, buflen, ans, anssiz, &terrno,
583 n = send_dg(statp, buf, buflen, ans, anssiz, &terrno,
619 ans, (resplen > anssiz) ? anssiz : resplen);
623 ans, resplen);
641 ans, anssiz, &resplen);
751 const u_char *buf, int buflen, u_char *ans, int anssiz,
758 HEADER *anhp = (HEADER *)(void *)ans;
    [all...]
res_data.c 228 res_send(const u_char *buf, int buflen, u_char *ans, int anssiz) {
234 return (res_nsend(&_nres, buf, buflen, ans, anssiz));
240 u_char *ans, int anssiz)
247 return (res_nsendsigned(&_nres, buf, buflen, key, ans, anssiz));
  /external/f2fs-tools/fsck/
main.c 241 char ans[255] = {0}; local
244 ret = scanf("%s", ans);
246 if (!strcasecmp(ans, "y"))
248 else if (!strcasecmp(ans, "n"))
  /frameworks/av/tools/resampler_tools/
fir.cpp 44 double ax,ans,y; local
49 ans=1.0+y*(3.5156229+y*(3.0899424+y*(1.2067492
53 ans=(exp(ax)/sqrt(ax))*(0.39894228+y*(0.1328592e-1
58 return ans;
  /external/dnsmasq/src/
rfc1035.c 1139 int q, ans, anscount = 0, addncount = 0; local
1199 ans = 0; /* have we answered this question */
1208 ans = 1;
1247 ans = 1;
1259 ans = 1;
1281 ans = 1;
1290 ans = 1
    [all...]
cache.c 497 struct crec *ans; local
500 ans = crecp->next;
505 struct crec *next, **up, **insert = NULL, **chainp = &ans;
570 if (ans &&
571 (ans->flags & F_FORWARD) &&
572 (ans->flags & prot) &&
573 hostname_isequal(cache_get_name(ans), name))
574 return ans;
582 struct crec *ans; local
590 ans = crecp->next
    [all...]
  /hardware/intel/img/psb_video/src/
tng_ved_scaling.c 42 float ax,ans; local
50 ans = (float)(1.0 + y * (3.5156229 + y * (3.0899424 + y * (1.2067492
56 ans = (float)((float)((sqrt(ax) / sqrt(ax)) * (0.39894228 + y * (0.1328592e-1
61 return ans;
  /external/autotest/client/cros/netprotos/
zeroconf.py 155 answers = [ans for ans in answers if not any(True
156 for known_ans in mdns.an if _RR_equals(known_ans, ans))]
260 ans = dpkt.dns.DNS.RR(
272 return [ans] + self._process_A(a_qry)
  /external/selinux/sepolgen/src/sepolgen/
policygen.py 360 ans = matching.MatchList()
361 self.matcher.search_ifs(self.ifs, av, ans)
362 if len(ans):
363 self.calls.append(ans)

Completed in 5545 milliseconds

1 2 3