Searched defs:clique (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/tools/grit/grit/node/custom/
H A Dfilename.py8 from grit import clique namespace
12 class WindowsFilename(clique.CustomType):
H A Dfilename_unittest.py16 from grit import clique namespace
23 factory = clique.UberClique()
/external/chromium_org/tools/grit/grit/
H A Dshortcuts_unittests.py18 from grit import clique namespace
25 self.uq = clique.UberClique()
H A Dclique_unittest.py6 '''Unit tests for grit.clique'''
17 from grit import clique namespace
26 factory = clique.UberClique()
47 self.failUnless(lang in c.clique)
65 factory = clique.UberClique()
110 for clique in clique_list:
111 content_list.append(clique.GetMessage().GetRealContent())
144 factory = clique.UberClique()
157 factory = clique.UberClique()
175 factory = clique
[all...]
/external/chromium_org/tools/grit/grit/gather/
H A Dskeleton_gatherer.py13 from grit import clique namespace
25 # clique.MessageClique objects, nontranslateable parts are plain strings.
68 return [x for x in self.skeleton_ if isinstance(x, clique.MessageClique)]
140 if isinstance(chunk, clique.MessageClique):
H A Dinterface.py13 from grit import clique namespace
39 self.uberclique = clique.UberClique()
H A Dtr_html.py42 is a list of nontranslateable strings intermingled with grit.clique.MessageClique
56 from grit import clique namespace
633 return [x for x in self.skeleton_ if isinstance(x, clique.MessageClique)]
717 if isinstance(self.skeleton_[ix], clique.MessageClique):
737 if isinstance(chunk, clique.MessageClique):
H A Dtr_html_unittest.py19 from grit import clique namespace
397 if isinstance(x, clique.MessageClique)]:
/external/chromium_org/tools/grit/grit/node/
H A Dmessage.py17 from grit import clique namespace
39 self.clique = None
125 # tclib.Message() and a clique to contain it.
164 '''Sets this node's clique from a tclib.Message instance.
169 self.clique = self.UberClique().MakeClique(message, self.IsTranslateable())
171 self.clique.AddToShortcutGroup(group)
173 self.clique.SetCustomType(util.NewClassInstance(self.attrs['custom_type'],
174 clique.CustomType))
176 self.clique.SetCustomType(
177 clique
[all...]
H A Dbase.py15 from grit import clique namespace
404 node.uberclique = clique.UberClique()
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c198 // number as the "clique" number.
209 // hanging off it. All these blocks together form a "clique". The
210 // directly lost block is called the "clique leader". The clique number
211 // is the number (in lc_chunks[]) of the clique leader.
213 // cycle. In that case, there may be more than one choice for the clique
215 // either A or B could be the clique leader.
224 // - In the clique == -1 case:
231 // - In the clique != -1 case, currently it's always True because we treat
432 SizeT clique
616 lc_push_with_clique_if_a_chunk_ptr(Addr ptr, Int clique, Int cur_clique) argument
658 lc_push_if_a_chunk_ptr(Addr ptr, Int clique, Int cur_clique, Bool is_prior_definite) argument
708 lc_scan_memory(Addr start, SizeT len, Bool is_prior_definite, Int clique, Int cur_clique, Addr searched, SizeT szB) argument
818 lc_process_markstack(Int clique) argument
1173 print_clique(Int clique, UInt level) argument
[all...]

Completed in 142 milliseconds