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

  /external/chromium_org/remoting/signaling/
server_log_entry_unittest.cc 61 int attrCount = 0;
63 attr = attr->NextAttr(), attrCount++) {
87 if (attrCount != attr_count_expected) {
89 s << "stanza has " << attrCount << " keys: expected "
  /external/javassist/src/main/javassist/bytecode/
ClassFileWriter.java 235 static void writeAttribute(ByteStream bs, AttributeWriter aw, int attrCount) {
237 bs.writeShort(attrCount);
241 bs.writeShort(aw.size() + attrCount);
374 int attrCount = isAbstract ? 0 : 1;
376 ++attrCount;
378 writeAttribute(output, aw, attrCount);
488 int attrCount = smap == null ? 0 : 1;
489 writeAttribute(output, aw, attrCount);
  /external/chromium_org/third_party/skia/src/xml/
SkDOM.cpp 215 int attrCount = fAttrs.count();
217 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr),
222 node->fAttrCount = SkToU16(attrCount);
239 memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr));
  /external/skia/src/xml/
SkDOM.cpp 215 int attrCount = fAttrs.count();
217 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr),
222 node->fAttrCount = SkToU16(attrCount);
239 memcpy(node->attrs(), fAttrs.begin(), attrCount * sizeof(SkDOM::Attr));
  /frameworks/base/tools/aapt/
AaptXml.cpp 70 size_t attrCount = tree.getAttributeCount();
71 for (size_t i = 0; i < attrCount; i++) {
XMLNode.cpp 835 const size_t attrCount = mAttributeOrder.size();
836 for (size_t i = 0; i < attrCount; i++) {
    [all...]
ResourceTable.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 62 int attrCount = 10;
63 for(int i = 0 ; i < attrCount; i++) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 331 int attrCount = parser.getAttributeCount();
332 for (int i = 0; i < attrCount; i++) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [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/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 817 milliseconds