HomeSort by relevance Sort by last modified time
    Searched defs:structures (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSDOMGlobalObject.h 52 JSDOMStructureMap& structures() { return m_structures; } function in class:WebCore::JSDOMGlobalObject
JSDOMBinding.cpp 431 JSDOMStructureMap& structures = globalObject->structures(); local
432 return structures.get(classInfo).get();
437 JSDOMStructureMap& structures = globalObject->structures(); local
438 ASSERT(!structures.contains(classInfo));
439 return structures.set(classInfo, WriteBarrier<Structure>(globalObject->globalData(), globalObject, structure)).first->second.get();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DnaBlockData.java 50 /** Structures available inside the file. */
51 private final Structure[] structures; field in class:DnaBlockData
118 //reading structures
127 throw new BlenderFileException("The structures amount number should be positive!");
129 structures = new Structure[amount];
132 structures[i] = new Structure(inputStream, names, types, blenderContext);
133 if (structuresMap.containsKey(structures[i].getType())) {
134 throw new BlenderFileException("Blend file seems to be corrupted! The type " + structures[i].getType() + " is defined twice!");
136 structuresMap.put(structures[i].getType(), structures[i]);
    [all...]
Pointer.java 91 List<Structure> structures = null; local
101 if (structures == null) {
102 structures = p.fetchData(inputStream);
104 structures.addAll(p.fetchData(inputStream));
110 structures = new ArrayList<Structure>(dataFileBlock.getCount());
114 structures.add(structure);
116 return structures;
118 return structures;
  /external/webkit/Source/JavaScriptCore/runtime/
Structure.cpp 163 printf("Number of live Structures: %d\n", liveStructureSet.size());
164 printf("Number of Structures using the single item optimization for transition map: %d\n", numberUsingSingleSlot);
165 printf("Number of Structures that are leaf nodes: %d\n", numberLeaf);
166 printf("Number of Structures that singletons: %d\n", numberSingletons);
167 printf("Number of Structures with PropertyMaps: %d\n", numberWithPropertyMaps);
169 printf("Size of a single Structures: %d\n", static_cast<unsigned>(sizeof(Structure)));
248 Vector<Structure*, 8> structures; local
249 structures.append(this);
263 structures.append(structure);
269 for (ptrdiff_t i = structures.size() - 2; i >= 0; --i)
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 112 milliseconds