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

  /external/webkit/Source/WebKit/wx/bindings/python/
webview.i 104 Py_ssize_t tmpSize;
107 PyString_AsStringAndSize(source, &tmpPtr, &tmpSize);
110 PyString_AsStringAndSize(str, &tmpPtr, &tmpSize);
  /external/guava/src/com/google/common/collect/
ImmutableListMultimap.java 309 int tmpSize = 0;
323 tmpSize += valueCount;
335 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
ImmutableMultiset.java 346 long tmpSize = 0;
355 tmpSize += count;
360 this, (int) Math.min(tmpSize, Integer.MAX_VALUE));
ImmutableSetMultimap.java 355 int tmpSize = 0;
374 tmpSize += valueCount;
386 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
  /external/libxml2/
c14n.c 327 int tmpSize;
329 tmpSize = 2 * cur->nsMax;
330 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
337 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
344 cur->nsMax = tmpSize;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 586 WebRtc_UWord32 tmpSize = _bufferSize;
592 newSize = tmpSize;
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 284 milliseconds