Searched refs:Member (Results 1 - 25 of 353) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs166 if (follow.Member(TokenTypes.EndOfRule)) {
183 if (follow.Member(input.LA(1)) || follow.Member(TokenTypes.EndOfRule)) {
573 if (localFollowSet.Member(TokenTypes.EndOfRule)) {
717 while (ttype != TokenTypes.EndOfFile && !set.Member(ttype)) {
H A DBitSet.cs230 public bool Member(int el) { method in class:Antlr.Runtime.BitSet
281 if (Member(i)) {
303 if (Member(i)) {
H A DBufferedTokenStream.cs305 if (types == null || types.Member(t.Type)) {
H A DLegacyCommonTokenStream.cs262 if (types == null || types.Member(t.Type)) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimTokenStream.cs217 if ( types == null || types.Member( t.Type ) )
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs183 if ( follow.Member( TokenTypes.EndOfRule ) )
202 if ( follow.Member( input.LA( 1 ) ) || follow.Member( TokenTypes.EndOfRule ) )
648 if ( localFollowSet.Member( TokenTypes.EndOfRule ) )
806 while ( ttype != TokenTypes.EndOfFile && !set.Member( ttype ) )
H A DBitSet.cs270 public bool Member( int el ) method in class:Antlr.Runtime.BitSet
332 if ( Member( i ) )
359 if ( Member( i ) )
H A DBufferedTokenStream.cs347 if (types == null || types.Member(t.Type))
H A DLegacyCommonTokenStream.cs294 if ( types == null || types.Member( t.Type ) )
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas454 function Member(const El: Integer): Boolean; function
1750 function Member(const El: Integer): Boolean; virtual;
3555 function TBitSet.Member(const El: Integer): Boolean;
3635 if Member(I) then
3665 if Member(I) then
4233 if LocalFollowSet.Member(TToken.EOR_TOKEN_TYPE) then
4263 while (TType <> TToken.EOF) and (not BitSet.Member(TType)) do
4558 if (Follow.Member(TToken.EOR_TOKEN_TYPE)) then
4574 if (Follow2.Member(Input.LA(1)) or Follow2.Member(TToke
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcommon_cert_set_1_50.inc2197 Subject: C=US, ST=Virginia, L=Dulles, O=America Online Inc., CN=AOL Member CA
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromisePropertyTest.cpp84 typedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable> > Property;
99 Member<Property> m_property;
517 typedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, T, V8UndefinedType> Property;
H A DV8Binding.h701 HeapVector<Member<T> > toMemberNativeArray(v8::Handle<v8::Value> value, int argumentIndex, v8::Isolate* isolate, ExceptionState& exceptionState)
710 return HeapVector<Member<T> >();
713 HeapVector<Member<T> > result;
721 return HeapVector<Member<T> >();
728 return HeapVector<Member<T> >();
H A DV8BindingTest.cpp65 // This should be public in order to access a Member<X> object.
66 Member<GarbageCollectedScriptWrappable> m_scriptWrappable;
225 HeapVector<Member<GarbageCollectedScriptWrappable> > v;
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DDictionaryHelperForModules.cpp70 template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<MIDIPort>& value);
71 template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<SpeechRecognitionResultList>& value);
72 template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<Gamepad>& value);
73 template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<MediaStream>& value);
74 template bool DictionaryHelper::get(const Dictionary&, const String& key, Member<Headers>& value);
76 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MIDIPort>& value);
77 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<SpeechRecognitionResultList>& value);
78 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Gamepad>& value);
79 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MediaStream>& value);
80 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Header
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DTestDictionary.h93 Member<TestInterfaceGarbageCollected> m_testInterfaceGarbageCollectedMember;
94 Member<TestInterfaceGarbageCollected> m_testInterfaceGarbageCollectedOrNullMember;
H A DV8TestObject.cpp7460 HeapVector<Member<TestInterfaceGarbageCollected> > variadicTestInterfaceGarbageCollectedArg;
9759 HeapVector<Member<TestInterfaceGarbageCollected> > testInterfaceGarbageCollectedSequenceArg;
9782 HeapVector<Member<TestInterfaceGarbageCollected> > testInterfaceGarbageCollectedArrayArg;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValue.h250 inline bool compareCSSValuePtr(const Member<CSSValueType>& first, const Member<CSSValueType>& second)
H A DStylePropertySet.h251 inline MutableStylePropertySet* toMutableStylePropertySet(const Member<StylePropertySet>& set)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.cpp39 bool CachedMatchedPropertiesHashTraits::traceInCollection(Visitor* visitor, Member<CachedMatchedProperties>& cachedProperties, WTF::ShouldWeakPointersBeMarkedStrongly strongify)
H A DMatchedPropertiesCache.h55 struct CachedMatchedPropertiesHashTraits : HashTraits<Member<CachedMatchedProperties> > {
57 static bool traceInCollection(Visitor*, Member<CachedMatchedProperties>&, WTF::ShouldWeakPointersBeMarkedStrongly);
79 typedef HeapHashMap<unsigned, Member<CachedMatchedProperties>, DefaultHash<unsigned>::Hash, HashTraits<unsigned>, CachedMatchedPropertiesHashTraits > Cache;
H A DMediaQueryResult.h60 Member<const MediaQueryExp> m_expression;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptedAnimationController.h76 typedef PersistentHeapVectorWillBeHeapVector<Member<RequestAnimationFrameCallback> > CallbackList;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp65 for (HeapHashSet<Member<Resource> >::iterator i = memoryCache()->m_liveResources.begin();
H A DMemoryCache.h287 HeapHashSet<Member<Resource> > m_liveResources;

Completed in 1187 milliseconds

1234567891011>>