Searched refs:Dictionary (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium/net/base/
H A Dsdch_manager.h81 // Dictionary selection for use problems.
89 // Dictionary saving problems.
99 // Dictionary loading problems.
117 // Dictionary manager issues.
121 META_REFRESH_RECOVERY = 70, // Dictionary not found.
162 // There is one instance of |Dictionary| for each memory-cached SDCH
164 class Dictionary : public base::RefCounted<Dictionary> { class in class:net::SdchManager
170 friend class base::RefCounted<Dictionary>;
177 Dictionary(cons
[all...]
H A Dsdch_manager.cc29 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text, function in class:net::SdchManager::Dictionary
46 SdchManager::Dictionary::~Dictionary() {
49 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
53 Avail-Dictionary header are modeled after the rules for cookie scoping. The
81 bool SdchManager::Dictionary::CanSet(const std::string& domain,
114 if (!Dictionary::DomainMatch(dictionary_url, domain)) {
141 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) {
180 bool SdchManager::Dictionary
[all...]
H A Dsdch_filter.h95 scoped_refptr<SdchManager::Dictionary> dictionary_;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs7 internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<TKey2, TValue>>();
16 data2 = new Dictionary<TKey2, TValue>();
76 Dictionary<TValue, bool> s = new Dictionary<TValue, bool>();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) {
101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) {
115 // disambiguates for Dictionary, which implements both IDictionary<T,K> and IDictionary
117 public static HashSet<TKey> keySet<TKey, TValue>(Dictionary<TKey, TValue> map) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) argument
105 public static void put<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key, TValue value ) argument
122 // disambiguates for Dictionary, which implements both IDictionary<T,K> and IDictionary
124 public static HashSet<TKey> keySet<TKey, TValue>( this Dictionary<TKey, TValue> map ) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammarHelper.cs46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
H A DProfileTreeGrammarHelper.cs46 private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>();
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs7 internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<TKey2, TValue>>();
14 data2 = new Dictionary<TKey2, TValue>();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
H A DTreeWizard.cs180 IDictionary<string, int> m = new Dictionary<string, int>();
216 IDictionary<int, IList> m = new Dictionary<int, IList>();
371 IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse
563 tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op
H A DBaseTreeAdaptor.cs257 treeToUniqueIDMap = new Dictionary<object, int>();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs73 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
H A DTreeWizard.cs203 IDictionary<string, int> m = new Dictionary<string, int>();
244 IDictionary<int, IList> m = new Dictionary<int, IList>();
427 IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse
640 tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
H A DExpr.g349 using HashMap = System.Collections.Generic.Dictionary<object,object>;
68 using HashMap = System.Collections.Generic.Dictionary<object,object>;
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.h160 typedef HashMap<String, RefPtr<InspectorValue> > Dictionary; typedef in class:WebCore::InspectorObject
163 typedef Dictionary::iterator iterator;
164 typedef Dictionary::const_iterator const_iterator;
209 Dictionary m_data;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLegacyCommonTokenStream.cs67 protected Dictionary<int, int> discardSet;
211 channelOverrideMap = new Dictionary<int, int>();
218 discardSet = new Dictionary<int, int>();
H A DTokenRewriteStream.cs192 programs = new Dictionary<string, IList<RewriteOperation>>();
194 lastRewriteTokenIndexes = new Dictionary<string, int>();
567 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
/external/chromium/base/mac/
H A Dmac_util.h165 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary); variable
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py110 P2PFindDict = dbus.Dictionary(
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DST.stg132 new Dictionary\<string, object>() { <args:optionalArgument(); separator=", "> }
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs216 programs = new Dictionary<string, IList<RewriteOperation>>();
218 lastRewriteTokenIndexes = new Dictionary<string, int>();
672 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>();
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as3 import flash.utils.Dictionary;
15 protected var treeToUniqueIDMap:Dictionary;
200 treeToUniqueIDMap = new Dictionary();
/external/v8/src/
H A Dobjects.cc9951 void Dictionary<Shape, Key>::Print(FILE* out) {
9972 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) {
9978 Object* k = Dictionary<Shape, Key>::KeyAt(i);
9979 if (Dictionary<Shape, Key>::IsKey(k)) {
10408 // Copy the keys from arguments first, because Dictionary::CopyKeysTo
11068 template class Dictionary<StringDictionaryShape, String*>;
11070 template class Dictionary<SeededNumberDictionaryShape, uint32_t>;
11072 template class Dictionary<UnseededNumberDictionaryShape, uint32_t>;
11074 template MaybeObject* Dictionary<SeededNumberDictionaryShape, uint32_t>::
11077 template MaybeObject* Dictionary<UnseededNumberDictionaryShap
12255 CopyKeysTo( FixedArray* storage, PropertyAttributes filter, typename Dictionary<Shape, Key>::SortMode sort_mode) argument
12299 CopyKeysTo( FixedArray* storage, int index, typename Dictionary<Shape, Key>::SortMode sort_mode) argument
[all...]

Completed in 470 milliseconds

12