Searched defs:Dictionary (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/gin/
H A Ddictionary.cc9 Dictionary::Dictionary(v8::Isolate* isolate) function in class:gin::Dictionary
13 Dictionary::Dictionary(v8::Isolate* isolate, function in class:gin::Dictionary
19 Dictionary::~Dictionary() {
22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) {
23 Dictionary dictionary(isolate);
28 v8::Handle<v8::Value> Converter<Dictionary>
[all...]
H A Ddictionary.h13 // Dictionary is useful when writing bindings for a function that either
15 // arbitrary JavaScript object as a result. For example, Dictionary is useful
20 // WARNING: You cannot retain a Dictionary object in the heap. The underlying
21 // storage for Dictionary is tied to the closest enclosing
22 // v8::HandleScope. Generally speaking, you should store a Dictionary
25 class GIN_EXPORT Dictionary { class in namespace:gin
27 explicit Dictionary(v8::Isolate* isolate);
28 Dictionary(v8::Isolate* isolate, v8::Handle<v8::Object> object);
29 ~Dictionary();
31 static Dictionary CreateEmpt
[all...]
/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/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDictionary.cpp27 #include "bindings/v8/Dictionary.h"
61 Dictionary::Dictionary() function in class:WebCore::Dictionary
66 Dictionary::Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate* isolate) function in class:WebCore::Dictionary
73 Dictionary::~Dictionary()
77 Dictionary& Dictionary::operator=(const Dictionary
[all...]
H A DDictionary.h59 class Dictionary { class in namespace:WebCore
61 Dictionary();
62 Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate*);
63 ~Dictionary();
65 Dictionary& operator=(const Dictionary&);
95 bool get(const String&, Dictionary&) const;
158 bool convert(ConversionContext &, const String&, Dictionary&) const;
185 struct NativeValueTraits<Dictionary> {
186 static inline Dictionary nativeValu
[all...]
/external/chromium/base/mac/
H A Dmac_util.h165 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary); variable
/external/chromium_org/tools/json_schema_compiler/test/
H A Dtest_util.cc46 scoped_ptr<base::DictionaryValue> Dictionary( function in namespace:json_schema_compiler::test_util
52 scoped_ptr<base::DictionaryValue> Dictionary( function in namespace:json_schema_compiler::test_util
55 scoped_ptr<base::DictionaryValue> dict = Dictionary(ak, av);
59 scoped_ptr<base::DictionaryValue> Dictionary( function in namespace:json_schema_compiler::test_util
63 scoped_ptr<base::DictionaryValue> dict = Dictionary(ak, av, bk, bv);
/external/chromium_org/base/mac/
H A Dfoundation_util.h220 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary); variable
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h46 class Dictionary;
254 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const String& = ""); variable
/external/chromium_org/tools/json_schema_compiler/
H A Didl_schema.py132 class Dictionary(object): class in inherits:object
134 Given an IDL Dictionary node, converts into a Python dictionary that the JSON
342 if node.cls == 'Dictionary':
343 self.types.append(Dictionary(node).process(self.callbacks))
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h30 UInt32 Dictionary; member in struct:NCompression::CFormatOptions
42 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
/external/chromium/net/base/
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_org/net/base/
H A Dsdch_manager.cc32 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text, function in class:net::SdchManager::Dictionary
49 SdchManager::Dictionary::~Dictionary() {
52 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
56 Avail-Dictionary header are modeled after the rules for cookie scoping. The
84 bool SdchManager::Dictionary::CanSet(const std::string& domain,
118 if (!Dictionary::DomainMatch(dictionary_url, domain)) {
145 bool SdchManager::Dictionary::CanUse(const GURL& referring_url) {
184 bool SdchManager::Dictionary
[all...]
H A Dsdch_manager.h82 // Dictionary selection for use problems.
90 // Dictionary saving problems.
100 // Dictionary loading problems.
118 // Dictionary manager issues.
122 META_REFRESH_RECOVERY = 70, // Dictionary not found.
163 // There is one instance of |Dictionary| for each memory-cached SDCH
165 class NET_EXPORT_PRIVATE Dictionary : public base::RefCounted<Dictionary> { class in class:net::SdchManager
171 friend class base::RefCounted<Dictionary>;
178 Dictionary(cons
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DJSONValues.h158 typedef HashMap<String, RefPtr<JSONValue> > Dictionary; typedef in class:WebCore::JSONObjectBase
161 typedef Dictionary::iterator iterator;
162 typedef Dictionary::const_iterator const_iterator;
209 Dictionary m_data;
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs67 Dictionary, enumerator in enum:SevenZip.LzmaAlone.Key
172 if (parser[(int)Key.Dictionary].ThereIs)
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
/external/v8/src/
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> {
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)) {
10415 // Copy the keys from arguments first, because Dictionary::CopyKeysTo
11075 template class Dictionary<StringDictionaryShape, String*>;
11077 template class Dictionary<SeededNumberDictionaryShape, uint32_t>;
11079 template class Dictionary<UnseededNumberDictionaryShape, uint32_t>;
11081 template MaybeObject* Dictionary<SeededNumberDictionaryShape, uint32_t>::
11084 template MaybeObject* Dictionary<UnseededNumberDictionaryShap
12262 CopyKeysTo( FixedArray* storage, PropertyAttributes filter, typename Dictionary<Shape, Key>::SortMode sort_mode) argument
12306 CopyKeysTo( FixedArray* storage, int index, typename Dictionary<Shape, Key>::SortMode sort_mode) argument
[all...]
/external/chromium_org/v8/src/
H A Dobjects.cc5513 template<typename Dictionary>
5514 static void FreezeDictionary(Dictionary* dictionary) {
13243 void Dictionary<Shape, Key>::Print(FILE* out) {
13264 void Dictionary<Shape, Key>::CopyValuesTo(FixedArray* elements) {
13270 Object* k = Dictionary<Shape, Key>::KeyAt(i);
13271 if (Dictionary<Shape, Key>::IsKey(k)) {
13683 // Copy the keys from arguments first, because Dictionary::CopyKeysTo
14353 template class Dictionary<NameDictionaryShape, Name*>;
14355 template class Dictionary<SeededNumberDictionaryShape, uint32_t>;
14357 template class Dictionary<UnseededNumberDictionaryShap
15691 CopyKeysTo( FixedArray* storage, PropertyAttributes filter, typename Dictionary<Shape, Key>::SortMode sort_mode) argument
15757 CopyKeysTo( FixedArray* storage, int index, PropertyAttributes filter, typename Dictionary<Shape, Key>::SortMode sort_mode) argument
[all...]
H A Dobjects.h88 // - Dictionary
1033 V(Dictionary) \
2059 // properties is a FixedArray in the fast case and a Dictionary in the
3796 class Dictionary: public HashTable<Shape, Key> { class in namespace:v8::internal
3798 static inline Dictionary<Shape, Key>* cast(Object* obj) {
3799 return reinterpret_cast<Dictionary<Shape, Key>*>(obj);
3920 class NameDictionary: public Dictionary<NameDictionaryShape, Name*> {
3975 : public Dictionary<SeededNumberDictionaryShape, uint32_t> {
4028 : public Dictionary<UnseededNumberDictionaryShape, uint32_t> {

Completed in 2465 milliseconds