/prebuilts/go/linux-x86/src/crypto/tls/ |
handshake_test.go | 126 // (Some bytes have been omitted from the middle section.)
|
/prebuilts/go/linux-x86/src/image/draw/ |
clip_test.go | 89 "clip dr and sr, sp outside sr (middle-left)",
|
/art/compiler/utils/arm/ |
assembler_arm32_test.cc | 214 int32_t middle = (shift_min + shift_max) / 2; local 215 res.push_back(arm::ShifterOperand(*reg, shift, middle)); 216 res.push_back(arm::ShifterOperand(*reg, shift, middle - 1)); 217 res.push_back(arm::ShifterOperand(*reg, shift, middle + 1));
|
/external/guava/ |
javadoc-stylesheet.css | 437 vertical-align:middle; 441 vertical-align:middle;
|
/external/icu/icu4c/source/tools/toolutil/ |
package.cpp | 971 const char *name, *middle, *treeSep; local 990 middle=name+findPrefixLength; 999 treeSep=strchr(middle, U_TREE_ENTRY_SEP_CHAR); 1000 if(treeSep!=NULL && (treeSep-middle)<middleLength) { 1001 // the middle (matching the * wildcard) contains a tree separator / [all...] |
/external/libjpeg-turbo/java/doc/ |
stylesheet.css | 437 vertical-align:middle; 441 vertical-align:middle;
|
/external/libvncserver/webclients/novnc/include/ |
base.css | 283 vertical-align: middle; 301 vertical-align: middle;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 423 boolean middle = true; 494 if (middle) { 495 // Test the date in the middle of two transitions. 497 middle = false; [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzfmttst.cpp | 506 UBool middle = TRUE; local 582 if (middle) { 583 // Test the date in the middle of two transitions. 585 middle = FALSE; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 419 boolean middle = true; 490 if (middle) { 491 // Test the date in the middle of two transitions. 493 middle = false; [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 1852 TPos bottom, top, middle; local [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/ |
ftgrays.c | 1984 TPos bottom, top, middle; local [all...] |
/external/pdfium/third_party/freetype/src/smooth/ |
ftgrays.c | 1835 TPos bottom, top, middle; local [all...] |
/libcore/ojluni/src/main/java/java/util/ |
TreeMap.java | 2617 TreeMapEntry<K,V> middle = new TreeMapEntry<>(key, value, null); local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-v850.c | 947 int middle, low, high; 973 middle = (low + high) / 2; 974 cmp = strcasecmp (name, regs[middle].name); 976 high = middle - 1; 978 low = middle + 1; 980 return ((regs[middle].processors & processor_mask) 981 ? regs[middle].value 945 int middle, low, high; local [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 55 vertical-align:middle; 313 vertical-align:middle; 616 vertical-align:middle;
|
/external/google-breakpad/src/common/ |
test_assembler_unittest.cc | 1389 Section middle; local 1403 Section middle; local [all...] |
/external/libjpeg-turbo/doc/html/ |
doxygen.css | 296 vertical-align: middle; 317 vertical-align: middle; 661 vertical-align: middle;
|
/toolchain/binutils/binutils-2.25/opcodes/ |
tic80-opc.c | 243 int middle; 250 middle = (low + high) / 2; 251 cmp = strcasecmp (name, tic80_predefined_symbols[middle].name); 254 high = middle - 1; 258 low = middle + 1; 262 pdsp = &tic80_predefined_symbols[middle]; 242 int middle; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/ |
string.js | 256 * collapses the sequences of breaking spaces in the middle into single spaces. 718 * characters from being cut off in the middle. 739 * Truncate a string in the middle, adding "..." if necessary, 741 * @param {string} str The string to truncate the middle of. 744 * characters from being cutoff in the middle. 747 * middle as possible. [all...] |
/cts/apps/CameraITS/tests/sensor_fusion/ |
test_sensor_fusion.py | 298 frame_times: Array of N times, one corresponding to the "middle" of 302 # captured in the middle of its exposure.
|
/external/autotest/frontend/tko/ |
graphing_utils.py | 294 should be shifted such that the middle series lies at the appropriate x-axis
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_registry.py | 246 [S(name='second'), dict(middle='of the stack'), False],
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
config.py | 326 # in configuration files, to protect against "man-in-the-middle" attacks. [all...] |
/external/gemmlowp/test/ |
test.cc | 289 const size_t middle = count / 2; local 292 stats->med_val = results[middle]; 294 stats->med_signed_diff = signed_diffs[middle]; 295 stats->med_unsigned_diff = unsigned_diffs[middle]; [all...] |