HomeSort by relevance Sort by last modified time
    Searched refs:tmpSize (Results 1 - 14 of 14) 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/guava/src/com/google/common/collect/
ImmutableListMultimap.java 352 int tmpSize = 0;
366 tmpSize += valueCount;
378 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
ImmutableSetMultimap.java 449 int tmpSize = 0;
468 tmpSize += valueCount;
480 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
  /external/libxml2/
c14n.c 332 int tmpSize;
334 tmpSize = 2 * cur->nsMax;
335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
349 cur->nsMax = tmpSize;
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 624 WebRtc_UWord32 tmpSize = _bufferSize;
630 newSize = tmpSize;
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 1066 milliseconds