OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POT
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
Makefile
51
POT
=xmlpool.
pot
53
.PHONY: all clean
pot
po mo
60
-rm -f $(
POT
) *~
80
pot
: $(
POT
)
83
$(
POT
): t_options.h
84
xgettext -L C --from-code utf-8 -o $(
POT
) t_options.h
87
%.po: $(
POT
)
89
echo "Merging new strings from $(
POT
) into $@.";
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Makefile
51
POT
=xmlpool.
pot
53
.PHONY: all clean
pot
po mo
60
-rm -f $(
POT
) *~
80
pot
: $(
POT
)
83
$(
POT
): t_options.h
84
xgettext -L C --from-code utf-8 -o $(
POT
) t_options.h
87
%.po: $(
POT
)
89
echo "Merging new strings from $(
POT
) into $@.";
[
all
...]
/external/llvm/include/llvm/Analysis/
BlockFrequencyImpl.h
89
std::vector<BlockT *>
POT
;
103
pot_iterator pot_begin() { return
POT
.begin(); }
104
pot_iterator pot_end() { return
POT
.end(); }
106
rpot_iterator rpot_begin() { return
POT
.rbegin(); }
107
rpot_iterator rpot_end() { return
POT
.rend(); }
274
POT
.clear();
280
std::copy(po_begin(EntryBlock), po_end(EntryBlock), std::back_inserter(
POT
));
293
DEBUG(dbgs() << "
POT
: " << getBlockName(BB) << "\n");
Completed in 110 milliseconds