/external/chromium_org/ash/wm/dock/ |
docked_window_layout_manager_observer.h | 16 // Observers to the DockedWindowLayoutManager are notified of significant
|
/external/chromium_org/chrome/common/extensions/docs/templates/json/ |
api_availabilities.json | 2 // significant amount of specific logic to determine (devtools).
|
/external/chromium_org/net/quic/ |
quic_clock.h | 27 // Note: this use significant resources please use only if needed.
|
/external/chromium_org/net/tools/quic/ |
quic_epoll_clock.h | 30 // Note: this use significant resources please use only if needed.
|
/external/chromium_org/sdch/open-vcdiff/ |
THANKS | 2 significant code contributions by Chandra Chereddi, Jeff Dean,
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
PointerProperties.h | 24 // a significant action on the user?s part. e.g. hover on ?long press?.
|
/external/chromium_org/third_party/zlib/ |
README.chromium | 20 A more significant change to support mixed-source data compression. See
|
/external/chromium_org/tools/relocation_packer/src/ |
sleb128.cc | 20 // length. The least significant 7 bits of each byte hold 7 bits of data, 21 // and the most significant bit is set on each byte except the last. The 23 // most significant bit is zero for a positive number and one for a 65 // until one without its most significant bit is found, and re-form the
|
/external/chromium_org/tools/telemetry/telemetry/results/ |
progress_reporter.py | 9 The reporter produces output whenever a significant event happens
|
/external/fio/lib/ |
fls.h | 5 * fls - find last (most-significant) bit set
|
/external/llvm/test/CodeGen/X86/ |
fast-isel-select.ll | 2 ; Make sure we only use the less significant bit of the value that feeds the
|
/external/tcpdump/ |
igrp.h | 24 u_int8_t igr_net[3]; /* 3 significant octets of IP address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
endian.h | 26 putting '4' in the most significant byte, '3' in the second most 27 significant byte, '2' in the second least significant byte, and '1' 28 in the least significant byte, and then writing down one digit for
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
endian.h | 26 putting '4' in the most significant byte, '3' in the second most 27 significant byte, '2' in the second least significant byte, and '1' 28 in the least significant byte, and then writing down one digit for
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/ |
digital_agc.h | 20 // the 32 most significant bits of A(19) * B(26) >> 13 22 // C + the 32 most significant bits of A * B
|
/external/compiler-rt/lib/builtins/ |
ffsdi2.c | 17 /* Returns: the index of the least significant 1-bit in a, or 18 * the value zero if a is zero. The least significant bit is index one.
|
ffsti2.c | 19 /* Returns: the index of the least significant 1-bit in a, or 20 * the value zero if a is zero. The least significant bit is index one.
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.h | 20 // the 32 most significant bits of A(19) * B(26) >> 13 22 // C + the 32 most significant bits of A * B
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
SignificantMotionTestActivity.java | 37 * Test cases for Significant Motion sensor. 38 * They use walking motion to change the location and trigger Significant Motion. 82 * Verifies that Significant Motion is not trigger by the vibrator motion. 95 * It ensures that Significant Motion will not trigger in that scenario. 136 * @param isMotionExpected Should the device detect significant motion event 220 // verify an event arrived, and it is indeed a Significant Motion event
|
/frameworks/wilhelm/src/itf/ |
IRecord.c | 187 bool significant = false; local 192 significant = true; 195 if (significant) { 212 bool significant = false; local 218 significant = true; 221 if (significant) {
|
IPlay.c | 313 bool significant = false; local 318 significant = true; 321 if (significant) { 338 bool significant = false; local 344 significant = true; 347 if (significant) { 389 bool significant = false; local 407 significant = true; 410 if (significant) {
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 111 * <td><strong><font color="red">NEW</font> </strong> Significant 222 * grouping sizes: One used for the least significant integer digits, the 296 * href="#sigdig">significant digits</a>. 299 * <em>maximum integer digits</em>, then only the least significant digits 361 * using significant digits logic. The maximum number of significant digits 364 * "##0.##E0" is "12.3E3". See the section on significant digits for more 366 * <li>The number of significant digits shown is determined as follows: If no 367 * significant digits are used in the pattern then the minimum number of 368 * significant digits shown is one, the maximum number of significant digit [all...] |
/external/chromium_org/third_party/libphonenumber/src/resources/ |
phonenumber.proto | 32 // National (significant) Number is defined in International Telecommunication Union Recommendation 34 // countries which have the concept of Area Code, the National (significant) Number contains the 36 // digits of the country code. Take note that National (significant) Number does not contain 47 // In some countries, the national (significant) number starts with a "0" without this being a 49 // (significant) number of an Italian phone number indicates the number is a fixed-line number.
|
phonemetadata.proto | 30 // pattern is a regex that is used to match the national (significant) 32 // "2070313000", which is the national (significant) number for Google London. 37 // format specifies how the national (significant) number matched by 46 // at the beginning of the national (significant) number. When the match is 53 // national (significant) number; the next one matches the first four digits, 62 // group ($FG) in the national significant number should be formatted in 90 // group ($FG) in the national significant number should be formatted 98 // significant number would match. This specifies information such as its 111 // An example national significant number for the specific type. It should 173 // before the national significant number when dialling internally. Thi [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
diy-fp.cc | 40 // significant 64 bits are only used for rounding the most significant 64
|