/external/skia/gm/ |
D | fontmgr.cpp | 117 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/ |
D | rand_unix.c | 318 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/ |
D | rand_unix.c | 318 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/ |
D | LL1Analyzer.java | 263 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/ |
D | funcs.c | 639 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/ |
D | p11.cpp | 41 float &f(char const* name, Get fget, Set fset, char const* docstr = 0);
|
/external/clang/utils/ |
D | clang-completion-mode.el | 217 (fset 'clang-completion-mode-map
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BaseRecognizer.js | 762 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/ |
D | BaseRecognizer.java | 696 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/ |
D | ANTLRBaseRecognizer.h | 155 - (void) pushFollow:(ANTLRBitSet *)fset;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBaseRecognizer.h | 155 - (void) pushFollow:(ANTLRBitSet *)fset;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBaseRecognizer.h | 155 - (void) pushFollow:(ANTLRBitSet *)fset;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseRecognizer.h | 147 - (void) pushFollow:(ANTLRBitSet *)fset;
|
D | ANTLRBaseRecognizer.m | 843 - (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/ |
D | BaseRecognizer.pm | 443 my ($self, $fset) = @_; 445 push @{$self->state->following}, $fset;
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BaseRecognizer.cs | 725 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/ |
D | BaseRecognizer.cs | 815 protected void PushFollow( BitSet fset ) in PushFollow() argument 821 state.following[++state._fsp] = fset; in PushFollow()
|
/external/chromium_org/third_party/skia/src/pipe/ |
D | SkGPipeWrite.cpp | 73 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/ |
D | SkGPipeWrite.cpp | 73 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/ |
D | BaseRecognizer.as | 663 protected function pushFollow(fset:BitSet):void { 664 state.following[++state._fsp] = fset;
|