HomeSort by relevance Sort by last modified time
    Searched refs:lexicon (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
HumanoidRagdollPreset.java 39 lexicon.put("head", entry);
46 lexicon.put("torso", entry);
56 lexicon.put("upperleg", entry);
65 lexicon.put("lowerleg", entry);
70 lexicon.put("foot", entry);
81 lexicon.put("upperarm", entry);
90 lexicon.put("lowerarm", entry);
96 lexicon.put("hand", entry);
RagdollPreset.java 21 protected Map<String, LexiconEntry> lexicon = new HashMap<String, LexiconEntry>(); field in class:RagdollPreset
32 if (lexicon.isEmpty()) {
38 for (String key : lexicon.keySet()) {
40 int score = lexicon.get(key).getScore(boneName);
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 13 def __init__(self, lexicon, flags=FLAGS):
19 for idx, token in enumerate(lexicon):

Completed in 54 milliseconds