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

1 2 3 4

  /external/curl/tests/libtest/
lib576.c 28 int remains; member in struct:__anon9516
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);
94 if(ch_d->remains == 1)
  /external/chromium-libpac/test/js-unittest/
side_effects.js 3 // gCounter remains dirty.
  /frameworks/base/tools/aapt/
CacheUpdater.h 63 String8 remains; local
82 existsPath.appendPath(toCreate.walkPath(&remains));
83 toCreate = remains;
89 } while (remains.length() > 0);
  /external/curl/docs/examples/
ftp-wildcard.c 31 int remains);
94 int remains)
96 printf("%3d %40s %10luB ", remains, finfo->filename,
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 150 final float remains = 1 - value; local
151 mTmpRect.left = (int) (mFrom.left * remains + mTo.left * value + 0.5f);
152 mTmpRect.top = (int) (mFrom.top * remains + mTo.top * value + 0.5f);
153 mTmpRect.right = (int) (mFrom.right * remains + mTo.right * value + 0.5f);
154 mTmpRect.bottom = (int) (mFrom.bottom * remains + mTo.bottom * value + 0.5f);
157 + " remains=" + remains);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 313 final int remains = handshake.getInt() - ProtocolConstants.QUERY_HEADER_SIZE; local
327 if (remains > 0) {
329 byte[] discard = new byte[remains];
336 final byte[] name_array = new byte[remains];
Channel.java 639 int remains = header.getInt() - ProtocolConstants.PACKET_HEADER_SIZE; local
654 remains -= ext;
655 final ByteBuffer msg_data = ByteBuffer.allocate(remains);
672 remains -= extq;
673 final ByteBuffer query_data = ByteBuffer.allocate(remains);
686 final byte[] discard_data = new byte[remains];
  /libcore/ojluni/src/main/java/sun/security/ssl/
HelloExtensions.java 344 int remains = len; local
352 remains -= 2;
354 while (remains > 0) {
357 remains -= name.length;
366 if (remains != 0) {
813 int remains = algorithmsLen; local
815 while (remains > 1) { // needs at least two bytes
822 remains -= 2; // one byte for hash, one byte for signature
825 if (remains != 0) {
HandshakeMessage.java 1325 int remains = algorithmsLen; local
    [all...]
  /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/v8/test/mjsunit/regress/
regress-2564.js 79 // Function name remains accessible.
108 if (i < frames.length - 1) { // Function name remains accessible.
  /external/v8/test/mjsunit/
ensure-growing-store-learns.js 77 // Verify that we are over 1 page in size, and foo2 remains optimized.
  /external/v8/test/mjsunit/es6/
typedarray-copywithin.js 164 // test array length remains same
array-copywithin.js 291 // test array length remains same
  /external/boringssl/src/crypto/obj/
obj_dat.pl 195 * Copyright remains Eric Young's, and as such any Copyright notices in
objects.pl 146 * Copyright remains Eric Young's, and as such any Copyright notices in
  /external/autotest/client/site_tests/power_LoadTest/extension/
urls.js 12 // Chrome browser window 1. This window remains open for the entire test.
  /external/mesa3d/docs/
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /external/libhevc/common/arm/
ihevc_sao_edge_offset_class1.s 219 CMP r11,#1 @checking any residue remains
256 CMP r7,#8 @Check whether residue remains
257 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class1_chroma.s 232 CMP r11,#1 @checking any residue remains
274 CMP r8,#8 @Check whether residue remains
275 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class0.s 259 CMP r8,#8 @Check whether residue remains
261 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
ihevc_sao_edge_offset_class0_chroma.s 277 CMP r8,#8 @Check whether residue remains
279 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 2249 SizeT remains; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 1790 Int remains = vev->result; local
4813 Int remains = RES; local
4895 UInt remains = RES; local
    [all...]
syswrap-generic.c 4205 Int remains = RES; local
    [all...]

Completed in 6161 milliseconds

1 2 3 4