Searched refs:fset (Results 1 - 23 of 23) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Ddescriptors.py43 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(sel 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...]
H A Detag.py29 def fset(req, val): function in function:etag_property
36 return property(fget, fset, fdel, doc=doc)
H A Dacceptparse.py335 def fset(req, val): function in function:accept_property
343 return property(fget, fset, fdel, doc)
H A Dcookies.py213 def fset(self, v): function in function:cookie_property
215 return property(lambda self: self[key], fset)
/external/skia/gm/
H A Dfontmgr.cpp142 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
141 iterateFamily(SkCanvas* canvas, const SkPaint& paint, SkFontStyleSet* fset) argument
159 exploreFamily(SkCanvas* canvas, const SkPaint& paint, SkFontStyleSet* fset) argument
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp41 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/
H A DLL1Analyzer.java263 LookaheadSet fset = _FIRST(following, chaseFollowTransitions);
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/
H A Dclassinit.py33 'fset': old_prop.fset,
/external/mksh/src/
H A Dfuncs.c655 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
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseRecognizer.h155 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseRecognizer.h155 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseRecognizer.h155 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseRecognizer.h147 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/clang/utils/
H A Dclang-completion-mode.el217 (fset 'clang-completion-mode-map
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBaseRecognizer.java696 protected void pushFollow(BitSet fset) { argument
702 state.following[++state._fsp] = fset;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBaseRecognizer.js760 * @param {org.antlr.runtime.BitSet} fset
762 pushFollow: function(fset) {
772 this.state.following[this.state._fsp] = fset;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs725 protected void PushFollow(BitSet fset) { argument
729 state.following[++state._fsp] = fset;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs815 protected void PushFollow( BitSet fset )
821 state.following[++state._fsp] = fset;
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm441 Readonly my $usage => 'void push_follow(BitSet fset)';
443 my ($self, $fset) = @_;
445 push @{$self->state->following}, $fset;
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp76 FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess) argument
79 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset));
81 this->setNamedFactorySet(fset);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as663 protected function pushFollow(fset:BitSet):void {
664 state.following[++state._fsp] = fset;
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2088 /// <param name="fset"></param>

Completed in 2290 milliseconds