HomeSort by relevance Sort by last modified time
    Searched refs:Dictionary (Results 201 - 225 of 277) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 57 * @param {Object} attrs Dictionary of attributes to set on the module.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 57 * @param {Object} attrs Dictionary of attributes to set on the module.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 184 virtual void setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState&);
186 virtual void setScrollTop(const Dictionary& scrollOptionsVertical, ExceptionState&);
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
dict.pxd 6 # 7.4.1 Dictionary Objects
11 # This subtype of PyObject represents a Python dictionary object
16 # This instance of PyTypeObject represents the Python dictionary
30 # Return a new empty dictionary, or NULL on failure.
36 # modification of the dictionary for non-dynamic class types.
39 # Empty an existing dictionary of all key-value pairs.
42 # Determine if dictionary p contains key. If an item in p is
48 # Return a new dictionary that contains the same key-value pairs as p.
51 # Insert value into the dictionary p with a key of key. key must
56 # Insert value into the dictionary p using key as a key. ke
    [all...]
  /external/chromium_org/v8/src/
objects.cc 697 Handle<NameDictionary> dictionary(object->property_dictionary());
698 int entry = dictionary->FindEntry(name);
702 PropertyDetails details = dictionary->DetailsAt(entry);
713 Handle<PropertyCell> cell(PropertyCell::cast(dictionary->ValueAt(entry)));
716 dictionary->DetailsAtPut(entry, details.AsDeleted());
719 NameDictionary::DeleteProperty(dictionary, entry, mode));
722 NameDictionary::Shrink(dictionary, name);
4187 Handle<NameDictionary> dictionary = local
4474 Handle<SeededNumberDictionary> dictionary = local
5179 Handle<SeededNumberDictionary> dictionary = NormalizeElements(object); local
5318 SeededNumberDictionary* dictionary = object->element_dictionary(); local
5969 SeededNumberDictionary* dictionary = local
6022 Handle<SeededNumberDictionary> dictionary = NormalizeElements(object); local
6286 SeededNumberDictionary* dictionary = js_object->element_dictionary(); local
12359 Handle<SeededNumberDictionary> dictionary = NormalizeElements(object); local
12875 SeededNumberDictionary* dictionary = local
12899 SeededNumberDictionary* dictionary = element_dictionary(); local
12985 SeededNumberDictionary* dictionary = NULL; local
13015 SeededNumberDictionary* dictionary = element_dictionary(); local
13469 SeededNumberDictionary* dictionary = local
14561 Handle<NameDictionary> dictionary = NameDictionary::Add( local
    [all...]
objects.h 74 // - Dictionary
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 43 import com.android.inputmethod.latin.Dictionary;
123 * dictionary.
421 // Remaining background color that was used for the add-to-dictionary indicator should be
515 // tapping probably is that the word you intend to type is not in the dictionary,
516 // so we do not attempt to correct, on the assumption that if that was a dictionary
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 49 * Abstract base class for an expandable dictionary that can be created and updated dynamically
50 * during runtime. When updated it automatically generates a new binary dictionary to handle future
51 * queries in native code. This binary dictionary is written to internal storage.
53 abstract public class ExpandableBinaryDictionary extends Dictionary {
68 * The maximum length of a word in this dictionary.
78 * The binary dictionary generated dynamically from the fusion dictionary. This is used to
84 * The name of this dictionary, used as a part of the filename for storing the binary
85 * dictionary.
89 /** Dictionary locale *
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
speech_rule_engine.js 241 * @param {Object} props Property dictionary.
267 * @param {!Object} personality Dictionary with relative personality entries.
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 71 * @return {Object} Dictionary containing name value pairs for URL.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/smoothlife/
example.js 88 * @param {Object} attrs Dictionary of attributes to set on the module.
  /external/chromium_org/remoting/webapp/
oauth2.js 261 * @param {Object.<string, string>} message Dictionary containing the parsed
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
142 /// <param name="dict">Dictionary whose string representation will be returned</param>
143 /// <returns>A string representation of the specified dictionary or "null"</returns>
  /external/chromium_org/native_client_sdk/src/resources/
common.js 121 * @param {Object} attrs Dictionary of attributes to set on the module.
346 * @param {Object} attrs Optional dictionary of additional attributes.
  /external/chromium_org/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...]
  /external/chromium_org/ui/webui/resources/js/
util.js 137 * @return {Object} Dictionary containing name value pairs for URL
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 135 state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<numRules>+1];<\n><! index from 1..n !>
396 this.state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<length(grammar.allImportedRules)>+1];<\n><! index from 1..n !>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 134 state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<numRules>+1];<\n><! index from 1..n !>
378 this.state.ruleMemo = new System.Collections.Generic.Dictionary\<int, int>[<length(grammar.allImportedRules)>+1];<\n><! index from 1..n !>
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp 99 Optional Dictionary arguments default to empty dictionary. #}
167 http://heycam.github.io/webidl/#es-dictionary #}
  /libcore/luni/src/main/java/java/util/
Hashtable.java 37 public class Hashtable<K, V> extends Dictionary<K, V>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 

Completed in 1684 milliseconds

1 2 3 4 5 6 7 891011>>