HomeSort by relevance Sort by last modified time
    Searched refs:Dictionary (Results 26 - 44 of 44) sorted by null

12

  /external/chromium/chrome/browser/resources/shared/js/
util.js 64 * @return {object} Dictionary containing name value pairs for URL
  /external/webkit/Source/WebCore/inspector/
InspectorValues.cpp 689 Dictionary::const_iterator it = m_data.find(name);
710 Dictionary::const_iterator it = m_data.find(m_order[i]);
  /external/v8/src/
objects.h 72 // - Dictionary
730 V(Dictionary) \
    [all...]
objects-inl.h     [all...]
liveobjectlist.cc 81 v(Dictionary, "unexpected: Dictionary") \
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^
60 encode -dictionary %DICTIONARY_FILE% ^
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
82 encode -dictionary %DICTIONARY_FILE% ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
102 encode -dictionary %DICTIONARY_FILE% ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
121 encode -dictionary %DICTIONARY_FILE% ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
139 rem If using the wrong dictionary, and dictionary is smaller than the origina
    [all...]
  /libcore/luni/src/main/java/java/util/
Hashtable.java 37 public class Hashtable<K, V> extends Dictionary<K, V>
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 27 * Base class for an in-memory dictionary that can grow dynamically and can
30 public class ExpandableDictionary extends Dictionary {
143 /** Override to load your dictionary here, on a background thread. */
254 * optimized for speed, assuming that the user dictionary will only be a few hundred words in
    [all...]
  /external/chromium/net/base/
sdch_filter_unittest.cc 29 // Provide sample data and compression results with a sample VCDIFF dictionary.
30 // Note an SDCH dictionary has extra meta-data before the VCDIFF dictionary.
46 // Note SDCH compressed data will include a reference to the SDCH dictionary.
67 std::string NewSdchCompressedData(const std::string dictionary);
77 const std::string dictionary) {
80 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash);
82 // Build compressed data that refers to our dictionary.
94 std::string dictionary("test contents");
95 SdchManager::GenerateHash(dictionary, &client_hash, &server_hash)
145 std::string dictionary; local
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js 6 * Dictionary of constants (initialized by browser).
640 * |proxySettings| is a dictionary with (up to) two properties:
651 * TODO(eroman): send a dictionary instead.
    [all...]
  /frameworks/base/docs/html/resources/
resources-data.js 624 en: 'Searchable Dictionary v2'
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1274 milliseconds

12