/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadLocalTest.java | 37 protected String initialValue() { 62 protected Object initialValue() {
|
/external/proguard/src/proguard/optimize/info/ |
FieldOptimizationInfo.java | 48 value = initialValue(field.getDescriptor(clazz)); 118 private Value initialValue(String type)
|
/external/icu4c/test/cintltst/ |
trie2test.c | 113 uint32_t initialValue, errorValue; 121 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); 224 value=initialValue; 375 uint32_t initialValue, errorValue; 381 countSpecials=getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); 801 uint32_t initialValue, errorValue; 810 getSpecialValues(checkRanges, countCheckRanges, &initialValue, &errorValue); 811 trie=utrie2_open(initialValue, errorValue, &errorCode); [all...] |
trietest.c | 197 value=trie->initialValue; 205 value=trie->initialValue; 817 return -1; /* never get non-initialValue data for supplementary code points */ 828 uint32_t value, initialValue, leadUnitValue; 831 initialValue=0x313; 834 initialValue=0x01234567; 839 utrie_unserializeDummy(&trie, mem, sizeof(mem), initialValue, leadUnitValue, make16BitTrie, &errorCode); 846 /* test that all code points have initialValue */ 853 if(value!=initialValue) { 855 make16BitTrie ? "16" : "32", (long)c, (long)value, (long)initialValue); [all...] |
/external/guava/src/com/google/common/base/ |
Platform.java | 51 protected char[] initialValue() {
|
/external/webkit/Source/WebCore/svg/ |
SVGAngle.h | 64 static SVGAngle initialValue() { return SVGAngle(); }
|
SVGPreserveAspectRatio.h | 91 static SVGPreserveAspectRatio initialValue() { return SVGPreserveAspectRatio(); }
|
SVGLength.h | 123 static SVGLength initialValue() { return SVGLength(); }
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldInheritableThreadLocalTest.java | 55 protected String initialValue() {
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicInteger.java | 42 * @param initialValue the initial value 44 public AtomicInteger(int initialValue) { 45 value = initialValue;
|
AtomicLong.java | 56 * @param initialValue the initial value 58 public AtomicLong(long initialValue) { 59 value = initialValue;
|
/libcore/luni/src/main/java/java/lang/ |
ThreadLocal.java | 46 * {@link #initialValue()}. 74 protected T initialValue() { 97 * {@code #get()} will call {@link #initialValue()} and create a new 430 Object value = key.initialValue(); 442 // The table changed during initialValue(). 460 Object value = key.initialValue(); 489 // The table changed during initialValue().
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
AddonSitesDialog.java | 212 final String initialValue = !isEdit || sel.isEmpty() ? null : 215 if (isEdit && initialValue == null) { 224 initialValue, 242 if (isEdit && newText.equals(initialValue)) { 263 if (!url.equals(initialValue)) { 264 if (isEdit && initialValue != null) { 268 if (initialValue.equals(source.getUrl())) {
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerX86_64.h | 418 DataLabelPtr moveWithPatch(TrustedImmPtr initialValue, RegisterID dest) 420 m_assembler.movq_i64r(initialValue.asIntptr(), dest); 436 DataLabelPtr storePtrWithPatch(TrustedImmPtr initialValue, ImplicitAddress address) 438 DataLabelPtr label = moveWithPatch(initialValue, scratchRegister);
|
/external/icu4c/common/ |
propsvec.h | 54 * Special pseudo code points for storing the initialValue and the errorValue, 161 int32_t initialValue;
|
utrie.h | 167 uint32_t initialValue; 194 (result)=(resultType)((trie)->initialValue); \ 217 (result)=(resultType)((trie)->initialValue); \ 510 * The input memory is filled so that the trie always returns the initialValue, 517 * @param initialValue the initial value that is set for all code points 528 uint32_t initialValue, uint32_t leadUnitValue, 613 * @param initialValue the initial value that is set for all code points 623 uint32_t initialValue, uint32_t leadUnitValue,
|
/external/icu4c/tools/toolutil/ |
writesrc.c | 206 " 0x%lx,\n" /* initialValue */ 213 (long)pTrie->initialValue, (long)pTrie->errorValue,
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedPropertyMacros.h | 69 : value(SVGPropertyTraits<PropertyType>::initialValue())
|
/libcore/dalvik/src/main/java/dalvik/system/ |
BlockGuard.java | 128 @Override protected Policy initialValue() {
|
/libcore/luni/src/main/java/libcore/net/http/ |
HttpDate.java | 37 @Override protected DateFormat initialValue() {
|
/libcore/support/src/test/java/tests/io/ |
MockOs.java | 39 @Override protected Map<String, Deque<InvocationHandler>> initialValue() {
|
/system/core/include/cutils/ |
hashmap.h | 83 void* (*initialValue)(void* key, void* context), void* context);
|
/system/core/libcutils/ |
hashmap.c | 252 void* (*initialValue)(void* key, void* context), void* context) { 267 void* value = initialValue(key, context);
|
/external/icu4c/tools/genprops/ |
props2.c | 207 /* Also set bits for initialValue and errorValue. */ 370 /* Also set bits for initialValue and errorValue. */ 560 /* Also set bits for initialValue and errorValue. */ 740 trie2=utrie2_fromUTrie(&trie, trie.initialValue, &errorCode); 753 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode);
|
/frameworks/base/docs/html/guide/developing/tools/ |
MonkeyRunner.jd | 89 <em>string</em> initialValue, 293 <em>string</em> initialValue, 323 <th>initialValue</th>
|