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

1 2

  /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() {}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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 261 tfn = tempfile.mktemp()
264 with open(tfn, "w") as f:
270 with open(tfn, "r") as f:
276 test_support.unlink(tfn)
test_bytes.py 466 tfn = tempfile.mktemp()
469 with open(tfn, "wb") as f:
472 with open(tfn, "rb") as f:
480 with open(tfn, "wb") as f:
482 with open(tfn, "rb") as f:
487 os.remove(tfn)
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
alg.go 198 tfn := nod(OTFUNC, nil, nil)
199 fn.Func.Nname.Name.Param.Ntype = tfn
202 tfn.List.Append(n)
205 tfn.List.Append(n)
208 tfn.Rlist.Append(n)
351 tfn := nod(OTFUNC, nil, nil)
352 tfn.List.Append(nod(ODCLFIELD, nil, typenod(ptrto(t))))
353 tfn.List.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
354 tfn.Rlist.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
355 tfn = typecheck(tfn, Etype
    [all...]
subr.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
alg.go 198 tfn := nod(OTFUNC, nil, nil)
199 fn.Func.Nname.Name.Param.Ntype = tfn
202 tfn.List.Append(n)
205 tfn.List.Append(n)
208 tfn.Rlist.Append(n)
351 tfn := nod(OTFUNC, nil, nil)
352 tfn.List.Append(nod(ODCLFIELD, nil, typenod(ptrto(t))))
353 tfn.List.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
354 tfn.Rlist.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
355 tfn = typecheck(tfn, Etype
    [all...]
  /external/mksh/src/
Build.sh 496 tfn=
516 tfn=$i
584 test -z "$tfn" && if test $legacy = 0; then
585 tfn=mksh
587 tfn=lksh
589 if test -d $tfn || test -d $tfn.exe; then
590 echo "$me: Error: ./$tfn is a directory!" >&2
593 rmf a.exe* a.out* conftest.c conftest.exe* *core core.* ${tfn}* *.bc *.dbg \
    [all...]
  /external/clang/test/SemaCXX/
new-delete.cpp 446 void tfn() { function in namespace:r150682
451 tfn<int>(); // expected-note {{in instantiation of function template specialization 'r150682::tfn<int>' requested here}}

Completed in 1090 milliseconds

1 2