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

  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
XMLExporter.java 56 public static final String ATTRIBUTE_SIZE = "size";
DOMOutputCapsule.java 556 el.setAttribute(XMLExporter.ATTRIBUTE_SIZE, String.valueOf(array.size()));
577 el.setAttribute(XMLExporter.ATTRIBUTE_SIZE, String.valueOf(objects.length));
599 el.setAttribute(XMLExporter.ATTRIBUTE_SIZE, String.valueOf(size));
616 el.setAttribute(XMLExporter.ATTRIBUTE_SIZE, String.valueOf(array.size()));
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 45 int attribute_size = ::ImmGetCompositionString(imm_context, GCS_COMPATTR, local
47 if (attribute_size > 0) {
50 scoped_ptr<char[]> attribute_data(new char[attribute_size]);
53 attribute_data.get(), attribute_size);
54 for (start = 0; start < attribute_size; ++start) {
58 for (end = start; end < attribute_size; ++end) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 157 ATTRIBUTE_SIZE("Size"),
GLState.java 332 IGLProperty attributeSize = new GLIntegerProperty(GLStateType.ATTRIBUTE_SIZE,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java     [all...]

Completed in 159 milliseconds