/external/chromium/net/base/ |
D | sdch_manager.h | 164 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;
|
D | sdch_manager.cc | 29 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 …]
|
D | sdch_filter.h | 95 scoped_refptr<SdchManager::Dictionary> dictionary_;
|
/external/bluetooth/bluez/test/ |
D | simple-endpoint | 95 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/ |
D | DoubleKeyMap`3.cs | 7 …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/ |
D | DictionaryExtensions.cs | 67 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/ |
D | DictionaryExtensions.cs | 68 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/ |
D | DebugTreeGrammarHelper.cs | 46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… 49 private IDictionary<string, BigInteger> globalMemory = new Dictionary<string, BigInteger>();
|
D | ProfileTreeGrammarHelper.cs | 46 …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/ |
D | DoubleKeyMap.cs | 7 …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/ |
D | InspectorValues.h | 160 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/ |
D | LegacyCommonTokenStream.cs | 67 protected Dictionary<int, int> discardSet; 211 channelOverrideMap = new Dictionary<int, int>(); in SetTokenTypeChannel() 218 discardSet = new Dictionary<int, int>(); in DiscardTokenType()
|
D | TokenRewriteStream.cs | 192 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/ |
D | DotTreeGenerator.cs | 75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
|
D | TreeWizard.cs | 180 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/ |
D | DOTTreeGenerator.cs | 73 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | DotTreeGenerator.cs | 75 Dictionary<object, int> nodeToNumberMap = new Dictionary<object, int>();
|
D | TreeWizard.cs | 203 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/ |
D | render_view_context_menu_mac.mm | 88 // based on a preference setting of Dictionary.app. We currently 98 NSPerformService(@"Look Up in Dictionary", pboard);
|
/external/v8/src/ |
D | objects.cc | 9951 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/ |
D | WebDefaultContextMenuDelegate.mm | 95 … 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/ |
D | Expr.g3 | 49 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/ |
D | TokenRewriteStream.cs | 216 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/ |
D | zlib.inc | 237 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/ |
D | mac_util.h | 165 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary);
|