HomeSort by relevance Sort by last modified time
    Searched refs:fset (Results 1 - 25 of 50) sorted by null

1 2

  /external/skia/gm/
fontmgr.cpp 147 SkFontStyleSet* fset) {
151 for (int j = 0; j < fset->count(); ++j) {
154 fset->getStyle(j, &fs, &sname);
158 SkSafeUnref(p.setTypeface(fset->createTypeface(j)));
165 SkFontStyleSet* fset) {
172 SkTypeface* face = fset->matchStyle(fs);
195 SkAutoTUnref<SkFontStyleSet> fset; variable
197 fset.reset(fFM->matchFamily(gNames[i]));
198 if (fset->count() > 0) {
202 if (nullptr == fset.get())
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
descriptors.py 43 def fset(req, val): function in function:environ_getter
49 def fset(req, val): function in function:environ_getter
57 return property(fget, fset, fdel, doc=doc)
69 def fset(req, val): function in function:environ_decoder
75 def fset(req, val): function in function:environ_decoder
83 return property(fget, fset, fdel, doc=doc)
90 def fset(req, val): function in function:upath_property
97 def fset(req, val): function in function:upath_property
102 return property(fget, fset, doc='upath_property(%r)' % key)
118 def fset(self, val) function in function:deprecated_property
138 def fset(r, value): function in function:header_getter
165 def fset(r, val): function in function:converter
    [all...]
etag.py 29 def fset(req, val): function in function:etag_property
36 return property(fget, fset, fdel, doc=doc)
acceptparse.py 335 def fset(req, val): function in function:accept_property
343 return property(fget, fset, fdel, doc)
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 41 float &f(char const* name, Get fget, Set fset, char const* docstr = 0);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 263 LookaheadSet fset = _FIRST(following, chaseFollowTransitions); local
264 fset.orInPlace(tset); // tset cached; or into new set
265 fset.remove(Label.EOR_TOKEN_TYPE);
266 tset = fset;
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
classinit.py 33 'fset': old_prop.fset,
  /external/mksh/src/
funcs.c 673 uint32_t fset = 0, fclr = 0, flag; local
685 fset |= EXPORT;
691 fset |= RDONLY;
788 fset &= ~flag;
791 fset |= flag;
816 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) ||
824 * At this point, flags in fset are cleared in fclr and vice
827 if (fset & LCASEV)
829 fset &= ~UCASEV_AL;
830 if (fset & LJUST
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 124 fset = self.first[label]
125 if fset is None:
129 fset = self.first[label]
130 totalset.update(fset)
131 overlapcheck[label] = fset
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
pgen.py 124 fset = self.first[label]
125 if fset is None:
129 fset = self.first[label]
130 totalset.update(fset)
131 overlapcheck[label] = fset
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 124 fset = self.first[label]
125 if fset is None:
129 fset = self.first[label]
130 totalset.update(fset)
131 overlapcheck[label] = fset
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 124 fset = self.first[label]
125 if fset is None:
129 fset = self.first[label]
130 totalset.update(fset)
131 overlapcheck[label] = fset
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseRecognizer.h 155 - (void) pushFollow:(ANTLRBitSet *)fset;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseRecognizer.h 155 - (void) pushFollow:(ANTLRBitSet *)fset;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseRecognizer.h 155 - (void) pushFollow:(ANTLRBitSet *)fset;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseRecognizer.h 147 - (void) pushFollow:(ANTLRBitSet *)fset;
  /external/clang/utils/
clang-completion-mode.el 217 (fset 'clang-completion-mode-map
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 599 feature_set *fset; member in class:SetPnoMacAddrOuiCommand
996 feature_set *fset; member in class:GetFeatureSetCommand
1006 fset = set;
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BaseRecognizer.java 696 protected void pushFollow(BitSet fset) {
702 state.following[++state._fsp] = fset;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BaseRecognizer.js 760 * @param {org.antlr.runtime.BitSet} fset
762 pushFollow: function(fset) {
772 this.state.following[this.state._fsp] = fset;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pydocfodder.py 117 A_property = property(fdel=_delx, fget=_getx, fset=_setx,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pydocfodder.py 117 A_property = property(fdel=_delx, fget=_getx, fset=_setx,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 117 A_property = property(fdel=_delx, fget=_getx, fset=_setx,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 117 A_property = property(fdel=_delx, fget=_getx, fset=_setx,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]

Completed in 1048 milliseconds

1 2