OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TFR
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
makefile
14
TFR
= ~public/bin/testfilerunner
20
grep CONFIG *.[cmCM] | $(
TFR
) $(CCDIR) --
23
grep CONFIG *.[cmCM] | $(
TFR
) $(CCDIR) -open --
26
grep CONFIG *.[cmCM] | $(
TFR
) -fast $(CCDIR) --
29
grep CONFIG *.[cmCM] | $(
TFR
) --
32
grep CONFIG *.[cmCM] | $(
TFR
) -clang -fast --
35
grep CONFIG *.[cmCM] | $(
TFR
) -fast --
69
grep CONFIG *.[cmCM] | $(
TFR
) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
/device/generic/goldfish/libqemu/
test_host_2.c
43
#define
TFR
TEMP_FAILURE_RETRY
73
if (
TFR
(bind(sock, (struct sockaddr*)&addr, sizeof(addr))) < 0) {
79
if (
TFR
(listen(sock, 4)) < 0) {
102
client =
TFR
(accept(sock, NULL, NULL));
114
ret =
TFR
(read(client, buff, sizeof(buff)));
test_host_1.c
45
#define
TFR
TEMP_FAILURE_RETRY
75
if (
TFR
(bind(sock, (struct sockaddr*)&addr, sizeof(addr))) < 0) {
81
if (
TFR
(listen(sock, 4)) < 0) {
111
if (
TFR
(bind(sock, (struct sockaddr*)&addr, sizeof(addr))) < 0) {
117
if (
TFR
(listen(sock, 4)) < 0) {
201
client =
TFR
(accept(sock, NULL, NULL));
213
ret =
TFR
(read(client, buff, sizeof(buff)));
227
ret =
TFR
(write(client, p, count));
Completed in 77 milliseconds