/prebuilts/clang/host/linux-x86/clang-4691093/share/clang/ |
clang-format-sublime.py | 10 # or regions are extended to the next bigger syntactic entities.
|
/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/test/ |
chanlinear.go | 51 // doesn't work out, make n bigger, trying to reduce
|
/prebuilts/go/linux-x86/test/ |
chanlinear.go | 51 // doesn't work out, make n bigger, trying to reduce
|
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/ |
TimeStatusCheckerTest.java | 56 * Test that when the time difference is bigger, we fail the status checker and resync the time
|
/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/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 | 130 content-length bigger than 135 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/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 | 77 <!-- Screen pinning request, controls padding on bigger screens, bigger nav bar -->
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
FillContentLayout.java | 94 // Create measure specs that are no bigger than min(parentSize, maxSize) 120 // bigger than us.
|
/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/apps/TV/tests/unit/src/com/android/tv/recommendation/ |
FavoriteChannelEvaluatorTest.java | 146 // Channel two was watched longer than channel one, so it's score is bigger. 155 // Now, channel one was watched longer than channel two, so it's score is bigger.
|
/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,
|
/system/bt/packet/avrcp/ |
vendor_packet.cc | 28 << __func__ << ": payload size bigger than uint16_t"; 50 << __func__ << ": payload size bigger than uint16_t";
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CanvasTest.java | [all...] |
/art/compiler/optimizing/ |
code_generator_utils.cc | 50 * Notice that p is always bigger than or equal to 32 (resp. 64), so we just return 32 - p
|
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/ |
GLPrimitiveBenchmark.java | 116 * @param numIterations The number of iterations to run, each iteration has a bigger workload.
|
/cts/tests/tests/content/src/android/content/cts/ |
ContextMoreTest.java | 105 assertTrue("totalCount must be bigger than " + NUM_THREADS
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
GLESSurfaceView.java | 49 // Default is 1 so only set if bigger than 1
|