/build/soong/third_party/zip/ |
zip_test.go | 245 // it fits in a 32-bit field we must use the 64-bit field.
|
/prebuilts/sdk/current/support/v7/gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/prebuilts/go/darwin-x86/src/math/big/ |
float.go | 397 // mantissa fits => nothing to do 503 z.exp = int32(64 - s) // always fits 554 z.exp = int32(exp) // always fits 739 // u = trunc(x) fits into a uint64 784 // i = trunc(x) fits into an int64 (excluding math.MinInt64) [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
float.go | 397 // mantissa fits => nothing to do 503 z.exp = int32(64 - s) // always fits 554 z.exp = int32(exp) // always fits 739 // u = trunc(x) fits into a uint64 784 // i = trunc(x) fits into an int64 (excluding math.MinInt64) [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
nodes.go | 189 // x fits on a single line 239 // we have a key:value expression that fits onto one line [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
nodes.go | 189 // x fits on a single line 239 // we have a key:value expression that fits onto one line [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 538 * boundaries in whatever order best fits the given constraints. 574 * boundaries in whatever order best fits the given constraints. 708 private static boolean fits(int[] a, int value, int start, int end) { method in class:GridLayout 772 while (!fits(maxSizes, major, minor, minor + minorSpan)) { [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 526 * boundaries in whatever order best fits the given constraints. 562 * boundaries in whatever order best fits the given constraints. 696 private static boolean fits(int[] a, int value, int start, int end) { method in class:GridLayout 760 while (!fits(maxSizes, major, minor, minor + minorSpan)) { [all...] |
/prebuilts/go/darwin-x86/src/archive/zip/ |
zip_test.go | 250 // it fits in a 32-bit field we must use the 64-bit field.
|
/prebuilts/go/darwin-x86/src/bytes/ |
buffer.go | 205 // The return value n is the number of bytes written; it always fits into an
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
huffman_bit_writer.go | 324 // fits inside a single block.
|
/prebuilts/go/darwin-x86/src/strconv/ |
extfloat.go | 442 // fits in a uint64 without overflow.
|
/prebuilts/go/linux-x86/src/archive/zip/ |
zip_test.go | 250 // it fits in a 32-bit field we must use the 64-bit field.
|
/prebuilts/go/linux-x86/src/bytes/ |
buffer.go | 205 // The return value n is the number of bytes written; it always fits into an
|
/prebuilts/go/linux-x86/src/compress/flate/ |
huffman_bit_writer.go | 324 // fits inside a single block.
|
/prebuilts/go/linux-x86/src/strconv/ |
extfloat.go | 442 // fits in a uint64 without overflow.
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
asm6.go | 91 Yi8 // $x, x fits in int8 92 Yu8 // $x, x fits in uint8 93 Yu7 // $x, x in 0..127 (fits in both int8 and uint8) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/x86/ |
asm6.go | 91 Yi8 // $x, x fits in int8 92 Yu8 // $x, x fits in uint8 93 Yu7 // $x, x in 0..127 (fits in both int8 and uint8) [all...] |
/external/flatbuffers/js/ |
flatbuffers.js | 550 // Ensure we don't grow beyond what fits in an int.
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_subpel_variance_impl_sse2.asm | 62 ; in m6, i.e. it _exactly_ fits in a signed word per word in the xmm reg.
|
/prebuilts/go/darwin-x86/src/runtime/ |
malloc.go | 644 // The object fits into existing tiny block.
|
/prebuilts/go/darwin-x86/src/time/ |
time_test.go | 271 // br is < d, so it fits in an int64. [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
malloc.go | 644 // The object fits into existing tiny block.
|
/prebuilts/go/linux-x86/src/time/ |
time_test.go | 271 // br is < d, so it fits in an int64. [all...] |