HomeSort by relevance Sort by last modified time
    Searched defs:Dictionary (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/gin/
dictionary.cc 5 #include "gin/dictionary.h"
9 Dictionary::Dictionary(v8::Isolate* isolate)
13 Dictionary::Dictionary(v8::Isolate* isolate,
19 Dictionary::~Dictionary() {
22 Dictionary Dictionary::CreateEmpty(v8::Isolate* isolate) {
23 Dictionary dictionary(isolate)
    [all...]
dictionary.h 13 // Dictionary is useful when writing bindings for a function that either
15 // arbitrary JavaScript object as a result. For example, Dictionary is useful
16 // when you might use the |dictionary| type in WebIDL:
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 {
27 explicit Dictionary(v8::Isolate* isolate);
28 Dictionary(v8::Isolate* isolate, v8::Handle<v8::Object> object);
29 ~Dictionary();
    [all...]
  /external/chromium_org/tools/json_schema_compiler/test/
test_util.cc 46 scoped_ptr<base::DictionaryValue> Dictionary(
52 scoped_ptr<base::DictionaryValue> Dictionary(
55 scoped_ptr<base::DictionaryValue> dict = Dictionary(ak, av);
59 scoped_ptr<base::DictionaryValue> Dictionary(
63 scoped_ptr<base::DictionaryValue> dict = Dictionary(ak, av, bk, bv);
  /libcore/luni/src/main/java/java/util/
Dictionary.java 24 * Dictionary is an abstract class which is the superclass of all classes that
30 public abstract class Dictionary<K, V> {
34 public Dictionary() {
38 * Returns an enumeration on the elements of this dictionary.
40 * @return an enumeration of the values of this dictionary.
59 * Returns true if this dictionary has no key/value pairs.
61 * @return {@code true} if this dictionary has no key/value pairs,
68 * Returns an enumeration on the keys of this dictionary.
70 * @return an enumeration of the keys of this dictionary.
78 * Associate {@code key} with {@code value} in this dictionary. If {@cod
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.cpp 27 #include "bindings/v8/Dictionary.h"
60 Dictionary::Dictionary()
65 Dictionary::Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate* isolate)
72 Dictionary::~Dictionary()
76 Dictionary& Dictionary::operator=(const Dictionary& optionsObject
    [all...]
Dictionary.h 62 class Dictionary {
65 Dictionary();
66 Dictionary(const v8::Handle<v8::Value>& options, v8::Isolate*);
67 ~Dictionary();
69 Dictionary& operator=(const Dictionary&);
100 bool get(const String&, Dictionary&) const;
166 bool convert(ConversionContext&, const String&, Dictionary&) const;
190 struct NativeValueTraits<Dictionary> {
191 static inline Dictionary nativeValue(const v8::Handle<v8::Value>& value, v8::Isolate* isolate
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 18 class Dictionary;
280 bool initialize{{cpp_class}}({{cpp_class}}Init&, const Dictionary&, ExceptionState&, const v8::FunctionCallbackInfo<v8::Value>& info, const String& = "");
  /external/chromium_org/base/mac/
foundation_util.h 220 CF_TO_NS_MUTABLE_CAST_DECL(Dictionary);
343 // Utility function to pull out a value from a dictionary, check its type, and
  /external/chromium_org/tools/json_schema_compiler/
idl_schema.py 121 dictionary that the JSON schema compiler expects to see.
132 class Dictionary(object):
134 Given an IDL Dictionary node, converts into a Python dictionary that the JSON
161 Given an IDL dictionary or interface member, converts into a name/value pair
162 where the value is a Python dictionary that the JSON schema compiler expects
217 Given a TYPEREF property representing the type of dictionary member or
218 function parameter, converts into a Python dictionary that the JSON schema
295 Given an IDL Enum node, converts into a Python dictionary that the JSON
333 dictionary that the JSON schema compiler expects to see
    [all...]
  /external/chromium_org/net/base/
sdch_manager.cc 39 SdchManager::Dictionary::Dictionary(const std::string& dictionary_text,
56 SdchManager::Dictionary::~Dictionary() {
59 bool SdchManager::Dictionary::CanAdvertise(const GURL& target_url) {
60 /* The specific rules of when a dictionary should be advertised in an
61 Avail-Dictionary header are modeled after the rules for cookie scoping. The
63 dictionary may be advertised in the Avail-Dictionaries header exactly when
66 the dictionary.
67 2. If the dictionary has a Port attribute, the request port is one of th
475 Dictionary* dictionary = local
    [all...]
sdch_manager.h 12 // can find a dictionary (based on a server specification of a hash), store a
13 // dictionary, and make judgements about what URLs can use, set, etc. a
14 // dictionary.
17 // (containing metadata) as well as a VCDIFF dictionary (for use by a VCDIFF
40 // A browser may register a fetcher that is used by the dictionary managers to
48 // The Schedule() method is called when there is a need to get a dictionary
53 // The Cancel() method is called to cancel all pending dictionary fetches.
87 // Dictionary selection for use problems.
95 // Dictionary saving problems.
105 // Dictionary loading problems
    [all...]
  /external/lldb/tools/lldb-perf/lib/
Results.h 24 class Dictionary;
36 Dictionary,
68 Dictionary *
71 if (m_type == Type::Dictionary)
72 return (Dictionary *)this;
156 class Dictionary : public Result
159 Dictionary () :
160 Result (Type::Dictionary, NULL, NULL)
164 Dictionary (const char *name, const char *description) :
165 Result (Type::Dictionary, name, description
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
JSONValues.h 158 typedef HashMap<String, RefPtr<JSONValue> > Dictionary;
161 typedef Dictionary::iterator iterator;
162 typedef Dictionary::const_iterator const_iterator;
209 Dictionary m_data;
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableDictionary.cpp 106 CFCMutableDictionary::Dictionary(bool can_create)
120 CFMutableDictionaryRef dict = Dictionary(can_create);
123 // Let the dictionary own the CFNumber
133 CFMutableDictionaryRef dict = Dictionary(can_create);
136 // Let the dictionary own the CFNumber
146 CFMutableDictionaryRef dict = Dictionary(can_create);
152 // Let the dictionary own the CFNumber
163 CFMutableDictionaryRef dict = Dictionary(can_create);
169 // Let the dictionary own the CFNumber
180 CFMutableDictionaryRef dict = Dictionary(can_create)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 30 UInt32 Dictionary;
42 BlockLogSize = NumThreads = Level = Dictionary = Order = UInt32(-1);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 67 Dictionary,
87 " -d{N}: set dictionary - [0, 29], default: 23 (8MB)\n" +
171 Int32 dictionary = 1 << 21;
172 if (parser[(int)Key.Dictionary].ThereIs)
175 if (!GetNumber((string)parser[(int)Key.Dictionary].PostStrings[0], out dicLog))
177 dictionary = (Int32)1 << dicLog;
192 return LzmaBench.LzmaBenchmark(numIterations, (UInt32)dictionary);
243 dictionary = 1 << 23;
285 (Int32)(dictionary),
314 if (trainFileSize > dictionary)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 27 * Abstract base class for a dictionary that can do a fuzzy search for words based on a set of key
30 public abstract class Dictionary {
34 // The following types do not actually come from real dictionary instances, so we create
37 public static final Dictionary DICTIONARY_USER_TYPED = new PhonyDictionary(TYPE_USER_TYPED);
40 public static final Dictionary DICTIONARY_APPLICATION_DEFINED =
44 public static final Dictionary DICTIONARY_HARDCODED =
49 public static final Dictionary DICTIONARY_RESUMED =
52 // The following types of dictionary have actual functional instances. We don't need final
53 // phony dictionary instances for them.
56 // User dictionary, the system-managed one
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 17 #define LOG_TAG "LatinIME: dictionary.cpp"
19 #include "suggest/core/dictionary/dictionary.h"
22 #include "suggest/core/dictionary/dictionary_utils.h"
36 const int Dictionary::HEADER_ATTRIBUTE_BUFFER_SIZE = 32;
38 Dictionary::Dictionary(JNIEnv *env, DictionaryStructureWithBufferPolicy::StructurePolicyPtr
46 void Dictionary::getSuggestions(ProximityInfo *proximityInfo, DicTraverseSession *traverseSession,
62 Dictionary::NgramListenerForPrediction::NgramListenerForPrediction(
68 void Dictionary::NgramListenerForPrediction::onVisitEntry(const int ngramProbability
    [all...]
dictionary.h 24 #include "suggest/core/dictionary/ngram_listener.h"
25 #include "suggest/core/dictionary/property/word_property.h"
39 class Dictionary {
62 Dictionary(JNIEnv *env, DictionaryStructureWithBufferPolicy::StructurePolicyPtr
103 // Method to iterate all words in the dictionary.
105 // starts iterating the dictionary.
114 DISALLOW_IMPLICIT_CONSTRUCTORS(Dictionary);
  /external/chromium_org/v8/src/
objects.h 68 // - Dictionary
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 537 milliseconds

1 2