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

1 2

  /external/skia/gm/
fontmgr.cpp 142 SkFontStyleSet* fset) {
146 for (int j = 0; j < fset->count(); ++j) {
149 fset->getStyle(j, &fs, &sname);
153 SkSafeUnref(p.setTypeface(fset->createTypeface(j)));
160 SkFontStyleSet* fset) {
167 SkTypeface* face = fset->matchStyle(fs);
190 SkAutoTUnref<SkFontStyleSet> fset; variable
192 fset.reset(fFM->matchFamily(gNames[i]));
193 if (fset->count() > 0) {
197 if (NULL == fset.get())
    [all...]
  /external/chromium-trace/trace-viewer/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)
cookies.py 213 def fset(self, v): function in function:cookie_property
215 return property(lambda self: self[key], fset)
  /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/trace-viewer/third_party/Paste/paste/util/
classinit.py 33 'fset': old_prop.fset,
  /external/mksh/src/
funcs.c 655 uint32_t fset = 0, fclr = 0, flag; local
667 fset |= EXPORT;
673 fset |= RDONLY;
770 fset &= ~flag;
773 fset |= flag;
794 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) ||
802 * At this point, flags in fset are cleared in fclr and vice
805 if (fset & LCASEV)
807 fset &= ~UCASEV_AL;
808 if (fset & LJUST
    [all...]
  /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 552 feature_set *fset; member in class:SetPnoMacAddrOuiCommand
782 feature_set *fset; member in class:GetFeatureSetCommand
792 fset = set;
840 if(!fset) {
844 memcpy(fset, data, min(len, (int) sizeof(*fset)));
  /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/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...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 441 Readonly my $usage => 'void push_follow(BitSet fset)';
443 my ($self, $fset) = @_;
445 push @{$self->state->following}, $fset;
  /external/skia/src/pipe/
SkGPipeWrite.cpp 76 FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess)
79 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset));
81 this->setNamedFactorySet(fset);
    [all...]

Completed in 659 milliseconds

1 2