Searched refs:ht_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/test/hdrtst/
H A DMakefile.in69 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
70 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
79 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
80 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
91 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
92 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
94 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | te
[all...]
/external/icu/icu4c/source/test/hdrtst/
H A DMakefile.in69 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
70 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
79 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
80 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
91 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
92 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
94 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | te
[all...]
/external/openfst/src/include/fst/
H A Dbi-table.h210 HashFunc(const CompactHashBiTable &ht) : ht_(&ht) {}
214 return (*ht_->hash_func_)(ht_->Key2Entry(k));
221 const CompactHashBiTable *ht_; member in class:fst::CompactHashBiTable::HashFunc
226 HashEqual(const CompactHashBiTable &ht) : ht_(&ht) {}
230 return (*ht_->hash_equal_)(ht_->Key2Entry(k1), ht_->Key2Entry(k2));
236 const CompactHashBiTable *ht_; member in class:fst::CompactHashBiTable::HashEqual
420 HashFunc(const VectorHashBiTable &ht) : ht_(
430 const VectorHashBiTable *ht_; member in class:fst::VectorHashBiTable::HashFunc
445 const VectorHashBiTable *ht_; member in class:fst::VectorHashBiTable::HashEqual
[all...]

Completed in 94 milliseconds