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

  /external/python/cpython2/Modules/_multiprocessing/
socket_connection.c 150 UINT32 ulength; local
155 res = _conn_recvall(conn->handle, (char*)&ulength, 4);
160 ulength = ntohl(ulength);
161 if (ulength > maxlength)
164 if (ulength > buflength) {
165 *newbuffer = buffer = PyMem_Malloc((size_t)ulength);
171 res = _conn_recvall(conn->handle, buffer, (size_t)ulength);
175 res = (Py_ssize_t)ulength;
  /external/tensorflow/tensorflow/core/lib/io/
format.cc 132 size_t ulength = 0; local
133 if (!port::Snappy_GetUncompressedLength(data, n, &ulength)) {
137 char* ubuf = new char[ulength];
144 result->data = StringPiece(ubuf, ulength);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
AffixUtilsTest.java 129 int ulength = AffixUtils.unescapedCodePointCount(input, DEFAULT_SYMBOL_PROVIDER); local
130 assertEquals("Unescaped length on <" + input + ">", output.length(), ulength);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
AffixUtilsTest.java 126 int ulength = AffixUtils.unescapedCodePointCount(input, DEFAULT_SYMBOL_PROVIDER); local
127 assertEquals("Unescaped length on <" + input + ">", output.length(), ulength);
  /system/security/keystore/
keystore_aidl_hidl_marshalling_utils.cpp 139 size_t ulength = (size_t)length; local
141 ulength = 0;
144 result.resize(ulength);
145 for (size_t i = 0; i < ulength; ++i) {
  /external/icu/icu4c/source/test/intltest/
numbertest_affixutils.cpp 142 int32_t ulength = AffixUtils::unescapedCodePointCount(UnicodeStringCharSequence(input), defaultProvider, status); local
144 assertEquals(input, output.countChar32(), ulength);
  /external/protobuf/conformance/third_party/jsoncpp/
jsoncpp.cpp     [all...]

Completed in 142 milliseconds