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

1 2 3 4 5 6 78 91011>>

  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
AccessibilitySettingsTests.java 46 throw new RuntimeException("failed to freeze device orientaion", e);
BluetoothNetworkSettingsTests.java 51 throw new RuntimeException("failed to freeze device orientaion", e);
MoreWirelessSettingsTests.java 47 throw new RuntimeException("failed to freeze device orientaion", e);
  /platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
BooksJankTests.java 65 throw new RuntimeException("failed to freeze device orientaion", e);
YouTubeJankTests.java 64 throw new RuntimeException("failed to freeze device orientaion", e);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 117 set.freeze();
126 set.applyPattern(pattern).freeze();
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 113 set.freeze();
122 set.applyPattern(pattern).freeze();
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeRegex.java 319 * @see android.icu.util.Freezable#freeze()
321 public UnicodeRegex freeze() {
Relation.java 281 public Relation<K, V> freeze() { method in class:Relation
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 317 * @see com.ibm.icu.util.Freezable#freeze()
319 public UnicodeRegex freeze() {
Relation.java 279 public Relation<K, V> freeze() { method in class:Relation
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding.h 54 kNoErrors, // Never decode with errors. Video will freeze
59 // decodable, video will freeze if nack is disabled.
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReadyForCapture.java 314 // Freeze the screen.
479 // Freeze the screen.
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 211 defined?( DOTS ) or DOTS = %w(. ..).freeze
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass.py 94 # If we have namespaces, freeze the set.
  /external/chromium-trace/catapult/tracing/tracing/model/
event_set.html 295 Object.freeze(s);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThreadTest.java 279 theCollator.freeze();
  /external/icu/icu4c/source/i18n/
identifier_info.cpp 58 ASCII->freeze();
uspoof_impl.cpp 39 allowedCharsSet->freeze();
54 allowedCharsSet->freeze();
311 tmpSet->freeze();
341 tmpSet->freeze();
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRanges.java 331 public PluralRanges freeze() { method in class:PluralRanges
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThreadTest.java 275 theCollator.freeze();
  /external/kernel-headers/original/uapi/linux/dvb/
video.h 148 int video_blank; /* blank video on freeze? */
  /external/kernel-headers/original/uapi/linux/
fs.h 159 #define FIFREEZE _IOWR('X', 119, int) /* Freeze */
  /external/libcxx/src/
strstream.cpp 125 strstreambuf::freeze(bool __freezefl) function in class:strstreambuf
  /external/libevent/include/event2/
buffer.h 812 @param buf The buffer to freeze
813 @param at_front If true, we freeze the front of the buffer. If false,
814 we freeze the back.
821 @param buf The buffer to un-freeze

Completed in 922 milliseconds

1 2 3 4 5 6 78 91011>>