HomeSort by relevance Sort by last modified time
    Searched refs:initialValue (Results 51 - 75 of 193) sorted by null

1 23 4 5 6 7 8

  /libcore/dalvik/src/main/java/dalvik/system/
BlockGuard.java 127 @Override protected Policy initialValue() {
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadLocalRandom.java 65 protected ThreadLocalRandom initialValue() {
72 * Constructor called only by localRandom.initialValue.
  /system/core/include/cutils/
hashmap.h 83 void* (*initialValue)(void* key, void* context), void* context);
  /external/chromium_org/third_party/icu/source/common/
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,
propsvec.h 54 * Special pseudo code points for storing the initialValue and the errorValue,
161 int32_t initialValue;
  /external/icu4c/common/
utrie.h 168 uint32_t initialValue;
195 (result)=(resultType)((trie)->initialValue); \
218 (result)=(resultType)((trie)->initialValue); \
511 * The input memory is filled so that the trie always returns the initialValue,
518 * @param initialValue the initial value that is set for all code points
529 uint32_t initialValue, uint32_t leadUnitValue,
614 * @param initialValue the initial value that is set for all code points
624 uint32_t initialValue, uint32_t leadUnitValue,
propsvec.h 54 * Special pseudo code points for storing the initialValue and the errorValue,
161 int32_t initialValue;
  /external/chromium_org/third_party/icu/source/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/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 198 value=trie->initialValue;
206 value=trie->initialValue;
818 return -1; /* never get non-initialValue data for supplementary code points */
829 uint32_t value, initialValue, leadUnitValue;
832 initialValue=0x313;
835 initialValue=0x01234567;
840 utrie_unserializeDummy(&trie, mem, sizeof(mem), initialValue, leadUnitValue, make16BitTrie, &errorCode);
847 /* test that all code points have initialValue */
854 if(value!=initialValue) {
856 make16BitTrie ? "16" : "32", (long)c, (long)value, (long)initialValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
CSSAnimationData.cpp 139 DEFINE_STATIC_LOCAL(String, initialValue, ("none"));
140 return initialValue;
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestChatClient.java 96 public static String getString(Component owner, String title, String message, String initialValue) {
98 null, null, initialValue);
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 42 abstract T initialValue();
52 obj = initialValue();
58 obj = initialValue();
68 protected Canvas initialValue() {
75 protected Paint initialValue() {
82 protected Bitmap initialValue() {
89 protected Rect initialValue() {
96 protected BitmapFactory.Options initialValue() {
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 242 abstract T initialValue();
252 obj = initialValue();
258 obj = initialValue();
268 protected Canvas initialValue() {
275 protected Paint initialValue() {
282 protected Bitmap initialValue() {
289 protected Rect 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().
  /external/chromium_org/third_party/WebKit/Source/core/page/
make_settings.pl 288 my $initialValue = $parsedItems{$settingName}{"initial"};
290 die "Must provide an initial value for $settingName." if ($initialValue eq '' && lc(substr($type, 0, 1)) eq substr($type, 0, 1));
291 return if ($initialValue eq '');
292 print $file " , m_$settingName($initialValue) \\\n"
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TempVars.java 75 public TempVarsStack initialValue() {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 29 protected Looper initialValue() {
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 44 protected SocketTags initialValue() {
  /frameworks/support/v4/java/android/support/v4/net/
TrafficStatsCompat.java 47 protected SocketTags initialValue() {
  /libcore/support/src/test/java/tests/io/
MockOs.java 39 @Override protected Map<String, Deque<InvocationHandler>> initialValue() {
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 38 protected Integer initialValue() {
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 140 @Override protected ConcurrentLinkedQueue<EventWithHandler> initialValue() {
148 @Override protected Boolean initialValue() {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
MoreExecutorsTest.java 53 protected Integer initialValue() {
99 protected Integer initialValue() {

Completed in 1506 milliseconds

1 23 4 5 6 7 8