/prebuilts/go/linux-x86/src/compress/zlib/ |
reader.go | 40 // ErrDictionary is returned when reading ZLIB data that has an invalid dictionary. 41 ErrDictionary = errors.New("zlib: invalid dictionary") 73 // NewReaderDict is like NewReader but uses a preset dictionary. 74 // NewReaderDict ignores the dictionary if the compressed data does not refer to it. 75 // If the compressed data refers to a different dictionary, NewReaderDict returns ErrDictionary.
|
/external/lz4/lib/ |
lz4.c | 439 const BYTE* dictionary; member in struct:__anon19079 515 const BYTE* const dictionary = dictPtr->dictionary; local 516 const BYTE* const dictEnd = dictionary + dictPtr->dictSize; 579 lowLimit = dictionary; 626 if ((dict==usingExtDict) && (lowLimit==dictionary)) 675 lowLimit = dictionary; 780 int LZ4_loadDict (LZ4_stream_t* LZ4_dict, const char* dictionary, int dictSize) 783 const BYTE* p = (const BYTE*)dictionary; 791 dict->dictionary = NULL [all...] |
/packages/inputmethods/LatinIME/java/res/values-en-rAU/ |
strings.xml | 39 <string name="cloud_sync_summary_disabled" msgid="4553338970382825796">"Sync your personal dictionary across devices"</string> 46 <string name="cloud_sync_opt_in_text" msgid="9176039655776298248">"Your personal dictionary will be synced and backed up to Google servers. The statistical information of word frequency may be collected to help improve our products. The collection and usage of all the information will be compliant with "<a href="https://www.google.com/policies/privacy">"Google\'s Privacy Policy"</a>"."</string> 66 <string name="edit_personal_dictionary" msgid="3996910038952940420">"Personal dictionary"</string> 68 <string name="main_dictionary" msgid="4798763781818361168">"Main dictionary"</string> 96 <string name="has_dictionary" msgid="6071847973466625007">"Dictionary available"</string> 161 <string name="app_name" msgid="6320102637491234792">"Dictionary Provider"</string> 162 <string name="dictionary_provider_name" msgid="3027315045397363079">"Dictionary Provider"</string> 163 <string name="dictionary_service_name" msgid="6237472350693511448">"Dictionary Service"</string> 164 <string name="download_description" msgid="6014835283119198591">"Dictionary update information"</string> 166 <string name="dictionary_install_over_metered_network_prompt" msgid="3587517870006332980">"Dictionary available"</string [all...] |
/packages/inputmethods/LatinIME/java/res/values-en-rGB/ |
strings.xml | 39 <string name="cloud_sync_summary_disabled" msgid="4553338970382825796">"Sync your personal dictionary across devices"</string> 46 <string name="cloud_sync_opt_in_text" msgid="9176039655776298248">"Your personal dictionary will be synced and backed up to Google servers. The statistical information of word frequency may be collected to help improve our products. The collection and usage of all the information will be compliant with "<a href="https://www.google.com/policies/privacy">"Google\'s Privacy Policy"</a>"."</string> 66 <string name="edit_personal_dictionary" msgid="3996910038952940420">"Personal dictionary"</string> 68 <string name="main_dictionary" msgid="4798763781818361168">"Main dictionary"</string> 96 <string name="has_dictionary" msgid="6071847973466625007">"Dictionary available"</string> 161 <string name="app_name" msgid="6320102637491234792">"Dictionary Provider"</string> 162 <string name="dictionary_provider_name" msgid="3027315045397363079">"Dictionary Provider"</string> 163 <string name="dictionary_service_name" msgid="6237472350693511448">"Dictionary Service"</string> 164 <string name="download_description" msgid="6014835283119198591">"Dictionary update information"</string> 166 <string name="dictionary_install_over_metered_network_prompt" msgid="3587517870006332980">"Dictionary available"</string [all...] |
/packages/inputmethods/LatinIME/java/res/values-en-rIN/ |
strings.xml | 39 <string name="cloud_sync_summary_disabled" msgid="4553338970382825796">"Sync your personal dictionary across devices"</string> 46 <string name="cloud_sync_opt_in_text" msgid="9176039655776298248">"Your personal dictionary will be synced and backed up to Google servers. The statistical information of word frequency may be collected to help improve our products. The collection and usage of all the information will be compliant with "<a href="https://www.google.com/policies/privacy">"Google\'s Privacy Policy"</a>"."</string> 66 <string name="edit_personal_dictionary" msgid="3996910038952940420">"Personal dictionary"</string> 68 <string name="main_dictionary" msgid="4798763781818361168">"Main dictionary"</string> 96 <string name="has_dictionary" msgid="6071847973466625007">"Dictionary available"</string> 161 <string name="app_name" msgid="6320102637491234792">"Dictionary Provider"</string> 162 <string name="dictionary_provider_name" msgid="3027315045397363079">"Dictionary Provider"</string> 163 <string name="dictionary_service_name" msgid="6237472350693511448">"Dictionary Service"</string> 164 <string name="download_description" msgid="6014835283119198591">"Dictionary update information"</string> 166 <string name="dictionary_install_over_metered_network_prompt" msgid="3587517870006332980">"Dictionary available"</string [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 24 Keyword argument _attributes: AppleEvent attribute dictionary 52 Keyword argument _attributes: AppleEvent attribute dictionary 78 Keyword argument _attributes: AppleEvent attribute dictionary 104 Keyword argument _attributes: AppleEvent attribute dictionary 125 Keyword argument _attributes: AppleEvent attribute dictionary 152 Keyword argument _attributes: AppleEvent attribute dictionary 178 Keyword argument _attributes: AppleEvent attribute dictionary 199 Keyword argument _attributes: AppleEvent attribute dictionary 220 Keyword argument _attributes: AppleEvent attribute dictionary 251 Keyword argument _attributes: AppleEvent attribute dictionary [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 24 Keyword argument _attributes: AppleEvent attribute dictionary 52 Keyword argument _attributes: AppleEvent attribute dictionary 78 Keyword argument _attributes: AppleEvent attribute dictionary 104 Keyword argument _attributes: AppleEvent attribute dictionary 125 Keyword argument _attributes: AppleEvent attribute dictionary 152 Keyword argument _attributes: AppleEvent attribute dictionary 178 Keyword argument _attributes: AppleEvent attribute dictionary 199 Keyword argument _attributes: AppleEvent attribute dictionary 220 Keyword argument _attributes: AppleEvent attribute dictionary 251 Keyword argument _attributes: AppleEvent attribute dictionary [all...] |
/external/autotest/client/cros/tendo/n_faced_peerd/ |
service.py | 24 @param service_info: dictionary of string,string items comprising 74 @return dbus.Dictionary containing this service's metadata. 77 return dbus.Dictionary(self.service_info, 'ss')
|
/external/autotest/scheduler/ |
rdb_lib.py | 22 @param suite_min_duts: A dictionary where the key is suite job id, 43 @return: A dictionary representing job related information. 71 @param suite_min_duts: A dictionary that maps suite job id to the minimum
|
/external/autotest/tko/perf_upload/ |
perf_uploader.py | 46 @return A dictionary mapping each unique measured perf value (keyed by 96 then store the updated information in the dictionary. 98 @param perf_data: A dictionary of measured perf data as computed by 120 @returns A dictionary mapping each unique autotest name to a dictionary 140 @param config_data: A dictionary of dashboard presentation info for all 145 @return A dictionary containing presentation information extracted from 174 dictionary with key "data", and value being a list of dictionaries where 175 each dictionary contains all the information associated with a single 187 @param perf_data: A dictionary of measured perf data as computed b [all...] |
/external/autotest/utils/ |
parallel.py | 14 This takes in a dictionary of functions which map to a set of 17 functions: This is either a list of or dictionary of functions to 18 be run. If it's a dictionary, the value should be a set
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.platform.power_monitor.cros_power_monitor.html | 94 Dictionary in the format returned by <a href="#CrosPowerMonitor-StopMonitoringPower">StopMonitoringPower</a>().</tt></dd></dl> 102 Dictionary containing all fields from 'dump_power_status'</tt></dd></dl> 118 Dictionary containing frequency times for each CPU.</tt></dd></dl> 123 Dictionary containing c-state residency times for each CPU.</tt></dd></dl> 130 cpu_stats: Dictionary containing CPU statistics.<br> 131 power_stats: Dictionary containing power statistics.<br> 134 Dictionary in the format returned by StopMonitoringPower.</tt></dd></dl> 139 initial: The parsed dictionary of initial statistics to be converted<br> 141 final: The parsed dictionary of final statistics to be converted<br> 145 Dictionary containing percentages for each CPU as well as an&nbs (…) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/testing/internal/ |
fake_gpu_info.py | 5 # This dictionary of GPU information was captured from a run of 8 # attributes it expects to find in the dictionary; if the code changes 15 # Print the attrs dictionary in the debugger and copy/paste the result
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
index.txt | 65 The request object is a wrapper around the `WSGI environ dictionary 67 dictionary contains keys for each header, keys that describe the 79 A `dictionary-like object`_ with all the variables in the query 83 A `dictionary-like object`_ with all the variables in the request 88 A `dictionary-like object`_ with a combination of everything in 99 A simple dictionary of all the cookies. 102 A dictionary of all the headers. This is dictionary is case-insensitive. 111 .. _`dictionary-like object`: #multidict 195 'text/html')]``. There's a case-insensitive `dictionary-lik [all...] |
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
control.py | 56 a dictionary, the value from the explicit argument wins. 62 mapper_parameters: dictionary of parameters to pass to mapper. These are 67 mapreduce_parameters: dictionary of mapreduce parameters relevant to the
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/ |
eased-keyframes.html | 41 help: 'http://dev.w3.org/fxtf/web-animations/#the-keyframe-dictionary', 65 help: 'http://dev.w3.org/fxtf/web-animations/#the-keyframe-dictionary', 88 help: 'http://dev.w3.org/fxtf/web-animations/#the-keyframe-dictionary',
|
/external/clang/test/Index/ |
file-refs-subscripting.m | 30 NSMutableDictionary *dictionary; 33 oldObject = dictionary[key]; 34 dictionary[key] = newObject;
|
/external/freetype/include/internal/ |
t1types.h | 95 PS_FontInfoRec font_info; /* font info dictionary */ 97 PS_PrivateRec private_dict; /* private dictionary */ 98 FT_String* font_name; /* top-level dictionary */
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
t1types.h | 95 PS_FontInfoRec font_info; /* font info dictionary */ 97 PS_PrivateRec private_dict; /* private dictionary */ 98 FT_String* font_name; /* top-level dictionary */
|
/external/ppp/pppd/plugins/radius/etc/ |
radiusclient.conf | 48 # dictionary of allowed attributes and values 50 dictionary /usr/local/etc/radiusclient/dictionary
|
radiusclient.conf.in | 48 # dictionary of allowed attributes and values 50 dictionary @pkgsysconfdir@/dictionary
|
/external/v8/test/mjsunit/ |
array-literal-feedback.js | 35 dictionary : 'dictionary elements', 51 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
|
/external/zlib/src/as400/ |
zlib.inc | 319 D PR 10I 0 extproc('deflateSetDictionary') Init. dictionary 321 D dictionary 65535 const options(*varsize) Dictionary bytes 322 D dictLength 10U 0 value Dictionary length 357 D PR 10I 0 extproc('inflateSetDictionary') Init. dictionary 359 D dictionary 65535 const options(*varsize) Dictionary bytes 360 D dictLength 10U 0 value Dictionary length 363 D PR 10I 0 extproc('inflateGetDictionary') Get dictionary 365 D dictionary 65535 options(*varsize) Dictionary byte [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
DictionaryHeader.java | 26 * Class representing dictionary header. 47 public static final String DICTIONARY_ID_KEY = "dictionary"; 87 // TODO: Right now each dictionary file comes with a description in its own language.
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
ver4_dict_constants.cpp | 21 * dictionary/structure/v4/ver4_dict_constants.cpp 24 #include "dictionary/structure/backward/v402/ver4_dict_constants.h" 44 // Version 4 dictionary size is implicitly limited to 8MB due to 3-byte offsets.
|