HomeSort by relevance Sort by last modified time
    Searched full:freeze (Results 201 - 225 of 384) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewInstrumentationTest.java 358 void freezeLayout(final boolean freeze) throws Throwable {
362 mRecyclerView.setLayoutFrozen(freeze);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 282 * casts. This provides a way to safely "freeze" configuration and
298 * casts. This provides a way to safely "freeze" configuration and
package-info.java 188 * but does not necessarily freeze the collection while iterating, so
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java 354 // freeze date interval info
355 dtItvInfo.freeze();
369 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;
1254 public TimeZone freeze() { method in class:TimeZone
1363 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java     [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...]
TimeZoneGenericNames.java 918 public TimeZoneGenericNames freeze() { method in class:TimeZoneGenericNames
    [all...]
  /external/javassist/src/main/javassist/
CtClass.java 273 public void freeze() {} method in class:CtClass
    [all...]
  /developers/build/prebuilts/gradle/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 219 // Need to freeze the dataEvents so they will exist later on the UI thread
  /developers/samples/android/wearable/wear/DataLayer/Application/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 219 // Need to freeze the dataEvents so they will exist later on the UI thread
  /development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
MainActivity.java 219 // Need to freeze the dataEvents so they will exist later on the UI thread
  /external/clang/utils/check_cfc/
check_cfc.py 85 imp.is_frozen("__main__")) # tools/freeze
  /external/icu/icu4c/source/i18n/
collationdatareader.cpp 312 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 42 * 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 314 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 326 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
  /external/llvm/docs/
HowToReleaseLLVM.rst 37 * Set code freeze and branch creation date for 6 months after last code freeze

Completed in 957 milliseconds

1 2 3 4 5 6 7 891011>>