HomeSort by relevance Sort by last modified time
    Searched full:smaller (Results 226 - 250 of 6318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/PhoneCommon/res/layout-land/
dialpad_key_zero.xml 18 smaller than a regular letter -->
  /packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values-h600dp/
dimens.xml 30 is smaller than the notification_header_height to bring the text closer. Otherwise,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
SimpleLoopUnswitch.h 33 /// smaller than a threshold.
  /prebuilts/go/darwin-x86/src/crypto/aes/
cbc_s390x.go 49 panic("crypto/cipher: output smaller than input")
  /prebuilts/go/darwin-x86/src/math/
sinh.go 13 A series is used for arguments smaller in magnitude than 0.5.
  /prebuilts/go/linux-x86/src/crypto/aes/
cbc_s390x.go 49 panic("crypto/cipher: output smaller than input")
  /prebuilts/go/linux-x86/src/math/
sinh.go 13 A series is used for arguments smaller in magnitude than 0.5.
  /system/libhidl/transport/memory/1.0/default/
AshmemMapper.cpp 41 // mapped memory's actual size would be smaller than the reported size.
  /system/media/audio_utils/include/audio_utils/
sndfile.h 22 // much smaller and has an Apache 2.0 license.
  /art/runtime/interpreter/
safe_math_test.cc 56 // Test sign extension of smaller operand sizes.
91 // Test sign extension of smaller operand sizes.
126 // Test sign extension of smaller operand sizes.
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AdaptiveIconMaskTest.java 85 assertTrue("Mask bottom should be smaller than or equal to" +
88 assertTrue("Mask right should be smaller than or equal to " +
110 // Test if intersectRegion is smaller than safeZone, in which case test will fail.
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 494 // expected-warning@+1{{called with dst buffer smaller than}}
504 // expected-warning@+1{{called with dst buffer smaller than}}
506 // expected-warning@+1{{called with dst buffer smaller than}}
508 // expected-warning@+1{{called with dst buffer smaller than}}
569 // expected-warning@+2{{called with dst buffer smaller than}}
588 // expected-warning@+2{{called with dst buffer smaller than}}
593 // expected-warning@+2{{called with dst buffer smaller than}}
598 // expected-warning@+2{{called with dst buffer smaller than}}
622 // expected-warning@+1{{called with dst buffer smaller than}}
624 // expected-warning@+1{{called with dst buffer smaller than}
    [all...]
  /external/skia/tests/
PDFJpegEmbedTest.cpp 17 static bool is_subset_of(SkData* smaller, SkData* larger) {
18 SkASSERT(smaller && larger);
19 if (smaller->size() > larger->size()) {
22 size_t size = smaller->size();
25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) {
  /external/skqp/tests/
PDFJpegEmbedTest.cpp 17 static bool is_subset_of(SkData* smaller, SkData* larger) {
18 SkASSERT(smaller && larger);
19 if (smaller->size() > larger->size()) {
22 size_t size = smaller->size();
25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) {

Completed in 1414 milliseconds

1 2 3 4 5 6 7 8 91011>>