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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_fcntl.py 21 start_len = "qq"
26 start_len = "ll"
28 start_len = "qq"
49 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /external/python/cpython2/Lib/test/
test_fcntl.py 21 start_len = "qq"
26 start_len = "ll"
28 start_len = "qq"
45 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fcntl.py 22 start_len = "qq"
27 start_len = "ll"
29 start_len = "qq"
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fcntl.py 22 start_len = "qq"
27 start_len = "ll"
29 start_len = "qq"
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 22 start_len = "qq"
27 start_len = "ll"
29 start_len = "qq"
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 22 start_len = "qq"
27 start_len = "ll"
29 start_len = "qq"
46 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /external/python/cpython3/Lib/test/
test_fcntl.py 21 start_len = "ll"
23 start_len = "qq"
40 lockdata = struct.pack('hh'+start_len+'hh', fcntl.F_WRLCK, 0, 0, 0, 0, 0)
  /external/webrtc/webrtc/libjingle/xmpp/
jid.cc 308 int start_len = static_cast<int>(buf->length()); local
324 int count = static_cast<int>(buf->length() - start_len);
333 if ((*buf)[start_len] == '-') {
  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 212 size_t start_len, end_len; local
370 start_len = os_strlen(start_buf);
378 rlen = start_len + imc_len + end_len;
386 wpabuf_put_data(resp, start_buf, start_len);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 133 size_t start_len, end_len; local
141 start_len = os_strlen(start_buf);
149 rlen = start_len + imv_len + end_len;
157 wpabuf_put_data(req, start_buf, start_len);
  /external/pdfium/core/fxge/
cfx_pathdata.cpp 68 float start_len = 0; local
88 start_len = FXSYS_sqrt2(start_to_mid.x, start_to_mid.y);
90 static_cast<float>(fabs(half_width * start_len / start_to_mid.x));
  /external/tensorflow/tensorflow/core/lib/gtl/
inlined_vector_test.cc 375 for (int start_len = 0; start_len < 20; start_len++) {
377 Fill(&v3, start_len, 99); // Add dummy elements that should go away
  /external/dhcpcd-6.8.2/
dhcp-common.c 273 size_t start_len, l, count; local
280 start_len = len;
344 else if (start_len > 0)

Completed in 3277 milliseconds