Home
last modified time | relevance | path

Searched refs:fset (Results 1 – 20 of 20) sorted by relevance

/external/skia/gm/
Dfontmgr.cpp117 SkFontStyleSet* fset) { in iterateFamily() argument
121 for (int j = 0; j < fset->count(); ++j) { in iterateFamily()
124 fset->getStyle(j, &fs, &sname); in iterateFamily()
128 SkSafeUnref(p.setTypeface(fset->createTypeface(j))); in iterateFamily()
135 SkFontStyleSet* fset) { in exploreFamily() argument
142 SkTypeface* face = fset->matchStyle(fs); in exploreFamily()
165 SkAutoTUnref<SkFontStyleSet> fset; in onDraw() local
167 fset.reset(fFM->matchFamily(gNames[i])); in onDraw()
168 if (fset->count() > 0) { in onDraw()
172 if (NULL == fset.get()) { in onDraw()
[all …]
/external/openssl/crypto/rand/
Drand_unix.c318 fd_set fset; in RAND_poll() local
331 FD_ZERO(&fset); in RAND_poll()
332 FD_SET(fd, &fset); in RAND_poll()
334 if (select(fd+1,&fset,NULL,NULL,&t) >= 0) in RAND_poll()
337 if (FD_ISSET(fd, &fset)) in RAND_poll()
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
Drand_unix.c318 fd_set fset; in RAND_poll() local
331 FD_ZERO(&fset); in RAND_poll()
332 FD_SET(fd, &fset); in RAND_poll()
334 if (select(fd+1,&fset,NULL,NULL,&t) >= 0) in RAND_poll()
337 if (FD_ISSET(fd, &fset)) in RAND_poll()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLL1Analyzer.java263 LookaheadSet fset = _FIRST(following, chaseFollowTransitions); in _FIRST() local
264 fset.orInPlace(tset); // tset cached; or into new set in _FIRST()
265 fset.remove(Label.EOR_TOKEN_TYPE); in _FIRST()
266 tset = fset; in _FIRST()
/external/mksh/src/
Dfuncs.c639 uint32_t fset = 0, fclr = 0, flag; in c_typeset() local
650 fset |= EXPORT; in c_typeset()
656 fset |= RDONLY; in c_typeset()
755 fset &= ~flag; in c_typeset()
758 fset |= flag; in c_typeset()
779 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) || in c_typeset()
790 if (fset & LCASEV) in c_typeset()
792 fset &= ~UCASEV_AL; in c_typeset()
793 if (fset & LJUST) in c_typeset()
795 fset &= ~RJUST; in c_typeset()
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp11.cpp41 float &f(char const* name, Get fget, Set fset, char const* docstr = 0);
/external/clang/utils/
Dclang-completion-mode.el217 (fset 'clang-completion-mode-map
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js762 pushFollow: function(fset) { argument
772 this.state.following[this.state._fsp] = fset;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java696 protected void pushFollow(BitSet fset) { in pushFollow() argument
702 state.following[++state._fsp] = fset; in pushFollow()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseRecognizer.h155 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseRecognizer.h155 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseRecognizer.h155 - (void) pushFollow:(ANTLRBitSet *)fset;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.h147 - (void) pushFollow:(ANTLRBitSet *)fset;
DANTLRBaseRecognizer.m843 - (void)pushFollow:(ANTLRBitSet *)fset
849 [state.following addObject:fset];
850 [fset retain];
854 [state.following replaceObjectAtIndex:++state._fsp withObject:fset];
860 ANTLRBitSet *fset;
863 fset = [state.following objectAtIndex:state._fsp--];
865 return fset;
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm443 my ($self, $fset) = @_;
445 push @{$self->state->following}, $fset;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs725 protected void PushFollow(BitSet fset) { in PushFollow() argument
729 state.following[++state._fsp] = fset; in PushFollow()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs815 protected void PushFollow( BitSet fset ) in PushFollow() argument
821 state.following[++state._fsp] = fset; in PushFollow()
/external/chromium_org/third_party/skia/src/pipe/
DSkGPipeWrite.cpp73 FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess) in FlattenableHeap() argument
75 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset)); in FlattenableHeap()
77 this->setNamedFactorySet(fset); in FlattenableHeap()
/external/skia/src/pipe/
DSkGPipeWrite.cpp73 FlattenableHeap(int numFlatsToKeep, SkNamedFactorySet* fset, bool isCrossProcess) in FlattenableHeap() argument
75 SkASSERT((isCrossProcess && fset != NULL) || (!isCrossProcess && NULL == fset)); in FlattenableHeap()
77 this->setNamedFactorySet(fset); in FlattenableHeap()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as663 protected function pushFollow(fset:BitSet):void {
664 state.following[++state._fsp] = fset;