Searched defs:lookup_type (Results 1 - 5 of 5) sorted by relevance

/external/avahi/avahi-python/avahi-discover/
H A Davahi-discover.py112 def lookup_type(self, stype): member in class:Main_window
131 self.zc_types[(interface,protocol,stype,domain)] = self.insert_row(self.treemodel, thisDomain, self.lookup_type(stype), name, interface,None,None,None)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h64 typedef const value_type* lookup_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1074 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1076 TRACE_DISPATCH (this, lookup_type);
1078 switch (lookup_type) {
1113 inline static bool lookup_type_is_reverse (unsigned int lookup_type) argument
1114 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
H A Dhb-ot-layout-common-private.hh624 unsigned int lookup_type = get_type (); local
625 TRACE_DISPATCH (this, lookup_type);
628 typename context_t::return_t r = get_subtable<SubTableType> (i).dispatch (c, lookup_type);
636 unsigned int lookup_type,
642 lookupType.set (lookup_type);
635 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.c84 int lookup_type[] = { variable

Completed in 267 milliseconds