HomeSort by relevance Sort by last modified time
    Searched full:astate (Results 26 - 41 of 41) sorted by null

12

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 73 - (void) setAllBits:(BOOL) aState;
ANTLRRecognizerSharedState.h 69 + (ANTLRRecognizerSharedState *) newANTLRRecognizerSharedState:(ANTLRRecognizerSharedState *)aState;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 74 - (void) setAllBits:(BOOL) aState;
ANTLRRecognizerSharedState.h 70 + (ANTLRRecognizerSharedState *) newANTLRRecognizerSharedState:(ANTLRRecognizerSharedState *)aState;
ANTLRBitSet.m 231 - (void) setAllBits:(BOOL) aState
234 CFBitVectorSetBitAtIndex(bitVector, bit, aState);
ANTLRLexer.m 48 - (id) initWithCharStream:(id<ANTLRCharStream>)anInput State:(ANTLRRecognizerSharedState *)aState
50 self = [super initWithState:aState];
ANTLRBaseRecognizer.m 69 + (ANTLRBaseRecognizer *) newANTLRBaseRecognizer:(ANTLRRecognizerSharedState *)aState
71 return [[ANTLRBaseRecognizer alloc] initWithState:aState];
139 - (id) initWithState:(ANTLRRecognizerSharedState *)aState
142 state = aState;
    [all...]
  /frameworks/base/core/java/android/app/
LocalActivityManager.java 456 final Bundle astate = state.getBundle(id); local
459 r.instanceState = astate;
462 r.instanceState = astate;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 161 constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
189 constructor T<grammar.recognizerName>.Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
191 inherited Create(AInput, AState);
342 constructor Create(const AInput: <inputStreamType>; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
391 const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
393 inherited Create(AInput, AState);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tree.pas     [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 724 /* aState :: The state/orientation of the new profile. */
    [all...]
  /external/freetype/src/raster/
ftraster.c 726 /* aState :: The state/orientation of the new profile. */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 726 /* aState :: The state/orientation of the new profile. */
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 173 struct ACodec::BaseState : public AState {
174 BaseState(ACodec *codec, const sp<AState> &parentState = NULL);
    [all...]
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java     [all...]

Completed in 726 milliseconds

12