Searched refs:UNAME (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/graph/ |
D | iteration_macros.hpp | 114 #define BGL_FORALL_ADJ_T(UNAME, VNAME, GNAME, GraphType) \ argument 119 = adjacent_vertices(UNAME, GNAME); \ 129 #define BGL_FORALL_ADJ(UNAME, VNAME, GNAME, GraphType) \ argument 133 = adjacent_vertices(UNAME, GNAME); \ 142 #define BGL_FORALL_OUTEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument 147 = out_edges(UNAME, GNAME); \ 156 #define BGL_FORALL_OUTEDGES(UNAME, ENAME, GNAME, GraphType) \ argument 160 = out_edges(UNAME, GNAME); \ 169 #define BGL_FORALL_INEDGES_T(UNAME, ENAME, GNAME, GraphType) \ argument 174 = in_edges(UNAME, GNAME); \ [all …]
|
/third_party/ltp/pan/cgi/ |
D | browse.cgi | 109 @rso = (SUITE, HOST, DATE, UNAME); 122 elsif ($so[$i] =~ /uname/i) { push(@rso, UNAME); } 146 $a_rec->{UNAME} = get_result_uname($host, $datestr);
|
D | reconsile.cgi | 73 $result_details->[$i]->{UNAME} = $line;
|
/third_party/icu/tools/multi/proj/provider/ |
D | Makefile | 12 UNAME=$(shell uname) macro 15 ifeq ($(UNAME),Linux) 22 ifeq ($(UNAME),Darwin) 28 ifeq ($(UNAME),AIX) 36 $(warning this script may not know how to handle your $(UNAME) system)
|