Searched refs:Dictionary (Results 1 - 25 of 48) sorted by last modified time

12

/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py110 P2PFindDict = dbus.Dictionary(
/external/zlib/src/as400/
H A Dzlib.inc321 D dictionary 65535 const options(*varsize) Dictionary bytes
322 D dictLength 10U 0 value Dictionary length
359 D dictionary 65535 const options(*varsize) Dictionary bytes
360 D dictLength 10U 0 value Dictionary length
/external/webkit/Source/WebCore/inspector/
H A DInspectorValues.cpp689 Dictionary::const_iterator it = m_data.find(name);
710 Dictionary::const_iterator it = m_data.find(m_order[i]);
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/v8/src/
H A Dliveobjectlist.cc82 v(Dictionary, "unexpected: Dictionary") \
H A Dobjects-inl.h269 // Dictionary is covered under FixedArray.
4622 void Dictionary<Shape, Key>::SetEntry(int entry,
4630 void Dictionary<Shape, Key>::SetEntry(int entry,
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...]
H A Dobjects.h76 // - Dictionary
834 V(Dictionary) \
1476 // properties is a FixedArray in the fast case and a Dictionary in the
2979 class Dictionary: public HashTable<Shape, Key> { class in namespace:v8::internal
2981 static inline Dictionary<Shape, Key>* cast(Object* obj) {
2982 return reinterpret_cast<Dictionary<Shape, Key>*>(obj);
3098 class StringDictionary: public Dictionary<StringDictionaryShape, String*> {
3152 : public Dictionary<SeededNumberDictionaryShape, uint32_t> {
3200 : public Dictionary<UnseededNumberDictionaryShape, uint32_t> {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium/net/base/
H A Dsdch_filter.cc315 const size_t kServerIdLength = 9; // Dictionary hash plus null from server.
338 SdchManager::Dictionary* dictionary = NULL;
H A Dsdch_filter.h95 scoped_refptr<SdchManager::Dictionary> dictionary_;
H A Dsdch_filter_unittest.cc345 // Dictionary hash is 8 characters followed by a null.
1334 SdchManager::Dictionary::PathMatch;
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_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...]
/external/chromium/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat163 rem Dictionary file not found.
/external/chromium/base/mac/
H A Dmac_util.h165 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary); variable
/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/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas142 /// <param name="dict">Dictionary whose string representation will be returned</param>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg135 state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<numRules>+1];<\n><! index from 1..n !>
396 this.state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<length(grammar.allImportedRules)>+1];<\n><! index from 1..n !>

Completed in 357 milliseconds

12