HomeSort by relevance Sort by last modified time
    Searched full:fdict (Results 1 - 14 of 14) sorted by null

  /external/skia/forth/
ForthParser.h 31 SkDEBUGCODE(bool isNewWord = )fDict.set(name, len, word);
37 return fDict.find(name, len, &word) ? word : NULL;
43 SkTDict<ForthWord*> fDict;
Forth.cpp 282 ForthParser::ForthParser() : fDict(4096) {
287 SkTDict<ForthWord*>::Iter iter(fDict);
  /external/zopfli/src/zopfli/
zlib_container.c 57 unsigned fdict = 0; local
58 unsigned cmfflg = 256 * cmf + fdict * 32 + flevel * 64;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 112 fdict = {}
114 fdict[key] = '#-' + key
115 fdict[value] = fdict[key]
121 doc = self.markup(package_documentation, self.preformat, fdict)
128 contents.append(self.docroutine(value, key, funcs=fdict))
pydoc.py 644 funcs, fdict = [], {}
651 fdict[key] = '#-' + key
652 if inspect.isfunction(value): fdict[value] = fdict[key]
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 112 fdict = {}
114 fdict[key] = '#-' + key
115 fdict[value] = fdict[key]
121 doc = self.markup(package_documentation, self.preformat, fdict)
128 contents.append(self.docroutine(value, key, funcs=fdict))
pydoc.py 644 funcs, fdict = [], {}
651 fdict[key] = '#-' + key
652 if inspect.isfunction(value): fdict[value] = fdict[key]
658 doc = self.markup(getdoc(object), self.preformat, fdict, cdict)
681 contents.append(self.document(value, key, name, fdict, cdict))
687 contents.append(self.document(value, key, name, fdict, cdict))
    [all...]
  /external/zlib/src/doc/
rfc1950.txt 235 (if FLG.FDICT set)
276 bit 5 FDICT (preset dictionary)
292 FDICT (Preset dictionary)
293 If FDICT is set, a DICT dictionary identifier is present
356 preset dictionary feature, the compressor must not set the FDICT
366 give an error indication if FDICT is set and DICTID is not the
373 stream in which the FDICT flag is set.
  /external/selinux/sepolgen/src/sepolgen/
lex.py 174 def readtab(self,tabfile,fdict):
187 titem.append((re.compile(lre[i][0],lextab._lexreflags),_names_to_funcs(lre[i][1],fdict)))
193 self.lexstateerrorf[key] = fdict[ef]
408 def _names_to_funcs(namelist,fdict):
412 result.append((fdict[n[0]],n[1]))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 174 def readtab(self,tabfile,fdict):
187 titem.append((re.compile(lre[i][0],lextab._lexreflags),_names_to_funcs(lre[i][1],fdict)))
193 self.lexstateerrorf[key] = fdict[ef]
408 def _names_to_funcs(namelist,fdict):
412 result.append((fdict[n[0]],n[1]))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
lex.py 174 def readtab(self,tabfile,fdict):
187 titem.append((re.compile(lre[i][0],lextab._lexreflags),_names_to_funcs(lre[i][1],fdict)))
193 self.lexstateerrorf[key] = fdict[ef]
408 def _names_to_funcs(namelist,fdict):
412 result.append((fdict[n[0]],n[1]))
    [all...]
  /external/selinux/policycoreutils/semanage/
seobject.py     [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.cpp 555 unsigned long CM = in[0] & 15, CINFO = (in[0] >> 4) & 15, FDICT = (in[1] >> 5) & 1;
559 if(FDICT != 0) { return 26; }
lodepng.cpp     [all...]

Completed in 403 milliseconds