HomeSort by relevance Sort by last modified time
    Searched refs:whole (Results 76 - 100 of 349) sorted by null

1 2 34 5 6 7 8 91011>>

  /build/soong/cc/
coverage.go 62 // are included whole static libraries, so check to see if any of
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
StackX64.asm 46 ; migration of whole temporary memory, so need save it to permenent
  /external/ImageMagick/config/
compile 247 If you are trying to build a whole package this is not the
  /external/crcalc/src/com/hp/creals/
CR.java 557 String whole = s.substring(start_pos, point_pos); local
558 BigInteger scaled_result = new BigInteger(whole + fraction, radix);
591 String whole = scaled_string.substring(0, len - n); local
593 result = whole + "." + fraction;
    [all...]
  /external/google-breakpad/autotools/
compile 247 If you are trying to build a whole package this is not the
  /external/libedit/
compile 247 If you are trying to build a whole package this is not the
  /external/libmicrohttpd/
compile 247 If you are trying to build a whole package this is not the
  /external/libnetfilter_conntrack/build-aux/
compile 247 If you are trying to build a whole package this is not the
  /external/lmfit/build-aux/
compile 247 If you are trying to build a whole package this is not the
  /external/pcre/dist2/
compile 247 If you are trying to build a whole package this is not the
  /external/protobuf/
compile 247 If you are trying to build a whole package this is not the
  /external/protobuf/gtest/build-aux/
compile 247 If you are trying to build a whole package this is not the
  /external/python/cpython2/Modules/_ctypes/libffi/
compile 247 If you are trying to build a whole package this is not the
  /external/strace/
compile 247 If you are trying to build a whole package this is not the
  /external/v8/tools/
codemap.js 51 * Libraries entries. Used for the whole static code libraries.
192 // In this case, the whole library is assigned to this address.
profile.js 310 * If no name specified, returns the whole top down calls tree.
321 * If no name specified, returns the whole bottom up calls tree.
390 // If we have created a flat profile for the whole program, we don't
392 // root with the node corresponding to the whole program.
  /external/valgrind/
compile 247 If you are trying to build a whole package this is not the
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 246 * We do add digit grouping separators to the whole number, even if not typed.
272 String whole = mWhole; local
273 if (whole.isEmpty()) {
278 whole = "0";
281 BigInteger num = new BigInteger(whole + mFraction);
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
pool.go 215 // 1. To prevent false retention of whole Pools.
217 // it will retain whole Pool. So next cycle memory consumption would be doubled.
  /prebuilts/go/linux-x86/src/sync/
pool.go 215 // 1. To prevent false retention of whole Pools.
217 // it will retain whole Pool. So next cycle memory consumption would be doubled.
  /toolchain/binutils/binutils-2.25/
compile 247 If you are trying to build a whole package this is not the
  /toolchain/binutils/binutils-2.25/gold/
Makefile.am 281 gcctestdir1/ld -o $@ -r --whole-archive libgold.a
294 gcctestdir2-r/ld -o $@ -r --whole-archive libgold.a
  /build/make/core/tasks/
sdk-addon.mk 101 # whole thing.
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 46 ANDROID_LINK += -Wl,--no-whole-archive
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 448 // equal to bottom28Bits if the whole value is >= p. If top4AllOnes
474 // If it's > 0xffff000 and top4AllOnes != 0 then the whole value is >= p
476 // then the whole value is >= p
477 // If it's < 0xffff000, then the whole value is < p

Completed in 1042 milliseconds

1 2 34 5 6 7 8 91011>>