HomeSort by relevance Sort by last modified time
    Searched full:freeze (Results 251 - 275 of 530) sorted by null

<<11121314151617181920>>

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewInstrumentationTest.java 489 void freezeLayout(final boolean freeze) throws Throwable {
493 mRecyclerView.setLayoutFrozen(freeze);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 286 * casts. This provides a way to safely "freeze" configuration and
302 * casts. This provides a way to safely "freeze" configuration and
  /prebuilts/go/darwin-x86/doc/
contribute.html 47 feature freeze during which only bug fixes and doc updates are accepted.
48 New work cannot be submitted during a feature freeze.
  /prebuilts/go/linux-x86/doc/
contribute.html 47 feature freeze during which only bug fixes and doc updates are accepted.
48 New work cannot be submitted during a feature freeze.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java 365 // freeze date interval info
366 dtItvInfo.freeze();
380 fInfo = new DateIntervalInfo(locale).freeze();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 211 public static final TimeZone UNKNOWN_ZONE = new ConstantZone(0, UNKNOWN_ZONE_ID).freeze();
216 public static final TimeZone GMT_ZONE = new ConstantZone(0, GMT_ZONE_ID).freeze();
688 return frozen ? result.freeze() : result;
1174 public TimeZone freeze() { method in class:TimeZone
1282 public TimeZone freeze() { method in class:TimeZone.ConstantZone
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java 364 // freeze date interval info
365 dtItvInfo.freeze();
379 fInfo = new DateIntervalInfo(locale).freeze();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 249 public static final TimeZone UNKNOWN_ZONE = new ConstantZone(0, UNKNOWN_ZONE_ID).freeze();
256 public static final TimeZone GMT_ZONE = new ConstantZone(0, GMT_ZONE_ID).freeze();
754 return frozen ? result.freeze() : result;
1266 public TimeZone freeze() { method in class:TimeZone
1375 public TimeZone freeze() { method in class:TimeZone.ConstantZone
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 986 freeze(frozenTrie, ValueWidth.BITS_16); method
997 freeze(frozenTrie, ValueWidth.BITS_32); method
1018 private void freeze(Trie2 dest, ValueWidth valueBits) { method in class:Trie2Writable
    [all...]
UnicodeSetStringSpan.java 129 // Freeze after checking for the need to use strings at all because freezing
132 spanSet.freeze();
202 spanNotSet.freeze();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 984 freeze(frozenTrie, ValueWidth.BITS_16); method
995 freeze(frozenTrie, ValueWidth.BITS_32); method
1016 private void freeze(Trie2 dest, ValueWidth valueBits) { method in class:Trie2Writable
    [all...]
UnicodeSetStringSpan.java 125 // Freeze after checking for the need to use strings at all because freezing
128 spanSet.freeze();
198 spanNotSet.freeze();
    [all...]
  /external/javassist/src/main/javassist/
CtClass.java 273 public void freeze() {} method in class:CtClass
    [all...]
  /external/clang/utils/check_cfc/
check_cfc.py 85 imp.is_frozen("__main__")) # tools/freeze
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java     [all...]
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 323 tailoring.unsafeBackwardSet->freeze();
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 55 set.freeze();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java     [all...]
  /frameworks/base/docs/html/about/versions/
android-1.1.jd 155 freeze up the IMAP connection (to a Gmail based server) when transferred
  /frameworks/base/services/core/java/com/android/server/pm/
PackageSettingBase.java 45 * the package. If some exception(like device freeze or battery being pulled
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
test_tools.ipp 612 freeze( false );
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 565 public void freeze() { method in class:GLRootView

Completed in 2898 milliseconds

<<11121314151617181920>>