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

1 2 3 4 5 6

  /external/curl/tests/libtest/
lib576.c 28 int remains; member in struct:__anon16318
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.
  /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 35 int remains);
98 int remains)
100 printf("%3d %40s %10luB ", remains, finfo->filename,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13539.go 9 // remains unused.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13539.go 9 // remains unused.
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 260 final float remains = 1 - value; local
261 mTmpRect.left = (int) (mFrom.left * remains + mTo.left * value + 0.5f);
262 mTmpRect.top = (int) (mFrom.top * remains + mTo.top * value + 0.5f);
263 mTmpRect.right = (int) (mFrom.right * remains + mTo.right * value + 0.5f);
264 mTmpRect.bottom = (int) (mFrom.bottom * remains + mTo.bottom * value + 0.5f);
267 + " 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];
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit_test.go 46 t.Errorf("phi %s remains", v)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit_test.go 46 t.Errorf("phi %s remains", v)
  /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)
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteManagerTest.java 524 .setName("Device loses HFP audio but remains connected. No fallback.")
539 .setName("Device loses HFP audio but remains connected. Fallback.")
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
self_test.go 35 // for now so that the build remains green.
  /prebuilts/go/linux-x86/src/go/types/
self_test.go 35 // for now so that the build remains green.
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 108 // at r.Next(). If n % r.Len() == 0, r remains unchanged.
  /prebuilts/go/darwin-x86/src/os/
env_test.go 139 t.Errorf("smallpox release failed; world remains safe but LookupEnv is broken")
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 51 // Close forces data that remains in the buffer to be written.
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 108 // at r.Next(). If n % r.Len() == 0, r remains unchanged.
  /prebuilts/go/linux-x86/src/os/
env_test.go 139 t.Errorf("smallpox release failed; world remains safe but LookupEnv is broken")
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
readwriter.go 51 // Close forces data that remains in the buffer to be written.
  /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/
MESA_multithread_makecurrent.spec 123 but the context remains usable by threads that have the context
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
source.go 138 // a literal, so make sure s.r0 remains in buf.)

Completed in 1252 milliseconds

1 2 3 4 5 6