HomeSort by relevance Sort by last modified time
    Searched refs:tfn (Results 1 - 10 of 10) sorted by null

  /external/clang/test/Index/
annotate-tokens.cpp 23 template <bool (*tfn)(X*)>
28 template <bool (*tfn)(X*)>
29 void TS<tfn>::foo() {}
142 // CHECK: Keyword: "bool" [23:11 - 23:15] NonTypeTemplateParameter=tfn:23:18 (Definition)
143 // CHECK: Punctuation: "(" [23:16 - 23:17] NonTypeTemplateParameter=tfn:23:18 (Definition)
144 // CHECK: Punctuation: "*" [23:17 - 23:18] NonTypeTemplateParameter=tfn:23:18 (Definition)
145 // CHECK: Identifier: "tfn" [23:18 - 23:21] NonTypeTemplateParameter=tfn:23:18 (Definition)
146 // CHECK: Punctuation: ")" [23:21 - 23:22] NonTypeTemplateParameter=tfn:23:18 (Definition)
147 // CHECK: Punctuation: "(" [23:22 - 23:23] NonTypeTemplateParameter=tfn:23:18 (Definition
    [all...]
get-cursor.cpp 50 template <bool (*tfn)(X*)>
55 template <bool (*tfn)(X*)>
56 void TS<tfn>::foo() {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_defaultdict.py 82 tfn = tempfile.mktemp()
84 f = open(tfn, "w+")
94 os.remove(tfn)
164 tfn = tempfile.mktemp()
166 f = open(tfn, "w+")
172 os.remove(tfn)
test_contextlib.py 253 tfn = tempfile.mktemp()
256 with open(tfn, "w") as f:
262 with open(tfn, "r") as f:
268 test_support.unlink(tfn)
test_bytes.py 531 tfn = tempfile.mktemp()
534 with open(tfn, "wb") as f:
537 with open(tfn, "rb") as f:
545 with open(tfn, "wb") as f:
547 with open(tfn, "rb") as f:
552 os.remove(tfn)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_defaultdict.py 82 tfn = tempfile.mktemp()
84 f = open(tfn, "w+")
94 os.remove(tfn)
164 tfn = tempfile.mktemp()
166 f = open(tfn, "w+")
172 os.remove(tfn)
test_contextlib.py 253 tfn = tempfile.mktemp()
256 with open(tfn, "w") as f:
262 with open(tfn, "r") as f:
268 test_support.unlink(tfn)
test_bytes.py 531 tfn = tempfile.mktemp()
534 with open(tfn, "wb") as f:
537 with open(tfn, "rb") as f:
545 with open(tfn, "wb") as f:
547 with open(tfn, "rb") as f:
552 os.remove(tfn)
    [all...]
  /external/mksh/src/
Build.sh 490 tfn=
509 tfn=$i
571 test -z "$tfn" && if test $legacy = 0; then
572 tfn=mksh
574 tfn=lksh
576 if test -d $tfn || test -d $tfn.exe; then
577 echo "$me: Error: ./$tfn is a directory!" >&2
580 rmf a.exe* a.out* conftest.c *core core.* lft ${tfn}* no *.bc *.ll *.o *.gen \
    [all...]
  /external/clang/test/SemaCXX/
new-delete.cpp 446 void tfn() { function in namespace:r150682
451 tfn<int>();

Completed in 574 milliseconds