/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
DownloadsFilePreference.java | 64 // than 0 if we're bigger. Long.compare returns less than 0 if first < second.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stdio2.h | 241 __wur __warnattr ("fgets called with bigger size than length " 270 __wur __warnattr ("fread called with bigger size * nmemb than length " 299 __wur __warnattr ("fgets_unlocked called with bigger size than length " 331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
stdio2.h | 241 __wur __warnattr ("fgets called with bigger size than length " 270 __wur __warnattr ("fread called with bigger size * nmemb than length " 299 __wur __warnattr ("fgets_unlocked called with bigger size than length " 331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stdio2.h | 241 __wur __warnattr ("fgets called with bigger size than length " 270 __wur __warnattr ("fread called with bigger size * nmemb than length " 299 __wur __warnattr ("fgets_unlocked called with bigger size than length " 331 __wur __warnattr ("fread_unlocked called with bigger size * nmemb than "
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cipher.go | 33 // to pass a dst bigger than src, and in that case, XORKeyStream will
|
/prebuilts/go/darwin-x86/test/ |
chanlinear.go | 51 // doesn't work out, make n bigger, trying to reduce
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
cipher.go | 33 // to pass a dst bigger than src, and in that case, XORKeyStream will
|
/prebuilts/go/linux-x86/test/ |
chanlinear.go | 51 // doesn't work out, make n bigger, trying to reduce
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ToolbarTest.java | 377 // navigation is bigger than currently set start content inset, we should be getting that 378 // bigger value now 397 // navigation is bigger than currently set end content inset, we should be getting that 398 // bigger value now 429 // navigation is bigger than currently set start content inset, we should be getting that 430 // bigger value now 449 // navigation is bigger than currently set end content inset, we should be getting that 450 // bigger value now
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
unit-info.json | 141 "objects (bigger is better)": { 194 "score (bigger is better)": {
|
/external/clang/test/Analysis/ |
comparison-implicit-casts.cpp | 21 // Sanity check. This test is useless if size_t isn't bigger than bool. 78 // Sanity check. This test is useless if size_t isn't bigger than bool.
|
/external/curl/lib/ |
multihandle.h | 131 content-length bigger than 136 bigger than this is not
|
/external/llvm/lib/Support/ |
BranchProbability.cpp | 39 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!"); 52 assert(Numerator <= Denominator && "Probability cannot be bigger than 1!");
|
/external/ltp/doc/man3/ |
random_range.3 | 65 random_range() functions uses lrand48() internally. If the range is bigger 112 number. random_rangell() can be used to return a value bigger than 32 bits
|
random_range_seed.3 | 65 random_range() functions uses lrand48() internally. If the range is bigger 112 number. random_rangell() can be used to return a value bigger than 32 bits
|
/external/regex-re2/re2/ |
make_unicode_casefold.py | 105 # The current tables have no group bigger than 4. 106 # If there are ever groups bigger than 10 or so, it will be
|
/external/valgrind/VEX/priv/ |
guest_generic_x87.h | 121 variants. See bigger comment on implementation of this function 130 variants. See bigger comment on implementation of this function
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_neon.c | 152 const uint32x4_t bigger = vcgtq_f32(absEf, kThresh); local 157 uint32x4_t ef_re_u32 = vandq_u32(vmvnq_u32(bigger), 159 uint32x4_t ef_im_u32 = vandq_u32(vmvnq_u32(bigger), 161 ef_re_if = vandq_u32(bigger, ef_re_if); 162 ef_im_if = vandq_u32(bigger, ef_im_if); 397 const uint32x4_t bigger = vcgtq_f32(vec_hNl, vec_hNlFb); local 403 const uint32x4_t vec_if0 = vandq_u32(vmvnq_u32(bigger), 408 vandq_u32(bigger, vreinterpretq_u32_f32(vec_one_weightCurve_add));
|
/frameworks/base/packages/SystemUI/res/values-sw600dp/ |
dimens.xml | 84 <!-- Screen pinning request, controls padding on bigger screens, bigger nav bar -->
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
InLineSettingKnob.java | 67 // Give bigger delay so users can change only one step. 84 // Give bigger delay so users can change only one step.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
MetadataHandler.java | 149 * always return the one with the bigger FormatVersion that is less or equal than the 151 * This will NEVER return the metadata with a FormatVersion bigger than what is supported,
|
/prebuilts/go/darwin-x86/src/io/ |
example_test.go | 74 // minimal read size bigger than io.Reader stream 96 // minimal read size bigger than io.Reader stream
|
/prebuilts/go/linux-x86/src/io/ |
example_test.go | 74 // minimal read size bigger than io.Reader stream 96 // minimal read size bigger than io.Reader stream
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 252 // abnormal case: (x + width) bigger than source bitmap's width 260 // abnormal case: (y + height) bigger than source bitmap's height 342 // abnormal case: stride less than width and bigger than -width 358 // abnormal case: (offset + width) bigger than colors' length 366 // abnormal case: (lastScanline + width) bigger than colors' length 585 // abnormal case: x bigger than the source bitmap's width 593 // abnormal case: y bigger than the source bitmap's height 850 // abnormal case: x bigger than the source bitmap's width [all...] |
CanvasTest.java | [all...] |