HomeSort by relevance Sort by last modified time
    Searched full:dictionary (Results 126 - 150 of 2984) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/api/
app_runtime.idl 10 [inline_doc] dictionary LaunchItem {
19 [inline_doc] dictionary LaunchData {
log_private.idl 10 dictionary Filter {
24 dictionary LogEntry {
38 dictionary Result {
  /external/chromium_org/chrome/common/extensions/
manifest_handler_helpers.h 26 // Loads icon paths defined in dictionary |icons_value| into ExtensionIconSet
27 // |icons|. |icons_value| is a dictionary value {icon size -> icon path}. Icons
  /external/chromium_org/cloud_print/service/win/
setup_listener.cc 54 const base::DictionaryValue* dictionary = NULL; local
55 if (!value || !value->GetAsDictionary(&dictionary) || !dictionary) {
61 if (dictionary->GetList(kPrintersJsonValueName, &printers) && printers) {
68 dictionary->GetBoolean(kXpsAvailableJsonValueName, &is_xps_available_);
69 dictionary->GetString(kUserNameJsonValueName, &user_name_);
72 dictionary->GetString(kChromePathJsonValueName, &chrome_path);
76 dictionary->GetString(kUserDataDirJsonValueName, &user_data_dir);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_policy.cpp 17 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_policy.h"
26 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_node_reader.h"
27 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_reading_helper.h"
28 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_reading_utils.h"
29 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_writing_helper.h"
30 #include "suggest/policyimpl/dictionary/patricia_trie_reading_utils.h"
31 #include "suggest/policyimpl/dictionary/utils/forgetting_curve_utils.h"
32 #include "suggest/policyimpl/dictionary/utils/probability_utils.h"
91 // Then, following parent node link to the dictionary root and fetch node code points.
94 // The ptNodePos is not a valid terminal node position in the dictionary
    [all...]
dynamic_patricia_trie_reading_helper.cpp 17 #include "suggest/policyimpl/dictionary/dynamic_patricia_trie_reading_helper.h"
19 #include "suggest/policyimpl/dictionary/utils/buffer_with_extendable_buffer.h"
29 // For example, visits c -> b -> y -> x -> a for the following dictionary:
84 // that PtNodes are written in the dictionary buffer.
85 // For example, visits a -> b -> x -> c -> y for the following dictionary:
97 // Empty dictionary. Needs to notify the listener of the tail of empty PtNode array.
165 // Reading invalid position because of a bug or a broken dictionary.
166 AKLOGE("Reading PtNode array info from invalid dictionary position: %d, dict size: %d",
190 // Invalid dictionary.
191 AKLOGI("Invalid dictionary. nodeCount: %d, totalNodeCount: %d, MAX_CHILD_COUNT: %d
    [all...]
  /external/chromium_org/base/mac/
launchd.cc 13 // MessageForJob sends a single message to launchd with a simple dictionary
27 // the dictionary will assume ownership when launch_data_dict_insert is
29 // dictionary.
56 LOG(ERROR) << "PIDForJob: expected dictionary, got " << response_type;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 16 // Fills the |info| dictionary with basic information about the extension.
  /external/chromium_org/chromeos/network/onc/
onc_merger.h 22 // providing a NULL pointer. Each dictionary has to be part of a valid ONC
23 // dictionary. They don't have to describe top-level ONC but should refer to the
25 // kRecommended fields. The resulting dictionary is valid ONC but may contain
36 // Like MergeSettingsWithPoliciesToEffective but creates one dictionary in place
onc_translator.h 20 // Translates a hierarchical ONC dictionary |onc_object| to a flat Shill
21 // dictionary. The |signature| declares the type of |onc_object| and must point
23 // dictionary is returned.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.cpp 27 #include "bindings/v8/Dictionary.h"
61 Dictionary::Dictionary()
66 Dictionary::Dictionary(const v8::Local<v8::Value>& options, v8::Isolate* isolate)
73 Dictionary::~Dictionary()
77 Dictionary& Dictionary::operator=(const Dictionary& optionsObject
    [all...]
  /external/icu4c/common/
dictbe.h 27 * dictionary to determine language-specific breaks.</p>
117 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
120 * @param rangeStart The start of the range of dictionary characters
121 * @param rangeEnd The end of the range of dictionary characters
138 * dictionary and heuristics to determine Thai-specific breaks.</p>
174 * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
177 * @param rangeStart The start of the range of dictionary characters
178 * @param rangeEnd The end of the range of dictionary characters
203 * dictionary with costs associated with each word and
226 * in order for the dictionary to work properly
    [all...]
  /external/llvm/test/YAMLParser/
construct-omap.data 3 # Explicitly typed ordered map (dictionary).
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
format_utils.cpp 17 #include "suggest/policyimpl/dictionary/utils/format_utils.h"
19 #include "suggest/policyimpl/dictionary/utils/byte_array_utils.h"
31 // If the dictionary is less than 4 bytes, we can't even read the magic number, so we don't
41 // Dictionary format version number (2 bytes)
format_utils.h 27 * Methods to handle binary dictionary format version.
37 // 32 bit magic number is stored at the beginning of the dictionary header to reject
38 // unsupported or obsolete dictionary formats.
  /external/chromium_org/chrome/browser/chromeos/system_logs/
touch_log_source.cc 27 scoped_ptr<DictionaryValue> dictionary = local
29 if (!dictionary->empty()) {
33 if (json.Serialize(*dictionary) && !touch_log.empty())
  /external/chromium_org/tools/json_schema_compiler/dart_test/
dictionaries.idl 8 dictionary InnerType {
46 dictionary OuterType {
54 dictionary ComplexType {
  /external/clang/test/PCH/
subscripting-literals.m 41 NSMutableDictionary *dictionary;
42 oldObject = dictionary[key];
43 dictionary[key] = newObject;
  /external/clang/test/Rewriter/
objc-modern-container-subscript.mm 43 NSMutableDictionary *dictionary;
46 oldObject = dictionary[key];
47 dictionary[key] = newObject; // replace oldObject with newObject
  /external/marisa-trie/
README 16 This project *marisa-trie* provides a C++ library *libmarisa* and command line tools *`marisa-*`* for building and operating nesting patricia tries. The brand-new dictionary structure is designed to be static and space efficient. Also, *marisa-trie* enables not only simple lookups but also prefix searches and predictive searches.
21 The biggest advantage of *marisa-trie* is that it can build a considerably compact dictionary. See below for the size of dictionaries built with various trie implementations.
54 Dictionary
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 92 // Keys for the network description dictionary passed to the web ui. Make sure
120 // These are dictionary names used to send data to the web ui.
531 // Pulls IP information out of a shill service properties dictionary. If
534 // dictionary. If non-NULL, |ip_parameters_set| returns a count of the number
651 // Fills |dictionary| with the configuration details of |vpn|. |onc| is required
655 base::DictionaryValue* dictionary) {
657 // Provider properties are stored in the "Provider" dictionary.
667 dictionary->SetString(kTagProviderType,
679 dictionary->SetString(kTagUsername, username);
693 SetValueDictionary(dictionary, kTagServerHostname
983 base::DictionaryValue dictionary; local
1283 base::DictionaryValue dictionary; local
1523 base::DictionaryValue dictionary; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 21 * The interface of dictionary searcher used by {@link OpenWnn}.
100 /** Index of the user dictionary for {@link #setDictionary(int, int, int)} */
102 /** Index of the learn dictionary for {@link #setDictionary(int, int, int)} */
107 * Whether this dictionary module is active.
108 * @return {@code true} if this dictionary module is active; {@code false} if not.
115 * When the flag set true, the user dictionary is locked.
117 * @param flag {@code true} if the user dictionary is locked; {@code false} if the user dictionary is unlocked.
122 * Clear all dictionary settings.
131 * Sets a dictionary information for using specified dictionary
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 33 // ISA Dictionary keys
107 // Return true if this is a valid dictionary. Having only keys present in
109 // Error messages will be placed in |error_string|, given that the dictionary
111 // E.g., "container_key" : dictionary
112 bool IsValidDictionary(const Json::Value& dictionary,
120 if (!dictionary.isObject()) {
123 << "' is non-dictionary value '"
124 << dictionary.toStyledString() << "'.";
128 // Check for unknown dictionary members.
129 Json::Value::Members members = dictionary.getMemberNames()
    [all...]
  /external/chromium_org/rlz/mac/lib/
rlz_value_store_mac.h 50 // |dict| is the dictionary that backs all data. plist_path is the name of the
56 // Returns the backing dictionary that should be written to disk.
57 NSDictionary* dictionary();
59 // Returns the dictionary to which all data should be written. Usually, this
60 // is just |dictionary()|, but if supplementary branding is used, it's a
  /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);

Completed in 1098 milliseconds

1 2 3 4 56 7 8 91011>>