/external/skia/src/core/ |
SkSharedMutex.h | 20 // There are two shared lock implementations one debug the other is high performance. They implement 22 // This is a shared lock implementation similar to pthreads rwlocks. The high performance
|
/external/smali/util/src/main/java/org/jf/util/ |
SparseIntArray.java | 246 int high = start + len, low = start - 1, guess; local 248 while (high - low > 1) { 249 guess = (high + low) / 2; 254 high = guess; 257 if (high == start + len) 259 else if (a[high] == key) 260 return high; 262 return ~high;
|
/external/v8/test/mjsunit/regress/ |
regress-227.js | 30 assertEquals(null, res, "Throwing away high bits on ASCII string"); 33 assertEquals(["x"], res, "Throwing away high bits on ASCII string");
|
/external/v8/test/webkit/ |
parser-high-byte-character.js | 25 "This test checks that high-byte characters in comments do not crash or cause parser errors." 28 // Some high-byte characters: ???????????????????
|
/external/v8/testing/ |
gtest-support.h | 44 // TRACED_FORRANGE(type, var, low, high) expands to a loop that assigns |var| 45 // every value in the range |low| to (including) |high| and adds a
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
augmented_cb_corr.c | 33 size_t high, /* (i) Lag to end at (typically 39) */ 47 for (lagcount=low; lagcount<=high; lagcount++) {
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
SparseWeakArray.java | 307 int high = start + len, low = start - 1, guess; local 309 while (high - low > 1) { 310 guess = (high + low) / 2; 315 high = guess; 318 if (high == start + len) 320 else if (a[high] == key) 321 return high; 323 return ~high;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kernel.h | 22 unsigned long totalhigh; /* Total high memory size */ 23 unsigned long freehigh; /* Available high memory size */
|
atmsap.h | 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 140 unsigned char hl_type; /* high layer information type */ 143 unsigned char hl_info[ATM_MAX_HLI];/* high layer information */ 151 struct atm_bhli bhli; /* local SAP, high-layer information */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-dynload/ |
Python-2.7.5-py2.7.egg-info | 4 Summary: A high-level object-oriented programming language 13 modules, classes, exceptions, very high level dynamic data types, and
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-dynload/ |
Python-2.7.5-py2.7.egg-info | 4 Summary: A high-level object-oriented programming language 13 modules, classes, exceptions, very high level dynamic data types, and
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-dynload/ |
Python-2.7.5-py2.7.egg-info | 4 Summary: A high-level object-oriented programming language 13 modules, classes, exceptions, very high level dynamic data types, and
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
Python-2.7.5-py2.7.egg-info | 4 Summary: A high-level object-oriented programming language 13 modules, classes, exceptions, very high level dynamic data types, and
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
far-hc11.s | 79 psha ; (2) Save function parameter (high) 90 pula ; (3) Restore function parameter (high)
|
/external/iproute2/include/linux/ |
atmsap.h | 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 140 unsigned char hl_type; /* high layer information type */ 143 unsigned char hl_info[ATM_MAX_HLI];/* high layer information */ 151 struct atm_bhli bhli; /* local SAP, high-layer information */
|
/external/kernel-headers/original/uapi/linux/ |
atmsap.h | 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 140 unsigned char hl_type; /* high layer information type */ 143 unsigned char hl_info[ATM_MAX_HLI];/* high layer information */ 151 struct atm_bhli bhli; /* local SAP, high-layer information */
|
/external/llvm/test/CodeGen/SystemZ/ |
atomicrmw-or-04.ll | 33 ; Check the high end of the OILL range. 60 ; Check the high end of the OILH range. 78 ; Check the high end of the OILF range. 106 ; Check the high end of the OIHL range. 133 ; Check the high end of the OIHH range. 151 ; Check the high end of the OIHF range.
|
/external/selinux/secilc/test/ |
integration.cil | 25 (level high (s1 (c0 c1))) 26 (levelrange low_high (low high)) 157 (sidcontext kernel (system_u system_r kernel_t (low high))) 158 (sidcontext security (system_u system_r security_t (low high))) 159 (sidcontext unlabeled (system_u system_r unlabeled_t (low high))) 161 (context system_u_bin_t_l2h (system_u system_r bin_t (low high)))
|
/external/valgrind/VEX/priv/ |
s390_defs.h | 40 S390_CC_H = 2, /* A > B ; high */ 43 S390_CC_NHE = 5, /* not high or equal */ 44 S390_CC_LH = 6, /* low or high */ 47 S390_CC_NLH = 9, /* not low or high */ 48 S390_CC_HE = 10, /* A >= B ; high or equal*/ 51 S390_CC_NH = 13, /* not high */
|
/frameworks/base/core/java/android/animation/ |
PathKeyframes.java | 79 int high = numPoints - 1; local 81 while (low <= high) { 82 int mid = (low + high) / 2; 86 high = mid - 1; 94 // now high is below the fraction and low is above the fraction 95 return interpolateInRange(fraction, high, low);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/ |
AccessibilityManager.java | 76 * Listener for the system high text contrast state. To listen for changes to 77 * the high text contrast state on the device, implement this interface and 84 * Called when the high text contrast enabled state changes. 86 * @param enabled Whether high text contrast is enabled. 136 * Returns if the high text contrast in the system is enabled. 233 * the global high text contrast state of the system.
|
/libcore/luni/src/test/java/libcore/java/lang/ |
StringBuilderTest.java | 144 char high = '\uD83D', low = '\uDE02'; local 145 StringBuilder surrogateCP = new StringBuilder().append(new char[]{high, low, low}); 146 assertTrue(Arrays.equals(new int[]{high, low, low}, surrogateCP.chars().toArray())); 158 char high = '\uD83D', low = '\uDE02'; local 159 StringBuilder surrogateCP = new StringBuilder().append(new char[]{high, low, low, '0'}); 160 assertEquals(Character.toCodePoint(high, low), surrogateCP.codePoints().toArray()[0]);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmsap.h | 58 * High layer identifiers 65 #define ATM_HL_HLP 0x03 /* high layer profile - UNI 3.0 only */ 100 #define ATM_MAX_HLI 8 /* maximum high-layer information length */ 140 unsigned char hl_type; /* high layer information type */ 143 unsigned char hl_info[ATM_MAX_HLI];/* high layer information */ 151 struct atm_bhli bhli; /* local SAP, high-layer information */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
mls.py | 213 This only compares the low and high levels of the range. 215 to levels between the low and high levels of the range. 221 self.high = LevelWrapper(range_.high) 226 self.high == other.high
|
/external/crcalc/src/com/hp/creals/ |
UnaryCRFunction.java | 153 * and strictly monotone on the interval [<TT>low</tt>, <TT>high</tt>]. 155 * [<TT>low</tt>, <TT>high</tt>]. 158 public UnaryCRFunction inverseMonotone(CR low, CR high) { 159 return new inverseMonotone_UnaryCRFunction(this, low, high); 164 * The function must be defined on the interval [<TT>low</tt>, <TT>high</tt>], 166 * monotone in the open interval [<TT>low</tt>, <TT>high</tt>]. 169 public UnaryCRFunction monotoneDerivative(CR low, CR high) { 170 return new monotoneDerivative_UnaryCRFunction(this, low, high); 285 final CR high[] = new CR[1]; field in class:inverseMonotone_UnaryCRFunction 289 // Bound on msd of both f(high) and f(low 581 final CR high[] = new CR[1]; field in class:monotoneDerivative_UnaryCRFunction [all...] |