Home
last modified time | relevance | path

Searched refs:Dictionary (Results 1 – 25 of 116) sorted by relevance

12345

/external/chromium/net/base/
Dsdch_manager.h164 class Dictionary : public base::RefCounted<Dictionary> {
170 friend class base::RefCounted<Dictionary>;
177 Dictionary(const std::string& dictionary_text,
185 ~Dictionary();
230 DISALLOW_COPY_AND_ASSIGN(Dictionary);
314 Dictionary** dictionary);
340 typedef std::map<std::string, Dictionary*> DictionaryMap;
Dsdch_manager.cc29 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text, in Dictionary() function in net::SdchManager::Dictionary
46 SdchManager::Dictionary::~Dictionary() { in ~Dictionary()
49 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) { in CanAdvertise()
81 bool SdchManager::Dictionary::CanSet(const std::string& domain, in CanSet()
114 if (!Dictionary::DomainMatch(dictionary_url, domain)) { in CanSet()
141 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) { in CanUse()
180 bool SdchManager::Dictionary::PathMatch(const std::string& path, in PathMatch()
198 bool SdchManager::Dictionary::DomainMatch(const GURL& gurl, in DomainMatch()
435 if (!Dictionary::CanSet(domain, path, ports, dictionary_url)) in AddSdchDictionary()
454 Dictionary* dictionary = in AddSdchDictionary()
[all …]
Dsdch_filter.h95 scoped_refptr<SdchManager::Dictionary> dictionary_;
/external/bluetooth/bluez/test/
Dsimple-endpoint95 properties = dbus.Dictionary({ "UUID" : A2DP_SOURCE_UUID,
102 properties = dbus.Dictionary({ "UUID" : A2DP_SINK_UUID,
107 properties = dbus.Dictionary({ "UUID" : A2DP_SOURCE_UUID,
112 properties = dbus.Dictionary({ "UUID" : A2DP_SINK_UUID,
117 properties = dbus.Dictionary({ "UUID" : HFP_AG_UUID,
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs7 …internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<T…
16 data2 = new Dictionary<TKey2, TValue>(); in Put()
76 Dictionary<TValue, bool> s = new Dictionary<TValue, bool>(); in Values()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DDictionaryExtensions.cs67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { in get()
101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) { in put()
117 public static HashSet<TKey> keySet<TKey, TValue>(Dictionary<TKey, TValue> map) { in keySet()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DDictionaryExtensions.cs68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) in get()
105 … public static void put<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key, TValue value ) in put()
124 public static HashSet<TKey> keySet<TKey, TValue>( this Dictionary<TKey, TValue> map ) in keySet()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammarHelper.cs46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(…
49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
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/
DDoubleKeyMap.cs7 …internal IDictionary<TKey1, IDictionary<TKey2, TValue>> data = new Dictionary<TKey1, IDictionary<T…
14 data2 = new Dictionary<TKey2, TValue>(); in Put()
/external/webkit/Source/WebCore/inspector/
DInspectorValues.h160 typedef HashMap<String, RefPtr<InspectorValue> > Dictionary; typedef
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/
DLegacyCommonTokenStream.cs67 protected Dictionary<int, int> discardSet;
211 channelOverrideMap = new Dictionary<int, int>(); in SetTokenTypeChannel()
218 discardSet = new Dictionary<int, int>(); in DiscardTokenType()
DTokenRewriteStream.cs192 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init()
194 lastRewriteTokenIndexes = new Dictionary<string, int>(); in Init()
567 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>(); in ReduceToSingleOperationPerIndex()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
DTreeWizard.cs180 IDictionary<string, int> m = new Dictionary<string, int>(); in ComputeTokenTypes()
216 IDictionary<int, IList> m = new Dictionary<int, IList>(); in Index()
371 … IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse in Visit()
563 … tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op in fillReverseIndex()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs73 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
DTreeWizard.cs203 IDictionary<string, int> m = new Dictionary<string, int>(); in ComputeTokenTypes()
244 IDictionary<int, IList> m = new Dictionary<int, IList>(); in Index()
427 … IDictionary<string, object> labels = new Dictionary<string, object>(); // reused for each _parse in Visit()
640 … tokenTypeToStreamIndexesMap = new Dictionary<int, IList<int>>(); // first indexing op in fillReverseIndex()
/external/chromium/chrome/browser/tab_contents/
Drender_view_context_menu_mac.mm88 // based on a preference setting of Dictionary.app. We currently
98 NSPerformService(@"Look Up in Dictionary", pboard);
/external/v8/src/
Dobjects.cc9951 void Dictionary<Shape, Key>::Print(FILE* out) { in Print()
9972 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) { in CopyValuesTo()
9978 Object* k = Dictionary<Shape, Key>::KeyAt(i); in CopyValuesTo()
9979 if (Dictionary<Shape, Key>::IsKey(k)) { in CopyValuesTo()
11068 template class Dictionary<StringDictionaryShape, String*>; variable
11070 template class Dictionary<SeededNumberDictionaryShape, uint32_t>; variable
11072 template class Dictionary<UnseededNumberDictionaryShape, uint32_t>; variable
11074 template MaybeObject* Dictionary<SeededNumberDictionaryShape, uint32_t>::
11077 template MaybeObject* Dictionary<UnseededNumberDictionaryShape, uint32_t>::
11080 template MaybeObject* Dictionary<StringDictionaryShape, String*>::Allocate(
[all …]
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm95 … title = UI_STRING_INTERNAL("Look Up in Dictionary", "Look Up in Dictionary context menu item");
151 …// FIXME 4184640: The Look Up in Dictionary item is only implemented in WebHTMLView, and so is pre…
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
DExpr.g349 using HashMap = System.Collections.Generic.Dictionary<object,object>;
68 using HashMap = System.Collections.Generic.Dictionary<object,object>;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs216 programs = new Dictionary<string, IList<RewriteOperation>>(); in Init()
218 lastRewriteTokenIndexes = new Dictionary<string, int>(); in Init()
672 IDictionary<int, RewriteOperation> m = new Dictionary<int, RewriteOperation>(); in ReduceToSingleOperationPerIndex()
/external/zlib/old/as400/
Dzlib.inc237 D dictionary 32767 const options(*varsize) Dictionary bytes
238 D dictLength 10U 0 value Dictionary length
270 D dictionary 32767 const options(*varsize) Dictionary bytes
271 D dictLength 10U 0 value Dictionary length
/external/chromium/base/mac/
Dmac_util.h165 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary);

12345