Searched refs:ans (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/test/
H A Dboundary4.tcl148 set ans {}
150 lappend ans $r $t1ra($r) $t1rx($r)
152 maketest 1.3 {SELECT rowid, a, x FROM t1 ORDER BY +rowid} $ans
153 maketest 1.4 {SELECT rowid, a, x FROM t1 ORDER BY rowid} $ans
155 set ans {}
157 lappend ans $r $t1ra($r) $t1rx($r)
159 maketest 1.5 {SELECT rowid, a, x FROM t1 ORDER BY +rowid DESC} $ans
160 maketest 1.6 {SELECT rowid, a, x FROM t1 ORDER BY rowid DESC} $ans
162 set ans {}
165 lappend ans
[all...]
H A Drandexpr1.tcl298 if {[catch {expr $tcle} ans]} {
300 #puts stderr ans=$ans
301 if {![regexp {divide by zero} $ans]} exit
321 make_test_case "SELECT $sqle FROM t1 WHERE $sqlb" $ans
325 make_test_case "SELECT $sqle FROM t1 WHERE NOT ($sqlb)" $ans
330 if {[catch {expr $tcle} ans]==0} {
332 make_test_case "SELECT $sqle FROM t1 WHERE $sqlb" $ans
334 make_test_case "SELECT $sqle FROM t1 WHERE NOT ($sqlb)" $ans
/external/checkpolicy/
H A Dcheckpolicy.c384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype; local
654 FGETS(ans, sizeof(ans), stdin);
655 switch (ans[0]) {
658 FGETS(ans, sizeof(ans), stdin);
659 ssid = atoi(ans);
662 FGETS(ans, sizeof(ans), stdin);
663 tsid = atoi(ans);
[all...]
/external/f2fs-tools/fsck/
H A Dmain.c221 char ans[255] = {0}; local
224 ret = scanf("%s", ans);
226 if (!strcasecmp(ans, "y"))
228 else if (!strcasecmp(ans, "n"))
H A Ddump.c233 char ans[255] = {0}; local
242 ret = scanf("%s", ans);
245 if (!strcasecmp(ans, "y")) {
/external/libpng/contrib/tools/
H A Dchkfmt43 read ans 0>&3
44 test -n "$ans" || return 1
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c0 /* 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/checkpolicy/test/
H A Ddispol.c398 char ans[81], OutfileName[121]; local
452 fgets(ans, sizeof(ans), stdin);
453 switch (ans[0]) {
479 fgets(ans, sizeof(ans), stdin);
480 ans[strlen(ans) - 1] = 0;
482 name = malloc((strlen(ans) + 1) * sizeof(char));
487 strcpy(name, ans);
[all...]
H A Ddismod.c840 char ans[81], OutfileName[121]; local
887 fgets(ans, sizeof(ans), stdin);
888 switch (ans[0]) {
/external/dnsmasq/src/
H A Drfc1035.c1137 int q, ans, anscount = 0, addncount = 0; local
1197 ans = 0; /* have we answered this question */
1206 ans = 1;
1245 ans = 1;
1257 ans = 1;
1279 ans = 1;
1288 ans = 1;
1308 ans = 1;
1333 ans = 1;
1355 ans
[all...]
H A Dcache.c497 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
[all...]
/external/chromium_org/media/test/data/eme_player_js/
H A Dutils.js34 var ans = new Uint8Array(msg.length);
36 ans[i] = msg.charCodeAt(i);
38 return ans;
/external/chromium_org/third_party/libevent/test/
H A Dregress_dns.c196 struct in_addr ans; local
197 ans.s_addr = htonl(0xc0a80b0bUL); /* 192.168.11.11 */
202 1, &ans.s_addr, 12345);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditrbnf.cpp825 llong ans = *answers[i*VALUE_WIDTH + j];
829 LLAssert((n *= rhs) == ans);
830 LLAssert(n == ans);
833 LLAssert((n * rhs) == ans);
859 const llong* tuples[] = { // lhs, rhs, ans
897 const llong ans = *tuples[i*TUPLE_WIDTH+2];
900 if (!((n /= rhs) == ans)) {
901 errln("fail: (n /= rhs) == ans");
903 LLAssert(n == ans);
906 LLAssert((n / rhs) == ans);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp825 llong ans = *answers[i*VALUE_WIDTH + j];
829 LLAssert((n *= rhs) == ans);
830 LLAssert(n == ans);
833 LLAssert((n * rhs) == ans);
859 const llong* tuples[] = { // lhs, rhs, ans
897 const llong ans = *tuples[i*TUPLE_WIDTH+2];
900 if (!((n /= rhs) == ans)) {
901 errln("fail: (n /= rhs) == ans");
903 LLAssert(n == ans);
906 LLAssert((n / rhs) == ans);
[all...]
/external/srec/srec/clib/
H A Dsrec_arb.c68 int ans; local
72 ans = question_check(&allotree->questions[tnode->node.quest_index],
74 tnode = (ans == ANSWER_FAIL ? (tree_node*)tnode->node.fail : (tree_node*)tnode->node.pass);
/external/iproute2/tc/
H A Dm_action.c383 struct nlmsghdr *ans = NULL; local
465 ans = &req.n;
467 if (rtnl_talk(&rth, &req.n, 0, 0, ans) < 0) {
472 if (ans && print_action(NULL, &req.n, (void*)stdout) < 0) {
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dsymshift.pl101 usually only -phones ans -POS are used.
/external/e2fsprogs/e2fsck/
H A Dproblem.c1827 int def_yn, answer, ans; local
1877 ans = fix_problem(ctx, ldesc->question, pctx);
1878 if (ans == 1)
1880 if (ans == 0)
/external/chromium_org/third_party/libxml/src/
H A Dxmlcatalog.c102 xmlChar *ans; local
194 ans = xmlCatalogResolvePublic((const xmlChar *) argv[0]);
195 if (ans == NULL) {
198 printf("%s\n", (char *) ans);
199 xmlFree(ans);
206 ans = xmlCatalogResolveSystem((const xmlChar *) argv[0]);
207 if (ans == NULL) {
210 printf("%s\n", (char *) ans);
211 xmlFree(ans);
255 ans
553 xmlChar *ans; local
[all...]
/external/libxml2/
H A Dxmlcatalog.c102 xmlChar *ans; local
194 ans = xmlCatalogResolvePublic((const xmlChar *) argv[0]);
195 if (ans == NULL) {
198 printf("%s\n", (char *) ans);
199 xmlFree(ans);
206 ans = xmlCatalogResolveSystem((const xmlChar *) argv[0]);
207 if (ans == NULL) {
210 printf("%s\n", (char *) ans);
211 xmlFree(ans);
255 ans
553 xmlChar *ans; local
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java806 boolean ans = false;
809 ans = true;
813 assertTrue("There is no alias for certificate <type1, new byte[10]>", ans);
/external/oprofile/events/mips/74K/
H A Devents58 event:0x29 counters:0,2 um:zero minimum:500 name:LOAD_INSNS : 41-0 Loads graduated including CP1 ans CP2 loads
134 event:0x429 counters:1,3 um:zero minimum:500 name:STORE_INSNS : 41-1 Store instructions graduated including CP1 ans CP2 stores
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Drecon_sse2.asm382 ; set up left ptrs ans subtract topleft
936 ; set up left ptrs ans subtract topleft
/external/iproute2/ip/
H A Dxfrm_policy.c968 char ans[128]; member in struct:__anon22402

Completed in 1586 milliseconds

12