OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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() {}
133
// CHECK: Keyword: "bool" [23:11 - 23:15] NonTypeTemplateParameter=
tfn
:23:18 (Definition)
134
// CHECK: Punctuation: "(" [23:16 - 23:17] NonTypeTemplateParameter=
tfn
:23:18 (Definition)
135
// CHECK: Punctuation: "*" [23:17 - 23:18] NonTypeTemplateParameter=
tfn
:23:18 (Definition)
136
// CHECK: Identifier: "
tfn
" [23:18 - 23:21] NonTypeTemplateParameter=
tfn
:23:18 (Definition)
137
// CHECK: Punctuation: ")" [23:21 - 23:22] NonTypeTemplateParameter=
tfn
:23:18 (Definition)
138
// 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
336
tfn
=
355
tfn
=$i
413
test -z "$
tfn
" && if test $legacy = 0; then
414
tfn
=mksh
416
tfn
=lksh
418
if test -d $
tfn
|| test -d $
tfn
.exe; then
419
echo "$me: Error: ./$
tfn
is a directory!" >&2
422
rmf a.exe* a.out* conftest.c *core core.* lft ${
tfn
}* no *.bc *.ll *.o \
[
all
...]
/external/clang/test/SemaCXX/
new-delete.cpp
439
void
tfn
() {
function in namespace:r150682
444
tfn
<int>();
Completed in 80 milliseconds