HomeSort by relevance Sort by last modified time
    Searched refs:remains (Results 1 - 25 of 37) sorted by null

1 2

  /external/curl/tests/libtest/
lib576.c 28 int remains; member in struct:__anon18637
33 long chunk_bgn(const struct curl_fileinfo *finfo, void *ptr, int remains);
38 long chunk_bgn(const struct curl_fileinfo *finfo, void *ptr, int remains)
41 ch_d->remains = remains;
44 printf("Remains: %d\n", remains);
95 if(ch_d->remains == 1)
  /external/chromium-libpac/test/js-unittest/
side_effects.js 3 // gCounter remains dirty.
  /external/curl/docs/examples/
ftp-wildcard.c 35 int remains);
98 int remains)
100 printf("%3d %40s %10luB ", remains, finfo->filename,
  /external/libchrome/base/strings/
string_split.cc 121 StringPiece remains = input.substr(end_key_pos, input.size() - end_key_pos); local
122 size_t begin_value_pos = remains.find_first_not_of(delimiter);
127 remains.substr(begin_value_pos, remains.size() - begin_value_pos)
  /external/python/cpython2/PC/VC6/
rt.bat 9 @rem whatever remains is passed to regrtest.py. For example,
  /external/python/cpython2/PC/VS7.1/
rt.bat 10 rem whatever remains is passed to regrtest.py. For example,
  /external/python/cpython2/PC/VS8.0/
rt.bat 10 rem whatever remains is passed to regrtest.py. For example,
  /external/python/cpython2/PC/VS9.0/
rt.bat 12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
  /external/python/cpython2/PCbuild/
rt.bat 12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
  /external/python/cpython3/PCbuild/
rt.bat 12 rem whatever remains (up to 9 arguments) is passed to regrtest.py.
  /external/syzkaller/vendor/golang.org/x/text/unicode/norm/
readwriter.go 51 // Close forces data that remains in the buffer to be written.
  /external/vulkan-validation-layers/
GOVERNANCE.md 20 - Repo remains in healthy state with all tests passing and good-quality, consistent codebase
  /external/python/cpython2/Modules/
zlibmodule.c 134 arrange_input_buffer(z_stream *zst, Py_ssize_t *remains)
136 if ((size_t)*remains > UINT_MAX) {
139 zst->avail_in = *remains;
141 *remains -= zst->avail_in;
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 21 // Chrome browser window 1. This window remains open for the entire test.
  /external/mesa3d/docs/specs/
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /external/u-boot/fs/ubifs/
log.c 597 int len = le32_to_cpu(ch->len), remains = c->leb_size - *offs; local
599 if (len > remains) {
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class1.s 229 CMP r11,#1 @checking any residue remains
266 CMP r7,#8 @Check whether residue remains
267 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class1_chroma.s 241 CMP r11,#1 @checking any residue remains
283 CMP r8,#8 @Check whether residue remains
284 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class0.s 269 CMP r8,#8 @Check whether residue remains
271 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class0_chroma.s 288 CMP r8,#8 @Check whether residue remains
290 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class3_chroma.s     [all...]
  /external/python/cpython3/Modules/
zlibmodule.c 134 arrange_input_buffer(z_stream *zst, Py_ssize_t *remains)
136 zst->avail_in = (uInt)Py_MIN((size_t)*remains, UINT_MAX);
137 *remains -= zst->avail_in;
    [all...]
  /external/python/cpython3/Lib/pydoc_data/
topics.py     [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 23 The design is based on TensorFlow r1.0. An RDMA path is added between servers for tensor transfer (weights, gradients, etc). The existing GRPC path remains and is responsible for "administrative" tasks, such as setting up the RDMA path, exchanging computation graphs, etc.
  /external/boringssl/src/crypto/obj/
objects.go 399 * Copyright remains Eric Young's, and as such any Copyright notices in
552 * Copyright remains Eric Young's, and as such any Copyright notices in

Completed in 2235 milliseconds

1 2